ai-social-media-content
Fail
Audited by Snyk on Jul 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The curl command in the skill pipes https://cli.inference.sh directly into sh (curl ... | sh), which executes unreviewed remote code and is a critical malware delivery vector.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.99). The skill contains a runtime pipe-to-shell installer that downloads and executes remote code from https://cli.inference.sh (curl -fsSL https://cli.inference.sh | sh), creating a direct remote-execution dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata