image-outpainting
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install the
@runcomfy/clipackage from the npm registry, which is the official tool for interacting with the RunComfy service. - [COMMAND_EXECUTION]: The skill makes use of the
runcomfyCLI through theBashtool to execute image processing tasks on the RunComfy platform. - [PROMPT_INJECTION]: The skill has an indirect prompt injection attack surface as it processes data from external image URLs.
- Ingestion points: External image URLs and reference style images provided by the user are passed directly to the
runcomfyCLI via the--inputJSON parameter inSKILL.md. - Boundary markers: While the skill notes that JSON formatting prevents shell-level injection, it does not define specific LLM-level delimiters (e.g., XML tags or clear 'ignore' instructions) to isolate potentially adversarial content within the image metadata or source URLs from the agent's primary instructions.
- Capability inventory: The skill allows for command execution via
Bash(runcomfy *)and network communication via the underlying CLI tool. - Sanitization: The skill documents a warning about untrusted source images but does not specify automated sanitization or validation logic for the content retrieved from the provided URLs.
Audit Metadata