database-design
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The database-design skill consists of educational documentation and best practice guides for database architecture, indexing, and query optimization.
- [COMMAND_EXECUTION]: The script 'scripts/schema_validator.py' is a local utility that performs static analysis on Prisma and Drizzle schema files using regular expressions. It uses only Python standard library modules and does not execute external code or make network requests.
- [PROMPT_INJECTION]: The schema validation process represents a potential indirect prompt injection surface due to its data ingestion behavior. 1. Ingestion points: 'scripts/schema_validator.py' reads local .prisma and .ts files within the project directory. 2. Boundary markers: The script does not utilize boundary markers or safety warnings for the ingested content. 3. Capability inventory: Analysis is restricted to file reading and regex matching, with no network or write access. 4. Sanitization: No sanitization is applied to the schema contents. Given that the script performs structural analysis for linting purposes and does not interpret file content as instructions, the risk is negligible and consistent with the skill's primary function.
Audit Metadata