carapace
AI-powered code security for every PR
Install the app, scan your code
Add to your GitHub org or run the CLI locally
or add the GitHub App for automatic PR reviews
By the numbers
How it works
Install in 60 seconds
Add the Carapace GitHub App to your org. Select repos. No config files needed.
AI reviews every PR
Push code. Carapace scans every changed line for security holes, bugs, and code smells.
Ship with confidence
Inline comments with fix suggestions. Block merges on critical issues. One-click fixes.
What it catches
100+ rules across security, bugs, and code quality
Security
SQL injection, XSS, SSRF, path traversal, hardcoded secrets, broken auth patterns.
Bugs
Off-by-one errors, null dereferences, race conditions, unreachable code, infinite loops.
Code Quality
Dead code, magic numbers, excessive nesting, empty catch blocks, unsafe casts.
Performance
N+1 queries, unnecessary allocations, missing memoization, bundle size issues.
SQL injection via string interpolation. Use parameterized queries.