face-swap
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill's functionality is centered around the
runcomfyCLI tool. It utilizes theallowed-toolsfrontmatter field to restrict the agent's shell access specifically to theruncomfycommand, effectively minimizing the attack surface. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official
@runcomfy/clivia NPM. This is a standard installation procedure from a well-known service associated with the skill's stated purpose. The documentation explicitly warns against piping arbitrary remote scripts into a shell, which is a key security recommendation. - [PROMPT_INJECTION]: The skill identifies the risk of indirect prompt injection via user-supplied media URLs (images, video, audio). It provides clear instructions for the agent to validate user-provided inputs and refuse requests involving non-consensual or harmful content generation, such as defamatory or sexually explicit deepfakes.
- [CREDENTIALS_UNSAFE]: The skill describes safe credential management by pointing to the CLI's default configuration path (
~/.config/runcomfy/token.json) with secure file permissions (0600) and suggesting the use of environment variables for automation, avoiding hardcoded secrets.
Audit Metadata