background-removal
Fail
Audited by Snyk on Feb 19, 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 third‑party service (inference.sh) that instructs users to run a remote installer (curl ... | sh) and fetch binaries from a custom dist subdomain—running remote shell scripts or installing unsigned/third‑party binaries is a common malware vector even if docs/images look benign and checksums are provided.
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