gpt-image-2-background-replace
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill depends on the
requestsPython library, which must be installed manually by the user usingpip3 install requestsas instructed in the documentation. - [COMMAND_EXECUTION]: The skill is implemented as a Python CLI script (
scripts/imagegen.py) that performs network requests, file uploads, and downloads to facilitate the background replacement process. These operations are intended and transparent to the user. - [SAFE]: The script implements secure handling of API keys by storing them in
~/.ai-hive/config.jsonand automatically setting file permissions to0600(read/write for the owner only). This prevents other users on the same system from accessing the sensitive credentials. - [SAFE]: Network activity is restricted to the official service domain
ai-hive.iclip.cnfor authentication, task management, and media processing. The use of signed URLs for media uploads and downloads is a standard and secure industry practice.
Audit Metadata