ai-rag-pipeline

Fail

Audited by Snyk on Mar 8, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.85). These URLs point to a non-major domain (inference.sh and its subdomains) that distributes an install script via "curl | sh" and downloadable CLI binaries with checksums hosted on the same domain—an installation/distribution pattern that enables remote code execution and is risky unless the publisher is independently trusted and checksums are verified from an independent source.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly shows fetching and ingesting untrusted public web content (e.g., using tavily/search-assistant, exa/search and tavily/extract in the "Basic RAG Pipeline", "Multi-Source Research" and "URL Content Analysis" examples, including extracting from arbitrary URLs like "https://example.com/research-paper"), which are then injected into LLM prompts and can materially influence agent behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes a direct remote install-and-execute command (curl -fsSL https://cli.inference.sh | sh) which fetches and runs code at install/runtime and the skill repeatedly relies on the resulting infsh CLI, so https://cli.inference.sh is a runtime external dependency that executes remote code.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 8, 2026, 02:51 AM