puda-manual-ui
Warn
Audited by Snyk on Jul 24, 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.65). At runtime, the required workflow captures and renders OUTSIDER text from
pudaprocess stdout/stderr (subprocess.run(..., capture_output=True, text=True)then concatenates and storesoutputfromproc.stdout/proc.stderr), and this output is then displayed in the Streamlit UI via the command log (st.text(item["output"]...)); since the LLM agent would ingest any such displayed text, any injection can originate from whateverpudaemits (untrusted command-line tool output).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata