backend-prisma
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill instructs the user to install standard, reputable packages from the npm registry (prisma, @prisma/client, zod-prisma-types).
- [COMMAND_EXECUTION] (SAFE): The provided bash commands (npx prisma migrate, npx prisma generate, etc.) are standard CLI operations for the Prisma ORM and are used for their intended development purposes.
- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly uses environment variable placeholders (env("DATABASE_URL")) for database connections rather than hardcoding credentials.
- [DATA_EXFILTRATION] (SAFE): No network operations to unknown or suspicious domains were detected. Prisma Studio is a local tool for database visualization.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were found.
Audit Metadata