Skip to main content

debug-service

Facilitates microservice debugging and log analysis to identify service errors, health check failures, and database connection issues.

Install this skill

or
78/100

Security score

The debug-service skill was audited on Feb 9, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132```bash
medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl -s http://localhost:{port}/api/health | jq
medium line 43

Curl to non-GitHub URL

SourceSKILL.md
43HEALTH_RESPONSE=$(curl -s -w "\n%{http_code}" http://localhost:$SERVICE_PORT/api/health)
low line 143

Access to .env file

SourceSKILL.md
143# .env.example과 비교
low line 144

Access to .env file

SourceSKILL.md
144if [ -f ".env.example" ]; then
low line 145

Access to .env file

SourceSKILL.md
145echo "=== .env.example에 정의된 변수 ==="
low line 146

Access to .env file

SourceSKILL.md
146grep -v "^#" .env.example | grep "=" | cut -d= -f1
low line 210

Access to .env file

SourceSKILL.md
210- 해결: `.env` 파일에 DATABASE_URL 추가
low line 27

External URL reference

SourceSKILL.md
27curl -s http://localhost:{port}/api/health | jq
low line 43

External URL reference

SourceSKILL.md
43HEALTH_RESPONSE=$(curl -s -w "\n%{http_code}" http://localhost:$SERVICE_PORT/api/health)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry