Skip to main content

smart-debug

Enhances debugging processes with AI-assisted methodologies for structured hypothesis ranking and automated root cause analysis.

Install this skill

or
89/100

Security score

The smart-debug skill was audited on May 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194const debugLogPath = `.claude/context/tmp/debug-${debugSessionId}.log`;
medium line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207`.claude/context/tmp/debug-${_debugSessionId}.log`,
low line 203

Access to .env file

SourceSKILL.md
203const _debugSessionId = process.env.DEBUG_SESSION_ID || 'unknown';
Scanned on May 12, 2026
View Security Dashboard
Installation guide →