codexstar69/bug-hunter
400 stars · Last commit 2026-05-01
Adversarial AI bug hunter with auto-fix skill for Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, Kiro CLI, Opencode, Pi Coding Agent, and more. Multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs — then fixes them autonomously on a safe branch.
README preview
<p align="center"> <img src="docs/images/hero.png" alt="Bug Hunter — AI-powered adversarial code review and security vulnerability scanner for Claude Code, Cursor, Codex, Copilot, Windsurf, and Kiro" width="720"> </p> <h1 align="center">Bug Hunter</h1> <p align="center"><strong>AI code review that argues with itself — adversarial multi-agent bug finding, security scanning, and auto-fix for any coding agent.</strong></p> <p align="center"> <a href="https://www.npmjs.com/package/@codexstar/bug-hunter"><img src="https://img.shields.io/npm/v/@codexstar/bug-hunter" alt="npm version"></a> <a href="https://github.com/codexstar69/bug-hunter/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@codexstar/bug-hunter" alt="MIT License"></a> <img src="https://img.shields.io/badge/tests-113%20passing-brightgreen" alt="113 tests passing"> <img src="https://img.shields.io/badge/node-%3E%3D18-blue" alt="Node.js >= 18"> </p> <p align="center"> <a href="#install">Install</a> · <a href="#quick-start">Quick Start</a> · <a href="#how-adversarial-ai-code-review-works">How It Works</a> · <a href="#bugs-and-vulnerabilities-detected">What It Finds</a> · <a href="#safe-auto-fix-with-canary-rollout">Auto-Fix</a> ·