seedance-video
Warn
Audited by Snyk on Mar 2, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's runtime script (scripts/generate_video.py) accepts a user-supplied --image-url and embeds that fetched image into the model input (create_video_task adds image_url content) and also downloads arbitrary URLs via download_file (requests.get), so it clearly fetches untrusted public content as part of its workflow (see SKILL.md and scripts/generate_video.py).
Audit Metadata