Kai Export PPT Lite
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The skill bundle is a comprehensive tool for exporting HTML presentations to editable PPTX files. It includes a sophisticated evaluation suite (scripts/rigorous-eval.py, scripts/eval-export-quality.py) and extensive regression tests (scripts/test-export.py) that verify layout fidelity, font mapping, and component-specific contracts. While the bundle uses potentially risky functions like subprocess.run (to call LibreOffice for PDF conversion in scripts/compare-html-ppt-visual.py) and dynamic module loading (in scripts/run-skill-export.py), these are strictly aligned with the stated purpose of a developer-centric export and testing utility. The validation report (reports/validate.json) flags standard Office XML namespaces and subprocess calls as untrusted/dangerous, but these are typical false positives for a tool of this nature, and no evidence of malicious intent or data exfiltration was found.
