elementalsouls/Claude-BugHunter

A Claude Code skill bundle for bug hunting and external red-team work - 82 skills, 15 slash commands, 681 disclosed-report patterns curated across 24 core vulnerability classes, plus enterprise identity + infrastructure attack matrices.

3.9kStars on the repository
28Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autopilot

01

elementalsouls/Claude-BugHunter

Command

Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo].

3.9k 2d ago A 49 tokens original MIT

chain

02

elementalsouls/Claude-BugHunter

Command

Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth. Usage: /chain.

3.9k 2d ago B 64 tokens copy · 97% MIT

hunt

03

elementalsouls/Claude-BugHunter

Command

Active vulnerability hunting. Two-track dispatcher — asks Red Team vs WAPT, hands off to hunt-dispatch skill and sibling commands. Usage: /hunt target.com | /hunt .target.com | /hunt targets.txt [--vuln-class X] [--source-code P] [--chrome].

3.9k 2d ago A 63 tokens original MIT

intel

04

elementalsouls/Claude-BugHunter

Command

On-demand intelligence fetch for a target — CVEs, disclosed reports, new features. Pulls NVD/GitHub-Advisory CVEs + bundled disclosed reports + hunt memory context. Usage: /intel target.com.

3.9k 2d ago A 46 tokens original MIT

memory-gc

05

elementalsouls/Claude-BugHunter

Command

Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.

3.9k 2d ago A 40 tokens original MIT

pickup

06

elementalsouls/Claude-BugHunter

Command

Pick up a previous hunt on a target — shows hunt history and untested surface from the autopilot ledger. Usage: /pickup target.com.

3.9k 2d ago A 30 tokens original MIT

recon

07

elementalsouls/Claude-BugHunter

Command

Run full recon pipeline on a target — subdomain enum (Chaos API + subfinder), live host discovery (dnsx + httpx), URL crawl (katana + waybackurls + gau), gf pattern classification, nuclei scan. Outputs to recon/ / directory. Usage: /recon target.com.

3.9k 2d ago A 65 tokens original MIT

remember

08

elementalsouls/Claude-BugHunter

Command

Optional manual note on a target or the last confirmed finding. Capture is automatic during autopilot; this is for extra context. Usage: /remember.

3.9k 2d ago A 31 tokens original MIT

report

09

elementalsouls/Claude-BugHunter

Command

Write a submission-ready bug bounty report. Generates H1/Bugcrowd/Intigriti/Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation. Run /validate first. Usage: /report.

3.9k 2d ago A 54 tokens copy · 86% MIT

scope

10

elementalsouls/Claude-BugHunter

Command

Mandatory pre-flight scope check — verify an asset is in scope BEFORE any HTTP touch. Deterministic (deny-wins, default-deny) via engine/scope.py against the engagement's scope.md. Blocks out-of-scope testing. Usage: /scope [ ...].

3.9k 2d ago A 63 tokens original MIT

surface

11

elementalsouls/Claude-BugHunter

Command

Show ranked attack surface for a target from its recon manifest + hunt memory. Deterministic backing is cbh surface (reads recon/ /manifest.json); LLM layer adds ledger signal. Usage: /surface target.com.

3.9k 2d ago A 51 tokens original MIT

token-scan

12

elementalsouls/Claude-BugHunter

Command

Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP lock bypass, authority retention, bonding curve exploits, fake renounce, sandwich amplification). Manual 8-class grep audit (with an optional automated scanner if present). Usage: /token-scan [--chain solana].

3.9k 2d ago A 79 tokens original MIT

triage

13

elementalsouls/Claude-BugHunter

Command

Quick 7-Question Gate triage on a finding before writing a report. Kills N/A submissions before they happen. Faster than /validate — for quick go/no-go decisions. Usage: /triage.

3.9k 2d ago A 45 tokens original MIT

validate

14

elementalsouls/Claude-BugHunter

Command

Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate.

3.9k 2d ago A 41 tokens original MIT

web3-audit

15

elementalsouls/Claude-BugHunter

Command

Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage…

3.9k 2d ago A 83 tokens copy · 98% MIT