agentic-workflow
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). This is a direct link to an executable shell script (install.sh) that the repository downloads and runs (curl | sh), which is a high‑risk distribution vector even if hosted on an apparently legitimate domain.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Dockerfile snippet runs "curl -fsSL https://claude.ai/install.sh | sh" which fetches and immediately executes remote code during setup, so the URL https://claude.ai/install.sh directly controls code execution.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata