Skip to main content

api-contract-design

Facilitates API design using a schema-first approach with OpenAPI/Swagger, enabling parallel development for frontend and backend teams.

Install this skill

or
93/100

Security score

The api-contract-design skill was audited on Feb 28, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 324

Access to .env file

SourceSKILL.md
324baseUrl: process.env.NEXT_PUBLIC_API_URL,
low line 39

External URL reference

SourceSKILL.md
39- url: https://api.example.com/v1
low line 41

External URL reference

SourceSKILL.md
41- url: http://localhost:3000/api
low line 446

External URL reference

SourceSKILL.md
446- url: https://api.example.com/v1
low line 447

External URL reference

SourceSKILL.md
447- url: https://api.example.com/v2
low line 513

External URL reference

SourceSKILL.md
513- [OpenAPI Specification](https://spec.openapis.org/oas/latest.html)
low line 516

External URL reference

SourceSKILL.md
516- [Prism Mock Server](https://stoplight.io/open-source/prism)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →