markitdown-converter

Warn

Audited by Snyk on Jul 1, 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.65). Outsider free text can be ingested when the operating user supplies a ZIP/folder containing outsider-authored documents (e.g., downloaded files or shared attachments); scripts/convert.py extracts them at runtime (zipfile.ZipFile(...).extractall(tmp) / rglob over provided paths) and passes their contents to MarkItDown.convert(...), whose extracted text is then read into the agent as Markdown (result.text_content).

Issues (1)

W011
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 1, 2026, 01:13 AM
Issues
1
Security Audit — snyk — markitdown-converter