prisma-database-setup
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and configuration examples for database setup using Prisma ORM. All code snippets follow standard development patterns.
- [SAFE]: External dependencies are standard, well-known packages from the Prisma ecosystem or official database driver libraries (e.g., pg, mariadb, better-sqlite3).
- [SAFE]: Hardcoded connection strings identified by static analysis are clearly marked as documentation placeholders (e.g., 'user:password' or 'Password123'). The skill explicitly instructs users to manage actual secrets via environment variables in .env files, which is a security best practice.
Audit Metadata