v1.0.0 Public Beta

GEMINI BUG HUNTER

AI-Powered Security Vulnerability Hunter

Turn your terminal into an elite security auditing tool. Powered by Gemini 2.5 Flash to find, understand, and fix vulnerabilities in seconds.

The Intelligence Engine

Security tools shouldn't be black boxes. GBH brings transparency and speed.

🧠

Deep Context Understanding

Unlike regex-based scanners, Gemini reads your code like a senior engineer. It understands control flow, variable context, and business logic to reduce false positives.

⚡️

Lightning Fast

Powered by Gemini 2.5 Flash for near-instant analysis of complex files.

🛡️

Auto-Remediation

Don't just find bugs. Fix them. Interactive prompts guide you through safe patches.

📊

Detailed Risk Scoring

Calculates severity, confidence, and impact to prioritize what truly matters. Get a 0-100% security score for every scan.

Workflow

01

Scan Your Codebase

Run gbh scan in your project root. The tool intelligently maps your file structure, ignoring non-code files, and sanitizes sensitive data before analysis.

$ gbh scan ./src
Mapping files...
✓ Found 14 analyzeable files
02

Review the Report

Receive a structured, easy-to-read report in your terminal. Vulnerabilities are categorized by severity (Critical, High, Medium, Low) with clear explanations.

CRITICAL SQL Injection found in auth.js
Line 42: User input used directly in query.
Confidence: 98%
03

Apply Fixes

Use the interactive mode to apply AI-generated patches. Review the diff, confirm the change, and watch your code improve instantly.

? Apply fix for Vulnerability #1?
❯ Yes
Applying patch...
✓ Vulnerability resolved.

Ready to Hunt?

# Install globally via npm
npm install -g gemini-bug-hunter
# Configure your API key
gbh config set-key <YOUR_API_KEY>