Office Document Extractor

PassAudited by VirusTotal on May 4, 2026.

Findings (1)

The office-doc-extractor skill is a functional tool designed to convert DOCX, XLSX, and PPTX files into Markdown. It uses the Python standard library (zipfile, xml.etree) for Word and PowerPoint files and includes a bundled version of the openpyxl library for Excel files to maintain its 'zero-dependency' claim. The code logic in scripts/main.py, scripts/docx_extractor.py, and scripts/xlsx_extractor.py is transparent and strictly aligned with the stated purpose. No evidence of data exfiltration, network activity, or malicious prompt injection was found.