prisma-expert
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and implementation patterns for the Prisma ORM in Node.js/TypeScript environments.
- [EXTERNAL_DOWNLOADS]: Specifies installation of standard, well-known library packages (
prisma,@prisma/client) from the official npm registry. - [CREDENTIALS_UNSAFE]: Correctly implements security best practices by using
env("DATABASE_URL")in the schema configuration, avoiding hardcoded credentials. - [COMMAND_EXECUTION]: Includes necessary CLI commands for database management (
npx prisma migrate,npx prisma generate) which are standard for the intended developer workflow. - [DATA_EXFILTRATION]: No evidence of unauthorized network calls or data collection. The use of a Singleton pattern for the database client is a performance best practice to prevent connection exhaustion.
Audit Metadata