docx
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices for document handling and XML processing.
- [COMMAND_EXECUTION]: Analysis of
ooxml/scripts/pack.pyandooxml/scripts/validation/redlining.pyidentified the use ofsubprocess.runto callsoffice(for document validation) andgit(for tracked changes comparison). These calls are benign as they are tied to the primary purpose of the skill and do not useshell=Trueor incorporate unsanitized user input into the command strings. - [EXTERNAL_DOWNLOADS]: The documentation identifies standard dependencies such as
pandoc,libreoffice, andpoppler-utils. These are expected utilities for document conversion and image extraction and are to be installed via official package managers. - [DATA_EXFILTRATION]: No network operations or data transmission patterns to external domains were detected. All file processing is performed locally within the environment.
- [PROMPT_INJECTION]: The instructions provided in
SKILL.mdand related technical guides are purely functional and do not contain any attempts to override model constraints or bypass safety protocols.
Audit Metadata