cc-skill-backend-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for backend architecture patterns and best practices. All code provided is for instructional purposes.
- [SAFE]: Authentication and authorization examples follow security best practices by utilizing environment variables for sensitive secrets (e.g.,
process.env.JWT_SECRET) and implementing proper middleware checks. - [SAFE]: The code snippets for database access and repository patterns demonstrate optimization techniques (e.g., N+1 query prevention) without introducing security vulnerabilities.
- [SAFE]: No malicious patterns such as obfuscation, remote code execution, or unauthorized data access were found.
Audit Metadata