octocode-slides
Fail
Audited by Snyk on Jun 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Most links are to reputable CDNs, well-known GitHub projects, and documentation, but the set also includes direct-install scripts (astral.sh, raw.githubusercontent.com install-online.sh), PowerShell/bash installers, and several small/personal GitHub repos and third‑party hosts that are higher-risk if executed without inspection — do not run those scripts or installers unreviewed.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill includes explicit setup commands that fetch-and-execute remote installer scripts (e.g., "curl -LsSf https://astral.sh/uv/install.sh | sh" and "curl -sL https://raw.githubusercontent.com/GoogleCloudPlatform/vertex-ai-creative-studio/.../install-online.sh | bash" / PowerShell irm https://astral.sh/uv/install.ps1 | iex) which are runtime-install steps that execute remote code and are required for the optional image-generation paths.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata