@6171/doc-to-markdown
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a document-to-markdown converter utility that operates entirely on local files. It supports PDF, Word, Excel, PowerPoint, HTML, and text files using established libraries like
pdfplumber,python-docx,python-pptx,openpyxl, andBeautifulSoup. No network requests are initiated, and all processing is contained within theconvert.pyscript. The dependencies are standard for document parsing and are listed as pre-installed in the agent environment. No sensitive file paths, credentials, or remote code execution patterns were detected.
Audit Metadata