nestjs-security-scan
Installation
SKILL.md
NestJS Security Scan
Defensive scan for NestJS 10.x / 11.x. Reports findings using the shared scoring schema.
Scope
main.ts/bootstrap()*.controller.ts,*.gateway.ts,*.resolver.ts- DTO files (
*.dto.ts) - Modules registering
APP_GUARD,APP_PIPE,APP_FILTER,APP_INTERCEPTOR
Procedure
- Read
main.tsto confirm global pipes/guards/filters/helmet/CORS. - Walk every controller method for guards and DTOs.
- Inspect DTO classes for class-validator decorators.