codex-image
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install a global npm package
@openai/codex. This package is not an official OpenAI distribution and represents an unverified dependency from an unknown source.\n- [COMMAND_EXECUTION]: The scriptscripts/batch-generate.pyusessubprocess.run()to execute thecodexCLI tool. This allows the skill to execute external system commands based on script logic.\n- [PROMPT_INJECTION]: The skill interpolates raw user-provided image descriptions directly into the command-line arguments for thecodextool inscripts/batch-generate.py. Evidence chain:\n - Ingestion points: User prompts via
--promptsor--prompt-filearguments inbatch-generate.py.\n - Boundary markers: None; the input is directly concatenated with instructions.\n
- Capability inventory: Subprocess execution of the
codexbinary.\n - Sanitization: None; the string is passed raw into the tool context.
Audit Metadata