backend-dev-guidelines
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard architectural guidelines and design patterns for building robust backend services, promoting separation of concerns and maintainability.
- [SAFE]: Input validation using Zod is correctly promoted as a best practice to prevent injection attacks and ensure data integrity by validating all incoming requests at the controller level.
- [SAFE]: Configuration management patterns (unifiedConfig) discourage the direct use of environment variables and promote centralized validation, which prevents runtime failures and sensitive data exposure in logs.
- [SAFE]: The BaseController pattern standardizes error handling and integrates with Sentry for monitoring, following industry-standard practices for production-grade error tracking.
- [SAFE]: Secrets management guidance explicitly warns against committing credentials and suggests proper usage of gitignore and environment variables.
Audit Metadata