openrouter-streaming-setup
Warn
Audited by Snyk on Aug 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). SKILL.md defines an SSE FastAPI endpoint (
/v1/stream) that forwards the user-providedpromptfield intoclient.chat.completions.create(...)and then streams each resulting token (chunk.choices[0].delta.content) back to the caller/browser asdata: {"token": ...}, so outsider-authored free text is directly ingested at runtime via the request body.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata