ecommerce-video
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates standard and secure behavior for an API-integrated tool. It includes appropriate file permission handling for configuration and uses official API endpoints for media generation and retrieval.
- [EXTERNAL_DOWNLOADS]: The skill uses the
requestslibrary to communicate with theai-hive.iclip.cndomain and downloads generated media files to a local directory (~/Downloads/AiHive). These operations are consistent with the skill's primary purpose. - [DATA_EXPOSURE]: The tool accesses the user's home directory to manage its own configuration file (
~/.ai-hive/config.json) and store downloaded results. It correctly restricts access to the configuration file usingchmod 0600to protect the API key.
Audit Metadata