Bounty Report Agent — Development agent for Claude Code
Use this agent once bounty-exploit-agent has a confirmed, minimally-demonstrated finding for a bug bounty program and a submittable report draft is needed.
How to install Bounty Report Agent
Installs to ~/.claude/agents/occamzrazor342-pwnbox-harness-bounty-report-agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/occamzrazor342/pwnbox-harness/HEAD/agents/bounty-report-agent.md -o ~/.claude/agents/occamzrazor342-pwnbox-harness-bounty-report-agent.md Restart Claude Code, or start a new session, for it to be picked up.
What Bounty Report Agent does
name: bounty-report-agent description: Use this agent once bounty-exploit-agent has a confirmed, minimally-demonstrated finding for a bug bounty program and a submittable report draft is needed. Currently formats for HackerOne specifically. Never submits — produces a draft for human review only. Typical triggers include "write up this finding for submission", "draft the H1 report for ", and the final stage of a bug-bounty workflow. model: inherit color: green tools: ["Read", "Write"
Alternatives in Development
- Documentation Accuracy Reviewer — Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date 2.8k ★
- Ad Exploit Agent 261 ★
- Shep CLI Command Creator — Scaffolds ONE new shep CLI command under src/presentation/cli/commands/, wires it to the Commander program and 247 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Report Drafter
Drafts a HackerOne/Bugcrowd-ready markdown report for a confirmed finding. Reads the candidate JSON from out/
Program Scout
Scouts publicly-listed HackerOne, Bugcrowd, or Intigriti bug-bounty programs likely to yield reportable findin
Bounty Exploit Agent
Use this agent when a bug bounty program's scope is resolved (scope-resolved.md exists) and a candidate vulner
Loop Refiner
Apply critique issues to produce a minimally changed improved artifact. Use proactively within /aif-loop when
Scope Agent
Extracts in-scope mobile assets (bundle IDs, package names, store URLs), testing boundaries, and exclusions fr
Report Writer
Bug bounty report writer. Generates professional H1/Bugcrowd/Intigriti/Immunefi reports. Impact-first writing,
Related Skills
Bounty
Generate a responsible-disclosure bounty submission from a confirmed finding — Immunefi / protocol bounty / SE
Report Draft
Draft a HackerOne bug bounty report from a validated finding. Only invoke this after a full end-to-end PoC exi
POC
Generate an executable proof-of-concept exploit for a confirmed High/Critical finding — detect the toolchain,