prisma-docs
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide for the Prisma ORM. It does not contain any malicious patterns, obfuscation, or unauthorized data access mechanisms.
- [COMMAND_EXECUTION]: The skill documents the use of standard development CLI tools such as
prisma generateandprisma db push. These are standard commands for the Prisma workflow and are intended for environment setup and schema synchronization. - [PROMPT_INJECTION]: The 'Security Red Lines' section explicitly instructs the agent to require user confirmation before performing sensitive actions like
prisma migrate deployorprisma migrate reset. This is a defensive configuration that mitigates the risk of accidental or unauthorized database destruction.
Audit Metadata