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.80). Although get.blacksmith.sh appears to be an installer endpoint for a CLI, it is a direct HTTPS-hosted shell install script (curl | sh) from a non-widely-known domain — executing unsigned remote shell scripts is inherently risky unless you verify the domain, inspect the script, or confirm official provenance.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's install instructions run "curl -fsSL https://get.blacksmith.sh | sh", which fetches and executes remote code at runtime and is required for the Blacksmith CLI used by the skill.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata