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 agentmods add instructions/awarexone/agentic-bug-hunter/claude-mdgit clone --depth 1 https://github.com/Awarexone/Agentic-Bug-HunterWrote 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/instructions/awarexone/agentic-bug-hunter/claude-md)<a href="https://agentmods.dev/instructions/awarexone/agentic-bug-hunter/claude-md"><img src="https://agentmods.dev/badge/instructions/awarexone/agentic-bug-hunter/claude-md.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 | $0.03467 | $0.03467 |
| Opus 5 | $0.01733 | $0.01733 |
| Sonnet 5 | $0.00693 | $0.00693 |
| Haiku 4.5 | $0.00347 | $0.00347 |
Grade A, and why
Agentic-Bug-Hunter CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Bug Bounty — Plugin Guide
This repo is a Claude Code plugin for professional bug bounty hunting across HackerOne, Bugcrowd, Intigriti, and Immunefi.
What's Here
Skills (10 domains — load with /bug-bounty, /web2-recon, /token-scan, etc.)
| Skill | Domain |
|---|---|
skills/bug-bounty/ |
Master workflow — recon to report, all vuln classes, LLM testing, chains |
skills/bb-methodology/ |
Hunting mindset + 5-phase non-linear workflow + tool routing + session discipline |
skills/web2-recon/ |
Subdomain enum, live host discovery, URL crawling, nuclei |
skills/web2-vuln-classes/ |
21 bug classes with bypass tables (SSRF, open redirect, file upload, Agentic AI) |
skills/security-arsenal/ |
Payloads, bypass tables, gf patterns, always-rejected list |
skills/web3-audit/ |
10 smart contract bug classes, Foundry PoC template, pre-dive kill signals |
skills/meme-coin-audit/ |
Meme coin rug pull detection, token authority checks, bonding curve exploits, LP attacks |
skills/report-writing/ |
H1/Bugcrowd/Intigriti/Immunefi report templates, CVSS 3.1, human tone |
skills/triage-validation/ |
7-Question Gate, 4 gates, never-submit list, conditionally valid table |
skills/credential-attack/ |
Password spray methodology — when/why, 4-stage pipeline, mode selection, lockout tactics, legal guardrails, pitfalls learned from live tests |
skills/client-reverse/ |
Client-side request-signing / anti-bot token reversal — packet-first replay, sign-input isolation, fetch/XHR hooking, deobfuscation, reach protected APIs |
skills/mobile-pentest/ |
Android/iOS app pentest — runtime-first proxy workflow, APK/IPA decompile for hidden endpoints + secrets, deeplink/exported-activity injection, WebView bridge, SSL pinning bypass |
skills/cicd-security/ |
CI/CD pipeline hunting — GitHub Actions injection, secret exfil, self-hosted runner poisoning, OIDC abuse, supply chain attacks |
skills/graphql-audit/ |
GraphQL hunting — introspection, field suggestions (clairvoyance), batching DoS, IDOR via aliasing, injection, auth bypass, depth bombs |
skills/argus/ |
Argus (all-seeing scanner suite) — CORS, CRLF/host-header, NoSQL injection, JWT (alg:none/confusion/crack), OOB blind-bug confirmation (interactsh), LLM red-team corpus |
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 · 163 lines · 3,467 tokens per session scan A d55984d467e0
Agentic-Bug-Hunter CLAUDE.md is an instructions file published in the GitHub repository Awarexone/Agentic-Bug-Hunter (4,684 stars, last pushed 2d ago), licensed MIT. It adds 3,467 tokens to every session, about $0.0173 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-08-30.
Other instructions, from other repositories
numasec AGENTS.md
AGENTS.md instructions for FrancescoStabile/numasec, covering numasec agent guide, operating rules, branches, product direction and product messaging direction.
pentest-agents AGENTS.md
AGENTS.md instructions for H-mmer/pentest-agents, covering pentest-agents repository maintenance, role, source map, generated output and scaffold contract.
pentest-agents CLAUDE.md
Claude Code instructions for H-mmer/pentest-agents, covering pentest-agents repository maintenance, repository role, source map, generated artifacts and scaffold contract.
mistakes
Instructions for H-mmer/pentest-agents, covering mistakes log — lessons from real engagements, top 10 most common mistakes (read first), agent-behavior, gate floors are not work and write files to disk — terminal output is not a deliverable.
payloads
Instructions for H-mmer/pentest-agents, covering payload reference, xss payloads, basic, waf bypass and context-specific.
waf-bypass-protocol
Instructions for H-mmer/pentest-agents, covering waf bypass iteration protocol, detection first, check headers, trigger a block and read the error page and check wafw00f if available.