How we verify

It is architecturally impossible for CodexMachina to serve an unverified snippet. Every page reads pre-verified, pre-rendered text from our matrix database — nothing is composed or checked when you load the page. The checking happens ahead of time, per stack:

Per-artifact verification

Two freshness signals

A verified config can go stale two ways: our own fragment code changes (tracked by content hash), or an upstream package ships a new version under static code (tracked by version). We watch both — version-checking alone is blind to the first, hash-checking alone to the second — and re-verify when either moves. That maintenance is the product.

What the badge means