video-outpainting
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
runcomfyCLI through a restrictedBash(runcomfy *)configuration, limiting the agent's shell capabilities to the vendor's specific toolset. - [EXTERNAL_DOWNLOADS]: The instructions recommend installing
@runcomfy/clifrom the official npm registry. This is a legitimate download of vendor-provided software from a well-known service. - [CREDENTIALS_UNSAFE]: The skill describes how the
runcomfyCLI manages API tokens, noting they are stored in~/.config/runcomfy/token.jsonwith secure permissions (0600). It also recommends using theRUNCOMFY_TOKENenvironment variable for secure automation. - [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection through external video content.
- Ingestion points: The
video_urlfield within the JSON input for theruncomfy runcommand (found inSKILL.md). - Boundary markers: Prompts and URLs are encapsulated within a JSON string passed to the CLI tool.
- Capability inventory: The agent has the
Bash(runcomfy *)capability as defined in the YAML frontmatter ofSKILL.md. - Sanitization: The skill documentation states that the CLI processes inputs as JSON and avoids shell expansion to prevent command injection.
Audit Metadata