A fleet of AI agents reviews every pull request, debates each finding, and only reports bugs that survive consensus verification.
How it works
$15/month. Cancel anytime. You get a license key emailed instantly.
Drop a YAML file into your repo. Add your license key and AI API key as secrets.
Every PR gets reviewed by AI agents. Real bugs get flagged. False positives get voted out.
name: PR Hunt
on:
pull_request:
types: [opened, synchronize]
jobs:
hunt:
runs-on: ubuntu-latest
steps:
- uses: pr-hunt/pr-hunt@v1
with:
license-key: ${{ secrets.PR_HUNT_LICENSE_KEY }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Features
PR Hunt finds logic bugs, race conditions, and security issues that static analysis misses.
Multiple AI agents independently review your code. Bugs are only reported after surviving adversarial verification — 5 confirmations required, skeptical verifiers trying to disprove each finding.
Use your own OpenAI or Anthropic API keys. You control the cost. No data leaves your GitHub Actions runner except API calls you authorize.
Runs entirely inside GitHub Actions. No external servers, no webhooks to configure, no OAuth flows. Add a YAML file and you're done.
Everything runs on GitHub's infrastructure. No servers to maintain, no databases to manage. Runs on your own compute.
Confirmed bugs are posted directly as inline comments on the exact lines that contain issues. Review the AI's findings alongside your normal code review workflow.
Choose between OpenAI Codex and Anthropic Claude as your agent engine. Use whichever model family you prefer, or switch between them per-repo.
$15/month. Cancel anytime. No per-seat fees.
Your code stays on GitHub's servers.