product-photography
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). Both domains (inference.sh and cli.inference.sh) are high-risk because they serve a remote shell installer (the curl https://cli.inference.sh | sh pattern) from an unverified .sh domain—directly piping a downloaded script to sh is a common vector for malware distribution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs users to run and install remote code via "curl -fsSL https://cli.inference.sh | sh", which fetches and executes the inference.sh CLI at runtime and that CLI is then used to run and control the model prompts (infsh app run), making it a required external dependency.
Audit Metadata