md-to-docx-template
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
md-to-docx.pyscript executes thepandocbinary to perform document conversion. It usessubprocess.runwith a list of arguments, which is the secure way to invoke external commands and prevents shell injection. - [COMMAND_EXECUTION]: The script optionally invokes the system
opencommand to display the generated document. This is a standard user-requested feature for local workflow automation. - [DATA_EXFILTRATION]: The conversion tool supports remote images in markdown by allowing Pandoc to make HTTP requests for those assets. There is no evidence of the script reading sensitive local files (like SSH keys or environment variables) or sending such data to external servers.
- [DYNAMIC_EXECUTION]: The scripts use
importlib.utilto load internal modules from the local file system. The paths are resolved relative to the script's directory, ensuring that the dynamic loading is restricted to the skill's own verified code and does not involve remote or untrusted sources.
Audit Metadata