pptx-official
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The scripts
ooxml/scripts/pack.py,scripts/thumbnail.py, andooxml/scripts/validation/redlining.pyutilizesubprocess.runto call system utilities such assoffice,pdftoppm, andgit. These invocations are implemented securely using list-based arguments without shell=True, which effectively prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: Documentation in
SKILL.mdlists several well-known and reputable third-party dependencies from official registries (NPM and PyPI), includingplaywright,sharp,pptxgenjs, andpython-pptx. - [SAFE]: The skill implements secure XML handling by using the
defusedxmllibrary inooxml/scripts/unpack.pyandooxml/scripts/pack.py, protecting the environment against XML External Entity (XXE) and entity expansion attacks.
Audit Metadata