hugging-face-gradio
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains official documentation and boilerplate code for the Hugging Face Gradio library, which is a well-known service. All referenced URLs are for official documentation sites or trusted media hosting.- [DATA_EXFILTRATION]: The skill documents components that can access hardware (webcam, microphone) and local files (gr.File, gr.Image). It also details the
gradio predictCLI for remote interaction. These are core features of the UI framework for its intended purpose and do not show signs of malicious exfiltration logic.- [DYNAMIC_EXECUTION]: The documentation forgr.HTMLincludes an example of using internal JavaScript (js_on_load) to handle UI events (a star rating system). This is a standard extension mechanism for the library and the code provided is benign.- [INDIRECT_PROMPT_INJECTION]: The skill defines UI components that process untrusted data (e.g.,gr.Chatbot,gr.Textbox). 1. Ingestion points: User input enters via components likegr.Textboxandgr.Chatbotdocumented inSKILL.md. 2. Boundary markers: The framework provides properties likesanitize_html(defaulting to True) andrender_markdownto control how data is displayed. 3. Capability inventory: The skill allows the agent to define Python functions (fn=) and JavaScript event handlers (js=) to process input. 4. Sanitization: Standard HTML and Markdown sanitization is available and documented in the component signatures.
Audit Metadata