Skip to main content

nestjs-swagger

Guides users in generating API documentation for NestJS applications using OpenAPI, enhancing clarity and usability.

Install this skill

or
96/100

Security score

The nestjs-swagger skill was audited on Mar 24, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 53

Access to .env file

SourceSKILL.md
53await app.listen(process.env.PORT ?? 3000);
low line 934

External URL reference

SourceSKILL.md
934After setup, Swagger UI is available at `http://localhost:3000/api`
low line 937

External URL reference

SourceSKILL.md
937- JSON: `http://localhost:3000/api-json`
low line 938

External URL reference

SourceSKILL.md
938- YAML: `http://localhost:3000/api-yaml`
Scanned on Mar 24, 2026
View Security Dashboard