nodejs-backend-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively contains educational documentation and code snippets for Node.js backend development using standard frameworks like Express and Fastify.
- [SAFE]: Demonstrates secure coding practices including SQL injection prevention via parameterized queries in the PostgreSQL repository examples.
- [SAFE]: Implements standard security middleware such as 'helmet' for secure headers, 'cors' for cross-origin resource sharing, and 'express-rate-limit' for brute-force protection.
- [SAFE]: Correctly implements password security using 'bcrypt' for hashing and 'jsonwebtoken' for stateless authentication.
- [SAFE]: Promotes the use of environment variables for all sensitive configuration data, such as database credentials and API secrets, following the 12-factor app methodology.
Audit Metadata