building-inferencesh-apps
Fail
Audited by Snyk on Apr 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). While the GitHub and docs links look like normal documentation/repo references, the CLI install uses piping a remote shell script (curl ... https://cli.inference.sh | sh), which is a high-risk pattern that can deliver malware even from seemingly legitimate domains.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly shows runtime flows that fetch and ingest untrusted external content—e.g., "File.from() is async — downloads and caches URLs" in references/node-app-logic.md, the "API-Wrapper App Template (Python)" in SKILL.md which posts to external APIs and processes responses, and declared integrations (google.sheets/drive) that read user data—so arbitrary third‑party/user‑provided content is read and can materially affect app behavior.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata