database-design
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily consists of educational markdown files providing guidance on database design, ORM selection, and query optimization. These files contain no executable code or instructions that bypass safety filters.
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/schema_validator.py. Analysis of this script shows it performs local file system reads (usingpathlib.Path.globandread_text) to identify and parse database schema files (Prisma/Drizzle). It uses regex to validate naming conventions and suggest performance improvements like missing indexes. It does not perform any dangerous shell executions, network operations, or privileged access.
Audit Metadata