prisma-knowledge-patch
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a knowledge base update for Prisma version 7.x. All code examples and migration steps follow established industry standards and official Prisma documentation.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing several Node.js packages including '@prisma/client', '@prisma/adapter-pg', '@prisma/adapter-better-sqlite3', and 'dotenv'. These are all official, well-known, and version-pinned packages from the standard NPM registry.
- [COMMAND_EXECUTION]: Instructions include standard Prisma CLI commands such as 'npx prisma generate', 'npx prisma migrate dev', and 'npx prisma db seed'. These are routine operations for managing database schemas and client generation in a development environment.
- [DATA_EXFILTRATION]: Configuration examples demonstrate the use of environment variables (e.g., 'DATABASE_URL') via the 'dotenv' library and 'prisma/config' utility. This is the standard secure practice for managing sensitive database credentials and does not involve any unauthorized external transmission.
Audit Metadata