ai-social-media-content
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 look suspicious because they instruct piping a remote install script (https://cli.inference.sh) to sh and download platform-specific binaries from a non-official domain (dist.inference.sh) with only plain checksum files—an unsafe distribution pattern that can be used to deliver malware if the host is untrusted or compromised.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start installs the CLI by running "curl -fsSL https://cli.inference.sh | sh" (which downloads and executes a remote install script and in turn fetches binaries from dist.inference.sh), so https://cli.inference.sh (and the referenced 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