seedance-2-5-video-edit
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.80). The skill explicitly documents an --api-key CLI flag and shows the API key format (sk-api-*), which encourages passing real secrets on the command line (or embedding them in commands/config) and therefore could require the LLM to include secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime path
videogen.py cmd_video → AiHiveClient.generate_video → POST /openapi/v1/generation/videoingests outsider-authored free text via the--promptargument (and optional--param key=value) submitted by the user.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata