openai-doc
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bundled Python script
scripts/render_docx.pyto execute system commands (soffice,pdftoppm) via thesubprocessmodule for document conversion and rendering. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted document content, creating a surface for potential instruction injection. Ingestion points: The skill reads
.docxfiles throughscripts/render_docx.pyandpython-docxas described inSKILL.md. Boundary markers: No specific delimiters or safety instructions for untrusted content are present. Capability inventory: The environment allows command execution viasubprocess, as well as file system modifications viaWriteandEdittools. Sanitization: There is no evidence of sanitization or filtering of document content before processing. - [PRIVILEGE_ESCALATION]: Documentation in
SKILL.mdincludes commands for installing dependencies usingsudo, which requests elevated permissions.
Audit Metadata