docx
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runto execute standard system utilities, includinggitfor content comparison andsoffice(LibreOffice) for document validation and conversion. These calls are implemented using list-based arguments and hardcoded command paths, which follow security best practices. - [EXTERNAL_DOWNLOADS]: The documentation specifies several necessary system and library dependencies, such as
pandoc,libreoffice, and thedocxNode.js package, which are required for the skill's document manipulation features. - [SAFE]: The skill consistently uses the
defusedxmllibrary in scripts likeooxml/scripts/unpack.pyandooxml/scripts/pack.pyto securely parse XML content, effectively protecting against XML External Entity (XXE) and recursion attacks when processing user-supplied documents.
Audit Metadata