tanstack-ai
Warn
Audited by Snyk on Jun 14, 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 required runtime workflow ingests
messagesfrom the HTTP request body (const { messages } = await request.json()), which is free-form user-provided text from outside the operating user, and that text is then passed intochat({ messages, ... })as LLM context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata