Stats
Actions
Tags
From n8n-autopilot
Blocks Bash tool execution until an API key check passes, and runs a session initialization script on every start. Executes bash commands for security and automation.
2 events · 7 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
BashINPUT="$CLAUDE_TOOL_INPUT"; if echo "$INPUT" | grep -qE '(curl|wget).*(/api/v1|n8n\.cloud|n8n\.io)' 2>/dev/null; then if echo "$INPUT" | grep -qE '/api/v1/data-tables' 2>/dev/null; then : ; else echo 'BLOCKED: Use n8nac CLI instead of direct API calls via curl/wget. (Carve-out: /api/v1/data-tables is allowed — see /n8n-autopilot:data-tables skill.)' >&2; exit 2; fi; fi5msINPUT="$CLAUDE_TOOL_INPUT"; bash ${CLAUDE_PLUGIN_ROOT}/scripts/push-gate.sh "$INPUT"15msINPUT="$CLAUDE_TOOL_INPUT"; if echo "$INPUT" | grep -qE 'n8nac push' 2>/dev/null; then bash ${CLAUDE_PLUGIN_ROOT}/scripts/ensure-mcp-trigger-setting.sh "$INPUT" 2>&1; fi5msbash ${CLAUDE_PLUGIN_ROOT}/scripts/setup-check.sh 2>&1 || true15msbash ${CLAUDE_PLUGIN_ROOT}/scripts/check-schema-versions.sh --quiet 2>&1 || true15msbash ${CLAUDE_PLUGIN_ROOT}/scripts/check-credential-freshness.sh --quiet 2>&1 || true10msbash ${CLAUDE_PLUGIN_ROOT}/scripts/check-workspace-migration.sh --quiet 2>&1 || true15msnpx claudepluginhub aubisoka-solutions/n8n-autopilot --plugin n8n-autopilot115plugins reuse this hooks config
First indexed Dec 3, 2025
Showing the 6 earliest of 115 plugins