design-md
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to the ingestion of untrusted external data.
- Ingestion points: The skill downloads and parses HTML source code and screen metadata from Stitch projects via the
web_fetchtool. - Boundary markers: No explicit delimiters or instructions are provided to the agent to distinguish between the design system instructions and potentially malicious instructions embedded within the target project's HTML comments or content.
- Capability inventory: The agent possesses
Writepermissions to create or overwriteDESIGN.mdfiles andweb_fetchpermissions to access external URLs. - Sanitization: There is no evidence of sanitization or filtering of the ingested HTML content before it is processed by the LLM.
- [EXTERNAL_DOWNLOADS]: The skill performs network operations to retrieve project assets.
- Evidence: It uses
web_fetchto download HTML and images fromdownloadUrllocations provided by the Stitch MCP tools. These resources are hosted on official Google infrastructure (stitch.withgoogle.com), which is a well-known and trusted service provider.
Audit Metadata