md-to-docx
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs document conversion using established tools (pandoc) and local Python scripts. No malicious network activity, exfiltration patterns, or obfuscated instructions were found.
- [COMMAND_EXECUTION]: The script
convert_md_to_docx.pyusessubprocess.runto invoke thepandocbinary. Analysis shows it uses a list of arguments rather than a raw shell string, which is a secure practice to prevent shell injection. - [EXTERNAL_DOWNLOADS]: The documentation mentions installing
pandocandpython-docxvia standard system package managers (brew, apt, choco) and pip. These are well-known, trusted dependencies required for the skill's functionality. - [DATA_EXPOSURE]: The skill operates on local files provided by the user (Markdown input). There are no patterns indicating the skill attempts to access sensitive system files or credentials (e.g., .ssh, .aws).
Audit Metadata