api-router
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a boilerplate generator for local development. It creates TypeScript files following a predefined pattern without executing arbitrary shell commands or making external network requests.- [SAFE]: Data operations are handled via Drizzle ORM, which provides security against SQL injection by using parameterized queries for all database interactions.- [SAFE]: The generated code templates explicitly use 'protectedProcedure', indicating that the resulting API endpoints are intended to be secured by the project's authentication layer.
Audit Metadata