background-removal
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The URLs are all on a single, not widely-known domain that instructs users to run a remote install script (curl | sh) and pulls binaries from a self‑hosted dist subdomain—an inherently risky pattern for distributing executables and a common vector for malware despite the presence of harmless docs/images.
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