prisma-cli-db-seed
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: References to official prisma.io domains and associated GitHub repositories represent well-known technology services and are considered safe.
- [COMMAND_EXECUTION]: Instructions involve standard Prisma CLI commands (
prisma db seed,prisma migrate) used for routine database provisioning. - [DYNAMIC_EXECUTION]: The documentation describes executing local seeding scripts via standard runners like
node,tsx, orts-node. There is no evidence of untrusted or remote code injection. - [DATA_EXPOSURE]: Examples demonstrate secure practices for secret management, specifically recommending the use of environment variables and
.envfiles for database credentials rather than hardcoding sensitive information.
Audit Metadata