xlsx
Warn
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Script
scripts/office/soffice.pyperforms runtime compilation of an embedded C source usinggccand utilizes theLD_PRELOADenvironment variable to inject the shared object into the LibreOffice (soffice) process. This is used to shim Unix domain sockets. Additionally, scripts such asscripts/recalc.pyandscripts/office/validators/redlining.pyexecute system binaries includingsofficeandgitviasubprocess.runwith parameters derived from file paths. - [PROMPT_INJECTION]: The skill exhibits a potential surface for indirect prompt injection. Ingestion points: Processes untrusted data from user-supplied spreadsheet files (.xlsx, .csv) via
openpyxlandpandas. Boundary markers: Absent; spreadsheet cell contents are read into the agent context without isolation markers or instructions to disregard embedded commands. Capability inventory: The skill can execute arbitrary system commands (subprocess.run), write to the file system, and perform runtime code compilation. Sanitization: Absent; no escaping or validation of cell data is implemented before the information is used in the reasoning pipeline.
Audit Metadata