pptx
Warn
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes several external command-line utilities to perform document conversion, visual analysis, and comparison.
scripts/thumbnail.pyexecutessoffice(LibreOffice) to convert presentations to PDF andpdftoppmto generate images.scripts/office/validators/redlining.pyexecutesgit diffto compare text content.scripts/office/soffice.pyexecutesgccto compile a shared library.- [REMOTE_CODE_EXECUTION]: The skill uses dynamic code generation and process injection techniques to facilitate execution in restricted environments.
scripts/office/soffice.pycontains embedded C source code which it writes to disk at runtime.- The script compiles this code into a shared object (.so) and then uses the
LD_PRELOADenvironment variable to inject it into the LibreOffice process to override standard library socket calls. This is a highly technical pattern that could be abused if the source code were modified.
Audit Metadata