openai-image-gen
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the
OPENAI_API_KEYenvironment variable to authenticate with the OpenAI API, which is a standard and secure practice. It also allows an optional--api-keyflag. - [SAFE]: Network activity is restricted to the OpenAI API (or a user-defined
OPENAI_BASE_URL) for the sole purpose of image generation. - [SAFE]: File system operations are localized to either a temporary directory in the user's home folder (
~/Projects/tmp) or a local./tmpdirectory for saving generated images and metadata. - [SAFE]: No prompt injection, obfuscation, or remote code execution patterns were detected in the source code.
Audit Metadata