logo-design-guide
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.90). Suspicious: both domains serve a shell installer (curl ... | sh) from an unverified short-domain—piping a remote .sh into sh executes arbitrary code and is a common malware distribution vector unless the source is strongly verified.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs users to run a runtime installation command that fetches and executes remote code via "curl -fsSL https://cli.inference.sh | sh", so https://cli.inference.sh is a runtime external dependency that executes remote code.
Audit Metadata