design-md
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (HTML and CSS code) from Stitch projects to extract design tokens. A malicious actor could embed instructions within the project's source code (e.g., in HTML comments or text content) to influence the agent's output or behavior.
- Ingestion points: The agent retrieves project screens and HTML source code via the
stitchMCP server andweb_fetch(documented inSKILL.mdunder 'Retrieval and Networking'). - Boundary markers: The instructions do not define delimiters or provide warnings to the agent to ignore embedded instructions within the fetched assets.
- Capability inventory: The skill has permissions to write files (
Write) and perform network operations (web_fetch), which could be misused if an indirect injection is successful. - Sanitization: There are no documented steps to sanitize or filter the incoming HTML/CSS content before it is parsed and synthesized.
- [EXTERNAL_DOWNLOADS]: The skill dynamically downloads content from remote URLs provided by the project metadata.
- Evidence:
SKILL.mdspecifies usingweb_fetchorread_url_contentto download HTML fromhtmlCode.downloadUrl. While these are expected to be project assets, they originate from external endpoints.
Audit Metadata