ai-content-pipeline
Fail
Audited by Snyk on Mar 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). They all come from the same custom domain (inference.sh) and appear to be an official CLI/install workflow, but the presence of a curl | sh installer, dedicated binary distribution (dist.*), cloud file links for media, and an ambiguous placeholder (https://your-music.mp3) mean these URLs can deliver scripts/binaries and should be treated as moderately risky until you verify TLS, inspect the installer script, confirm checksums/signatures, and validate the publisher.
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.
Audit Metadata