ai-image-generation
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of the
@runcomfy/clipackage from the official NPM registry and fetches generated assets from the vendor's own domains (*.runcomfy.netand*.runcomfy.com). These are official resources provided by the skill's author and are categorized as safe. - [COMMAND_EXECUTION]: The skill utilizes the
runcomfyCLI to perform image generation tasks. It correctly instructs the agent to pass user prompts as part of a JSON-encoded string in the--inputflag, which prevents shell injection by ensuring the content is not expanded by the shell. - [PROMPT_INJECTION]: The skill includes an indirect prompt injection surface (Category 8) as it processes untrusted user prompts and external image URLs that can influence model output.
- Ingestion points: User-provided strings and reference image URLs passed to the
runcomfy runcommand inSKILL.md. - Boundary markers: The skill uses structured JSON objects for the CLI's
--inputparameter, creating a clear boundary between the executable command and the user-supplied data. - Capability inventory: The skill can execute the
runcomfytool and write files to the local disk via the--output-dirparameter. - Sanitization: The skill's security documentation explicitly mentions that the CLI transmits JSON bodies directly to the Model API over HTTPS without shell-expanding prompt content.
Audit Metadata