fetch-as-markdown
Warn
Audited by Snyk on Jul 30, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime path
scripts/fetch-as-markdown.tstakes a user-suppliedurlargument and usespage.goto(url)followed bypage.content()to ingest arbitrary outsider-authored web page text, then converts it to Markdown viamarkpaste.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The script calls page.goto(url) which will fetch and execute arbitrary remote page JavaScript for the user-supplied URL (illustrated by the example URL https://example.com), so remote content can execute code and control the text that the skill outputs.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata