npx claudepluginhub artemiopadilla/agent-triforce --plugin agent-triforceDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/tools/security-scanner.py --stdin --audit-trail docs/reviews/security-audit-trail.md 2>/dev/null || true"
}
],
"matcher": "Write|Edit"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/tools/dashboard.py --html --no-open -o tools/dashboard.html 2>/dev/null || true"
},
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/tools/handoff-generator.py --auto 2>/dev/null || true"
},
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/tools/session-tracker.py log 2>/dev/null || true"
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 4}, \"eventStats\": {\"PreToolUse\": 1, \"SubagentStop\": 3}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 4, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 4}}"