Skip to main content

api-documentation-writer

Provides a comprehensive guide for creating clear and complete API documentation, enhancing developer experience and discoverability.

Install this skill

or
49/100

Security score

The api-documentation-writer skill was audited on Feb 9, 2026 and we found 19 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 442

Curl to non-GitHub URL

SourceSKILL.md
442curl -X POST https://api.example.com/v1/users \
high line 496

Curl to non-GitHub URL

SourceSKILL.md
496curl -X GET "https://api.example.com/v1/users?limit=10" \
medium line 503

Fetch to external URL

SourceSKILL.md
503const response = await fetch('https://api.example.com/v1/users?limit=10', {
low line 665

Webhook reference - potential data exfiltration

SourceSKILL.md
665- Webhook support for user events
low line 705

Webhook reference - potential data exfiltration

SourceSKILL.md
705- Webhooks
low line 42

External URL reference

SourceSKILL.md
421. Sign up for an API key at [dashboard.example.com](https://dashboard.example.com)
low line 52

External URL reference

SourceSKILL.md
52url: https://support.example.com
low line 55

External URL reference

SourceSKILL.md
55url: https://opensource.org/licenses/MIT
low line 58

External URL reference

SourceSKILL.md
58- url: https://api.example.com/v1
low line 60

External URL reference

SourceSKILL.md
60- url: https://staging-api.example.com/v1
low line 314

External URL reference

SourceSKILL.md
314Obtain your key from the [Developer Dashboard](https://dashboard.example.com).
low line 442

External URL reference

SourceSKILL.md
442curl -X POST https://api.example.com/v1/users \
low line 496

External URL reference

SourceSKILL.md
496curl -X GET "https://api.example.com/v1/users?limit=10" \
low line 503

External URL reference

SourceSKILL.md
503const response = await fetch('https://api.example.com/v1/users?limit=10', {
low line 518

External URL reference

SourceSKILL.md
518const { data } = await axios.get('https://api.example.com/v1/users', {
low line 532

External URL reference

SourceSKILL.md
532'https://api.example.com/v1/users',
low line 547

External URL reference

SourceSKILL.md
547uri = URI('https://api.example.com/v1/users?limit=10')
low line 571

External URL reference

SourceSKILL.md
571req, _ := http.NewRequest("GET", "https://api.example.com/v1/users?limit=10", nil)
low line 709

External URL reference

SourceSKILL.md
709url: 'https://example.com/logo.png'
Scanned on Feb 9, 2026
View Security Dashboard