image-2-seeding-image
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the standard
requestsPython library and fetches generated media assets fromai-hive.iclip.cnfollowing task completion. - [COMMAND_EXECUTION]: The skill operates via a bundled Python script (
scripts/imagegen.py) that manages API communication, media uploads, and downloads. The script includes interactive initialization and model lookup functions. - [DATA_EXPOSURE]: The script manages API keys by storing them in a local configuration file at
~/.ai-hive/config.json. It implements security best practices by explicitly setting the file permissions to0600(restricted to the owner) to protect the stored credentials.
Audit Metadata