prisma-database-setup
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard developer documentation and configuration templates for the Prisma ORM. It guides users through project initialization and database connection setup without performing any suspicious operations.\n- [EXTERNAL_DOWNLOADS]: Recommends the installation of standard database drivers (e.g.,
pg,mariadb,better-sqlite3,mssql) and official Prisma packages (e.g.,@prisma/client,@prisma/adapter-*) from the official npm registry. These are well-known, industry-standard dependencies for the described functionality.\n- [CREDENTIALS_UNSAFE]: Includes example database connection strings in documentation snippets (e.g., in.envblocks withinreferences/postgresql.mdandreferences/cockroachdb.md). These strings use generic placeholders such asuser,password, andPassword123for illustrative purposes and do not expose actual sensitive credentials.
Audit Metadata