Hook Development
Facilitates the creation and management of event-driven automation hooks for Claude Code plugins, enhancing tool validation and workflow integration.
Install this skill
Security score
The Hook Development skill was audited on Mar 1, 2026 and we found 10 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 46 | ```json |
Template literal with variable interpolation in command context
| 83 | ```json |
Template literal with variable interpolation in command context
| 243 | ```json |
Template literal with variable interpolation in command context
| 329 | - `$CLAUDE_CODE_REMOTE` - Set if running in remote context |
Template literal with variable interpolation in command context
| 333 | ```json |
Template literal with variable interpolation in command context
| 344 | ```json |
Template literal with variable interpolation in command context
| 614 | ```bash |
Template literal with variable interpolation in command context
| 628 | ``` |
Template literal with variable interpolation in command context
| 704 | 3. Write hook configuration in `hooks/hooks.json` |
Access to .env file
| 461 | if [[ "$file_path" == *".env"* ]]; then |