Event Hooks
Community

cc-track

5 events · 5 hooks

Install
1
Install the plugin
$
npx claudepluginhub cahaseler/cc-track-marketplace --plugin cc-track

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Risk Indicators
Executes bash commandsModifies filesMatches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/stop.ts"
        }
      ],
      "matcher": "*"
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-validation.ts"
        }
      ],
      "matcher": "Edit|Write|Bash"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/edit-validation.ts"
        }
      ],
      "matcher": "Edit|Write"
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/user-message.ts"
        }
      ],
      "matcher": "*"
    }
  ],
  "PermissionRequest": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/permission-request.ts"
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": true,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 5
  },
  "eventStats": {
    "Stop": 1,
    "PreToolUse": 1,
    "PostToolUse": 1,
    "UserPromptSubmit": 1,
    "PermissionRequest": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 5,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 5
  }
}
Stats
Stars1
Forks0
Last CommitJan 9, 2026

Similar Hooks