imagegen
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate and documented interface for image generation and editing via the official OpenAI Python SDK.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing standard, well-known Python packages (
openai,pillow) from official registries to support its functionality. - [COMMAND_EXECUTION]: The skill executes a bundled Python script (
scripts/image_gen.py) for deterministic image operations. The script is contained within the skill's directory and performs only the tasks described in the documentation. - [DATA_EXPOSURE]: Authentication is handled via the
OPENAI_API_KEYenvironment variable, which is a standard and secure practice for API-based tools. The skill does not access sensitive system files or exfiltrate data to unauthorized domains.
Audit Metadata