design-ux-architect
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it is designed to ingest and process untrusted data from external sources.
- Ingestion points: The workflow instructions specify reading from
ai/memory-bank/site-setup.mdandai/memory-bank/tasks/*-tasklist.mdusingcatandgrep. - Boundary markers: No specific delimiters or instructions to ignore embedded commands within the ingested files are present.
- Capability inventory: The agent has the capability to generate code (CSS, JS, HTML) and design specifications based on these inputs.
- Sanitization: There is no evidence of sanitization or filtering of the content read from the memory bank files before it is processed by the LLM.
- [COMMAND_EXECUTION]: The skill utilizes local shell commands as part of its defined workflow.
- Evidence: The workflow section in
SKILL.mdincludes commands such ascat ai/memory-bank/site-setup.mdandgrep -i "target\|audience\|goal\|objective" ai/memory-bank/site-setup.mdto gather context. These are standard utility commands for reading project documentation and do not involve high-risk operations like downloading or executing remote scripts.
Audit Metadata