stitch-vue-bootstrap-components
Warn
Audited by Snyk on Jun 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required runtime path calls Stitch MCP
get_screento obtainhtmlCode.downloadUrl, then runsscripts/fetch-stitch.sh(curl) to download the Stitch HTML from that URL; this HTML is outsider-authored content (from the Stitch design) and becomes readable prose/markup ingested into the agent’s context for parsing/mapping.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs runtime execution of scripts/fetch-stitch.sh with a runtime-provided htmlCode.downloadUrl (e.g. "bash scripts/fetch-stitch.sh "<htmlCode.downloadUrl>" ..."), which uses curl to fetch remote Stitch HTML that is then parsed and directly drives the agent's code-generation/conversion, so the downloaded URL (<htmlCode.downloadUrl>) is a required runtime dependency that controls the agent's output.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata