cocoindex

Fail

Audited by Snyk on Feb 15, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt explicitly tells the agent to ask users for API key values and to use real API keys (and shows .env and example places where keys would be inserted), which requires the LLM to accept and potentially emit secret values verbatim — a high exfiltration risk.

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

  • Third-party content exposure detected (high risk: 0.80). The skill explicitly ingests external, user-provided content (e.g., AmazonS3 and Google Drive sources listed under “Multiple data sources” and examples like FetchEnrichmentData which calls arbitrary api_endpoint via requests.get, plus ExtractByLlm which runs LLM extraction on source text), so the agent will read and process untrusted third‑party content that could carry indirect prompt injections.
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 15, 2026, 08:18 PM