comic-drama-video
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_&_EXFILTRATION]: The skill manages API keys by storing them in a local configuration file at
~/.ai-hive/config.json. It follows security best practices by explicitly setting file permissions to0600(read/write only by the owner) to prevent unauthorized access by other local users. - [EXTERNAL_DOWNLOADS]: The skill documentation and script require the standard
requestsPython library. It also fetches model configuration and pricing information from theai-hive.iclip.cnAPI, which is consistent with its stated purpose. - [COMMAND_EXECUTION]: The script uses standard command-line argument parsing and does not execute arbitrary shell commands or untrusted code. It includes an interactive
initcommand that opens the official API dashboard in a web browser for key generation.
Audit Metadata