Skip to main content

debugging-and-error-recovery

Provides a systematic approach to debugging and error recovery, ensuring efficient identification and resolution of software issues.

Install this skill

or
94/100

Security score

The debugging-and-error-recovery skill was audited on Jun 6, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 223

Template literal with variable interpolation in command context

SourceSKILL.md
223console.warn(`Missing config: ${key}, using default`);
low line 221

Access to .env file

SourceSKILL.md
221const value = process.env[key];
Scanned on Jun 6, 2026
View Security Dashboard