prisma-expert
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and scripts are consistent with the stated purpose of assisting with Prisma ORM development. No malicious behavior or obfuscation was found.- [COMMAND_EXECUTION]: Environment detection and schema validation are performed using standard commands like
npx prisma validateandls prisma/migrations/. These operations are localized to the project environment and are safe for developer use.- [INDIRECT_PROMPT_INJECTION]: The skill analyzes external data from the project's Prisma schema and migration files. - Ingestion points: Files located in
prisma/schema.prismaandprisma/migrations/. - Boundary markers: None identified.
- Capability inventory: Shell command execution via
npx prisma, and file system inspection (ls,grep). - Sanitization: Content is processed directly by the Prisma CLI without additional sanitization steps.- [DATA_EXPOSURE_AND_EXFILTRATION]: Provides a template for the
DATABASE_URLenvironment variable. The template uses generic placeholders and correctly demonstrates best practices for connection string configuration without exposing actual credentials.
Audit Metadata