gpt-image-skill
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages API credentials using
python-dotenvto read from~/.gpt-image.env, which is a recognized safe practice for local development tools. - [SAFE]: All external communications are made to the well-known OpenAI API or a user-defined custom endpoint for image processing tasks.
- [SAFE]: The Python script uses standard, well-maintained libraries (
openai,Pillow,httpx) to perform its functions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes user-provided text prompts and reference images without sanitization before sending them to the remote API.
- Ingestion points:
args.promptandargs.inputfile paths ingpt_image.py. - Boundary markers: Absent in the instructions and the implementation.
- Capability inventory: Performs network GET requests via
httpxand writes files to the local disk ingpt_image.py. - Sanitization: No input validation or output sanitization is implemented for prompts or API-returned URLs.
Audit Metadata