Skip to main content

debug-hooks

Provides a systematic workflow for debugging hooks in Claude Code, ensuring proper functionality and output.

Install this skill

or
68/100

Security score

The debug-hooks skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 75

Direct command execution function call

SourceSKILL.md
75spawn(cmd, args, { detached: true, stdio: 'ignore' })
high line 82

Direct command execution function call

SourceSKILL.md
82spawn(cmd, args, {
low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34ls -la ~/.claude/cache/ 2>/dev/null
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44cat ~/.claude/settings.json | grep -A 20 '"SessionEnd"\|"PostToolUse"\|"UserPromptSubmit"'
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →