Install
1
Install the plugin$
npx claudepluginhub DuncanJurman/entropy-plugins --plugin ralph-claudexWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Risk Indicators
Executes bash commands
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/bash-guardrail-pretooluse.sh",
"timeout": 20
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/ensure-worktree.sh",
"timeout": 60
}
],
"matcher": "Task"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/codex-guardrail-pretooluse.sh",
"timeout": 30
}
],
"matcher": "mcp__codex__codex|mcp__codex__codex-reply"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/codex-capture-threadid-posttooluse.sh",
"timeout": 30
}
],
"matcher": "mcp__codex__codex"
}
]
}Summary
{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"PreToolUse": 3,
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 4,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars1
Forks0
Last CommitJan 18, 2026