document-hallucination-check
| Field | Value |
|---|---|
| ID | document-hallucination-check |
| Version | 1.0.0 |
| Mode | hallucination |
| Layer | Anthropic |
| Category | safety |
| Severity | ⚪ shadow |
| SLA | 60,000 ms |
| Depends on | none |
| Source | apps/app/__gates__/document-hallucination-check.gate.ts |
What it asserts
AI-authored documents' factual claims (statutes, OpenAPI endpoints, MCP tools) verify against authoritative oracles.
Run it locally
bun run gates --gate=document-hallucination-checkSee also
hallucinationmode- Anthropic layer
- Allowlists — how to bound a known finding with an expiration
- Contributing — how to evolve this gate or write a new one
Generated by apps/design/scripts/generate-gate-pages.ts from the gate's source-of-truth metadata. Edit this page by editing the gate file's description / version / etc.
dispatcher-fuzz
resolveResourceUrl is total over arbitrary string inputs and always returns a /-prefixed URL-safe string.
dry-run-parity
Every mutation (POST/PATCH/PUT/DELETE) supports ?dry_run=true or carries x-matter-no-dry-run with a documented reason. (Posture: warning until spec coverage sweep lands, then blocking.)