Skip to main content

api-documentation-generator

Generates comprehensive API documentation from code, detailing endpoints, parameters, examples, and best practices for developers.

Install this skill

or
80/100

Security score

The api-documentation-generator skill was audited on Mar 7, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164'Authorization': `Bearer ${token}`,
medium line 149

Curl to non-GitHub URL

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

Fetch to external URL

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
183'https://api.example.com/api/v1/users',
low line 455

External URL reference

SourceSKILL.md
455"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
low line 478

External URL reference

SourceSKILL.md
478- [OpenAPI Specification](https://swagger.io/specification/)
low line 479

External URL reference

SourceSKILL.md
479- [REST API Best Practices](https://restfulapi.net/)
low line 480

External URL reference

SourceSKILL.md
480- [GraphQL Documentation](https://graphql.org/learn/)
low line 481

External URL reference

SourceSKILL.md
481- [API Design Patterns](https://www.apiguide.com/)
low line 482

External URL reference

SourceSKILL.md
482- [Postman Documentation](https://learning.postman.com/docs/)
Scanned on Mar 7, 2026
View Security Dashboard