Skip to main content

Debugging Tools and Techniques

Equips developers with essential debugging strategies and tools for efficiently identifying and resolving bugs in various environments.

Install this skill

or
71/100

Security score

The Debugging Tools and Techniques skill was audited on Feb 9, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105```json
medium line 325

Curl to non-GitHub URL

SourceSKILL.md
325curl https://api.example.com/users
medium line 338

Curl to non-GitHub URL

SourceSKILL.md
338curl -v https://api.example.com/users
medium line 341

Curl to non-GitHub URL

SourceSKILL.md
341curl https://api.example.com/users > response.json
low line 410

Access to .env file

SourceSKILL.md
410dsn: process.env.SENTRY_DSN,
low line 411

Access to .env file

SourceSKILL.md
411environment: process.env.NODE_ENV,
low line 325

External URL reference

SourceSKILL.md
325curl https://api.example.com/users
low line 329

External URL reference

SourceSKILL.md
329https://api.example.com/users
low line 335

External URL reference

SourceSKILL.md
335https://api.example.com/users
low line 338

External URL reference

SourceSKILL.md
338curl -v https://api.example.com/users
low line 341

External URL reference

SourceSKILL.md
341curl https://api.example.com/users > response.json
low line 478

External URL reference

SourceSKILL.md
478lighthouse https://example.com --view
low line 481

External URL reference

SourceSKILL.md
481lighthouse https://example.com --output=json --output-path=./report.json
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →