seedance-v2
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious behavior, obfuscation, or safety bypasses were detected in the skill instructions.
- [COMMAND_EXECUTION]: The skill uses the
runcomfyCLI to process video generation requests, which is the stated primary purpose of the skill. - [EXTERNAL_DOWNLOADS]: Mentions the installation of the
@runcomfy/clipackage from npm and the skill itself from theagentspace-so/runcomfy-skillsrepository. - [SAFE]: The skill manages a surface for indirect prompt injection through user-supplied prompts and media URLs, implementing several security mitigations.
- Ingestion points: User-provided
prompt,image_url,video_url, andaudio_urlfields are processed by the skill inSKILL.md. - Boundary markers: User inputs are encapsulated within a JSON string for the CLI command.
- Capability inventory: The skill invokes the
runcomfyCLI via a subprocess call as described inSKILL.md. - Sanitization: The documentation explicitly states the CLI transmits the JSON body via HTTPS without shell expansion of the prompt content.
Audit Metadata