Skip to main content

api-error-debugger

Helps diagnose and resolve API 500 errors and unexpected responses in mobile applications, ensuring smooth functionality.

Install this skill

or
70/100

Security score

The api-error-debugger skill was audited on Jun 1, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 36

Curl to non-GitHub URL

SourceSKILL.md
36curl -X GET "http://localhost:3000/api/[endpoint]" \
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -s "http://localhost:3000/api/[endpoint]" -H "Authorization: Bearer $TOKEN" | jq
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -s "http://localhost:3000/api/[endpoint]" -H "Authorization: Bearer $TOKEN" | jq 'type'
medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102curl -X GET "http://localhost:3000/api/auth/me" \
medium line 181

Curl to non-GitHub URL

SourceSKILL.md
181curl -X POST "http://localhost:3000/api/[endpoint]" \
low line 36

External URL reference

SourceSKILL.md
36curl -X GET "http://localhost:3000/api/[endpoint]" \
low line 66

External URL reference

SourceSKILL.md
66curl -s "http://localhost:3000/api/[endpoint]" -H "Authorization: Bearer $TOKEN" | jq
low line 79

External URL reference

SourceSKILL.md
79curl -s "http://localhost:3000/api/[endpoint]" -H "Authorization: Bearer $TOKEN" | jq 'type'
low line 102

External URL reference

SourceSKILL.md
102curl -X GET "http://localhost:3000/api/auth/me" \
low line 181

External URL reference

SourceSKILL.md
181curl -X POST "http://localhost:3000/api/[endpoint]" \
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →