Skip to main content

prisma-expert-v2

Provides expert guidance on Prisma ORM, focusing on schema design, migrations, and query optimization for various databases.

Install this skill

or
89/100

Security score

The prisma-expert-v2 skill was audited on May 19, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 360

Access to .env file

SourceSKILL.md
360log: process.env.NODE_ENV === 'development' ? ['query'] : [],
low line 363

Access to .env file

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

External URL reference

SourceSKILL.md
217- https://www.prisma.io/docs/concepts/components/prisma-schema
low line 218

External URL reference

SourceSKILL.md
218- https://www.prisma.io/docs/concepts/components/prisma-schema/relations
low line 259

External URL reference

SourceSKILL.md
259- https://www.prisma.io/docs/concepts/components/prisma-migrate
low line 260

External URL reference

SourceSKILL.md
260- https://www.prisma.io/docs/guides/deployment/deploy-database-changes
low line 329

External URL reference

SourceSKILL.md
329- https://www.prisma.io/docs/guides/performance-and-optimization
low line 330

External URL reference

SourceSKILL.md
330- https://www.prisma.io/docs/concepts/components/prisma-client/raw-database-access
low line 377

External URL reference

SourceSKILL.md
377- https://www.prisma.io/docs/guides/performance-and-optimization/connection-management
low line 378

External URL reference

SourceSKILL.md
378- https://www.prisma.io/docs/guides/deployment/deployment-guides/deploying-to-vercel
low line 441

External URL reference

SourceSKILL.md
441- https://www.prisma.io/docs/concepts/components/prisma-client/transactions
Scanned on May 19, 2026
View Security Dashboard