stitch-design
Warn
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The
README.mdincludes an installation command referencinggoogle-labs-code, which misleadingly suggests the skill is an official Google project. This contradicts the actual authorship byinvolvexand can lead to an incorrect assessment of the skill's trust level. - [COMMAND_EXECUTION]: Documentation in
workflows/text-to-design.mddirects the agent to execute shell commands (curl -o) usingrun_command. This tool is not listed in theallowed-toolssection ofSKILL.md, indicating an attempt to utilize unauthorized shell-level capabilities for file management. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to fetch remote data using
read_url_contentandcurl. Neither of these tools is included in the skill'sallowed-toolsfrontmatter, suggesting operations that exceed the intended execution scope. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it ingests and processes HTML content from external URLs to generate design system documentation.
- Ingestion points:
workflows/generate-design-md.mdretrieves HTML from external URLs viaread_url_content. - Boundary markers: There are no instructions or delimiters directing the agent to ignore potentially malicious instructions embedded within the fetched HTML content.
- Capability inventory: The agent has permissions to write to the local filesystem (
Write) and trigger design generation viaStitchMCPbased on synthesized data. - Sanitization: No sanitization or validation of the external HTML content is implemented before the agent analyzes it.
Audit Metadata