src-hunter

src-hunter is a skill for Claude Code from xAmirHamza77/ReverseOps-Skill. It costs 230 tokens per session (3,466 once invoked), scanned A, original, MIT.

A structured vulnerability-hunting workflow for security-response programs, penetration tests, and bug bounty work. It moves through intake, reconnaissance, enumeration, testing, and reporting.

In plain words
What is it for?
Use it to assess web applications, APIs, mobile targets, authentication systems, GraphQL, OAuth, JWT, file handling, and other common attack surfaces.
Why use it?
It gives researchers a repeatable process for examining targets instead of testing randomly. It also organizes attack playbooks, payload examples, bypass variants, and historical cases.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to assess web applications, APIs, mobile targets, authentication systems, GraphQL, OAuth, JWT, file handling, and other common attack surfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xamirhamza77/reverseops-skill/src-hunter
Install

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.

Any agent
npx skills add xAmirHamza77/ReverseOps-Skill --skill src-hunter
Clone the repo
git clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-Skill

Made for: Claude Code.

Its marketplace also offers this one on its own, as the plugin src-hunter/plugin install src-hunter after adding the marketplace above.

Wrote 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.

agentmods badge for src-hunter

README.md
[![agentmods](https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/src-hunter/github.svg)](https://agentmods.dev/skills/xamirhamza77/reverseops-skill/src-hunter)
Your own site
<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.

agentmods 80×15 button for src-hunter

Your own site · 80×15
<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>
Per session 230 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 0d4effcfd768, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/pentest-tools/src-hunter/SKILL.md · 228 lines

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)

  1. NOW: read ../../field-journal/precedent-pentest.md — 确认本 skill 的operation是已authorization的常规operation
  2. NOW: 确认当前task是否hit本 skill 的适用scope
  3. NEXT: read ../../tool-index.md,checksumtoolavailable性和实际path
  4. NEXT: 缺tool时调用 bootstrap,不要猜path
  5. ACT: 进入"工作流"第一步并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-audit skill)
  • 已知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擎 dorkssite:target.com inurl:/adminfiletype:envintitle:Index of
  • ASN / IP 段:bgp.he.net 找 IP 块
  • Favicon hash:FOFA / Shodan 找同 favicon 资产
  • DNS 历史:SecurityTrails / Whoisxmlapi

Read the full file on GitHub · 228 lines

Files

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.

Changes

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.

  1. 6d ago First seen · 228 lines · 230 tokens per session scan A 0d4effcfd768

Subscribe to this mod's changes

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.

Related

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…

cyberreinxy/mcp-server-skill · 160 tokens

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.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

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.

staskh/trading_skills · 49 tokens

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.

staskh/trading_skills · 59 tokens

report-stock

Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.

staskh/trading_skills · 22 tokens