markdown-exporter
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All document transformation and extraction processes are performed locally within the agent's environment. The skill does not perform any unauthorized network operations or data exfiltration, adhering to its stated privacy policy.
- [SAFE]: The dynamic module loading identified in 'cli.py' is used solely for routing CLI subcommands and is restricted to a hardcoded mapping of internal modules, which prevents arbitrary module execution.
- [SAFE]: Subprocess calls are exclusively located within the test suite ('test_base.py') and are used to verify the functionality of the conversion tools during development and testing phases.
- [SAFE]: Dependencies are restricted to reputable, well-known open-source libraries from the Python Package Index (PyPI), such as pandas, markdown, and xhtml2pdf. The use of 'pypandoc-binary' is a standard practice for providing the necessary pandoc engine required for complex document conversions.
Audit Metadata