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 xAmirHamza77/ReverseOps-Skill --skill src-huntergit clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-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/xamirhamza77/reverseops-skill/src-hunter)<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/src-hunter"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/src-hunter/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/src-hunter"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/src-hunter.svg" alt="Reviewed on agentmods" width="80" 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.00230 | $0.03466 |
| Opus 5 | $0.00115 | $0.01733 |
| Sonnet 5 | $0.00046 | $0.00693 |
| Haiku 4.5 | $0.00023 | $0.00347 |
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 6d 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.
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(读完后立刻execute)
NOW: read../../field-journal/precedent-pentest.md— 确认本 skill 的operation是已authorization的常规operationNOW: 确认当前task是否hit本 skill 的适用scopeNEXT: read../../tool-index.md,checksumtoolavailable性和实际pathNEXT: 缺tool时调用 bootstrap,不要猜pathACT: 进入"工作流"第一步并execute,不要停在确认status
SRC Hunter — 实战vulnerability挖掘工作流
实战 Security Response Center / 众测 / Bug bounty 挖洞 skill。把白盒methodology翻译为黑盒探测,叠加真实案例统计与 payload 库。
何时使用本 skill
critical词hit:
- "src 挖洞" / "src vulnerability" / "src Testing" / "Security Response Center"
- "bug bounty" / "vulnerability赏金" / "众测"
- "hackerone" / "h1" / "bugcrowd" / "intigriti" / "yeswehack"
- "如何挖 / 怎么测 / 怎么打 + 某target / 某interface / 某parameter"
- "WAF bypass" / "bypass WAF" / "WAF bypass"
- "任意账号 / 任意modify / 任意delete / 任意operation" 类privilege escalation
- "password重置" / "找回password" 类逻辑
- "unauthorized访问" / "default凭据" / "Actuator" / "Spring 暴露" / "Redis unauthorized"
- 用户给一个 URL 或 API endpoint 让你测
不应使用本 skill:
- 纯白盒源码审计(用
code-auditskill) - 已知vulnerability的remediation / defense问答(用通用对话)
- 单独的 CTF 题目(这是真实environment工作流)
工作流 — 5 phase
Phase 1 · Intake(接单)
input:程序名 / SRC entry point URL / 子域。
要做的事:
- 抓 Scope(in-scope domains / IPs / mobile apps / API endpoints)
- 抓 Out-of-scope(禁测内容、第三方服务、cloud assets exclusions)
- 抓rule(payout tiers、disclosure window、retest policy、safe-harbor)
- 抓Testing账号 / Testing header(如
X-Bug-Bounty: <handle>)
priority级判断(基于hit类型预估hit率,参考 references/methodology/05-srctimebox-priority.md):
- 6 小时窗口 → 跑高hit率类型(password重置 88% / 任意账号 86.4% / 提现 83.1%)
- 单日窗口 → 加上information disclosure + 资产暴露 + Actuator
- HVV / 重点期 → 全谱
→ 详见 references/methodology/00-index.md
Phase 2 · Recon(被动侦察)
不发包给target的情报收集:
- CT log:crt.sh / Censys(找子域)
- 历史快照:Wayback / CommonCrawl
- GitHub 搜索:
org:target+ critical词(password / api_key / SECRET) - 搜index擎 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
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.1 KB
- .gitignore 164 B
- LICENSE 1.0 KB
- README.en.md 6.2 KB
- README.md 6.4 KB
- references/.gitkeep 0 B
- references/dictionaries/00-index.md 2.3 KB
- references/dictionaries/chinese-srcfingerprints.md 15 KB
- references/dictionaries/default-credentials-cn.md 10 KB
- references/industry/00-index.md 2.8 KB
- references/industry/banking-finance.md 15 KB
- references/industry/telecom-isp.md 12 KB
- references/methodology/00-index.md 3.1 KB
- references/methodology/01-attack-priority.md 6.8 KB
- references/methodology/02-bypass-toolkit.md 11 KB
- references/methodology/03-evidence-discipline.md 7.6 KB
- references/methodology/04-control-gap-hunting.md 9.5 KB
- references/methodology/05-srctimebox-priority.md 8.2 KB
- references/payloader/by-category/intranet/adcs攻击.md 6.8 KB
- references/payloader/by-category/intranet/credential-theft.md 35 KB
- references/payloader/by-category/intranet/exchange攻击.md 5.9 KB
- references/payloader/by-category/intranet/information-gathering.md 22 KB
- references/payloader/by-category/intranet/privilege-escalation.md 23 KB
- references/payloader/by-category/intranet/sharepoint攻击.md 2.6 KB
- references/payloader/by-category/intranet/tunneling-proxy.md 13 KB
- references/payloader/by-category/intranet/免杀与规避.md 19 KB
- references/payloader/by-category/intranet/域渗透攻击.md 19 KB
- references/payloader/by-category/intranet/权限维持.md 14 KB
- references/payloader/by-category/intranet/横向移动.md 22 KB
- references/payloader/by-category/web/ai-security.md 32 KB
- references/payloader/by-category/web/api-security.md 47 KB
- references/payloader/by-category/web/authentication-vulnerabilities.md 66 KB
- references/payloader/by-category/web/business-logic-vulnerabilities.md 26 KB
- references/payloader/by-category/web/cache-and-cdn-security.md 17 KB
- references/payloader/by-category/web/clickjacking.md 15 KB
- references/payloader/by-category/web/cloud-security-vulnerabilities.md 27 KB
- references/payloader/by-category/web/csrf-cross-site-request-forgery.md 24 KB
- references/payloader/by-category/web/file-vulnerabilities.md 47 KB
- references/payloader/by-category/web/framework-vulnerabilities.md 69 KB
- references/payloader/by-category/web/jwt-security.md 20 KB
- references/payloader/by-category/web/lfi-rfi-file-inclusion.md 36 KB
- references/payloader/by-category/web/open-redirect.md 15 KB
- references/payloader/by-category/web/prototype-pollution.md 19 KB
- references/payloader/by-category/web/rce-remote-code-execution.md 39 KB
- references/payloader/by-category/web/request-smuggling.md 22 KB
- references/payloader/by-category/web/sql-nosql-injection.md 63 KB
- references/payloader/by-category/web/ssrf-server-side-request-forgery.md 38 KB
- references/payloader/by-category/web/ssti-template-injection.md 32 KB
- references/payloader/by-category/web/supply-chain-attacks.md 18 KB
- references/payloader/by-category/web/websocket-security.md 21 KB
- references/payloader/by-category/web/xss-cross-site-scripting.md 44 KB
- references/payloader/by-category/web/xxe-entity-injection.md 25 KB
- references/payloader/index.md 5.1 KB
- references/payloader/raw/navigation.json 154 KB
- references/payloader/raw/tools.json 171 KB
- references/payloader/raw/web.json 1139 KB
- references/payloader/tools/credential-theft.md 2.8 KB
- references/payloader/tools/domain-penetration.md 954 B
- references/payloader/tools/encoding-decoding.md 4.7 KB
- references/payloader/tools/information-gathering.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.
- 6d ago First seen · 228 lines · 230 tokens per session scan A 0d4effcfd768
src-hunter is a skill published in the GitHub repository xAmirHamza77/ReverseOps-Skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 230 tokens to every session and 3,466 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
building-mcp-servers
Use this skill whenever the user wants to design, build, harden, review, or debug an MCP (Model Context Protocol) server — including "build me an MCP server for X", connecting an AI agent/Claude to a database or API, adding tools/resources to an existing MCP server, reviewing a contributor PR against an MCP server, or…
scanner-pmcc
Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
ib-portfolio-action-report
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
ib-trades-history
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.
report-stock
Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.