Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add 2233admin/reverse-skill-evolver --skill src-huntergit clone --depth 1 https://github.com/2233admin/reverse-skill-evolverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/2233admin/reverse-skill-evolver/src-hunter)<a href="https://agentmods.dev/skills/2233admin/reverse-skill-evolver/src-hunter"><img src="https://agentmods.dev/badge/skills/2233admin/reverse-skill-evolver/src-hunter.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00243 | $0.03343 |
| Opus 5 | $0.00121 | $0.01672 |
| Sonnet 5 | $0.00049 | $0.00669 |
| Haiku 4.5 | $0.00024 | $0.00334 |
Grade A, and why
src-hunter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
86% identical to src-hunter — 19 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SRC Hunter — 实战漏洞挖掘工作流
实战 Security Response Center / 众测 / Bug bounty 挖洞 skill。把白盒方法论翻译为黑盒探测,叠加真实案例统计与 payload 库。
何时使用本 skill
关键词命中:
- "src 挖洞" / "src 漏洞" / "src 测试" / "Security Response Center"
- "bug bounty" / "漏洞赏金" / "众测"
- "hackerone" / "h1" / "bugcrowd" / "intigriti" / "yeswehack"
- "如何挖 / 怎么测 / 怎么打 + 某目标 / 某接口 / 某参数"
- "WAF 绕过" / "绕过 WAF" / "WAF bypass"
- "任意账号 / 任意修改 / 任意删除 / 任意操作" 类越权
- "密码重置" / "找回密码" 类逻辑
- "未授权访问" / "默认凭据" / "Actuator" / "Spring 暴露" / "Redis 未授权"
- 用户给一个 URL 或 API endpoint 让你测
不应使用本 skill:
- 纯白盒源码审计(用
code-auditskill) - 已知漏洞的修复 / 防御问答(用通用对话)
- 单独的 CTF 题目(这是真实环境工作流)
工作流 — 5 阶段
Phase 1 · Intake(接单)
输入:程序名 / SRC 入口 URL / 子域。
要做的事:
- 抓 Scope(in-scope domains / IPs / mobile apps / API endpoints)
- 抓 Out-of-scope(禁测内容、第三方服务、cloud assets exclusions)
- 抓规则(payout tiers、disclosure window、retest policy、safe-harbor)
- 抓测试账号 / 测试 header(如
X-Bug-Bounty: <handle>)
优先级判断(基于命中类型预估命中率,参考 references/methodology/05-srctimebox-priority.md):
- 6 小时窗口 → 跑高命中率类型(密码重置 88% / 任意账号 86.4% / 提现 83.1%)
- 单日窗口 → 加上信息泄露 + 资产暴露 + Actuator
- HVV / 重点期 → 全谱
→ 详见 references/methodology/00-index.md
Phase 2 · Recon(被动侦察)
不发包给目标的情报收集:
- CT 日志:crt.sh / Censys(找子域)
- 历史快照:Wayback / CommonCrawl
- GitHub 搜索:
org:target+ 关键词(password / api_key / SECRET) - 搜索引擎 dorks:
site:target.com inurl:/admin、filetype:env、intitle:Index of - ASN / IP 段:bgp.he.net 找 IP 块
- Favicon hash:FOFA / Shodan 找同 favicon 资产
- DNS 历史:SecurityTrails / Whoisxmlapi
Phase 3 · Enum(主动探测)
资产枚举:
- 子域:amass / subfinder / puredns / dnsx
- 存活:httpx / naabu
- 截图:gowitness / aquatone
- 内容发现:ffuf / feroxbuster / dirsearch
- 技术指纹:wappalyzer / webanalyze(同时查
references/dictionaries/chinese-srcfingerprints.md命中国产组件) - JS 提取:linkfinder / subjs / gau / katana
- 子域接管指纹:subjack / subzy
Phase 4 · Hunt(漏洞探测)
按攻击类型走对应 playbook,每个 playbook 都包含:方法论 + 参数频率表 + 真实 H1 案例 + 结构化 payload + WAF 绕过变体。
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude-plugin/marketplace.json 1.0 KB
- .gitignore 164 B
- LICENSE 1.0 KB
- README.en.md 6.1 KB
- README.md 6.2 KB
- references/.gitkeep 0 B
- references/dictionaries/00-index.md 2.2 KB
- references/dictionaries/chinese-srcfingerprints.md 15 KB
- references/dictionaries/default-credentials-cn.md 9.9 KB
- references/industry/00-index.md 2.7 KB
- references/industry/banking-finance.md 15 KB
- references/industry/telecom-isp.md 12 KB
- references/methodology/00-index.md 2.9 KB
- references/methodology/01-attack-priority.md 6.5 KB
- references/methodology/02-bypass-toolkit.md 11 KB
- references/methodology/03-evidence-discipline.md 7.4 KB
- references/methodology/04-control-gap-hunting.md 9.1 KB
- references/methodology/05-srctimebox-priority.md 7.7 KB
- references/payloader/by-category/intranet/adcs攻击.md 6.2 KB
- references/payloader/by-category/intranet/exchange攻击.md 5.5 KB
- references/payloader/by-category/intranet/sharepoint攻击.md 2.5 KB
- references/payloader/by-category/intranet/信息收集.md 21 KB
- references/payloader/by-category/intranet/免杀与规避.md 18 KB
- references/payloader/by-category/intranet/凭证窃取.md 34 KB
- references/payloader/by-category/intranet/域渗透攻击.md 18 KB
- references/payloader/by-category/intranet/权限提升.md 21 KB
- references/payloader/by-category/intranet/权限维持.md 14 KB
- references/payloader/by-category/intranet/横向移动.md 21 KB
- references/payloader/by-category/intranet/隧道代理.md 13 KB
- references/payloader/by-category/web/ai安全.md 31 KB
- references/payloader/by-category/web/api安全.md 45 KB
- references/payloader/by-category/web/csrf跨站请求伪造.md 24 KB
- references/payloader/by-category/web/jwt安全.md 20 KB
- references/payloader/by-category/web/lfi-rfi文件包含.md 35 KB
- references/payloader/by-category/web/rce远程代码执行.md 38 KB
- references/payloader/by-category/web/sql-nosql注入.md 62 KB
- references/payloader/by-category/web/ssrf服务端请求伪造.md 37 KB
- references/payloader/by-category/web/ssti模板注入.md 31 KB
- references/payloader/by-category/web/websocket安全.md 20 KB
- references/payloader/by-category/web/xss跨站脚本.md 43 KB
- references/payloader/by-category/web/xxe实体注入.md 24 KB
- references/payloader/by-category/web/业务逻辑漏洞.md 25 KB
- references/payloader/by-category/web/云安全漏洞.md 26 KB
- references/payloader/by-category/web/供应链攻击.md 17 KB
- references/payloader/by-category/web/原型链污染.md 19 KB
- references/payloader/by-category/web/开放重定向.md 14 KB
- references/payloader/by-category/web/文件漏洞.md 47 KB
- references/payloader/by-category/web/框架漏洞.md 67 KB
- references/payloader/by-category/web/点击劫持.md 14 KB
- references/payloader/by-category/web/缓存与cdn安全.md 17 KB
- references/payloader/by-category/web/认证漏洞.md 64 KB
- references/payloader/by-category/web/请求走私.md 22 KB
- references/payloader/index.md 4.7 KB
- references/payloader/raw/navigation.json 152 KB
- references/payloader/raw/tools.json 169 KB
- references/payloader/raw/web.json 1121 KB
- references/payloader/tools/web渗透.md 13 KB
- references/payloader/tools/windows渗透.md 2.0 KB
- references/payloader/tools/信息收集.md 15 KB
- references/payloader/tools/内网渗透.md 15 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 212 lines · 243 tokens per session scan A d58714c8b36b
src-hunter is a skill published in the GitHub repository 2233admin/reverse-skill-evolver (13 stars, last pushed 26d ago), licensed MIT. It adds 243 tokens to every session and 3,343 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to src-hunter, differing in 19 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…