Install
1
Run in your terminal$
npx claudepluginhub atc-net/atc-agentic-toolkit --plugin hooksRisk Indicators
Matches all tools
Source
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python -c \"import os,subprocess; r=os.environ.get('CLAUDE_PLUGIN_ROOT','.'); subprocess.run(['powershell.exe','-ExecutionPolicy','Bypass','-File',os.path.join(r,'play_sound.ps1'),'-Event','stop'])\""
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python -c \"import os,subprocess; r=os.environ.get('CLAUDE_PLUGIN_ROOT','.'); subprocess.run(['powershell.exe','-ExecutionPolicy','Bypass','-File',os.path.join(r,'play_sound.ps1'),'-Event','session_start'])\""
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "python -c \"import os,subprocess; r=os.environ.get('CLAUDE_PLUGIN_ROOT','.'); subprocess.run(['powershell.exe','-ExecutionPolicy','Bypass','-File',os.path.join(r,'play_sound.ps1'),'-Event','permission'])\""
}
],
"matcher": "*"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"SessionStart": 1,
"PermissionRequest": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}Stats
Parent Repo Stars0
Parent Repo Forks1
Last CommitJan 22, 2026