prisma-orm
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
prismaand@prisma/clientpackages from the npm registry. These are the official, well-known packages for the Prisma ORM. - [COMMAND_EXECUTION]: In the testing configuration section (
test/setup.ts), the skill useschild_process.execSyncto executenpx prisma db push. This is a routine procedure used to initialize or reset a database schema for integration testing purposes. - [COMMAND_EXECUTION]: The skill provides examples of
prisma.$executeRawUnsafebeing used within abeforeEachtest hook to truncate database tables. This is a common and appropriate pattern for ensuring a clean state between tests in a local or test environment.
Audit Metadata