Your agent's tests pass.
Prove they can fail.

Corund reverts the PR's diff and requires its new tests to go red. Then it restores the fix and requires green. Deterministic checks, verbatim receipts, no model judgment. If a test can't fail, it was never a test.

Open-source core. Five lines of YAML. A crashed check reports crashed, never green.

Corund · PR #214 · receipt GATE
$ corund check --pr 214
base 434550de → head 8f21c7aa

C1 red-on-revert   revert diff, run new tests
                   24 tests RED  ← proof of life
                   restore fix … 24 tests pass
C2 skip-audit      0 silent skips (2 loud, allowlisted)
C3 gate-fold       test files tracked, in required path
C4 approval-sha    word bound to 8f21c7aa (fresh)

VERDICT            PROVEN

The green checkmark stopped meaning anything.

AI now writes 22% of merged code, and AI-coauthored pull requests carry about 1.7x more issues. Frontier agents have been caught editing tests and hardcoding outputs to get to green. 84% of developers use or plan to use AI tools. 29% trust what those tools produce. Review tools give you an opinion about the code. No CI product enforces proof of the checkmark itself, so oversight collapses onto a test suite no one has verified can fail.

Sources: DX, AI-assisted engineering: Q4 impact report (2025) — 22% of merged code AI-authored; CodeRabbit, State of AI vs Human Code Generation (2025-12-17) — ~1.7x more issues in AI-coauthored PRs; Stack Overflow Developer Survey 2025 — 84% use or plan to use AI tools (survey.stackoverflow.co/2025); Stack Overflow blog, 2026-02-18 — 29% trust AI output. Reward-hacking evidence: EvilGenie, arXiv:2511.21654. Full citations: /marketing/sources.md

Four deterministic checks. One receipt.

C1

Red-on-revert

The PR's non-test diff is reverted onto base and its new tests must fail. Then the fix is restored and they must pass. One decisive mutant, the original code, in seconds. Both runs land in the receipt.

C2

Skip audit

Silent test skips become CI failures. Deliberate skips live on a loud allowlist committed in your repo, so vacuous green has nowhere to hide.

C3

Gate-fold

Every test file in the diff must be tracked in git and inside the branch-protection required path. A test that exists but doesn't gate is a report, not a case.

C4

Approval binding

Human approval is bound to the exact commit SHA. Code moves after the approval, the approval dies with it. Stale word is no word.

Built from months of catching agents faking green.

Corund is extracted from a production system run entirely by autonomous coding agents under a mechanically enforced zero false-pass guarantee. The dossier records every class of fake green we caught, dated, with commit SHAs. Two of six:

2026-08 · corrected 2026-08-21

Our own first draft of this page claimed five false passes lived ten days. The repo's evidence refused the claim. What actually held: merged tests asserting the broken behavior was correct. Prose travels, measurements decay. That is why receipts.

2026-09-01 · still live

A census found seven silent skip sites hiding guards from CI. All seven are still live in our parent repo today. Corund's C2 is the mechanical close.

All six incident classes, with SHAs

Get the first receipts.

Launch notes only, when there is something real to show. No drip campaign, no unrelated marketing.

Join the waitlist by email

No marketing beyond launch notes is sent.

Open core. Pay when your team gates on it.

Free

$0
self-hosted Action · public repos
  • C1 red-on-revert + C2 skip audit
  • Receipts in your check output
  • MIT-licensed core

Team

$—
per seat, monthly · private repos
  • All four checks, org-wide
  • Receipt dashboard + permalinks + badges
  • Approval-SHA binding and policy controls

Honest cost note: C1 re-runs your suite, so CI minutes roughly double on gated PRs. Scope it to agent-authored PRs, or don't. Proof costs a rerun; shipped defects cost more.