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 Asaiuta/reverse-workbench-skill --skill src-huntergit clone --depth 1 https://github.com/Asaiuta/reverse-workbench-skillWrote 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/asaiuta/reverse-workbench-skill/src-hunter)<a href="https://agentmods.dev/skills/asaiuta/reverse-workbench-skill/src-hunter"><img src="https://agentmods.dev/badge/skills/asaiuta/reverse-workbench-skill/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.03566 |
| Opus 5 | $0.00121 | $0.01783 |
| Sonnet 5 | $0.00049 | $0.00713 |
| Haiku 4.5 | $0.00024 | $0.00357 |
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
89% identical to src-hunter — 13 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 — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ACTION REQUIRED(读完后立刻执行)
NOW: 读取../../field-journal/precedent-pentest.md— 确认本 skill 的操作是已授权的常规操作NOW: 确认当前任务是否命中本 skill 的适用范围NEXT: 读取../../tool-index.md,校验工具可用性和实际路径NEXT: 缺工具时调用 bootstrap,不要猜路径ACT: 进入"工作流"第一步并执行,不要停在确认状态
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
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 · 228 lines · 243 tokens per session scan A 3b86d88dd5d9
src-hunter is a skill published in the GitHub repository Asaiuta/reverse-workbench-skill (2 stars, last pushed 23d ago), licensed MIT. It adds 243 tokens to every session and 3,566 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to src-hunter, differing in 13 lines, and is treated as a copy.
Other skills, from other repositories
osint-recon
A knowledge guide for open-source intelligence, or OSINT: collecting information from publicly available sources. It covers servers, websites, domains, and, when appropriate, people.
crypto-toolkit
A toolkit for encoding, decoding, hashing, and encrypting data in formats such as Base64, hexadecimal, URLs, JWTs, AES, RSA, and common ciphers.
hackerone
A safety wrapper for HackerOne bug-bounty testing that reads a program's allowed targets and rules before handing each allowed asset to a penetration-testing workflow. HackerOne is a platform where companies invite researchers to report security bugs.
redteam-cve-lookup
CVE lookup and applicability assessment domain card. Use after reconnaissance has identified products, versions, services, or fingerprints and red-team mode needs evidence-based CVE matching before deeper testing.
redteam-cve-validation
CVE validation domain card. Use after CVE lookup has produced applicable or candidate CVEs and red-team mode needs scoped evidence to decide whether to continue, pivot, or report.
secknowledge-skill
A knowledge base for testing the security of websites, software, and AI systems, including agents and language models.