pptx
Warn
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/office/soffice.pyperforms runtime code generation and process injection. It writes a C source file to a temporary directory, compiles it into a shared object usinggcc, and then executes LibreOffice (soffice) with theLD_PRELOADenvironment variable set to the path of the newly created library. This is used to shim socket-related system calls to work around sandbox restrictions. - [COMMAND_EXECUTION]: The skill frequently executes external system binaries using
subprocess.run. Key operations include document conversion viasoffice, image generation from PDFs viapdftoppm, and difference analysis viagitinscripts/office/validators/redlining.py. - [PROMPT_INJECTION]: The skill has a significant attack surface for indirect prompt injection (Category 8). It ingests untrusted data from external
.pptxand.docxfiles (identified inSKILL.mdandscripts/office/unpack.py). The extracted text is interpolated into the agent's context without the use of boundary markers or specific sanitization routines to isolate embedded instructions from legitimate content.
Audit Metadata