markitdown
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automatically installs the
markitdownpackage from the Tsinghua University PyPI mirror if it is not detected on the system. - [COMMAND_EXECUTION]: The script
scripts/convert.pyusessubprocess.check_callto run thepippackage manager for dependency installation. - [PROMPT_INJECTION]: The skill processes untrusted documents, creating a surface for indirect prompt injection.
- Ingestion points:
scripts/convert.pyreads data from files provided as CLI arguments. - Boundary markers: Absent; the skill does not implement delimiters to separate document content from agent instructions.
- Capability inventory:
scripts/convert.pyhas the ability to execute shell commands viasubprocess. - Sanitization: Absent; document content is extracted and returned to the agent without filtering.
Audit Metadata