Live on GitHub Marketplace

Every PR gets an
AI risk review

DiffSense reads every pull request and drops one sticky comment with a risk score, plain-English summary of the change, and the tests most likely to fail.

Unlimited on public repos · 50 free private-repo PRs/mo · No credit card

github.com / acme / payments — Pull request #142
D
DiffSense commented 2 seconds ago

🟠 DiffSense — Medium Risk (65%)

Summary: Replaces Redis-backed opaque session tokens with stateless JWTs and adds a /refresh endpoint.

Why this PR is notable:

  • Touches security-sensitive paths: src/auth/session.ts
  • No test file updates despite source-code changes
  • Introduces a new dependency (jsonwebtoken)
  • Changes token lifecycle — existing sessions may be invalidated on deploy

Run these tests first:

  • auth.spec.ts — risk 82%
  • session-integration.spec.ts — risk 74%

— DiffSense · AI analysis · was this helpful?

What you get on every PR

🎯

Risk score, calibrated

Not just "this PR has 500 lines." DiffSense factors in sensitive paths, change surface, missing tests, and history to produce a score your team can actually act on.

📖

Plain-English diff summary

One sentence, one paragraph, zero regurgitated code. Reviewers know what changed before they open the Files tab.

🧪

Which tests to run first

The only AI reviewer backed by real test-history data. We rank the tests most likely to fail on this change — CI time drops 30-60%.

👥

Suggested reviewers Pro

Pulled from git blame on the exact hunks being changed. No more "who knows this code?"

🔐

Secret leak detection Pro

Catches AWS keys, Stripe tokens, OpenAI keys, JWTs. Before they land on main.

📨

Slack alerts Team

High-risk PR? Ping the right channel. Without writing a GitHub Action.

Pricing that doesn't punish open source

Public repos are free forever. Private repos start at $19/mo.

Free
$0/mo

For open-source and trying us out.

  • ✓ Unlimited public repos
  • ✓ 50 private-repo PRs/month
  • ✓ Risk score + AI summary
  • — Reviewer suggestions
  • — Secret scanning
Install free
Most popular
Pro
$19/mo

For teams shipping private code daily.

  • ✓ Everything in Free
  • Unlimited private-repo PRs
  • ✓ Suggested reviewers
  • ✓ Secret leak detection
  • ✓ Email support
Start Pro
Team
$49/mo

Per org. For orgs that want the full stack.

  • ✓ Everything in Pro
  • ✓ Slack alerts on high-risk PRs
  • ✓ Priority LLM (faster comments)
  • ✓ Team analytics dashboard
  • ✓ Priority support
Start Team

Common questions

Does DiffSense read my code to train an AI?

No. Diffs are sent to the LLM per-PR to generate the comment, and then discarded. We do not train on your code. On Pro/Team you can bring your own API key.

How is this different from CodeRabbit or Greptile?

They write long review comments full of nitpicks. We write one comment per PR, focused on risk and what to test. We're the only AI reviewer that factors in real test-failure history.

What data do you store?

Installation metadata, PR numbers, and the comment we posted. We do not store your source code, diffs, or commit contents.

Can I run it on-premise?

Self-hosted is planned for Enterprise. Contact us.

Ship faster. Break less.

One click, one comment per PR, one checkout when you're ready.

Install DiffSense on GitHub