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
| 126 | response.headers.set('X-Response-Time', `${Date.now() - startTime}ms`); |
medium line 204
Template literal with variable interpolation in command context
SourceSKILL.md
| 204 | DebugLogger.log(`Performance: ${name}`, { |
medium line 218
Template literal with variable interpolation in command context
SourceSKILL.md
| 218 | DebugLogger.log(`Performance: ${name} (failed)`, { |
medium line 315
Template literal with variable interpolation in command context
SourceSKILL.md
| 315 | DebugLogger.log(`Async operation started: ${name}`, context); |
medium line 321
Template literal with variable interpolation in command context
SourceSKILL.md
| 321 | DebugLogger.log(`Async operation completed: ${name}`, { |
medium line 330
Template literal with variable interpolation in command context
SourceSKILL.md
| 330 | DebugLogger.log(`Async operation failed: ${name}`, { |
low line 77
Access to .env file
SourceSKILL.md
| 77 | if (process.env.NODE_ENV === 'development') { |
low line 82
Access to .env file
SourceSKILL.md
| 82 | if (process.env.NODE_ENV === 'production') { |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @coverage-creatives/debugRate this skill
Categorydevelopment
UpdatedMarch 29, 2026
openclawgithub-copilotcodexchatgptcursorwindsurfclineroo-codeampbackendtestingbackend-developerdevops-sreqa-engineertechnical-writerproduct-managerdatadogdevelopmentcontent mediaproduct
Coverage-Creatives/zeus