ai-content-pipeline
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The URLs are mostly subdomains of a single non-major domain (inference.sh) that hosts docs, an image, and a CLI installer which the prompt instructs to fetch-and-pipe (curl | sh) and pull platform-specific binaries from dist.inference.sh (plus a suspicious placeholder "https://your-music.mp3"); while they may be legitimate docs, serving unsigned/remote install scripts and direct binaries from a relatively unknown domain and an odd .mp3 host are risky and could be abused to distribute malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly includes a "Research -> Content -> Distribution" pattern and lists the tavily/search-assistant in Pipeline Building Blocks and a "Blog to Video Pipeline" step that summarizes "" (and accepts arbitrary URLs like "https://your-music.mp3"), indicating the skill ingests public/untrusted web content which the agent is expected to read and which can change subsequent pipeline actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start contains the command "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote install script at runtime (https://cli.inference.sh), making that URL a required external dependency that runs remote code.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata