design-md
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external HTML source code and project metadata retrieved via specialized design tools. While this creates a surface for indirect prompt injection if the processed project data contains malicious instructions, the risk is considered safe due to the use of trusted service sources and the specific scope of the analysis task.
- Ingestion points: HTML source code and project metadata are fetched using the
web_fetchtool from URLs provided by the Stitch MCP server as described inSKILL.md. - Boundary markers: The instructions do not define specific delimiters or instructions to isolate the fetched external code from the agent's core workflow.
- Capability inventory: The skill is authorized to use
web_fetchfor data retrieval andWriteto generate the documentation file. - Sanitization: No explicit sanitization of the fetched HTML content is performed before the agent extracts design tokens.
Audit Metadata