bug-hunting
Installation
SKILL.md
When to use this skill
- You are planning a bug hunt or chartering an area.
- You need to run a scanner such as
hotspots,toctou_scan, orinjection_scan. - You want to audit an MCP tool surface for poisoning.
- You are confirming a hypothesis with an oracle before reporting.
How to use
- Build and test bug-hunter:
cd mcp/bug-hunter && go test ./... && go build. - Add the binary to your MCP client config as
bug-hunter. - Call
list_methodsto see the 22 methodologies, or run a scanner likehotspots {since, limit}. - Treat every scanner hit as a candidate. Confirm with an oracle before calling it a bug.
Examples
- "Run
churnhotspots andtoctou_scanon the last 90 days ofinternal/." - "Audit
mcp_auditon.agents/skills/for tool-poisoning patterns." - "Generate a
huntprompt for the authz area and propose the right scanners."