l0-test
Fail
Audited by Snyk on Jul 22, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Suspicious: the script fetches and pipes a remote shell script (https://astral.sh/uv/${UV_VERSION}/install.sh) into sh — a high-risk pattern because it executes code fetched from a remote host and can be used to distribute malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The inline container script performs a runtime fetch-and-execute via curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh, which downloads and runs remote code (https://astral.sh/uv/${UV_VERSION}/install.sh).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata