database-design
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/schema_validator.pydesigned to be executed via a shell. The script performs read-only operations on local schema files (Prisma/Drizzle) within a provided project path to identify missing indexes or naming convention violations. It handles file reading safely usingPath.read_text()with error handling and does not perform network operations or execute arbitrary sub-commands.
Audit Metadata