openai-image-gen
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script (
scripts/gen.py) to handle the image generation logic. This is standard behavior for this type of utility. - [EXTERNAL_DOWNLOADS]: The script downloads generated image files from OpenAI's official image hosting URLs (provided by the API response). This is a core part of its functionality and targets a trusted service.
- [SAFE]: The Python script uses standard library modules (
urllib,argparse,json) rather than external dependencies. It properly handles theOPENAI_API_KEYvia environment variables and includes protection against directory traversal by slugifying filenames derived from user prompts.
Audit Metadata