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.pyextracts them at runtime (zipfile.ZipFile(...).extractall(tmp)/rglobover provided paths) and passes their contents toMarkItDown.convert(...), whose extracted text is then read into the agent as Markdown (result.text_content).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata