prisma
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference guide for implementing Prisma ORM patterns.
- [SAFE]: Recommends the use of environment variables and .env files for database connection strings, following standard security protocols for secret management.
- [SAFE]: Code examples utilize the Prisma Client API, which inherently protects against SQL injection through the use of parameterized queries.
- [SAFE]: All referenced Node.js packages, such as @prisma/client, ts-node, and tsx, are well-known, standard tools within the ecosystem.
- [SAFE]: The documentation encourages data minimization by demonstrating how to use the 'select' property to avoid fetching unnecessary or sensitive fields.
Audit Metadata