heyeddi-design
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted project data (such as
PRODUCT.md,DESIGN.md, and source code) which could potentially contain malicious instructions aimed at overriding agent behavior. - Ingestion points: Project files are read using
scripts/load_context.pyandscripts/verify_prose.pyto inform design decisions and validate UI copy. - Boundary markers: The skill explicitly implements a safety wrapper in
scripts/_untrusted_doc.pythat tags ingested content with<<<UNTRUSTED_PROJECT_DOC>>>and includes a clear directive for the agent to treat the content as data only. - Capability inventory: The skill has the capability to write design artifacts (briefs, wireframes, and decision logs) to the workspace and delegates execution tasks like building and testing to subagents.
- Sanitization: The
wrap_untrusted_docfunction provides a programmed layer of protection by delimiting untrusted content before it enters the agent's context. - [COMMAND_EXECUTION]: The skill configuration in
manifest.jsondefines tools that execute local Python scripts for project synchronization and copy verification. These scripts are restricted to the local project environment and are configured as read-only tools to minimize risk.
Audit Metadata