officecli-word-form
Fail
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install the
officeclitool by piping scripts fromhttps://d.officecli.ai/install.shandhttps://d.officecli.ai/install.ps1directly intobashandiex. This pattern allows remote code to execute with the user's privileges without an opportunity for prior manual review of the script content. - [EXTERNAL_DOWNLOADS]: The skill contains references to downloading binary releases from the vendor's public GitHub repository at
github.com/iOfficeAI/OfficeCLI/releases. - [COMMAND_EXECUTION]: The skill uses a variety of shell commands, including
curl,jq,grep, andpython3, to perform environment setup and document manipulation. It includes an inline Python script that parses XML data extracted from Word documents. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection attack surface as it processes external Word documents that may contain untrusted data.
- Ingestion points: External Word documents processed by the
officeclitool and shell variables derived from document content. - Boundary markers: None present to instruct the agent to ignore potentially malicious content within the documents.
- Capability inventory: File system modification (
officecli), network requests (curl), and shell/script execution (bash,python3). - Sanitization: Employs structured parsing with
jqandxml.etree.ElementTree, which mitigates structural attacks but does not prevent content-driven logic manipulation.
Recommendations
- HIGH: Downloads and executes remote code from: https://d.officecli.ai/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata