Stats
Actions
Tags
From shipyard
Blocks Write/Edit/NotebookEdit tool calls until a Node.js guardrail script passes validation. On session start, runs a phase-router script to configure the environment. Both hooks execute Node.js scripts without bash.
2 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
Edit|Writebash "${CLAUDE_PLUGIN_ROOT}/hooks/ci-syntax-guard.sh" 2>&1 || { echo '[shipyard:ci-syntax] hook failed' >&2; exit 0; }10msbash "${CLAUDE_PLUGIN_ROOT}/hooks/dockerfile-guard.sh" 2>&1 || { echo '[shipyard:dockerfile] hook failed' >&2; exit 0; }5msstartupbash "${CLAUDE_PLUGIN_ROOT}/hooks/init-check.sh" 2>&1 || exit 03msnpx claudepluginhub hrconsultnj/claude-plugins --plugin shipyard