gpt-image
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches installation guidelines and documentation from the
inference-shGitHub repository. It also refers to thebelt-sh/cliskill which is installed vianpx. These are standard external resources required to interact with the inference service provided by the vendor. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources, which constitutes a potential attack surface where malicious instructions could be embedded in prompts or images.
- Ingestion points: The
prompt,images(URLs), andmask(URL) parameters inSKILL.mdare used to pass data to the model. - Boundary markers: No explicit delimiters or specific 'ignore instructions' warnings are defined to wrap user-provided inputs when passed to the model.
- Capability inventory: The skill has the capability to execute shell commands via the
beltCLI tool usingBash(belt *)to perform image generation and editing. - Sanitization: The skill does not implement custom sanitization for these inputs, relying instead on the safety guardrails of the underlying
gpt-image-2model and thebeltCLI tool.
Audit Metadata