openui-forge-php
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 runtime path
ChatController::chat()streams OpenAI’s SSE response ($upstream->toPsrResponse()->getBody()→response()->stream()→echo $chunk), so the LLM context is fed by outsider-authored free text coming from the OpenAI API (public third-party content) rather than user-authored input.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata