seedance-v2
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@runcomfy/clipackage from the npm registry and is itself installed from a remote repository. - Evidence:
npm i -g @runcomfy/cliandnpx skills add agentspace-so/runcomfy-skillsinSKILL.md. - [COMMAND_EXECUTION]: The skill operates by executing the
runcomfycommand-line interface to interact with the RunComfy Model API. - Evidence: Examples showing
runcomfy run bytedance/seedance-v2/proinSKILL.md. - [CREDENTIALS_UNSAFE]: The skill manages authentication through an API token stored at
~/.config/runcomfy/token.jsonor provided via theRUNCOMFY_TOKENenvironment variable. - Evidence: Mention of token storage and environment variable usage in the 'Security & Privacy' section of
SKILL.md. - [PROMPT_INJECTION]: The skill ingests untrusted data via
image_url,video_url, andaudio_urlparameters, which creates an attack surface for indirect prompt injection at the model level. - Ingestion points:
image_url,video_url, andaudio_urlfields in the endpoint schema inSKILL.md. - Boundary markers: None specified for the content of external files.
- Capability inventory: Shell command execution via
runcomfy runinSKILL.md. - Sanitization: The skill notes that inputs are handled as JSON strings to prevent local shell injection, but notes that image-based prompt injection remains a risk.
Audit Metadata