nodejs-backend-patterns
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates and implements security best practices for Node.js backend development, including the use of helmet for secure headers and cors for origin control.
- [SAFE]: All database interaction patterns provided in the skill use parameterized queries (e.g., using pg's $1, $2 placeholders), which effectively mitigates the risk of SQL injection.
- [SAFE]: Authentication patterns utilize industry-standard libraries such as bcrypt for password hashing and jsonwebtoken for token management, correctly relying on environment variables for sensitive secrets.
- [SAFE]: Input validation is consistently implemented using schemas (Zod and Fastify schemas), ensuring that data entering the system is properly sanitized and typed.
Audit Metadata