livestream-image
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The script manages sensitive credentials by storing the API key in a local configuration file (
~/.ai-hive/config.json) and explicitly enforces restricted file permissions (0600) to ensure only the current user can read or write it. - [SAFE]: Network activity is confined to the specific service domain (
ai-hive.iclip.cn) required for the skill's functionality, including API calls and media management. - [SAFE]: Dependency management is transparent, requiring only the standard
requestslibrary for HTTP operations. - [SAFE]: The skill implements secure download practices, including streaming responses and handling timeouts for file transfers from the service API.
Audit Metadata