帮助用户在代码仓库中识别可远程利用、具备漏洞赏金价值的安全问题。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "security-bounty-hunter" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/security-bounty-hunter/SKILL.md 2. 保存为 ~/.claude/skills/security-bounty-hunter/SKILL.md 3. 装好后重载技能,告诉我可以用了
请审查这个 Web 服务仓库,重点寻找可被远程利用且符合漏洞赏金报告标准的问题,如认证绕过、RCE、注入、权限提升或敏感数据泄露。忽略仅限本地环境或低价值的噪声问题,并按漏洞成因、利用路径、影响范围和复现步骤整理结果。
一份按严重级别排序的高价值漏洞清单,包含可复现说明与报告要点。
分析这个 API 项目中最值得优先测试的攻击面,找出最可能形成有效赏金报告的远程漏洞入口。请说明哪些接口、鉴权逻辑、文件处理或第三方集成最有风险,并给出优先排查顺序。
一份聚焦高风险远程攻击面的测试优先级建议与排查方向。
基于已发现的问题,生成一份适合提交给漏洞赏金平台的报告草稿。请包含标题、影响概述、受影响组件、前置条件、复现步骤、实际影响、修复建议,并突出其远程可利用性与业务风险。
一份结构完整、可直接修改后提交的漏洞赏金报告草稿。
Use this when the goal is practical vulnerability discovery for responsible disclosure or bounty submission, not a broad best-practices review.
Bias toward remotely reachable, user-controlled attack paths and throw away patterns that platforms routinely reject as informative or out of scope.
These are the kinds of issues that consistently matter:
| Pattern | CWE | Typical impact |
|---|---|---|
| SSRF through user-controlled URLs | CWE-918 | internal network access, cloud metadata theft |
| Auth bypass in middleware or API guards | CWE-287 | unauthorized account or data access |
| Remote deserialization or upload-to-RCE paths | CWE-502 | code execution |
| SQL injection in reachable endpoints | CWE-89 | data exfiltration, auth bypass, data destruction |
| Command injection in request handlers | CWE-78 | code execution |
| Path traversal in file-serving paths | CWE-22 | arbitrary file read or write |
| Auto-triggered XSS | CWE-79 | session theft, admin compromise |
These are usually low-signal or out of bounty scope unless the program says otherwise:
pickle.loads, torch.load, or equivalent with no remote patheval() or exec() in CLI-only toolingshell=True on fully hardcoded commandssemgrep --config=auto --severity=ERROR --severity=WARNING --json
Then manually filter:
## Description
[What the vulnerability is and why it matters]
## Vulnerable Code
[File path, line range, and a small snippet]
## Proof of Concept
[Minimal working request or script]
## Impact
[What the attacker can achieve]
## Affected Version
[Version, commit, or deployment target tested]
Before submitting:
帮助开发者为代码代理配置性能优化、安全防护与研究优先工作流。
提供数据库迁移、回滚与零停机发布的最佳实践指导,适用于多种 ORM 与 SQL 数据库。
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助你掌握地道 Rust 模式、所有权与并发实践,编写安全高性能应用。
基于 C++ Core Guidelines 编写、审查并重构更安全现代的 C++ 代码。
为 Claude Code 会话提供系统化校验流程,帮助检查结果正确性与质量。
帮助你审查代码仓库,定位可远程利用且适合提交赏金报告的安全漏洞。
分析 Git 历史构建安全归属拓扑,识别敏感代码负责人与 bus factor 风险。
帮助开发者在认证、输入处理、密钥和敏感功能开发中进行系统安全审查
扫描代码仓库资产并识别第三方库,生成模块级风险结论与交互报告
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
通过对话式二进制分析辅助挖掘零日漏洞与安全问题