bughunt

bughunt is a command for Claude Code from robzilla1738/roberts-skills. It costs 32 tokens per session (682 once invoked), scanned A, original, MIT.

A report-only codebase review that searches for hidden bugs, user pain points, and inefficient areas, then ranks reproducible findings.

In plain words
What is it for?
Use it to inspect the whole repository, a path, a module, staged changes, or differences from the merge base.
Why use it?
It helps developers find problems that ordinary review or existing tests may miss without changing the code.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the bughunt-suite plugin — 3 skills, 4 commands shipped together

Good fit Use it to inspect the whole repository, a path, a module, staged changes, or differences from the merge base.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add robzilla1738/roberts-skills
Claude Code
/plugin install bughunt-suite

Made for: Claude Code.

Or install bughunt-suite, the plugin that ships this one along with the rest of its 3 skills, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bughunt

README.md
[![agentmods](https://agentmods.dev/badge/commands/robzilla1738/roberts-skills/bughunt.svg)](https://agentmods.dev/commands/robzilla1738/roberts-skills/bughunt)
Your own site
<a href="https://agentmods.dev/commands/robzilla1738/roberts-skills/bughunt"><img src="https://agentmods.dev/badge/commands/robzilla1738/roberts-skills/bughunt.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 682 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00682
Opus 5 $0.00016 $0.00341
Sonnet 5 $0.00006 $0.00136
Haiku 4.5 $0.00003 $0.00068

Measured 8d ago against content hash d3c82e630e07, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bughunt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/bughunt-suite/commands/bughunt.md · 23 lines

What it actually says

Run a bug hunt against: $ARGUMENTS

Load and follow the bughunt skill at ${CLAUDE_PLUGIN_ROOT}/skills/bughunt/SKILL.md exactly. Parse $ARGUMENTS for:

  • Scopediff (vs the merge base) · staged (git-staged changes) · a path like src/api · a named module · empty = whole repo.
  • Depthquick (a handful of cells, fast) · deep (full fan-out; the default for a whole-repo hunt).
  • ci — non-interactive mode: don't ask the user anything, run merge with --require-verified --require-coverage --strict --fail-on critical-high, and surface the exit code (0 no new Critical/High / 1 new Critical/High / 3 malformed or IO error). Use --fail-on any only when Medium/Low should return 2.

Then run the loop:

  1. Recon & pre-pass — detect platform and map trust boundaries. When python3 is available, run the deterministic pre-pass for ranked targets: python3 ${CLAUDE_PLUGIN_ROOT}/skills/bughunt/scripts/bughunt.py census, hotspots, signals, deps (see tooling.md). On a large/unfamiliar repo, confirm scope first (skip the prompt under ci).
  2. Fan out — build the (lens × hotspot) grid and dispatch hunters via the capability ladder in orchestration.md: the shipped Workflow script if available, else parallel Tasks, else a sequential walk. Hunters return findings as JSON.
  3. Verify (mandatory) — a skeptic pass tries to refute every candidate before it reaches the report (verification.md).
  4. Merge & triage — pipe findings through bughunt.py merge (fingerprint, dedupe, cross-validate, suppress, baseline-diff) and score with the triage rubrics. Under ci, include --require-verified --require-coverage --strict --fail-on critical-high.
  5. Reportbughunt.py render emits the ranked markdown (+ HTML + SARIF) into .bughunt/.

This is report-only: surface and prove bugs, do not edit code unless I ask. If python3 is unavailable, follow the markdown fallback (no scripts; findings stay in markdown). If $ARGUMENTS is empty, ask what to hunt (whole repo, a module, or a diff) and which depth.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 23 lines · 32 tokens per session scan A d3c82e630e07

Subscribe to this mod's changes

bughunt is a command published in the GitHub repository robzilla1738/roberts-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 682 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.