seedance-2-5-skill

Warn

Audited by Socket on Aug 13, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/providers/atlas-rest.mjs

The code appears to be a legitimate Atlas Cloud REST executor with no clear indicators of intentional malware or obfuscation. However, it introduces substantial security-relevant risks common to helper libraries: (1) download(url,destination) enables SSRF via unvalidated fetch(url) and arbitrary file writes via unvalidated destination; (2) uploadMedia(source) may allow path traversal/root escape because it resolves a caller-controlled path against root without ensuring containment before readFileSync, enabling potential local file exfiltration to the remote upload endpoint; and (3) configurable base URL and verbose error propagation can increase operational exposure. These issues warrant strict input validation/allowlisting by the consuming application.

Confidence: 72%Severity: 64%
Audit Metadata
Analyzed At
Aug 13, 2026, 02:48 AM
Package URL
pkg:socket/skills-sh/atlascloudai%2Fatlas-cloud-skills%2Fseedance-2-5-skill%2F@f62b15b8f0ee3358037015b6b265e7b0ddbc2c0ef1814ed8c032be67eff423f2
Security Audit — socket — seedance-2-5-skill