1 event · 2 hooks
npx claudepluginhub plinde/claude-plugins --plugin github-webfetch-blockerDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/block-github-webfetch.sh",
"timeout": 5
}
],
"matcher": "WebFetch"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/suggest-gh-subcommands.sh",
"timeout": 5
}
],
"matcher": "Bash"
}
]
}"Blocks npm installs during Bash tool calls via PreToolUse hook with 'Bash' matcher. Executes bash npm-install-guard.sh script for security without file writes."