product-photography
Fail
Audited by Snyk on Mar 25, 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 pose a moderately high risk because they instruct piping a remote install script (cli.inference.sh) and downloading binaries from a non-major domain (dist.inference.sh) — a common malware vector even though a checksums.txt is offered over HTTPS, because remote scripts and custom binary distribution from unvetted domains can be abused if the publisher or delivery is compromised.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh" (which downloads and executes a remote install script and pulls binaries from dist.inference.sh), so https://cli.inference.sh (and the associated https://dist.inference.sh) are runtime external dependencies that execute remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata