26
approved claims, each with a source and a named reviewer
3
rejected after review, with the reason recorded
20
phrases the build refuses to publish, in any casing
How this works
Every high-risk factual claim is declared in src/data/verified-claims.ts before it
may appear on a page. A declaration carries the claim text, its source and source type, a verification
date, a named reviewer, the exact routes it is approved for, and — importantly — what it does
not establish.
The components that render evidence throw at build time if a page uses a claim it is not
approved for, or one whose status is anything other than approved. A separate quality gate
scans the built HTML for banned phrases and for high-risk language on pages with no
corresponding approval. A page cannot ship with an unsupported claim; the build fails first.
High-risk categories are: accuracy, speed, scale, countries, customers, government
deployments, awards, certifications, standards compliance, partner status, hardware
specifications and platform support.