background-removal
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.85). The bundle includes an instruction to run a remote installer via "curl | sh" (https://cli.inference.sh) which pulls platform-specific binaries from dist.inference.sh (direct executable distribution) with only a plaintext checksum available—this pattern of running remote shell scripts and downloading executables from a third‑party domain is a high‑risk vector for malware, even though the other docs/image links appear benign placeholders or documentation pages.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly runs remote code at runtime via "curl -fsSL https://cli.inference.sh | sh", which fetches and executes external installer code (https://cli.inference.sh) that the skill relies on to run infsh commands.
Audit Metadata