Word To Jpg

PassAudited by VirusTotal on Mar 30, 2026.

Findings (1)

The skill is a legitimate utility for converting Word documents to JPG images. It uses the Microsoft Word COM interface (via comtypes) and PyMuPDF (fitz) as described in SKILL.md. The script word-to-jpg-converter.py follows a transparent logic: it locates the document, automates Word to export a PDF, and then renders that PDF into high-resolution images. There are no signs of data exfiltration, obfuscation, or malicious intent.