Show HN: Snitch – Deterministic prose claim verifier for coding agents. (OSS) Snitch, an open-source deterministic prose claim verifier for AI coding agents, has been released. It monitors transcripts from tools like Cursor and Claude Code to flag false claims made by AI agents, such as assertions that tests pass or code was committed, by cross-referencing tool calls, filesystem state, and git history. Snitch watches your AI agent so you don't have to. Install install · Help train Snitch coming soon help-train-snitch-coming-soon · Roadmap roadmap Snitch is a deterministic prose claim verifier for AI coding agents. It watches transcripts from Cursor https://cursor.com , Claude Code https://claude.com/claude-code , Codex https://github.com/openai/codex , Pi https://pi.dev , and OpenCode https://opencode.ai , extracts high-confidence claims from assistant text "all tests pass", "I committed this" , and flags claims contradicted by evidence: tool calls including subagent merges , tool output, filesystem, git, session lookback 3 prior turns , and same-turn consistency. brew tap fristovic/snitch brew install snitch snitch start Snitch Bar opens in the menu bar and starts the claim verifier automatically. Latest release: curl -fsSL https://raw.githubusercontent.com/fristovic/snitch/main/scripts/install.sh | bash From a cloned repo: ./scripts/install.sh After install, open Snitch Bar: snitch start - Downloads or builds snitch CLI and Snitch Bar.app includes snitchd inside the app - Installs CLI to ~/.local/bin - Installs Snitch Bar.app to ~/.local/share/snitch/ - Registers a LaunchAgent to open Snitch Bar at login Open Snitch Bar once — it lives in the menu bar with no Dock icon: snitch start From the Snitch menu: | Action | What it does | |---|---| Snitching… / Paused / Offline | Current detection status | Start Snitching / Stop Snitching | Turn claim verification on or off | Latest: … | Preview of the most recent flagged claim type + short quote | View Details… | Open Terminal with full details snitch log --run