app-store-screenshots
Fail
Audited by Snyk on Apr 3, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These URLs point to a third‑party domain that serves an install script and platform binaries (the curl https://cli.inference.sh | sh pattern and direct binary distribution from dist.inference.sh are high‑risk behaviors because they execute remote code and could deliver malware unless you carefully inspect the script and verify checksums/signatures out‑of‑band); HTTPS and a checksums.txt reduce risk only if you validate them against a trusted source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running remote code via "curl -fsSL https://cli.inference.sh | sh" (which downloads binaries from dist.inference.sh), so the skill requires and executes external code from https://cli.inference.sh (and dist.inference.sh) as a runtime/install dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata