gradio
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [Custom HTML and JavaScript Execution]: The
gr.HTMLcomponent and thejs_on_loadparameter allow developers to include arbitrary HTML and JavaScript. While this is a powerful feature for UI customization, it is a standard capability of web frameworks and is used here for its primary purpose. - [Network Service Initiation]: The use of
demo.launch()starts a local web server to host the application. This is the expected behavior for running Gradio apps and is safe for development environments. - [External Resource References]: Some examples reference external assets, such as images from Wikimedia. These are used for illustrative purposes and do not involve the execution of remote code.
Audit Metadata