document-converter
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the well-known pandoc utility via subprocess.run for Markdown-to-PDF conversion. The invocation uses a list of arguments, which is a security best practice to prevent shell injection vulnerabilities.\n- [EXTERNAL_DOWNLOADS]: The skill requires the openpyxl Python package and the pandoc system executable for specific conversion paths. Both are established, industry-standard tools for document processing.\n- [PROMPT_INJECTION]: The skill processes untrusted input files, creating a surface for indirect prompt injection if the output is consumed by an agent without validation.\n
- Ingestion points: Files read from the --input path in scripts/convert.py.\n
- Boundary markers: No specific delimiters or 'ignore instructions' warnings are added to the converted content.\n
- Capability inventory: The skill has file-writing capabilities and can execute the pandoc subprocess.\n
- Sanitization: The skill performs standard HTML entity escaping and structural parsing to ensure output validity.
Audit Metadata