stitch-design-md
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local bash script (
scripts/fetch-stitch.sh) to perform downloads, which is a standard method for handling network requests within this environment. - [EXTERNAL_DOWNLOADS]: Fetches HTML assets from Google Cloud Storage (via the Stitch platform) using
curl. This is the intended behavior for analyzing remote design projects and utilizes well-known, trusted infrastructure. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it ingests and analyzes external HTML content provided by the Stitch service.
- Ingestion points: The file
temp/source.html, which is downloaded from a remote Stitch URL. - Boundary markers: None identified in the analysis instructions.
- Capability inventory: The agent has
Writeaccess to the file system to create theDESIGN.mdfile. - Sanitization: No explicit sanitization or validation of the HTML content is performed before analysis.
Audit Metadata