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
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 19, 2026, 12:57 PM
Issues
2
Security Audit — snyk — rock-cli