seedance-2-0-product-video

Warn

Audited by Socket on Aug 12, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
scripts/videogen.py

No clear evidence of intentional malware (no backdoor/exfiltration/persistence/exec patterns) in the provided fragment. The highest security risk is that the client downloads from URLs returned by the remote API (resultUrl/lastFrameUrl) without validating host/scheme or constraining content size/type, then writes the fetched bytes directly to disk. Base URL configurability and verbose logging are additional operational risks. Overall likelihood of malicious code is low, but the unvalidated download behavior warrants review/mitigation (e.g., URL allowlisting, HTTPS-only, size limits, and stricter sanitization of filenames).

Confidence: 66%Severity: 56%
SecurityMEDIUM
resources/config.example.json

No malicious code behavior is demonstrated in this fragment because it contains only static configuration. However, it embeds a plaintext API key and an external service base URL, creating a significant credential-leak and unauthorized-access risk if used by surrounding code or if the secret is reused elsewhere. Additional context (how this config is loaded and how requests are made) is required to assess whether the external calls are legitimate and whether the key is scoped/rotated appropriately.

Confidence: 70%Severity: 70%
Audit Metadata
Analyzed At
Aug 12, 2026, 12:24 PM
Package URL
pkg:socket/skills-sh/wubin1836%2Fai-hive-agent-skills%2Fseedance-2-0-product-video%2F@356c25343f102d0af2c9d110f41375f0b4510269a9a7f520537fb17b5106a80c
Security Audit — socket — seedance-2-0-product-video