stitch-react
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external HTML data fetched from remote URLs to generate React components and TypeScript files.
- Ingestion points: HTML content is downloaded via the Stitch MCP tool and saved to
source.htmlfor parsing (SKILL.md). - Boundary markers: The instructions do not define specific delimiters or boundary markers to isolate untrusted data during the generation process.
- Capability inventory: The skill possesses the ability to
WriteandEditfiles and execute system commands viaBash(SKILL.md). - Sanitization: The workflow lacks explicit validation or sanitization steps to prevent malicious instructions embedded within the source HTML from influencing the resulting component code.
- [EXTERNAL_DOWNLOADS]: The skill references and fetches resources from the Stitch platform and related documentation.
- Evidence: References to
https://stitch.withgoogle.com/docs/and dynamic HTML download URLs via theget_screentool call (SKILL.md). - [COMMAND_EXECUTION]: The skill uses the command line to run standard Node.js validation and linting tools.
- Evidence: Execution of
npx tsc --noEmitandnpx eslint components/(SKILL.md).
Audit Metadata