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.ts takes a user-supplied url argument and uses page.goto(url) followed by page.content() to ingest arbitrary outsider-authored web page text, then converts it to Markdown via markpaste.

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
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 30, 2026, 01:44 PM
Issues
2
Security Audit — snyk — fetch-as-markdown