docx
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill inherently processes untrusted .docx files and their XML contents, which could contain embedded instructions. Evidence Chain: Ingestion occurs in
ooxml/scripts/unpack.pyandscripts/document.py. Boundary markers for external content are not explicitly defined in the skill prompts. Capability inventory: Subprocess calls (soffice,git) and file system access (zipfile,shutil) exist inooxml/scripts/pack.pyandooxml/scripts/validation/redlining.py. Sanitization: Employsdefusedxmlto prevent XML-based attacks andhtml.escapefor metadata interpolation. \n- [COMMAND_EXECUTION]: The skill invokes local system toolssofficeandgitfor document validation and redlining diffs. Evidence: Found inooxml/scripts/pack.pyandooxml/scripts/validation/redlining.py. Context: These calls use lists of arguments to avoid shell interpolation and are restricted to local paths within the agent's workspace or temporary directories.
Audit Metadata