Stats
Actions
Tags
From sentinel
Blocks file writes and bash commands that may contain secrets, scanning for sensitive data before execution. Runs a session guard on startup to initialize secret detection rules.
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