schema0-api-router
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured templates for creating API routers with built-in authentication checks. It defines a
protectedProcedurethat uses middleware to verify user sessions before allowing access to CRUD operations. - [SAFE]: Input validation is strictly enforced using Zod schemas for all procedures, ensuring that data processed by the handlers matches expected types and formats.
- [SAFE]: Database operations utilize Drizzle ORM and internal database connectors (
createDb), which protect against SQL injection and maintain abstraction from raw database access. - [SAFE]: No evidence of credential exposure, external data exfiltration, or unauthorized command execution was detected. All operations are confined to the application's internal packages and database structure.
Audit Metadata