Skip to main content

prisma-patterns

Provides essential patterns and best practices for using Prisma ORM with TypeScript, focusing on schema design and query optimization.

Install this skill

or
97/100

Security score

The prisma-patterns skill was audited on May 18, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 131

Access to .env file

SourceSKILL.md
131log: process.env.NODE_ENV === 'development' ? ['query', 'error'] : ['error'],
low line 134

Access to .env file

SourceSKILL.md
134if (process.env.NODE_ENV !== 'production') globalForPrisma.prisma = prisma;
low line 217

Access to .env file

SourceSKILL.md
217# .env — preferred: embed params in the URL
Scanned on May 18, 2026
View Security Dashboard
Installation guide →