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, andtailto 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 esbuildto transpile TypeScript hooks. Whilenpxcan 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 (
.shand.mjs) to verify their functionality. These scripts are located within the project's own.claude/hooksdirectory and are not retrieved from untrusted remote sources.
Audit Metadata