ai-social-media-content
Fail
Audited by Snyk on Feb 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These URLs are high-risk: they point to an unfamiliar domain (inference.sh) that the prompt instructs users to install by piping a downloaded script into sh (curl ... | sh), and the cloud subdomain can host arbitrary files (images or binaries) — a common malware distribution pattern; the "your-avatar.jpg" placeholder is also suspicious/invalid.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start tells users to run "curl -fsSL https://cli.inference.sh | sh", which fetches and immediately executes remote installer code from https://cli.inference.sh and the skill relies on the resulting infsh CLI for its runtime operations, so this is a runtime external dependency that executes remote code.
Audit Metadata