Skip to main content

debugging

Offers advanced debugging techniques for Python, JavaScript, and distributed systems, enhancing troubleshooting and performance analysis.

Install this skill

or
0/100

Security score

The debugging skill was audited on Feb 21, 2026 and we found 26 security issues across 4 threat categories, including 20 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 394

Template literal with variable interpolation in command context

SourceSKILL.md
394console.debug(\`[H1 Test] Adding connection for user \${userId}\`);
high line 397

Template literal with variable interpolation in command context

SourceSKILL.md
397console.debug(\`[H1] Listener count before: \${socket.listenerCount('message')}\`);
high line 404

Template literal with variable interpolation in command context

SourceSKILL.md
404console.debug(\`[H1] Listener count after: \${socket.listenerCount('message')}\`);
high line 411

Template literal with variable interpolation in command context

SourceSKILL.md
411console.debug(\`[H1 Test] Removing connection for user \${userId}\`);
high line 416

Template literal with variable interpolation in command context

SourceSKILL.md
416console.debug(\`[H1] Listeners still attached: \${messageListenerCount}\`);
high line 459

Template literal with variable interpolation in command context

SourceSKILL.md
459console.log(\`[DEBUG] \${label}:\`, JSON.stringify(data, null, 2));
high line 465

Template literal with variable interpolation in command context

SourceSKILL.md
465console.group(\`Testing: \${name}\`);
high line 466

Template literal with variable interpolation in command context

SourceSKILL.md
466console.log(\`Expected: \${expected}\`);
high line 468

Template literal with variable interpolation in command context

SourceSKILL.md
468console.log(\`Actual: \${actual}\`);
high line 469

Template literal with variable interpolation in command context

SourceSKILL.md
469console.log(\`Result: \${actual === expected ? 'PASS' : 'FAIL'}\`);
high line 487

Template literal with variable interpolation in command context

SourceSKILL.md
487console.log(\`[\${label}] Started\`);
high line 490

Template literal with variable interpolation in command context

SourceSKILL.md
490console.log(\`[\${label}] Resolved:\`, result);
high line 494

Template literal with variable interpolation in command context

SourceSKILL.md
494console.error(\`[\${label}] Rejected:\`, error);
high line 515

Template literal with variable interpolation in command context

SourceSKILL.md
515console.log(\`\${op.name} completed in \${duration}ms: \${result}\`);
high line 537

Template literal with variable interpolation in command context

SourceSKILL.md
537console.log(\`Tracking \${id}: Strong refs=\${this.strongRefs.size}\`);
high line 542

Template literal with variable interpolation in command context

SourceSKILL.md
542console.log(\`Released \${id}: Strong refs=\${this.strongRefs.size}\`);
high line 546

Template literal with variable interpolation in command context

SourceSKILL.md
546console.log(\`Potential leaks: \${this.strongRefs.size} strong references\`);
high line 563

Template literal with variable interpolation in command context

SourceSKILL.md
563\`\`\`json
medium line 841

Template literal with variable interpolation in command context

SourceSKILL.md
841console.log(\`→ Entering \${label || propertyKey}\`);
medium line 848

Template literal with variable interpolation in command context

SourceSKILL.md
848console.log(\`← Exiting \${label || propertyKey} (\${duration.toFixed(2)}ms)\`);
medium line 853

Template literal with variable interpolation in command context

SourceSKILL.md
853console.error(\`✗ Exception in \${label || propertyKey} (\${duration.toFixed(2)}ms):\`, error);
high line 684

Curl to non-GitHub URL

SourceSKILL.md
684curl -v http://localhost:8080/health
high line 685

Curl to non-GitHub URL

SourceSKILL.md
685curl -X POST -d '{"test": true}' -H "Content-Type: application/json" http://localhost:8080/api
medium line 458

Access to .env file

SourceSKILL.md
458if (process.env.DEBUG) {
low line 684

External URL reference

SourceSKILL.md
684curl -v http://localhost:8080/health
low line 685

External URL reference

SourceSKILL.md
685curl -X POST -d '{"test": true}' -H "Content-Type: application/json" http://localhost:8080/api
Scanned on Feb 21, 2026
View Security Dashboard