mlops-initialization
Fail
Audited by Snyk on May 3, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The GitHub repo and GitHub Pages URLs look like normal project resources (generally low risk if the repository/owner is trusted), but the direct curl|sh install script at https://astral.sh/uv/install.sh is a high‑risk pattern because piping an unreviewed remote shell script to sh can execute arbitrary code even if the domain appears legitimate, so the bundle should be treated as potentially dangerous until you verify the script and its publisher.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs at runtime to run curl -LsSf https://astral.sh/uv/install.sh | sh, which fetches and immediately executes remote code to install the required
uvtool, so the URL directly controls code executed by the environment.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata