docs-seeker
Warn
Audited by Snyk on Jun 20, 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). The required runtime path runs
node scripts/fetch-docs.js "<user query>", which performs HTTPS GETs to context7.com and ingests the returnedllms.txtcontent (outsider-authored public web content) into the agent context viallms.txt/piped output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The fetch-docs.js script makes runtime HTTPS requests to context7.com (e.g. https://context7.com/{org}/{repo}/llms.txt and https://context7.com/{path}/llms.txt?topic={keyword}) and the returned llms.txt content is parsed and used to determine which URLs/agents to run, so the external content directly controls the agent workflow.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata