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, or injection_scan.
  • You want to audit an MCP tool surface for poisoning.
  • You are confirming a hypothesis with an oracle before reporting.

How to use

  1. Build and test bug-hunter: cd mcp/bug-hunter && go test ./... && go build.
  2. Add the binary to your MCP client config as bug-hunter.
  3. Call list_methods to see the 22 methodologies, or run a scanner like hotspots {since, limit}.
  4. Treat every scanner hit as a candidate. Confirm with an oracle before calling it a bug.

Examples

  • "Run churn hotspots and toctou_scan on the last 90 days of internal/."
  • "Audit mcp_audit on .agents/skills/ for tool-poisoning patterns."
  • "Generate a hunt prompt for the authz area and propose the right scanners."
Installs
3
First Seen
4 days ago
bug-hunting — quad4-software/ai