nestjs
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development specification and template for building NestJS applications. It does not contain any executable malicious code, prompt injections, or unauthorized network operations.
- [SAFE]: Authentication and Authorization patterns follow industry standards, utilizing Passport.js with JWT strategies and custom guards for role-based or permission-based access control.
- [SAFE]: Database interactions in the provided Service templates use TypeORM's QueryBuilder with parameterized inputs (e.g.,
:keywords), which effectively prevents SQL injection attacks. - [SAFE]: Security best practices are encouraged, such as password hashing using bcrypt and input validation using DTOs with the class-validator library.
- [SAFE]: The skill promotes the use of environment configurations for sensitive information like JWT secrets, rather than hardcoding credentials.
Audit Metadata