email-design
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs point to an unknown third‑party CLI installer (cli.inference.sh that downloads binaries from dist.inference.sh) and the skill even suggests piping a remote install script to sh — a high‑risk pattern even if a checksums.txt is provided (unsigned checksums can be tampered with); yoursite.com/action appears to be just a CTA placeholder but the installation flow is potentially dangerous.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote installer at runtime (and the installed CLI is then used to run remote apps), so https://cli.inference.sh is a runtime external dependency that executes remote code.
Audit Metadata