gpt-image-2
Fail
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses the hidden user directory
~/.codex/sessions/, which contains private conversation history, user prompts, and previous session data from the Codex tool. The extraction logic snapshots this directory and reads the contents of all new rollout files to search for image payloads, exposing sensitive personal data to the skill's scripts. - [COMMAND_EXECUTION]: The skill executes external CLI tools to perform its functions, specifically invoking the
codexcommand-line utility. - Evidence:
scripts/gen.shrunscodex execwith various parameters to generate images. - [PROMPT_INJECTION]: The skill includes a file named
skill-report.jsonthat contains a self-generated security audit and risk assessment. This is categorized as self-referential content (Category 8e) designed to provide authoritative claims about the skill's own safety to automated scanners. - Ingestion points:
skill-report.jsonmetadata. - Boundary markers: Absent.
- Capability inventory: Shell command execution via
codex; filesystem read/write. - Sanitization: The
extract_image.pyscript validates output extensions and prevents writing to system-critical directories. - [EXTERNAL_DOWNLOADS]: The skill directs users to external resources for tool installation and references third-party hosted services.
- Evidence:
SKILL.mdcontains links toruncomfy.comand provides instructions to install thecodexCLI via Homebrew.
Recommendations
- AI detected serious security threats
Audit Metadata