uv-python-version-management

Fail

Audited by Snyk on Feb 24, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The docs URL is benign documentation on an apparently official astral.sh site, but the install.sh is a direct shell script intended to be downloaded/executed (curl | sh), which is a high‑risk distribution pattern because a compromised or malicious script can run arbitrary commands even if hosted on a legitimate-looking domain.

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

  • Potentially malicious external URL detected (high risk: 0.95). The skill requires running a remote install script at runtime via "curl -LsSf https://astral.sh/uv/install.sh | sh", which fetches and immediately executes remote code and is listed as a required dependency.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 24, 2026, 05:27 PM