rock-cli

Fail

Audited by Snyk on May 14, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). Suspicious: these URLs point to an HTTP-hosted install.sh on an unclear/unknown subdomain (xrl.alibaba-inc.com) and the skill explicitly instructs piping that .sh into bash — a high-risk pattern that can execute arbitrary code and is unsafe unless the source is fully verified.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill’s install step runs a remote script via bash -c "$(curl -fsSL http://xrl.alibaba-inc.com/install.sh)", which fetches and immediately executes remote code and is presented as the required installation path for using 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
May 14, 2026, 07:53 AM
Issues
2
Security Audit — snyk — rock-cli