cloudflare-workers-cd-rollback
Fail
Audited by Snyk on Jun 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Two GitHub repos look like normal source repositories, but the workflow installs a remote shell script by piping https://cli.moonbitlang.com/install/unix.sh into bash (a high‑risk pattern from an external/less‑known domain), and the remaining entries are unexpanded Cloudflare Workers placeholders — so treat this as potentially risky.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The deploy workflow executes a remote installer at runtime via "curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash", which fetches and runs remote code that the workflow relies on to install the MoonBit toolchain.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata