ai-rag-pipeline
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.85). The set includes an unfamiliar domain that instructs users to run a remote shell installer (curl ... | sh) — a high-risk pattern for malware distribution even though other links are docs/images or placeholders.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly performs web searches and page extraction (e.g.,
infsh app run tavily/search-assistant ...andinfsh app run tavily/extract --input { "urls": [...] }), ingesting untrusted public web/URL content and feeding those results directly into LLM prompts.
Audit Metadata