Install
1
Run in your terminal$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin release-pipelineRisk Indicators
Executes bash commands
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/force-push-guard.sh"
},
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/auto-build-plugins.sh"
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/sync-local-plugins.sh",
"timeout": 30
}
],
"matcher": "*"
}
]
}Summary
{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"PreToolUse": 2,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 3,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitFeb 20, 2026