runcomfy-cli
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Invokes the
runcomfyCLI using theBash(runcomfy *)tool. This access is restricted to the specific vendor-provided binary to perform model operations.\n- [EXTERNAL_DOWNLOADS]: Retrieves generated files from the vendor's official domains (*.runcomfy.net,*.runcomfy.com) and identifies the@runcomfy/clipackage for installation via npm.\n- [PROMPT_INJECTION]: Addresses potential indirect prompt injection risks associated with processing external image/video URLs or web search results. The skill provides the agent with specific mitigations to prioritize user instructions over embedded data.\n - Ingestion points: External URLs and web search data processed by model endpoints in SKILL.md.\n
- Boundary markers: Uses structured JSON for model inputs to avoid command injection.\n
- Capability inventory: Execution is restricted to the
runcomfyCLI via the Bash tool.\n - Sanitization: Instructions specify the agent should only use user-provided URLs and verify output consistency.\n- [SAFE]: Documents secure token storage at
~/.config/runcomfy/token.jsonusing owner-only permissions (0600) and allows the use of theRUNCOMFY_TOKENenvironment variable for authentication.
Audit Metadata