prompt-engineering
Fail
Audited by Snyk on Mar 5, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Unfamiliar domain distributing an install script (curl | sh) that fetches unsigned platform binaries from dist.inference.sh — although served over HTTPS with a checksums file, piping remote shell scripts and downloading executables from an unvetted site is risky and could be used to deliver malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes a runtime command that pipes a remote installer to the shell ("curl -fsSL https://cli.inference.sh | sh") which executes remote code (and downloads binaries from https://dist.inference.sh) and is required for running the provided infsh commands.
Audit Metadata