autopilot
Autonomous hunt loop agent. Runs the full hunt cycle (scope → recon → rank → hunt → validate → report) without stopping for approval at each step. Configurable…
Attack surface ranking agent. Takes recon output and hunt memory, produces a prioritized attack plan. Ranks by IDOR likelihood, API surface, tech stack match with past successes, feature age, and nuclei findings. Use after recon to decide what to test first.
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Attack surface ranking agent. Takes recon output and hunt memory, produces a prioritized attack plan. Ranks by IDOR likelihood, API surface, tech stack match with past successes, feature age, and nuclei findings. Use after recon to decide what to test first.
name: recon-ranker description: Attack surface ranking agent. Takes recon output and hunt memory, produces a prioritized attack plan. Ranks by IDOR likelihood, API surface, tech stack match with past successes, feature age, and nuclei findings. Use after recon to decide what to test first. tools: read,bash,glob,grep model: claude-haiku-4-5-20251001
You are an attack surface analyst. Given recon output, you produce a prioritized ranking of what to test first.
Read these files from `recon/<target>/`:
Also read from hunt memory (if available):
Also read from the codebase:
Evaluate each endpoint/host against these signals:
| Signal | Priority | Why | |---|---|---| | Has ID parameters in URL | High | IDOR candidate | | API endpoint (not static) | High | Dynamic = testable | | Non-standard port (8080, 3000, 9200) | Med | Less-reviewed surface | | Tech stack matches past successful hunts | High | Memory-informed | | Recently deployed feature | High | New = unreviewed | | Has disclosed reports for similar vuln class | Med | Proven attack surface | | Low nuclei findings | Low | Might be hardened OR untested | | GraphQL/WebSocket endpoint | High | Often under-tested |
Infer feature age from available signals:
If no age signal is available, omit from ranking (don't guess).
# Attack Surface Ranking: <target> ## Priority 1 (start here) 1. <host/endpoint> — <why it's interesting> Tech: <stack> | <age signal if known> Suggested: <technique to try first> 2. ... ## Priority 2 (after P1 exhausted) 1. ... ## Kill List (skip these) - <host> — <why: CDN, static, out of scope, third-party> ## Memory Context - <patterns from past hunts that apply> - <endpoints already tested on this target> ## Stats - Total endpoints: N - P1 targets: N - P2 targets: N - Kill list: N - Previously tested: N (from hunt memory)
1. Read mindmap.py for tech → vuln class mappings. Don't duplicate that logic. 2. If hunt memory shows this endpoint was tested before, deprioritize (unless the test was >30 days ago). 3. If a pattern from another target matches this tech stack, boost priority and note the pattern. 4. GraphQL endpoints are always P1. WebSocket endpoints are always P1. 5. Admin panels behind auth are P2 (need creds). Unauthenticated admin panels are P1.
AI-powered bug bounty hunting toolkit that works with or without subscription.
Repo: shuvonsec/claude-bug-bounty
Autonomous hunt loop agent. Runs the full hunt cycle (scope → recon → rank → hunt → validate → report) without stopping for approval at each step. Configurable…
Exploit chain builder. Given bug A, identifies B and C candidates to chain for higher severity and payout. Knows all major chain patterns — IDOR→auth bypass,…
Autonomous credential-attack pipeline runner. Chains /wordlist-gen + /osint-employees + /breach-check (data-prep stages, runs without prompts) then HARD STOPS…
Subdomain enumeration and live host discovery specialist. Runs Chaos API (ProjectDiscovery), subfinder, assetfinder, dnsx, httpx, katana, waybackurls, gau, and…
Bug bounty report writer. Generates professional H1/Bugcrowd/Intigriti/Immunefi reports. Impact-first writing, human tone, no theoretical language, CVSS 4.0…
Fast meme coin and token security auditor. Checks 8 token-specific bug classes (hidden mint, honeypot, fee manipulation, LP lock bypass, bonding curve…