Stats
Actions
Tags
From second-brain
{"riskFlags": {"touchesBash": true, "matchAllTools": false, "touchesFileWrites": true}, "typeStats": {"command": 5}, "eventStats": {"Stop": 1, "PreCompact": 1, "PreToolUse": 1, "SessionEnd": 1, "SessionStart": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 5, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 0}}
5 events · 5 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
*if command -v python3 >/dev/null 2>&1; then python3 "${CLAUDE_PLUGIN_ROOT}/scripts/stop_autolog.py"; else python "${CLAUDE_PLUGIN_ROOT}/scripts/stop_autolog.py"; fi5000msautoif command -v python3 >/dev/null 2>&1; then python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pre_compact.py"; else python "${CLAUDE_PLUGIN_ROOT}/scripts/pre_compact.py"; fi15000msBash|Write|Editif command -v python3 >/dev/null 2>&1; then python3 "${CLAUDE_PLUGIN_ROOT}/scripts/guardrails.py"; else python "${CLAUDE_PLUGIN_ROOT}/scripts/guardrails.py"; fi5000ms*if command -v python3 >/dev/null 2>&1; then python3 "${CLAUDE_PLUGIN_ROOT}/scripts/session_end.py"; else python "${CLAUDE_PLUGIN_ROOT}/scripts/session_end.py"; fi15000msstartupif command -v python3 >/dev/null 2>&1; then python3 "${CLAUDE_PLUGIN_ROOT}/scripts/session_start.py"; else python "${CLAUDE_PLUGIN_ROOT}/scripts/session_start.py"; fi10000msnpx claudepluginhub viditparashar96/second-brain-claude --plugin second-brain