gpt-image-2
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it processes untrusted user input (prompts and image URLs) and interpolates them into shell command templates. This provides an attack surface where maliciously crafted user input could attempt to influence the agent's execution or potentially bypass intended constraints during command assembly.
- Ingestion points:
promptandimagesarray inSKILL.mdused fortext-to-imageandeditendpoints. - Boundary markers: None identified in the provided command-line templates.
- Capability inventory: Local subprocess execution (
runcomfyCLI), file system access (output directory writes), and network operations via the CLI. - Sanitization: No explicit sanitization or validation of the user-provided prompt or image URLs is present in the instructions.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@runcomfy/clipackage from the NPM registry to function. It also fetches image generation results from*.runcomfy.netand*.runcomfy.comdomains. - [COMMAND_EXECUTION]: The core functionality of the skill relies on executing the
runcomfyCLI tool locally. It provides templates for running model tasks, managing logins, and downloading files, which are executed as shell commands by the agent.
Audit Metadata