rock-cli
Fail
Audited by Snyk on Mar 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The links point to a direct shell installer (install.sh) hosted on an unverified/likely internal-looking domain (xrl.alibaba-inc.com) and the skill instructs executing it via curl|bash, which is a high-risk pattern for malware distribution (the second URL also appears malformed), so they should be treated as suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes an install step that runs a remote script via bash -c "$(curl -fsSL http://xrl.alibaba-inc.com/install.sh)", which fetches and executes code at runtime and is required to install/use the CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata