ecc-prisma-patterns
Provides essential Prisma ORM patterns for TypeScript backends, focusing on schema design, query optimization, and transaction management.
Install this skill
or
97/100
Security score
The ecc-prisma-patterns skill was audited on Jun 12, 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
| 131 | log: process.env.NODE_ENV === 'development' ? ['query', 'error'] : ['error'], |
low line 134
Access to .env file
SourceSKILL.md
| 134 | if (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 Jun 12, 2026
View Security Dashboard