pptx-toolkit

Pass

Audited by Gen Agent Trust Hub on May 9, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns detected. The skill provides auditing functionality for PowerPoint files through direct OOXML parsing using Python's zipfile and xml.etree libraries.
  • [SAFE]: No network access or data exfiltration. The script scripts/pptx_auditor.py operates exclusively on local files provided as arguments and does not contain code for network communication or credential harvesting.
  • [SAFE]: No dynamic code execution or unverifiable dependencies. The implementation relies entirely on the Python standard library. It avoids dangerous functions such as eval(), exec(), or subprocess.run(), and does not download or install external packages.
  • [SAFE]: Document processing surface. While the skill ingests untrusted data from user-provided .pptx files, its restricted capabilities (no network, no shell execution) prevent this from being leveraged for indirect prompt injection or other attacks.
Audit Metadata
Risk Level
SAFE
Analyzed
May 9, 2026, 05:52 AM