pptx
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/thumbnail.pyutilizessubprocess.runto callsoffice(LibreOffice) for PDF conversion andpdftoppm(Poppler) for image generation. This behavior is essential for creating the visual thumbnail grids described in the skill's capabilities. - [COMMAND_EXECUTION]: The test file
tests/test_pptx_skill.pyusessubprocess.runto verify the installation of Node.js packages vianpm listand to check for the availability of system tools likesoffice. This is a standard practice for environment validation in development-oriented skills. - [EXTERNAL_DOWNLOADS]:
DEPENDENCIES.mdspecifies several Python and Node.js dependencies (such aspython-pptx,markitdown,pptxgenjs,playwright, andsharp) required for core functionality. These are standard packages from well-known registries (PyPI, npm) and are used for their intended document processing purposes.
Audit Metadata