Stats
Actions
Tags
From truth — agent fact-checker
On Stop, PostToolUse (Bash), and SessionStart, runs the 'truth' CLI to fact-check agent turns against shell command history. Warns if not installed.
3 events · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
command -v truth >/dev/null 2>&1 && truth hook claude || trueBashcommand -v truth >/dev/null 2>&1 && truth hook claude || truecommand -v truth >/dev/null 2>&1 || echo 'truth plugin: the truth binary is not installed, so agent turns are NOT being fact-checked. Install it with: curl -fsSL https://raw.githubusercontent.com/blasrodri/truth/main/install.sh | sh'npx claudepluginhub blasrodri/truth --plugin truth