Use this skill whenever a user asks to generate, create, draw, render, or edit images with GPT Image 2 / gpt-image-2, text-to-image, reference-image editing, inpainting, posters, typography, Chinese text, UI mockups, diagrams, or gallery prompts. Analyze the user's prompt, search the bundled Reference Gallery/craft files for matching design patterns, confer on direction when useful, then call the packaged `gpt-image` CLI or bundled `scripts/generate.py`. Do not write new image-generation code unless explicitly asked to modify this repo.
71
89%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
The SKILL.md runbook suggests a direct transient install from github.com/wuyoscar/gpt_image_2_skill (an unknown GitHub user/repo) which is a high-risk pattern because pulling and executing code from an untrusted GitHub source can deliver malware.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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 required runtime workflow loads `references/gallery*.md` / `references/craft.md` and ingests their markdown “```text ...```” prompt content into the agent/LLM context; these gallery files include prompts attributed to outsiders (e.g., “Author: … Source: [X](https://...)” / Reddit) so outsider-authored free text is likely ingested for prompt construction.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill runbook includes a runtime command that fetches and executes remote code via uvx --from git+https://github.com/wuyoscar/gpt_image_2_skill (git+https://github.com/wuyoscar/gpt_image_2_skill), which would download and run external repository code during execution.
068dd9e
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.