Hook Development
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides a comprehensive toolkit for developing Claude Code hooks, including documentation and utility scripts for linting and validation. No malicious patterns, obfuscation, or unauthorized access were identified.
- [COMMAND_EXECUTION]: The utility script
scripts/test-hook.shexecutes hook scripts usingbash -cfor testing purposes. This is an intended and documented feature for a development testing tool. - [DATA_EXFILTRATION]: Reference documentation in
references/advanced.mdprovides example snippets for sending notifications to Slack and logging to a database. These are educational patterns for users to implement if desired and do not represent hidden or unauthorized exfiltration by the skill itself. - [PROMPT_INJECTION]: The documentation defines 'prompt-based hooks' which involve the agent following instructions to validate tool usage. The examples provided are designed to enforce safety policies (e.g., preventing path traversal or sensitive file access) rather than bypass them.
Audit Metadata