docx
Warn
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/office/soffice.pyperforms dynamic code generation and compilation at runtime. - Evidence: The script writes C source code to a temporary file and executes
gcc -shared -fPIC -o ...to compile it. - Context: This is intended to shim socket operations for LibreOffice in restricted environments, but runtime compilation is a high-risk behavior.
- [COMMAND_EXECUTION]: The script
scripts/office/soffice.pyuses library injection to modify process behavior. - Evidence: The script sets the
LD_PRELOADenvironment variable to the path of the compiled shared object before runningsoffice. - Context: This is used to hook system calls in the LibreOffice process to bypass environment limitations.
- [EXTERNAL_DOWNLOADS]: The skill instructions require the user to install external global dependencies.
- Evidence:
npm install -g docxinSKILL.md. - [COMMAND_EXECUTION]: Multiple scripts execute shell commands and external binaries with potentially untrusted arguments.
- Evidence:
scripts/accept_changes.pyandscripts/office/validators/redlining.pyusesubprocess.runto callsofficeandgit. - Context: While arguments are partially sanitized, the execution of complex external binaries increases the attack surface.
Audit Metadata