expo-api-routes
Warn
Audited by Snyk on Jul 15, 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 workflow shown in SKILL.md includes an API route that takes a runtime
promptfrom the incoming request body (await request.json()), and that free-form user-provided text is then placed into the LLM call asmessages: [{ role: "user", content: prompt }], creating an indirect prompt-injection surface from outsider-authored input.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata