langchain-architecture
Warn
Audited by Snyk on Jun 18, 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 workflow includes a RAG pattern where the agent retrieves
Documentobjects from an external vector store/retriever (e.g.,PineconeVectorStore.as_retriever()), and those documents’page_contentis concatenated into the LLM prompt (context_text = "\n\n".join(doc.page_content ...)), which can be outsider-authored content depending on what was indexed.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata