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.90). Although most links are documentation or image assets, the skill instructs users to curl and pipe https://cli.inference.sh into sh (a direct remote shell installer from an unverified domain), which is a high-risk download/execute pattern and could be used to distribute 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 curl -fsSL https://cli.inference.sh | sh command that fetches and executes remote code at setup/runtime and the skill depends on the resulting infsh CLI to run apps, so https://cli.inference.sh is a high-risk runtime dependency.
Audit Metadata