huggingface-gradio
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides links to official documentation and guides hosted on gradio.app. It also describes the use of the
gradioCLI to interact with remote Gradio Spaces, which involves network requests to external services. - [COMMAND_EXECUTION]: The skill documents the use of the
gradioCLI tool (e.g.,gradio info,gradio predict) for programmatically interacting with Gradio applications. It also provides numerous Python examples that usedemo.launch()to start local web servers. - [DYNAMIC_EXECUTION]: The skill demonstrates how to create custom components using
gr.HTML, which involves embedding JavaScript (js_on_load) for client-side interactivity. This is a standard and documented feature of the Gradio library.
Audit Metadata