seedance-2-5-first-last-frame-to-video
Fail
Audited by Snyk on Aug 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The README explicitly documents a --api-key option and the sk-api-* key format, which encourages embedding real API keys into command-line arguments or outputs (verbatim), creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). At runtime, the CLI takes outsider-provided free text directly from
--promptand sends it as thecontentfor theusermessage to the AI Hivechat/textorgeneration/videoendpoints, i.e.,videogen.py:cmd_video → client.generate_video(... prompt=...)(and similarly forcmd_chatviaclient.chat_text).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata