Skip to main content

api-endpoint

Generates RESTful JSON API endpoints with authentication and versioning for seamless integration and mobile backend development.

Install this skill

or
88/100

Security score

The api-endpoint skill was audited on Jun 1, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 253

Curl to non-GitHub URL

SourceSKILL.md
253curl -X POST http://localhost:3000/api/v1/sessions \
medium line 258

Curl to non-GitHub URL

SourceSKILL.md
258curl http://localhost:3000/api/v1/posts \
low line 253

External URL reference

SourceSKILL.md
253curl -X POST http://localhost:3000/api/v1/sessions \
low line 258

External URL reference

SourceSKILL.md
258curl http://localhost:3000/api/v1/posts \
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →