backend-dev
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides high-level architectural guidance and best practices for backend development.
- [SAFE]: It explicitly recommends secure practices for credential management, advising users to use environment variables and never commit secrets like API keys or JWT secrets to source control.
- [SAFE]: It promotes robust input validation using well-known libraries like Zod, Yup, or Joi at API boundaries to prevent common injection vulnerabilities.
- [SAFE]: The documentation includes security-focused edge cases such as data migration rollbacks, parameterized SQL queries to prevent injection, and rate limiting to protect against abuse.
Audit Metadata