boltz
Fail
Audited by Snyk on Jul 30, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The link https://install.boltz.bio/boltz-api/install.sh is a direct shell installer (curl | sh) from a non-standard domain which is a high-risk distribution pattern for malware; the other URLs are documentation/console or a GitHub repo and are not individually suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs running a remote install script via curl and sh (curl -fsSL https://install.boltz.bio/boltz-api/install.sh | sh) in SKILL.md, which fetches and executes remote code at runtime.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata