htmlit
Warn
Audited by Snyk on Jul 6, 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). Outsider free text can enter the LLM context via
client/send.js: user-authored comment/message text (queued from the in-page composer and annotation popover) is sent asprompts[].promptto the daemon (/api/<KEY>/prompts) along withdomSnapshot, and the agent then uses that returned feedback to generate an LLM reply; this is runtime ingestion of outsider-authored text (the user’s own messages/annotations are not “authored by the operating user” in the sense required here).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The client loads external vendor assets at runtime (e.g. loadScript(VENDOR.mermaid) and loadScript(VENDOR.hljsJs), and fetch(hljsLink.href) which uses VENDOR.hljsLight/VENDOR.hljsDark), causing remote JavaScript/CSS to be fetched and executed in-page so these runtime URLs can execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata