docx
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill correctly implements secure XML handling by utilizing the
defusedxmllibrary in its core manipulation and validation scripts (e.g.,ooxml/scripts/unpack.py,scripts/document.py, andscripts/utilities.py), protecting against XML External Entity (XXE) and entity expansion attacks. - [COMMAND_EXECUTION]: The skill uses external tools for document processing, conversion, and validation.
ooxml/scripts/pack.pyusessoffice(LibreOffice) for document validation by converting files to HTML.ooxml/scripts/validation/redlining.pyusesgit difffor comparing document text content.- These calls are implemented using
subprocess.runwith list-based arguments and no shell involvement, which mitigate command injection vulnerabilities.
Audit Metadata