database-design
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily consists of markdown documentation providing guidance on database selection, ORM usage, and schema optimization. These files contain no executable code or injection attempts.
- [COMMAND_EXECUTION]: The file
scripts/schema_validator.pyis a utility script intended to be run by the agent to validate Prisma and Drizzle schemas. It uses the standard library to perform file system globbing and regex-based parsing to identify common design issues like missing indexes or naming convention violations. - [DATA_EXPOSURE]: While the
schema_validator.pyscript reads local project files, its scope is limited to specific database schema extensions (.prisma, .ts) and its operations are read-only. No evidence of hardcoded credentials, sensitive file access, or external data transmission was found.
Audit Metadata