huggingface-gradio
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [External Reference Documentation]: The skill links to official documentation at
gradio.app. These references are standard for developer documentation and point to the library's authoritative guides. - [Custom Component Interactivity]: The skill demonstrates the use of the
gr.HTMLcomponent, which supports custom JavaScript (js_on_load) and CSS. This is a standard feature of the Gradio library used to build interactive UIs, but involves client-side code execution in the resulting application. - [User Data Handling]: Several components and examples (e.g.,
gr.Chatbot,gr.Textbox) are designed to ingest and process user input. The documentation notes that security features likesanitize_htmlare enabled by default for these components to mitigate potential risks from untrusted content. - [Media and Resource Fetching]: Examples include fetching media from well-known public sources, such as Wikimedia Commons (
upload.wikimedia.org), for UI elements like star ratings.
Audit Metadata