PPTX PDF Font Fix
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: pptx-pdf-font-fix Version: 1.0.0 The skill is designed to fix a specific PowerPoint font embedding issue by modifying text transparency within PPTX files. The `SKILL.md` clearly describes this purpose and instructs the agent to execute a Python script with the user-provided PPTX. The `scripts/fix_font_transparency.py` script correctly implements this logic, using standard Python libraries (`zipfile`, `xml.etree`, `tempfile`, `shutil`) to read, modify, and write PPTX files. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent, or obfuscation. All file operations are confined to the input/output PPTX and temporary files, aligning perfectly with the stated benign purpose.
