blacksmith-testbox
Fail
Audited by Snyk on May 2, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). This is a single-host "get.*" URL intended to be piped to sh (curl https://get.blacksmith.sh | sh), which is a high‑risk pattern for distributing executables or malware unless you can independently verify the domain and inspect the script before running.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes an installation command that fetches and executes remote shell code at runtime via "curl -fsSL https://get.blacksmith.sh | sh", which downloads and runs remote code (https://get.blacksmith.sh) as a required dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata