seedream-5-lite-ecommerce-main-image
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile provides shell command examples for using the provided Python script. These are routine operations for a CLI-based tool. - [CREDENTIALS_SAFE]: The skill uses an
initcommand to interactively set up API keys. It stores these in~/.ai-hive/config.jsonand explicitly sets the file permissions to0600(read/write for the user only) to prevent unauthorized access by other users on the system. It also includes an example configuration file with placeholders (sk-api-your-key). - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill performs network operations to the AI Hive API endpoint (
https://ai-hive.iclip.cn/api). This is the intended purpose of the skill for image generation and media upload. No unauthorized data exfiltration was detected. - [EXTERNAL_DOWNLOADS]: The script downloads generated image or video results from the API to the user's
Downloads/AiHivedirectory as requested by the user.
Audit Metadata