Event Hooks

gh-api-guard

1 event · 1 hook

From gh-api-guard
Install
1
Run in your terminal
$
npx claudepluginhub rbozydar/rbw-claude-code --plugin gh-api-guard
Risk Indicators
Executes bash commands
Source

Defined inline in plugin.json manifest

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/check-gh-api.py",
          "timeout": 5
        }
      ],
      "matcher": "Bash"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PreToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars0
Parent Repo Forks0
Actions