docx
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runinooxml/scripts/pack.pyandooxml/scripts/validation/redlining.pyto invokesoffice(LibreOffice) for document validation andgitfor calculating text differences. These operations are essential for the primary functionality of document processing and are implemented safely by passing arguments as lists without shell invocation. - [INDIRECT_PROMPT_INJECTION]: As a tool that ingests and extracts content from
.docxfiles, the skill has a surface for indirect prompt injection from data within processed documents. The skill mitigates standard XML-based attack vectors (such as XXE) by consistently using thedefusedxmllibrary for all XML parsing operations inscripts/document.py,scripts/utilities.py, and the validation scripts. - [EXTERNAL_DOWNLOADS]: The documentation in
SKILL.mdprovides standard setup instructions for well-known software includingpandoc,docx(npm), andLibreOffice. The skill's runtime code does not perform any automated or hidden downloads from remote servers.
Audit Metadata