nodejs-backend-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides code templates for building Node.js backends using secure defaults, including 'helmet' for HTTP headers and 'cors' for origin control.
- [SAFE]: Database patterns demonstrate the use of parameterized queries and ORMs, effectively preventing injection vulnerabilities.
- [SAFE]: Authentication examples utilize secure password hashing with 'bcrypt' and token management with 'jsonwebtoken'.
- [SAFE]: Input validation is implemented using the 'zod' library to ensure data integrity.
Audit Metadata