backend-trpc
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill is a set of documentation and code examples for implementing tRPC. It contains no malicious code, obfuscation, or data exfiltration attempts.
- [Input Validation] (SAFE): The skill consistently demonstrates and enforces the use of Zod for input validation, which is a key security practice for preventing injection attacks and ensuring data integrity.
- [Authorization] (SAFE): It provides clear patterns for implementing authentication and role-based access control (RBAC) through middleware.
- [Error Handling] (SAFE): It encourages the use of structured error handling (TRPCError) and provides an error formatter that safely handles Zod validation errors without leaking sensitive server information.
- [Dependency Management] (SAFE): The installation instructions use well-known, legitimate libraries from the npm registry (@trpc/server, @trpc/client, zod, etc.).
Audit Metadata