Skip to main content

api-reference-guide

Creates comprehensive API documentation, detailing endpoints, authentication, and error handling for developers.

Install this skill

or
76/100

Security score

The api-reference-guide skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Curl to non-GitHub URL

SourceSKILL.md
32curl -X GET "https://api.example.com/v1/users" \
medium line 59

Curl to non-GitHub URL

SourceSKILL.md
59curl -X GET "https://api.example.com/v1/users/12345?include=profile,settings" \
medium line 229

Curl to non-GitHub URL

SourceSKILL.md
229curl -X POST "https://api.example.com/v1/payments" \
low line 153

Fetch to external URL

SourceSKILL.md
153const response = await fetch('https://api.example.com/v1/users/12345', {
low line 32

External URL reference

SourceSKILL.md
32curl -X GET "https://api.example.com/v1/users" \
low line 41

External URL reference

SourceSKILL.md
41baseURL: 'https://api.example.com/v1'
low line 59

External URL reference

SourceSKILL.md
59curl -X GET "https://api.example.com/v1/users/12345?include=profile,settings" \
low line 143

External URL reference

SourceSKILL.md
143'https://api.example.com/v1/users/12345',
low line 153

External URL reference

SourceSKILL.md
153const response = await fetch('https://api.example.com/v1/users/12345', {
low line 165

External URL reference

SourceSKILL.md
165req, _ := http.NewRequest("GET", "https://api.example.com/v1/users/12345", nil)
low line 213

External URL reference

SourceSKILL.md
213Link: <https://api.example.com/v1/users?page=3>; rel="next"
low line 229

External URL reference

SourceSKILL.md
229curl -X POST "https://api.example.com/v1/payments" \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →