什么是 missing-rate-limiting-anti-pattern?
丢失速率限制的安全反模式 (CWE-770)。在生成或查看 API 端点、身份验证系统或面向公众的服务时使用。检测是否存在请求限制,从而导致暴力破解、撞库攻击和 DoS 攻击。 来源:igbuend/grimbard。
丢失速率限制的安全反模式 (CWE-770)。在生成或查看 API 端点、身份验证系统或面向公众的服务时使用。检测是否存在请求限制,从而导致暴力破解、撞库攻击和 DoS 攻击。
通过命令行快速安装 missing-rate-limiting-anti-pattern AI 技能到你的开发环境
来源:igbuend/grimbard。
Applications fail to restrict action frequency, allowing unlimited requests to endpoints. Enables brute-force attacks, data scraping, and denial-of-service through resource-intensive requests.
The anti-pattern is exposing endpoints (especially authentication/resource-intensive) without controlling request frequency per user or IP.
丢失速率限制的安全反模式 (CWE-770)。在生成或查看 API 端点、身份验证系统或面向公众的服务时使用。检测是否存在请求限制,从而导致暴力破解、撞库攻击和 DoS 攻击。 来源:igbuend/grimbard。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill missing-rate-limiting-anti-pattern 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/igbuend/grimbard --skill missing-rate-limiting-anti-pattern丢失速率限制的安全反模式 (CWE-770)。在生成或查看 API 端点、身份验证系统或面向公众的服务时使用。检测是否存在请求限制,从而导致暴力破解、撞库攻击和 DoS 攻击。 来源:igbuend/grimbard。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill missing-rate-limiting-anti-pattern 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/igbuend/grimbard