Stats
Actions
Tags
From sentinel
Blocks Bash/Grep/Glob/Edit/MultiEdit tool calls until a Node.js script validates the operation. On session start, ensures server dependencies, prewarms the environment, and generates an edit report. Executes bash and writes files.
2 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
Edit|Writebash "${CLAUDE_PLUGIN_ROOT}/hooks/secret-guard.sh" 2>&1 || { echo '[sentinel:secret-guard] hook failed' >&2; exit 0; }5msbash "${CLAUDE_PLUGIN_ROOT}/hooks/insecure-pattern-guard.sh" 2>&1 || { echo '[sentinel:insecure-pattern] hook failed' >&2; exit 0; }5msBashbash "${CLAUDE_PLUGIN_ROOT}/hooks/dep-guard.sh" 2>&1 || { echo '[sentinel:dep-guard] hook failed' >&2; exit 0; }10msstartupbash "${CLAUDE_PLUGIN_ROOT}/hooks/init-check.sh" 2>&1 || exit 03msstartup|resumebash "${CLAUDE_PLUGIN_ROOT}/hooks/dep-freshness-check.sh" 2>&1 || { echo '[sentinel:dep-check] hook failed' >&2; exit 0; }10msnpx claudepluginhub hrconsultnj/claude-plugins --plugin sentinel