database-design
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily instructional, providing decision-making trees and checklists for database and ORM selection.
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/schema_validator.py) designed to be executed via CLI. This script performs read-only operations on local project files to identify common schema design flaws and naming convention violations. It does not perform network operations or modify files. - [DATA_EXPOSURE]: The validation script accesses local project files (e.g.,
schema.prisma). It limits its scope to schema definitions and does not attempt to access sensitive configuration files like.envor SSH keys.
Audit Metadata