debugging
Offers advanced debugging techniques for Python, JavaScript, and distributed systems, enhancing troubleshooting and performance analysis.
Install this skill
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
Template literal with variable interpolation in command context
| 394 | console.debug(\`[H1 Test] Adding connection for user \${userId}\`); |
Template literal with variable interpolation in command context
| 397 | console.debug(\`[H1] Listener count before: \${socket.listenerCount('message')}\`); |
Template literal with variable interpolation in command context
| 404 | console.debug(\`[H1] Listener count after: \${socket.listenerCount('message')}\`); |
Template literal with variable interpolation in command context
| 411 | console.debug(\`[H1 Test] Removing connection for user \${userId}\`); |
Template literal with variable interpolation in command context
| 416 | console.debug(\`[H1] Listeners still attached: \${messageListenerCount}\`); |
Template literal with variable interpolation in command context
| 459 | console.log(\`[DEBUG] \${label}:\`, JSON.stringify(data, null, 2)); |
Template literal with variable interpolation in command context
| 465 | console.group(\`Testing: \${name}\`); |
Template literal with variable interpolation in command context
| 466 | console.log(\`Expected: \${expected}\`); |
Template literal with variable interpolation in command context
| 468 | console.log(\`Actual: \${actual}\`); |
Template literal with variable interpolation in command context
| 469 | console.log(\`Result: \${actual === expected ? 'PASS' : 'FAIL'}\`); |
Template literal with variable interpolation in command context
| 487 | console.log(\`[\${label}] Started\`); |
Template literal with variable interpolation in command context
| 490 | console.log(\`[\${label}] Resolved:\`, result); |
Template literal with variable interpolation in command context
| 494 | console.error(\`[\${label}] Rejected:\`, error); |
Template literal with variable interpolation in command context
| 515 | console.log(\`\${op.name} completed in \${duration}ms: \${result}\`); |
Template literal with variable interpolation in command context
| 537 | console.log(\`Tracking \${id}: Strong refs=\${this.strongRefs.size}\`); |
Template literal with variable interpolation in command context
| 542 | console.log(\`Released \${id}: Strong refs=\${this.strongRefs.size}\`); |
Template literal with variable interpolation in command context
| 546 | console.log(\`Potential leaks: \${this.strongRefs.size} strong references\`); |
Template literal with variable interpolation in command context
| 563 | \`\`\`json |
Template literal with variable interpolation in command context
| 841 | console.log(\`→ Entering \${label || propertyKey}\`); |
Template literal with variable interpolation in command context
| 848 | console.log(\`← Exiting \${label || propertyKey} (\${duration.toFixed(2)}ms)\`); |
Template literal with variable interpolation in command context
| 853 | console.error(\`✗ Exception in \${label || propertyKey} (\${duration.toFixed(2)}ms):\`, error); |
Curl to non-GitHub URL
| 684 | curl -v http://localhost:8080/health |
Curl to non-GitHub URL
| 685 | curl -X POST -d '{"test": true}' -H "Content-Type: application/json" http://localhost:8080/api |
Access to .env file
| 458 | if (process.env.DEBUG) { |
External URL reference
| 684 | curl -v http://localhost:8080/health |
External URL reference
| 685 | curl -X POST -d '{"test": true}' -H "Content-Type: application/json" http://localhost:8080/api |
Install this skill with one command
/learn @lobbi-docs/debugging