codexstar69codexstar69Community·11 Agent Skills Included

bug-hunter

Adversarial code audits with verified findings and safe fixes

Scans codebases for logic errors, security vulnerabilities, race conditions, and data bugs using a Hunter, Skeptic, and Referee review pipeline. Eliminates false positives by challenging every finding against real code and framework documentation before reporting. Runs scan-only by default and requires explicit permission before editing, fixing, or committing any source files.
npx skills add codexstar69/bug-hunter --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Bug Hunter?

Run `npx skills add codexstar69/bug-hunter --all -g -y` in your terminal to install the full skill suite globally.

How does Bug Hunter reduce false positives?

A Skeptic role challenges every reported bug against the actual code and verified framework docs, then a Referee issues the final verdict, so only evidence-backed findings are confirmed.

Does Bug Hunter edit my code automatically?

No. It is scan-only and single-pass by default; fixing, autonomous edits, and commits each require an explicit flag such as --fix or --autonomous.

Which coding agents work with Bug Hunter?

It supports Claude Code, Codex, Cursor, GitHub Copilot, Kiro, Windsurf, OpenCode, and Factory Droid CLI through a standard SKILL.md install.

Can Bug Hunter run security reviews on pull requests?

Yes. Use the --pr-security flag for diff-scoped security scans, --threat-model for STRIDE threat modeling, and --security-review for full repository audits.

Related Repositories in Software Engineering

View All in Software Engineering