npx claudepluginhub fabiensalles/claude-marketplace --plugin security-auditDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/check_risky_command.py",
"timeout": 2
}
],
"matcher": "Bash"
}
]
}"Sandboxes specific Bash tool calls invoking 'bun ${CLAUDE_PLUGIN_ROOT}/scripts/*' by running 'bun ${CLAUDE_PLUGIN_ROOT}/hooks/sandbox.ts' first. Secures script executions, touches bash, no file writes."