Stats
Actions
Tags
From claude-dev-kit
Runs security guards (secret scanning, dangerous command blocking), tracks agent state, auto-tests after file edits, and cleans up on session end. Executes bash and Python scripts.
8 events · 11 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
*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/run_cleanup.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/run_cleanup.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" || true'Write|Editbash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/secret_guard.py" ] && python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/secret_guard.py" || true'Bashbash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/dangerous_command_guard.py" ] && python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/dangerous_command_guard.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/run_cleanup.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/run_cleanup.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" || true'Write|Editbash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/autotest.py" ] && python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/autotest.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/worktree_freeze.py" ] && python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/worktree_freeze.py" || true'*bash -c '[ -f "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" ] && HOOK_ROOT="$CLAUDE_PROJECT_DIR" python3 "$CLAUDE_PLUGIN_ROOT/project/.claude/hooks/agent_state.py" || true'npx claudepluginhub pillip/claude-dev-kit