docx
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill extracts text from untrusted .docx files via 'pandoc' for agent processing, which creates a surface for indirect prompt injection. Instructions embedded in a document could influence the AI's behavior.
- Ingestion points:
SKILL.md(Text extraction section using pandoc). - Boundary markers: Absent. The skill instructions do not provide delimiters or warnings for the agent to treat extracted content as data only.
- Capability inventory: The skill uses
subprocess.run(inpack.pyandredlining.py) and has file system write access. - Sanitization: While
defusedxmlis used for XML parsing, content extracted viapandocis processed as raw markdown. - [COMMAND_EXECUTION]: The
SKILL.mdfile suggests usingsudo apt-get installcommands to install system dependencies. Additionally, internal Python scripts (ooxml/scripts/pack.py,ooxml/scripts/validation/redlining.py) usesubprocess.runto execute external tools like 'soffice' and 'git'. - [EXTERNAL_DOWNLOADS]: The documentation encourages downloading and installing third-party tools and libraries from well-known repositories (npm, PyPI, and apt), including 'docx', 'defusedxml', 'pandoc', and 'libreoffice'.
Audit Metadata