email-design
Fail
Audited by Snyk on Feb 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.85). The use of an unverified domain (inference.sh) serving a CLI install via "curl ... | sh" (cli.inference.sh) is a high-risk pattern because it executes remote code on the machine; the other URL (yoursite.com/action) appears to be a placeholder link and not an installer but could be used for phishing—overall this setup represents a suspicious download/execution vector.
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 includes a runtime command that fetches and executes remote shell code via "curl -fsSL https://cli.inference.sh | sh" (https://cli.inference.sh), which installs a required CLI the skill relies on, so the fetched content executes remote code at runtime.
Audit Metadata