BrainblastbrainblastGet access
Coverage & proof

What the corpus proves — and how

The verified surface today — across error classes, SDKs and the curated lots — and, below it, the machine proof behind every record. Every thin cell is a scout work-order; every record is re-provable by anyone.

Error classes covered
9of 9
SDKs covered
62and growing
Populated cells
68class × sdk pairs
Class × Lot matrix
cell value = corroborating instances
Solana
EVM
Auth
TLS
Web
Cloud
Crypto
Desktop
Other
auth bypass
1
20
4
8
2
missing verification
1
18
6
2
other
1
1
6
unconfirmed state
7
1
silent zero revenue
1
3
missing slippage guard
2
2
wrong constant
2
immutable after deploy
1
unchecked staleness
1
VTIs by class
auth bypass35
missing verification27
other8
unconfirmed state8
silent zero revenue4
missing slippage guard4
wrong constant2
immutable after deploy1
unchecked staleness1
VTIs by SDK
typescript8
web3.js6
helmet5
jsonwebtoken4
cors3
express-session3
cookie-session2
express-jwt2
node:https2
mongoose2
better-auth2
amqplib1
server1
aws-sdk1
client-s31
cassandra-driver1
cookie1
elasticsearch1
express-fileupload1
express-rate-limit1
crypto/tls1
got1
ioredis1
iron-session1
Jito1
jose1
Jupiter1
kafkajs1
knex1
koa-session1
ldapjs1
libxmljs21
mpl-token-metadata1
js1
dlmm1
mongodb1
mqtt1
mssql1
mysql21
nats1
nodemailer1
passport-jwt1
pg1
playwright1
puppeteer1
Pyth Network1
python1
raydium-sdk-v21
redis1
express1
sequelize1
socket.io1
Solana lamports1
solidity1
SPL Token1
stripe1
Stripe1
tedious1
typeorm1
undici1
viem1
ws1
How it works

Proven, not scraped

A Verified Trap Instance is a claim that's been mechanically proven and can be re-proven by anyone. Two things make that true — a generalized oracle, and a fail-closed ingest funnel. It's why the reproduced rate above is 100%.

The generalized oracle

Four backends, cheapest first

The rule must fail on the vulnerable fixture and pass on the fixed one. Whichever backend can prove that wins; corroborating backends are recorded alongside it.

T0
static-checker~4ms

AST pattern match against the vulnerable shape. Offline, no code executed — the default.

T1
compiler~280ms

Type-checks the candidate against the pinned SDK. Catches hallucinated or moved APIs with zero execution.

T2
executed-test~1.2s

Runs a vetted contract test in a sandbox. A behavioral proof for bugs with no static shape.

T2
differential~1.8s

Runs the candidate against a golden input→output table. Catches wrong-constant / logic bugs.

The trust funnel

Three gates, all fail-closed

Contributed records clear each gate in order. Any rejection stops the record — nothing slips through silently.

1
secret-scan

Every file runs through Keyguard. One key refuses the whole submission — fail-closed.

2
RED→GREEN reproduction

The oracle re-proves the finding. This is the anti-poisoning gate: non-reproducing data can't land.

3
consent / license

Contributor-grant-v1 stamped, scope verified. Owned and contributed lots stay physically separate.

Verify it yourself

Every record ships its own re-runnable receipt. No secret answer key — the same procedure returns the same color for anyone.

# re-prove any pack RED→GREEN
npx brainblast verify ./pack
vulnerable → REDfixed → GREEN