api-documentation-writer
Provides a comprehensive guide for creating clear and complete API documentation, enhancing developer experience and discoverability.
Install this skill
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
Curl to non-GitHub URL
| 442 | curl -X POST https://api.example.com/v1/users \ |
Curl to non-GitHub URL
| 496 | curl -X GET "https://api.example.com/v1/users?limit=10" \ |
Fetch to external URL
| 503 | const response = await fetch('https://api.example.com/v1/users?limit=10', { |
Webhook reference - potential data exfiltration
| 665 | - Webhook support for user events |
Webhook reference - potential data exfiltration
| 705 | - Webhooks |
External URL reference
| 42 | 1. Sign up for an API key at [dashboard.example.com](https://dashboard.example.com) |
External URL reference
| 52 | url: https://support.example.com |
External URL reference
| 55 | url: https://opensource.org/licenses/MIT |
External URL reference
| 58 | - url: https://api.example.com/v1 |
External URL reference
| 60 | - url: https://staging-api.example.com/v1 |
External URL reference
| 314 | Obtain your key from the [Developer Dashboard](https://dashboard.example.com). |
External URL reference
| 442 | curl -X POST https://api.example.com/v1/users \ |
External URL reference
| 496 | curl -X GET "https://api.example.com/v1/users?limit=10" \ |
External URL reference
| 503 | const response = await fetch('https://api.example.com/v1/users?limit=10', { |
External URL reference
| 518 | const { data } = await axios.get('https://api.example.com/v1/users', { |
External URL reference
| 532 | 'https://api.example.com/v1/users', |
External URL reference
| 547 | uri = URI('https://api.example.com/v1/users?limit=10') |
External URL reference
| 571 | req, _ := http.NewRequest("GET", "https://api.example.com/v1/users?limit=10", nil) |
External URL reference
| 709 | url: 'https://example.com/logo.png' |