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 the OPENAI_API_KEY via environment variables and includes protection against directory traversal by slugifying filenames derived from user prompts.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 07:25 AM
Security Audit — agent-trust-hub — openai-image-gen