analyze
Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>
Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
$ npx -y skills add H-mmer/pentest-agents --skill chain --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/chainContext preview
The summary Claude sees to decide when to auto-load this skill.
Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
name: chain description: "Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)" disable-model-invocation: false
Build exploit chain from: $ARGUMENTS
1. Read brain for current target context: `uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief <target>`
2. Get bug A description:
3. Read `rules/chain-table.md` — the capability→next-bug table
4. Read `policy.md` — extract policy preamble for the agent
5. **ALWAYS dispatch `chain-builder` agent** (model: inherit) with:
6. After agent returns:
No inline chain logic. No capability table. The chain-builder agent does all the work.
A chain is valuable only when each link grants a concrete capability.
Before dispatching, classify bug A as one capability:
Ask the chain-builder for three paths: fastest proof, highest impact, and safest policy-compliant path. Kill chains that require guessing, prohibited data access, or unbounded scanning. A reportable chain must include end-to-end reproduction, where link 2 consumes the capability from link 1 rather than merely coexisting with it.
Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw — 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.
Repo: H-mmer/pentest-agents
Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>
Autonomous hunt orchestrator. INSATIABLE in --autonomous mode: enforces an EXHAUSTION CONTRACT (26 canonical hunter classes, surface probe A-I, depth-engine…
Manage the engagement brain. Subcommands: 'init' to set up, 'brief <target>' for pre-flight, 'status' for overview, 'exhausted [target]' to see dead ends.
Run the finding correlation engine to discover attack chains from individual findings.