databricks-apps-python

Warn

Audited by Snyk on Jun 25, 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). Outsider free text can enter the LLM context via Streamlit st.chat_input() (user-authored prompt) and is appended to st.session_state.messages, which is then sent to client.chat.completions.create(...) as messages=st.session_state.messages in the foundation-model chat examples.

Issues (1)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 25, 2026, 05:11 PM
Issues
1
Security Audit — snyk — databricks-apps-python