Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.
67
81%
Does it follow best practices?
Impact
65%
2.16xAverage score across 11 eval scenarios
Low
Low-risk findings worth noting
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The outsider-authored free text enters directly via user-provided prompts and batch JSONL job prompts, which are read at runtime by `scripts/image_gen.py` (`_read_prompt` and `_read_jobs_jsonl`) and sent into the Image API prompt payload without selecting a specific item first.
ddcaa2a
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.