markdown-to-epub-converter
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires standard Python packages ebooklib, markdown2, and Pygments, which are established libraries for ebook generation, markdown parsing, and syntax highlighting.\n- [SAFE]: Core conversion logic is implemented locally in epub_generator.py and markdown_processor.py, performing string manipulation and file formatting without dangerous operations.\n- [SAFE]: The skill handles untrusted data ingestion (markdown text and file paths) by implementing HTML entity escaping and regex-based parsing to ensure safe XHTML generation for the EPUB format.\n- [SAFE]: File system interaction is limited to the expected behavior of writing the generated EPUB file to a designated output path.
Audit Metadata