og-image-design
Fail
Audited by Snyk on Feb 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The prompt instructs users to curl and pipe a shell installer from an untrusted domain (https://cli.inference.sh | sh), which is a high-risk pattern for remote code execution and malware distribution even though the other URLs (an image and a page) are likely benign static assets.
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 requires running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote script from https://cli.inference.sh at install/runtime and is a required dependency for the infsh CLI used throughout the skill.
Audit Metadata