Stats
Actions
Tags
From sentinel
Runs a guard script before file edits and bash commands to enforce policies, and announces session start. Executes bash, can block tool calls.
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