prisma-database-setup
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for configuring Prisma ORM 7 with multiple database backends (PostgreSQL, MySQL, SQLite, etc.).
- [CREDENTIALS_SAFE]: The skill correctly instructs users to manage sensitive credentials via environment variables (
.envfiles) andprocess.env. All connection strings included in the reference files are generic placeholders (e.g.,user:password,Password123) intended for demonstration purposes only. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known packages from the official NPM registry, such as
@prisma/client,pg,mariadb, andbetter-sqlite3. These are essential components for the described functionality. - [COMMAND_EXECUTION]: Shell commands are restricted to standard development workflows using the Prisma CLI (e.g.,
npx prisma generate,npm install).
Audit Metadata