seedance-2-5-skill

Warn

Audited by Socket on Aug 4, 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 4, 2026, 06:37 PM
Package URL
pkg:socket/skills-sh/AtlasCloudAI%2Fawesome-seedance-2.5-prompts-skills%2Fseedance-2-5-skill%2F@c6e3fb6e8cf3efbed6fb175bb79b1266b6e8f5f8e25a69196f71967426632d84
Security Audit — socket — seedance-2-5-skill