visual-style
Warn
Audited by Snyk on Jun 14, 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 is “Extract” mode: it ingests user-supplied URLs/PDFs/videos, fetches/parses their contents (e.g., from-website/from-pdf/from-video), and then generates
style_prompt_fullthat is fed into the agent LLM context—this is outsider-authored free text from public web content or uploaded documents.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The "Extract from Website" workflow fetches a user-supplied website URL at runtime (e.g., the example https://stripe.com) and uses the fetched HTML/CSS content to synthesize the
style_prompt_fullwhich is then used verbatim by connectors (like HeyGen), so external content directly controls the agent's prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata