happy-horse-product-video
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Python script (
scripts/videogen.py) to interface with the AI Hive OpenAPI. This script is used for task management and media processing. - [EXTERNAL_DOWNLOADS]: The utility downloads generated video files and result frames from the AI Hive backend directly to the user's local directory (
~/Downloads/AiHive). - [CREDENTIALS_UNSAFE]: The skill manages API authentication via a local configuration file (
~/.ai-hive/config.json). The script implements security best practices by explicitly setting the file permissions to0600(read/write by owner only) whenever the configuration is accessed or initialized. - [DATA_EXFILTRATION]: The script communicates with the vendor's API at
ai-hive.iclip.cn. These operations are limited to the transmission of user-provided media, prompts, and authentication tokens required for the video generation service.
Audit Metadata