Install
1
Run in your terminal$
npx claudepluginhub jskswamy/claude-plugins --plugin devenvRisk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/nixfmt.sh",
"timeout": 60000
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/statix.sh",
"timeout": 60000
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/deadnix.sh",
"timeout": 60000
}
],
"matcher": "Write|Edit"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 3
},
"eventStats": {
"PostToolUse": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 3,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Parent Repo Stars1
Parent Repo Forks0
Last CommitJan 11, 2026