content-repurposing
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs point to a non-standard domain that provides a remote install script and downloadable binaries (invoke via curl ... | sh and fetch from dist.inference.sh); running such remotely hosted installers is high-risk unless you independently verify the domain, inspect the script, and confirm checksums from a trusted source.
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.
Audit Metadata