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 prisma and @prisma/client packages 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 uses child_process.execSync to execute npx 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.$executeRawUnsafe being used within a beforeEach test 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
Risk Level
SAFE
Analyzed
Mar 15, 2026, 11:09 AM
Security Audit — agent-trust-hub — prisma-orm