background-removal
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Potentially risky: while most links are documentation/images, the flow instructs running a remote install script (curl ... | sh from cli.inference.sh) that fetches executables from dist.inference.sh — a common and easily abused vector for malware even if a checksum file is provided on the same domain.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata