trpc
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard development templates for tRPC and does not exhibit any malicious patterns or behaviors. No security issues were detected during the analysis.
- [DATA_EXPOSURE]: The skill demonstrates secure configuration practices by using environment variables for sensitive service access, such as Upstash Redis and Vercel environment variables.
- [INDIRECT_PROMPT_INJECTION]: The skill provides templates for processing external inputs through a structured API layer.
- Ingestion points: Input parameters in tRPC procedures within
postsRouter(SKILL.md). - Boundary markers: Implements strict boundary enforcement using Zod schemas for all external inputs.
- Capability inventory: Database write operations (create, update, delete) are mediated through Prisma (SKILL.md).
- Sanitization: Mandatory input validation via Zod ensures that only data matching the expected schema is processed by the application logic.
Audit Metadata