What problem does it solve?
codex-audit prevents unverified or drifting proposals from being accepted by running an evidence-bound audit of a plan, spec, research output, or PR generated by another model.
Core Features & Use Cases
- Evidence-bound verification: forces every audit claim to be checked against source code, live state, or captured command/API outputs rather than relying on memory or inference.
- Closed-set scrub: derives a closed set of touched files (or the referenced spec blocks) and systematically reads and verifies each self-claim end-to-end.
- Correlation and framing checks: detects contradictions between independently-true claims and flags absolute/framing language that the underlying content may not support.
- Byte verification when needed: verifies byte-stable tool/API output for non-ASCII or transcoding-sensitive contracts (e.g., mojibake-sensitive regex/markers).
Quick Start
Ask your AI agent to run codex-audit on a specific PR number (for example, audit Codex PR #155) to produce a RED/YELLOW/GREEN evidence-backed audit comment.