pinecone-rag
Warn
Audited by Snyk on Jun 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The skill’s runtime path is
upsert_docs()/remember()storing user-providedd["text"]/contentinto Pinecone metadata and thenrag_answer()building the LLMsystemmessage withcontext = "\n\n".join(h["text"] for h in hits)fromsearch()results; if those texts originate from outsiders (e.g., scraped web pages, other users’ messages, downloaded/forwarded docs), that free text is ingested into the LLM context via the retrievedmetadata["text"].
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata