typescript-full-stack
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively promotes well-established industry best practices for full-stack TypeScript development, focusing on type safety and security.
- [SAFE]: Docker image configuration follows security hardening principles, such as using non-root users (
USER app), multi-stage builds to minimize image size, and includingtinifor proper signal handling. - [SAFE]: Authentication guidance correctly advises against implementing custom cryptographic logic and recommends the use of reputable libraries (e.g., Lucia, better-auth) or services (e.g., Clerk).
- [SAFE]: The architecture patterns enforce strict input validation at the API boundary using Zod and TypeBox, mitigating common injection and data integrity issues.
- [SAFE]: Database patterns emphasize the use of Row Level Security (RLS) for multi-tenant applications and parameterized queries to prevent SQL injection.
Audit Metadata