ia-nodejs-backend
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents industry-standard best practices for Node.js backend development, including layered architecture, TypeScript strictness, and centralized error handling.
- [SAFE]: Security-specific sections recommend using well-known, established libraries like
bcryptorargon2for password hashing, implementing JWT for authentication, and applyinghelmetfor security headers. - [SAFE]: It explicitly warns against using untrusted data from third-party APIs and recommends rigorous validation using schemas (e.g., Zod) to prevent injection and logic errors.
- [SAFE]: Environment variable management follows safe practices by recommending validation at startup and advising against committing secrets to version control, which helps prevent credential exposure.
Audit Metadata