pptx-profile
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/catalog.pyexecutes a helper script (profile.py) from a sibling directory (pptx-from-layouts) usingsubprocess.run. The command is constructed as a list of arguments passed directly to the Python interpreter (sys.executable), which is a secure practice that avoids shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill requires the
python-pptxlibrary. This is a well-known, legitimate package for PowerPoint manipulation available on standard package registries.
Audit Metadata