Simple pricing
Every plan scans pull requests across all 37 vulnerability categories, verification pass included. Pay for private repos, higher quotas, and merge enforcement.
Free
For solo developers exploring AI-generated code risks.
Starter
For solo developers who need private repo coverage.
Pro
For teams needing full coverage, merge blocking, and higher quotas.
Paid plan quotas reset on your billing date. Free plan quotas reset on the 1st of each month.
Payments processed securely by Paddle.
For private repos, merge blocking is only enforced by GitHub on GitHub Team organizations or higher. A free GitHub org will show the check, but won’t block the merge.
Full comparison
| Feature | Free | Starter | Pro |
|---|---|---|---|
| Public repos | ✓ | ✓ | ✓ |
| Private repos | ○ | ✓ | ✓ |
| PR scans / month | 10 | 50 | 500 |
| Security sweeps / month | 1 ★ | 1 | 10 |
| GitHub merge blocking | ○ | ○ | ✓ |
| Auto-rescan on PR update | ○ | ✓ † | ✓ |
| Slack & email alerts | ✓ | ✓ | ✓ |
| Dashboard access | ✓ | ✓ | ✓ |
★ Free plan sweep is a one-time lifetime trial. † Starter rescans every PR update except small ones that follow a clean scan, which it skips so a typo fix doesn't spend a credit; Pro rescans every update. Paid plan quotas reset on your billing date. Free plan quotas reset on the 1st of each month. Rescans count as a new scan.
Frequently asked
Does it work with private repos?
Yes, Starter and Pro plans include private repository access. The Free plan is limited to public repos.
What counts as a PR scan?
Each time Gitsentry.dev analyzes a pull request diff, that's one scan. Rescans, whether from the dashboard button or the '/gitsentry rescan' comment command, each count as one scan against your monthly quota. A scan that fails on our side costs you nothing: we refund the credit and label the scan as failed rather than showing it as clean.
What is a security sweep?
A PR scan reads one diff in isolation. A sweep reads your recent history on the default branch as one body of work: an adversarial review that defines attacker profiles, entry points, and trust boundaries, then hunts for chained attack paths that span several commits. You get a threat model and named attack chains, not just a finding list. Sweeps run on a stronger model than PR scans. Run one after a large refactor or before a launch.
Will my Pro scans roll over?
No. Scan and sweep quotas reset on your billing date each month. They don't roll over, but 500 scans covers most teams of up to 20 engineers with room to spare.
Can I cancel anytime?
Yes. You can cancel or manage your subscription at any time from the billing dashboard. No lock-in.
How does merge blocking work?
On the Pro plan, Gitsentry.dev automatically sets up branch protection and posts a GitHub Check Run on every PR. No manual configuration needed. If any security issues are found, the check fails and GitHub requires it to pass before merging. For private repos, enforcement requires your GitHub organization to be on the GitHub Team plan or higher.
How many vulnerability categories does it cover?
37, on every plan. PR scans and sweeps draw on the same set, from SQL injection and IDOR through to SSRF, mass assignment, race conditions, and prompt injection in LLM call sites. Gitsentry drops the categories that can't apply to your project type before the scan runs, so a static frontend never gets asked about SQL injection.
What about false positives?
Every finding goes through a second AI pass that re-reads your diff and tries to disprove it; anything it can't prove gets dropped before the comment is posted. Well-known credential formats are matched by pattern rules instead, which never hallucinate. And when you dismiss a category as a false positive twice in one repo, Gitsentry demands concrete evidence of an exploitable path before raising that category there again.
Is this really free for open source?
Yes. Public repos get 10 PR scans per month at no cost, forever. The free security sweep lets you run one full audit to see what the scanner can find.
Get started
Install the GitHub App in one click, no credit card, no config files. Most teams see their first security finding within two minutes of opening a PR.
Install GitHub App, it's free →