ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements the principle of least privilege by restricting shell access to the
runcomfycommand specifically via theallowed-toolsfrontmatter configuration. - [EXTERNAL_DOWNLOADS]: Installs and utilizes the official
@runcomfy/clipackage from the NPM registry, which is the expected tool for the vendor's infrastructure. - [CREDENTIALS_UNSAFE]: Manages API tokens using standard and secure practices, such as environment variables (
RUNCOMFY_TOKEN) and local configuration files with restricted access permissions (0600). - [DATA_EXFILTRATION]: Network activity is restricted to the platform's official domains (
runcomfy.com,runcomfy.net) for media processing and asset delivery. - [PROMPT_INJECTION]: Contains a dedicated safety section instructing the agent to refuse requests involving non-consensual deepfakes or harmful synthetic media.
- [COMMAND_EXECUTION]: Shell commands are structured to pass inputs as JSON via the
--inputflag, which prevents shell-injection vulnerabilities when processing user-supplied prompts or URLs. - [SAFE]: The skill identifies the potential for indirect prompt injection from third-party assets (images/audio) and provides explicit mitigation strategies for the agent.
Audit Metadata