docx
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill includes instructions in
SKILL.mdand documentation files such asooxml.mdanddocx-js.mdrequiring the agent to read the documentation in its entirety (e.g., 'MANDATORY - READ ENTIRE FILE'). These are standard context-enforcement patterns used to ensure the agent understands the complex OOXML schema and library APIs before performing edits and are not bypass attempts.
- [COMMAND_EXECUTION]: The skill safely executes local system utilities via
subprocess.runusing list-based arguments.ooxml/scripts/pack.pyusessofficefor document integrity validation, whileooxml/scripts/validation/redlining.pyusesgit difffor precise verification of tracked changes. Conversion workflows described inSKILL.mdalso utilizepandocandpdftoppmcorrectly. - [EXTERNAL_DOWNLOADS]: Legitimate dependencies are identified in the setup instructions, including
pandoc, thedocxNPM package,LibreOffice,Poppler, anddefusedxml. These are standard tools required for the skill's document manipulation and conversion features. - [SAFE]: The skill consistently implements secure XML handling by using the
defusedxmllibrary across its Python components, effectively mitigating common XML-based vulnerabilities such as XML External Entity (XXE) and DoS attacks.
Audit Metadata