tidbx
Fail
Audited by Snyk on Mar 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Two URLs (docs.pingcap.com and tidbcloud.com) are official documentation/console pages and are low risk, but the raw GitHub URL points to an install.sh intended to be piped to a shell (curl ... | sh), which is a high‑risk pattern because it executes a remote script that could distribute malware if the repo or script were compromised—review the script contents and verify the source before running.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's install step instructs running remote code at runtime via "curl https://raw.githubusercontent.com/tidbcloud/tidbcloud-cli/main/install.sh | sh", which fetches and executes a script required to install the ticloud CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata