Skip to main content

Debug

Provides systematic debugging patterns and methodologies for effective troubleshooting and issue resolution in software development.

Install this skill

or
68/100

Security score

The Debug skill was audited on Mar 1, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126response.headers.set('X-Response-Time', `${Date.now() - startTime}ms`);
medium line 204

Template literal with variable interpolation in command context

SourceSKILL.md
204DebugLogger.log(`Performance: ${name}`, {
medium line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218DebugLogger.log(`Performance: ${name} (failed)`, {
medium line 315

Template literal with variable interpolation in command context

SourceSKILL.md
315DebugLogger.log(`Async operation started: ${name}`, context);
medium line 321

Template literal with variable interpolation in command context

SourceSKILL.md
321DebugLogger.log(`Async operation completed: ${name}`, {
medium line 330

Template literal with variable interpolation in command context

SourceSKILL.md
330DebugLogger.log(`Async operation failed: ${name}`, {
low line 77

Access to .env file

SourceSKILL.md
77if (process.env.NODE_ENV === 'development') {
low line 82

Access to .env file

SourceSKILL.md
82if (process.env.NODE_ENV === 'production') {
Scanned on Mar 1, 2026
View Security Dashboard