Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-shadow
Runs PowerShell scripts on Claude Code events: SessionStart, UserPromptSubmit, Stop (two scripts), SessionEnd, Notification, PermissionRequest (wildcard). No bash or file writes.
6 events · 7 hooks
npx claudepluginhub alrightryanx/claude-shadow --plugin claude-shadowSafety 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
powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/stop-response.ps1"10mspowershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/session-stop.ps1"10mspowershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/session-end.ps1"10mspowershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/notification.ps1"10mspowershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/session-start.ps1"10mspowershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/user-prompt.ps1"10ms*powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/permission-request.ps1"60msShare bugs, ideas, or general feedback.