nodejs-backend
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured boilerplates for backend development without any malicious patterns or instructions.
- [SAFE]: Configuration management follows security best practices by utilizing environment variables and providing a .env.example template for secrets like database passwords and JWT tokens.
- [SAFE]: Database interactions use parameterized queries ($1, $2, etc.) via the 'pg' library, which effectively mitigates SQL injection risks.
- [SAFE]: Includes robust error handling and logging patterns that avoid exposing sensitive system details in production responses.
Audit Metadata