pdf-to-markdown
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and executes the
markitdownpackage from Microsoft's official repository usinguvx. - [COMMAND_EXECUTION]: The skill uses the
uvxcommand to run document conversion via themarkitdowntool. - [PROMPT_INJECTION]: As a document parsing utility, the skill is susceptible to indirect prompt injection from malicious content within source files.
- Ingestion points: Processes external document files (PDF, PPTX, DOCX, XLSX) provided via user file paths.
- Boundary markers: No explicit delimiters or instructions are used to distinguish document content from agent instructions.
- Capability inventory: Executes conversion commands through a subprocess.
- Sanitization: Content is extracted verbatim without filtering for potential prompt injection patterns.
Audit Metadata