officecli-docx
Fail
Audited by Snyk on May 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Although the XML namespace URL is benign, the presence of raw.githubusercontent.com links to install.sh and install.ps1 from an unvetted GitHub repo combined with explicit curl|bash and irm|iex execution instructions is high-risk because executing remote installer scripts from an unknown source can deliver malware or persistent compromise.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). Flagged because SKILL.md explicitly instructs fetching/executing a remote installer via curl/irm from raw.githubusercontent.com in "BEFORE YOU START" and documents adding images from arbitrary HTTPS URLs under "Images -> Image from URL", which mean the agent will fetch and ingest open/public third‑party content that could contain instructions or malicious payloads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes runtime install commands that fetch and execute remote scripts (curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash and irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex), which execute retrieved code and are presented as a required dependency for the skill.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata