api-framework-nestjs
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides best-practice implementation patterns for the NestJS framework, focusing on modularity and clear separation of concerns.
- [SAFE]: Mandates the use of
ValidationPipewithwhitelistandforbidNonWhitelistedenabled, which effectively prevents mass assignment and parameter pollution vulnerabilities. - [SAFE]: Promotes secure handling of sensitive data by providing patterns for password hashing with
bcryptand structured authentication using JWT and Passport.js. - [SAFE]: All code examples use standard, legitimate libraries (e.g., class-validator, Prisma, TypeORM) and follow established framework conventions without any malicious indicators.
- [SAFE]: Configuration management patterns correctly advise using environment variables and typed configuration objects, avoiding hardcoded secrets.
Audit Metadata