Finds exploitable, bounty-worthy security issues in repositories, focusing on remotely reachable vulnerabilities suitable for responsible disclosure or bug bounty programs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:security-bounty-hunterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
当目标是出于负责任披露或赏金提交的目的进行实际漏洞发现时使用此技能,而非广泛的最佳实践审查。
当目标是出于负责任披露或赏金提交的目的进行实际漏洞发现时使用此技能,而非广泛的最佳实践审查。
偏向远程可达的、用户可控的攻击路径,丢弃平台通常作为信息性或超出范围而拒绝的模式。
以下是持续重要的问题类型:
| 模式 | CWE | 典型影响 |
|---|---|---|
| 通过用户可控 URL 的 SSRF | CWE-918 | 内部网络访问、云元数据窃取 |
| 中间件或 API 守卫中的身份验证绕过 | CWE-287 | 未经授权的账户或数据访问 |
| 远程反序列化或上传到 RCE 的路径 | CWE-502 | 代码执行 |
| 可达端点中的 SQL 注入 | CWE-89 | 数据泄露、身份验证绕过、数据破坏 |
| 请求处理器中的命令注入 | CWE-78 | 代码执行 |
| 文件服务路径中的路径遍历 | CWE-22 | 任意文件读取或写入 |
| 自动触发的 XSS | CWE-79 | 会话窃取、管理员入侵 |
除非项目另有说明,以下通常是低信号或超出赏金范围的:
pickle.loads、torch.load 或等效操作eval() 或 exec()
完全硬编码命令上的 shell=Truesemgrep --config=auto --severity=ERROR --severity=WARNING --json
然后手动过滤:
## 漏洞描述
[漏洞是什么以及为什么重要]
## 脆弱代码
[文件路径、行范围和小段代码片段]
## 概念验证
[最小可用的请求或脚本]
## 影响
[攻击者可以达到什么目的]
## 受影响版本
[测试的版本、提交或部署目标]
在提交之前:
npx claudepluginhub aaione/everything-claude-code-zhHunts for exploitable, bounty-worthy security issues in repositories, focusing on remotely reachable vulnerabilities that qualify for real reports.
Runs hand-curated security sweep on git repos detecting leaked secrets, SQL/shell injections, XSS sinks, path traversal, deserialization risks, missing cookie flags, wildcard CORS, tracked credentials. Triages findings as real/false-positive.
Scans codebases for OWASP Top 10 vulnerabilities via static analysis: secret exposure, injection flaws, auth/authz gaps, supply-chain risks, misconfigurations, logging failures. Use before deployments, PR merges, auth/payment changes.