pptx
Fail
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/office/soffice.pycontains a function_ensure_shimthat writes C source code to a temporary file and executesgccto compile it into a shared object library at runtime. This dynamic code generation and compilation is a high-risk pattern. - [COMMAND_EXECUTION]: The script
scripts/office/soffice.pyuses theLD_PRELOADenvironment variable to inject the compiled shared library into thesofficeprocess. This technique of process interposition (hijacking system calls like socket, listen, and accept) can be used to escalate privileges or manipulate process behavior. - [COMMAND_EXECUTION]: Multiple scripts (
scripts/thumbnail.py,scripts/office/soffice.py,ooxml/scripts/pack.py) usesubprocess.runto execute system-level commands, including the compiler and external document processors. - [PROMPT_INJECTION]: The skill is designed to extract text and structure from untrusted user-provided
.pptxand.potxfiles using tools likemarkitdownandinventory.py. This content is then ingested into the agent's context. There are no boundary markers or instructions provided to the agent to ignore or sanitize potentially malicious instructions embedded within the extracted text, creating a vulnerability to indirect prompt injection.
Recommendations
- AI detected serious security threats
Audit Metadata