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 Feb 28, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162'Authorization': `Bearer ${token}`,
medium line 147

Curl to non-GitHub URL

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

Fetch to external URL

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
181'https://api.example.com/api/v1/users',
low line 453

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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