langgraph-docs
Warn
Audited by Snyk on Jul 12, 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.85). SKILL.md instructs the runtime to use
fetch_urlto read public web pages (e.g.,https://docs.langchain.com/llms.txtand then additional documentation URLs), so outsider-authored free text from the public web is ingested into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs the agent at runtime to fetch and use remote content from https://docs.langchain.com/llms.txt which will directly influence prompts and agent behavior, so this external URL is a required runtime dependency controlling instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata