face-swap
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
@runcomfy/clipackage via npm. This is a verified vendor resource from RunComfy used to interact with the service API. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it ingests untrusted media assets. Ingestion points:
image_url,audio_url,reference_video_url,images, andimage_urlsfields inSKILL.md. Boundary markers: Present; the skill explicitly instructs the agent to only ingest URLs provided by the user and to suspect assets if output behavior diverges from expectations. Capability inventory: Subprocess calls viaruncomfy runin theBashtool. Sanitization: Absent; the skill relies on the underlying CLI and API for input validation. - [COMMAND_EXECUTION]: The skill utilizes the
Bash(runcomfy *)tool. By restricting the agent to theruncomfycommand prefix in theallowed-toolsfrontmatter, it mitigates the risk of arbitrary shell command execution.
Audit Metadata