uv-pip-install
Fail
Audited by Snyk on Mar 26, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). This URL points to a direct install.sh on a third‑party domain (astral.sh); fetching and piping such a shell script to sh executes arbitrary remote code and is therefore potentially risky unless you trust and have verified the provider and inspected the script.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill recommends running a runtime installation command that fetches and pipes remote code to the shell (curl -LsSf https://astral.sh/uv/install.sh | sh), which executes external code to provide the required "uv" dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata