prisma-database-setup
Provides comprehensive guides for configuring Prisma ORM with various database providers, aiding in project setup and troubleshooting.
Install this skill
or
98/100
Security score
The prisma-database-setup skill was audited on Feb 25, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 81
Access to .env file
SourceSKILL.md
| 81 | const adapter = new PrismaPg({ connectionString: process.env.DATABASE_URL }) |
low line 113
Access to .env file
SourceSKILL.md
| 113 | const adapter = new PrismaPg({ connectionString: process.env.DATABASE_URL }) |
Scanned on Feb 25, 2026
View Security Dashboard