content-repurposing
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The URLs point to an unfamiliar domain that instructs a curl | sh install (executes remote script), fetches platform binaries from dist.inference.sh and only offers an on-site checksum (no independent signature or known package repo), which presents a supply-chain risk and could be used to distribute malware if the site or its hosting is compromised.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start uses a runtime installation command that fetches and executes remote code via "curl -fsSL https://cli.inference.sh | sh" (which in turn downloads binaries from dist.inference.sh), and the skill's examples rely on the resulting infsh CLI 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