agentic-workflow
Fail
Audited by Snyk on Jul 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The GitHub repo link appears to be a normal source tree, but https://claude.ai/install.sh is a direct installer script (pipe-to-shell) which is a supply‑chain risk and can be used to distribute malware if executed without integrity checks.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.97). The Dockerfile example includes a direct pipe-to-shell installer that would fetch and execute remote code at runtime: https://claude.ai/install.sh (RUN curl -fsSL https://claude.ai/install.sh | sh).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata