db-enforcer
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive technical guide for database management and architecture. It promotes secure practices such as Row-Level Security, zero-downtime migrations, and schema validation.
- [COMMAND_EXECUTION]: The documentation includes standard CLI commands for Prisma and PostgreSQL (e.g., 'npx prisma migrate', 'psql'). These are standard developer tools and are used here within their intended operational context for schema management.
- [EXTERNAL_DOWNLOADS]: The skill references the use of 'npx prisma', which utilizes the Node Package Executor. Since Prisma is a well-known and trusted developer tool for database ORM, these references are documented neutrally as standard development workflow steps.
- [INDIRECT_PROMPT_INJECTION]: While the skill involves the agent reading developer-provided files (such as 'schema.prisma' and SQL migration files) and executing corresponding Prisma commands, this represents the primary functional purpose of a database management tool. The risk is minimized by the skill's focus on structured data integrity and validation steps like 'prisma validate'.
Audit Metadata