Install
1
Run in your terminal$
npx claudepluginhub jamie-bitflight/claude_skills --plugin hallucination-detectorSource
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/hallucination-audit-stop.cjs\""
}
],
"description": "Audit assistant output for speculation, ungrounded causality, pseudo-quantification, and completeness overclaims"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/hallucination-framing-session-start.cjs\""
}
],
"description": "Inject hallucination-prevention behavioral framing at session start"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"Stop": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}Stats
Stars5
Forks0
Last CommitMar 4, 2026