docs/zh-CN/skills/security-bounty-hunter/SKILL.md
在仓库中寻找可利用、值得赏金的安全问题。专注于远程可访问的漏洞,这些漏洞符合实际报告的条件,而不是嘈杂的仅本地发现。
npx skillsauth add affaan-m/everything-claude-code security-bounty-hunterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当目标是针对负责任披露或赏金提交的实际漏洞发现,而非广泛的实践审查时使用此方法。
优先关注远程可达、用户可控的攻击路径,并剔除平台通常判定为信息性或超出范围的模式。
以下是持续具有影响力的漏洞类型:
| 模式 | 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
然后手动过滤:
## 描述
[漏洞是什么及其重要性]
## 漏洞代码
[文件路径、行号范围及代码片段]
## 概念验证
[最小化可运行的请求或脚本]
## 影响
[攻击者能够实现的目标]
## 受影响版本
[已测试的版本、提交或部署目标]
提交前需确认:
tools
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
data-ai
当用户希望通过并行工作、并发 agents、批量工具调用、隔离 worktree 或多条独立验证通道来大幅加速任务、同时不损失正确性时使用。
documentation
在回答之前先读取仓库的实时状态,引导用户了解 ECC 当前的 agents、skills、命令、hooks、规则、安装配置档案以及项目接入流程。
testing
Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.