Event Hooks

flutter-guardian

2 events · 2 hooks

Install
1
Install the plugin
$
npx claudepluginhub xmgrex/ccx-arsenal --plugin flutter-guardian

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Executes bash commandsModifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-lint.sh",
          "timeout": 30
        }
      ],
      "matcher": "Bash"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/post-edit-check.sh",
          "timeout": 10
        }
      ],
      "matcher": "Edit|Write"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "PreToolUse": 1,
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars1
Forks0
Last CommitMar 9, 2026
Actions

Similar Hooks