agentic-research-workflow
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The workflow’s research step calls external tools (Tavily web search, Wikipedia summary, arXiv summaries) and then injects their returned text into the LLM context via
messages.append({"role":"tool","content": str(result)}), whereresultis outsider-authored web content fetched at runtime.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata