Event Hooks

ai-tool-use-validator

1 event · 1 hook

From ai-tool-use-validator
Install
1
Run in your terminal
$
npx claudepluginhub fprochazka/claude-code-plugins --plugin ai-tool-use-validator
Source

Defined in hooks/hooks.json

Configuration
{
  "PermissionRequest": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "claude-code-tool-use-validator",
          "timeout": 30,
          "statusMessage": "Evaluating tool use with AI..."
        }
      ],
      "matcher": ".*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PermissionRequest": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars3
Parent Repo Forks1
Last CommitFeb 1, 2026