read-url-markdown
Warn
Audited by Snyk on Jul 11, 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.75). Outsider-authored free text from a runtime-fetched URL’s HTML is converted to markdown and then embedded into the generated document (YAML front matter + markdown) via
scripts/main.ts→evaluateScript(..., cleanupAndExtractScript)→htmlToMarkdown(extracted.html)→createMarkdownDocument(result); this content is not user-authored and can contain prompt-injection strings.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata