Developers
CLI reference
Verify from your terminal or a CI step. Exits non-zero when a claim is contradicted, so a build can fail on a hallucinated finding.
01Set up
pip install groundre groundre login --api-key $GROUNDRE_API_KEY
02Verify
groundre verify suspect.exe --claims ai-report.json # [✗] c1 CONTRADICTED 0xdeadbeef not in any mapped section # Gate: FAIL · exit 1
03Exit codes
- 0 — no claim contradicted (build proceeds).
- 1 — at least one CONTRADICTED claim (gate fails).
- 2 — usage or connectivity error.
More for developers