streamlit
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code snippets for Streamlit development with no malicious instructions or patterns detected.- [SAFE]: The skill emphasizes security best practices, specifically instructing the user to never store secrets in code and to use
st.secretsor environment variables instead.- [SAFE]: Database integration examples utilize parameterized queries (e.g.,pd.read_sql_query(sql, conn, params=params)), which is a standard and effective method for preventing SQL injection.- [SAFE]: The Docker deployment and configuration examples follow industry standards for containerizing Python applications and properly setting up server protections like XSRF protection.
Audit Metadata