runcomfy-cli
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to interact with theruncomfyCLI binary. The scope of execution is restricted to theruncomfycommand prefix as defined in theallowed-toolsconfiguration. - [EXTERNAL_DOWNLOADS]: The
runcomfy runcommand downloads generated assets from*.runcomfy.netand*.runcomfy.com. These domains are official infrastructure for the RunComfy service and are documented for transparency. - [INDIRECT_PROMPT_INJECTION]: The skill identifies a potential attack surface where third-party content (images, videos, or web search results) provided via URLs could contain malicious instructions designed to influence model output.
- Ingestion points: Input parameters for the
runcomfy runcommand, including asset URLs and web search result fields (SKILL.md). - Boundary markers: Not explicitly defined within the prompt structure, although the CLI enforces JSON schema validation for inputs.
- Capability inventory: The agent can execute the
runcomfyCLI which has capabilities for network requests to the RunComfy API and file system writes for downloads (SKILL.md). - Sanitization: The skill provides explicit mitigation instructions for the agent, such as preferring user-provided URLs and defaulting
enable_web_searchto false. - [DATA_EXPOSURE]: The documentation describes the location of the API token at
~/.config/runcomfy/token.jsonand its file permissions (0600). It includes clear instructions to never log or expose this token in prompts.
Audit Metadata