database-design
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The included schema validation script processes untrusted data from the local filesystem, which could contain malicious instructions.
- Ingestion points:
scripts/schema_validator.pyreads the full text of any file matching**/prisma/schema.prismaor certain.tsfiles within the provided project path. - Boundary markers: The script output (JSON or plain text) does not employ boundary markers or instructions to the agent to disregard content within the analyzed files.
- Capability inventory: The agent has access to
WriteandEdittools as specified inSKILL.md. An attacker placing a malicious.prismafile could potentially influence the agent to perform unauthorized file modifications. - Sanitization: The script uses regex for extraction but does not sanitize the content for potential prompt injection patterns before including it in the output.
Audit Metadata