officecli
Fail
Audited by Snyk on Aug 14, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The two remote installer scripts (https://d.officecli.ai/install.sh and https://d.officecli.ai/install.ps1) are offered as curl|bash and irm|iex one-liners—an inherently high-risk pattern for distributing malware even if the domain appears related to the project; the localhost URL is benign.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Install section directs running remote install scripts that are fetched and executed at runtime (curl -fsSL https://d.officecli.ai/install.sh | bash and irm https://d.officecli.ai/install.ps1 | iex), which executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata