langfuse-observability
Warn
Audited by Snyk on Jul 21, 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.70). The skill’s required workflow feeds outsider-authored free text into the agent LLM context via
updateActiveObservation({ input: messages })wheremessagesare runtime chat inputs (which can include user/third-party text) and are sent to Langfuse instrumentation/output (output: response.choices[0].message.content), so any such text can be ingested into the LLM-relevant tracing context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata