database-design
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill's architecture creates a high-risk surface by processing untrusted external data while possessing file modification permissions.
- Ingestion points: The
scripts/schema_validator.pyscript identifies and reads user project files usingpathlib.Path.glob(Line 38) andread_text(Line 55). - Boundary markers: There are no boundary markers, delimiters, or explicit instructions to ignore embedded commands within the processed schema files.
- Capability inventory: According to
SKILL.md, the skill is grantedRead,Write,Edit,Glob, andGreppermissions. - Sanitization: No sanitization, escaping, or schema validation of external content is performed; the script uses raw regular expression matching on the untrusted file content.
Recommendations
- AI detected serious security threats
Audit Metadata