python-project
Fail
Audited by Snyk on Jun 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). One URL (https://astral.sh/uv/install.sh) is a direct installer shell script from a third‑party domain — a common malware distribution vector when piped to sh — while the other links (https://api.example.com/data, http://test, http://localhost:4000) are API/placeholder/local endpoints and not themselves download sources.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes a direct install command that fetches and executes remote code ("curl -LsSf https://astral.sh/uv/install.sh | sh"), and the project repeatedly depends on uv for package management and runtime commands, so this URL is a runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata