Skip to main content

Finds the bugs.Opens the fix.

CodePeel reviews every pull request for security holes, broken logic, and race conditions — then opens a PR with the fix applied. No API key. No config.

527

PRs reviewed

2,143

Issues found

29s

Avg review

Works withGitHub·VS Code·Claude Code·Cursor·Cline
github.com/acme/api/pull/42
OpenFix authentication middleware#42
Aalex wants to merge 3 commits into main from feat/auth
CodePeel — reviewing…41/100
21export async function getUser(id) {
23 db.query(`SELECT * WHERE id=$${id}`)
23 db.query('SELECT * WHERE id=$1', [id])
24}
CP
codepeelbotreviewed a3f8c2d · 4s ago
CriticalSQL Injection

User input concatenated into SQL query. Use parameterized queries to prevent injection.

db/queries.ts:23

MergedFix PR #43
codepeel/fix-pr-42feat/auth
Parameterized query applied+1 −1
3 tests generated · all passing
Health 4141

Setup

Three steps. Zero config.

1

Install the GitHub App

One click from the marketplace. No CI/CD changes needed.

2

Open a pull request

CodePeel triggers automatically — no commands, no webhooks to configure.

3

Get your review

Security score, findings, walkthrough, and auto-fix PRs — typically under a minute.

The Difference

Signal, not noise.

github.com/acme/api/pull/287
Open

Add NetworkHelper with retry logic #287

feat/network-helper wants to merge into main · 3 files changed

CodePeel — reviewing changes…
CodePeelcodepeelbotreviewed just now
live
👍 3👀 1❤️ 2
Reviewed in 14s

The Payoff

It doesn't just find the bug.
It opens the fix.

Every other reviewer leaves you a comment. CodePeel writes the patch, opens a real PR, and waits for your merge.

Bug found

SQL Injection

db/queries.ts:23

Fix written

Patch generated

parameterized query

PR opened

+12 −8

codepeel/fix-pr-42

Merged

Shipped ✓

health 41 → 87

Features

Review. Fix. Test. Ship.

Free users get the full review engine. Pro adds the fixes and tests.

Pro

Auto-Fix PRs

When CodePeel finds a fixable issue, it opens a real PR with the fix applied to your branch. Review the diff, merge, done.

codepeel/fix-pr-42 → main
23db.query(`SELECT * WHERE id=${id}`)
23+db.query('SELECT * WHERE id=$1', [id])
Free

Three Engines, One Review

Every PR runs through bug detection, OWASP security scanning, and architecture analysis in parallel. Findings are severity-rated.

87
Security1 critical
Performance1 warning
Architecturepassed
Pro

Auto-Generated Tests

Generates framework-appropriate tests (Jest, Vitest, pytest, flutter_test, Go, Rust) and opens them as a PR. Covers happy paths and error cases.

Pro

Pre-Merge Quality Gates

Commit statuses that fail if critical findings exist. Works with your existing branch protection rules. Block bad merges automatically.

Everywhere You Code

One reviewer. Every surface.

GitHub, your editor, and your AI coding agent — all feeding into one review engine, one account, one quota.

VS Code Extension

codepeel-vscode

Review changes before you push. Inline comments, one-click fixes, and severity ratings — right in your editor.

  • Review uncommitted or committed changes
  • Inline comments on exact lines
  • Severity ratings and health score
  • Works with GitHub and local repos
Install Extension

MCP Server

@codepeel/mcp-server

Let your AI coding agent review its own output. Works with Claude Code, Cline, Roo, Kiro, and any MCP client.

  • AI reviews code during your coding session
  • Catches bugs before you push
  • Works with Claude Code, Cline, Roo, Kiro
  • Simple JSON config setup
Setup Guide

Pricing

Launch pricing. Lock it in forever.

Early adopter pricing — these rates are locked for your account permanently.

Free

$0forever
  • 30 reviews per month
  • Up to 3 public repos
  • AI-powered code reviews
  • Security vulnerability detection
  • VS Code & IDE support
Get Started Free
Launch Price

Pro

$19.99$9.99/user/mo

50% off — locked forever for early adopters

  • 500 reviews per month
  • Unlimited repositories
  • Private repo support
  • Auto-fix pull requests
  • Auto-generated tests
  • Pre-merge quality gates
  • Custom review rules
Get Pro

Max

$39.99$24.99/mo

Launch price — locked forever

  • Unlimited reviews
  • Unlimited repositories
  • Priority processing
  • Everything in Pro
Get Max

Security

Your source code stays yours.

We analyze your diffs in-memory and never persist raw source code. Review results power your dashboard — your codebase never leaves GitHub.

Source code never stored

Diffs are analyzed in-memory and never persisted. We store review results (findings, scores) to power your dashboard — not your source code.

No AI training

Your code is never used to train any model. We use zero-retention LLM providers exclusively.

Scoped permissions

Read-only access for analysis. Write access is only used for auto-fix branches — never touches your main branch.

FAQ

Common questions.

Do I need an API key?

No. CodePeel provides AI analysis out of the box. No OpenAI key, no model config, nothing to set up. Install the GitHub App and you're done.

Is my code stored?

Diffs are analyzed in-memory during review and not persisted. We store review results (findings, health scores) to power your dashboard. Your source code stays on GitHub.

Is it just noise? Will it nitpick my formatting?

CodePeel flags bugs, security vulnerabilities, and architectural issues — not style preferences. You can dismiss findings or use @codepeel learn: to suppress patterns you don't care about.

What about private repos?

Private repositories require Pro ($9.99/mo). The free tier works on up to 3 public repositories with 30 reviews per month.

How is this different from CodeRabbit?

CodePeel reviews your PRs, opens fix PRs with the code applied, generates tests, and works inside your AI coding agent (Claude Code, Cursor) — at $9.99/user/month with no API key required.

Start catching bugs in 2 minutes.

Install the GitHub App. Open a PR. Get your first review.

Get Started Free