stitch
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- COMMAND_EXECUTION (LOW): The
react-componentsandremotionskills utilize bash-wrappedcurlcommands to download design assets from external URLs provided in project metadata. - Evidence:
react-components/scripts/fetch-stitch.shandremotion/scripts/download-stitch-asset.shexecutecurl -Lusing parameters passed directly from agent-retrieved tool outputs. - REMOTE_CODE_EXECUTION (LOW): The skill instructs the agent to perform dynamic package installation and run local servers for verification, which are standard for development but represent an execution surface.
- Evidence:
react-components/SKILL.mddirects the agent to runnpm installfor validation tools, andstitch-loop/SKILL.mdsuggests runningnpx servefor visual auditing. - INDIRECT_PROMPT_INJECTION (LOW): The
stitch-loopskill is designed as an autonomous agent that reads and writes its own next instructions in a 'baton' file, creating a surface for indirect injection if project files are modified by an external actor. - Evidence Chain (Category 8):
- Ingestion points:
next-prompt.mdis parsed as the primary task source institch-loop/SKILL.mdStep 1. - Boundary markers: Uses YAML frontmatter to separate metadata from the prompt body.
- Capability inventory: Includes
stitch:*screen generation,Writefile access, andBashexecution. - Sanitization: No sanitization of the baton content is described; the agent is instructed to trust the file as 'Long-Term Memory'.
Audit Metadata