debug-hooks

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill utilizes standard system commands such as ls, cat, grep, and tail to inspect the agent's internal directories (.claude/cache, .claude/hooks) and configuration files (settings.json). These operations are used exclusively for debugging the hook system and are confined to the agent's operational environment.
  • [EXTERNAL_DOWNLOADS] (SAFE): The workflow suggests using npx esbuild to transpile TypeScript hooks. While npx can interact with external registries (npm), this is a standard developer practice for the described task and does not represent a malicious remote code execution vector.
  • [REMOTE_CODE_EXECUTION] (SAFE): The skill includes instructions to manually execute local hook scripts (.sh and .mjs) to verify their functionality. These scripts are located within the project's own .claude/hooks directory and are not retrieved from untrusted remote sources.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:48 PM