nestjs-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code snippets for NestJS development without any executable shell commands or external dependencies.
- [SAFE]: The provided code samples promote security best practices, including the use of NestJS ValidationPipe with whitelist and forbidNonWhitelisted settings to prevent mass assignment vulnerabilities.
- [SAFE]: The patterns include instructions for using ClassSerializerInterceptor, which is a standard method for preventing the accidental exposure of sensitive internal data (like password hashes) in API responses.
- [SAFE]: Configuration patterns emphasize validating environment variables at boot time, reducing the risk of runtime failures due to misconfiguration.
Audit Metadata