prisma-cli-migrate-deploy
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Documents the use of
prisma migrate deployandprisma migrate statusfor applying and checking database migrations. - [EXTERNAL_DOWNLOADS]: Utilizes
npx prisma, which involves fetching the official Prisma CLI from the npm registry. As Prisma is a well-known technology provider, this is a standard and safe operation. - [CREDENTIALS_UNSAFE]: Mentions the
DATABASE_URLenvironment variable for connectivity, correctly guiding users to store these in environment files or platform secrets rather than hardcoding them.
Audit Metadata