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 tost.session_state.messages, which is then sent toclient.chat.completions.create(...)asmessages=st.session_state.messagesin the foundation-model chat examples.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata