stitch-design
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/stitch-to-react.ps1executes shell commands to initialize the project and install necessary dependencies from the npm registry. - Evidence: Use of
npm create vite@latest,npm install, and suggested usage ofnpx shadcn-ui@latestfor project scaffolding and component addition. - [DYNAMIC_EXECUTION]: The skill uses a PowerShell script to programmatically generate boilerplate application code and configuration files at runtime.
- Evidence:
scripts/stitch-to-react.ps1generatesApp.tsx,vite.config.ts,tsconfig.json, andmockData.tsbased on internal string templates. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a vulnerability surface for indirect prompt injection as it is designed to ingest and process untrusted external data (design assets and source code).
- Ingestion points: The skill is documented in
SKILL.mdto process external frontend source code, stylesheets, and user-providedDESIGN.mdfiles. - Boundary markers: No explicit delimiters or instructions (e.g., "ignore embedded instructions") are included in the provided templates to prevent the agent from obeying malicious instructions hidden in design files.
- Capability inventory: The skill can perform file system writes and shell command execution via the
scripts/stitch-to-react.ps1utility. - Sanitization: No sanitization or validation of the ingested design data was observed in the provided files.
Audit Metadata