docx
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill consistently uses the
defusedxmllibrary for parsing XML files, which effectively mitigates XML External Entity (XXE) and other XML-based attacks. - [COMMAND_EXECUTION]: Python scripts utilize
subprocess.runto invokesofficeandgit. These executions are limited to specific operations:sofficeis used for headless document validation, andgitis used for text-level differencing during redlining validation. These are legitimate uses within the skill's functional scope. - [EXTERNAL_DOWNLOADS]: The documentation suggests installing reputable industry tools such as
pandoc,LibreOffice, andpoppler-utilsusing standard system package managers. - [SAFE]: The document manipulation library properly escapes metadata such as author names and initials before inserting them into XML structures, preventing injection vulnerabilities.
Audit Metadata