gradio
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a high-quality documentation package for the Gradio library (gradio.app). It covers all core features including Interface, Blocks, and ChatInterface APIs.
- [SAFE]: The maintenance script
scripts/check-updates.pyis designed to verify file integrity and check for library updates by querying the official Python Package Index (pypi.org), which is a well-known and trusted service. It does not perform any data exfiltration or unauthorized command execution. - [SAFE]: The code examples provided in the reference files follow security best practices, such as suggesting the use of environment variables for authentication and restricting file system access via
allowed_pathsandblocked_pathsin the Gradio server configuration. - [SAFE]: All external URLs and resources point to official Gradio, Hugging Face, or related well-known technology documentation sites (e.g., PyPI, GitHub, OpenAI, Anthropic).
- [SAFE]: There are no signs of obfuscation, hidden instructions, persistence mechanisms, or privilege escalation attempts.
Audit Metadata