ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute subcommands of the
runcomfyCLI tool to log in and generate videos, as specified in theallowed-toolsconfiguration. - [EXTERNAL_DOWNLOADS]: The skill references the installation of the
@runcomfy/clipackage via npm, which is the official tool for the service integrated by the skill. - [CREDENTIALS_UNSAFE]: The documentation describes the storage of API tokens in
~/.config/runcomfy/token.jsonand the use of theRUNCOMFY_TOKENenvironment variable, which are standard but sensitive credential management locations for the underlying CLI. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process external media assets (images and audio files) provided by users, which can serve as vectors for indirect prompt injection.
- Ingestion points: The
image_url,audio_url, andpromptfields within the JSON input for theruncomfy runcommand inSKILL.md. - Boundary markers: Inputs are structured using JSON to prevent command injection at the CLI level, though the skill does not define specific text-based delimiters for the prompts processed by the backend AI models.
- Capability inventory: The
runcomfyCLI has capabilities for authenticated network communication with the RunComfy API and file system access for downloading output files. - Sanitization: The instructions explicitly direct the agent to only process user-provided URLs and provide guidance on detecting unexpected generation behavior that might indicate poisoned assets.
Audit Metadata