Stats
Actions
Tags
From pw
{"riskFlags": {"touchesBash": false, "matchAllTools": false, "touchesFileWrites": true}, "typeStats": {"command": 3}, "eventStats": {"Stop": 1, "PreToolUse": 1, "Notification": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 0, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 3}}
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
.*mkdir -p "${HOME}/.claude" 2>/dev/null; echo "$(date -Iseconds 2>/dev/null || date): Session completed in $(pwd)" >> "${HOME}/.claude/session-log.txt" 2>/dev/null; exit 0EditFILE_PATH=$(echo '$TOOL_INPUT' | grep -o '"file_path"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*"\([^"]*\)"$/\1/' 2>/dev/null); PROTECTED='.env .secret credentials private_key id_rsa'; for p in $PROTECTED; do case "$FILE_PATH" in *$p*) echo "BLOCKED: Cannot edit protected file: $FILE_PATH" >&2; exit 2;; esac; done; exit 0.*MSG="${CLAUDE_NOTIFICATION_MESSAGE:-Claude notification}"; if command -v notify-send >/dev/null 2>&1; then notify-send 'Claude Code' "$MSG" 2>/dev/null; elif command -v osascript >/dev/null 2>&1; then osascript -e "display notification \"$MSG\" with title \"Claude Code\"" 2>/dev/null; fi; exit 0npx claudepluginhub ken2403/claude-paralell-dev-plugin --plugin hv