volcengine-deploy
Audited by Socket on Aug 12, 2026
2 alerts found:
SecurityAnomalyThis module is a polling helper that is structurally straightforward but is security-sensitive because it uses eval on a user-controlled --cmd string, making it a high-impact command-injection/RCE sink if any attacker can influence cmd. Regex matching is also user-controlled and can affect performance/control flow, but it is secondary to the eval risk. No overt malware, exfiltration, or stealth behavior is present within this code fragment itself; the primary danger is the deliberate capability to execute arbitrary shell code.
This module is a deterministic docker-compose YAML generator that reads an input JSON and emits a local smoke-test configuration. There is no clear malware behavior in the script itself (no eval/dynamic execution, no network/exfiltration, no host modification). However, the generated compose output contains multiple hardcoded credentials and intentionally disables Elasticsearch security, plus it uses unpinned :latest tags for some dependencies—meaning the main risk is security hygiene and supply-chain drift if the generated file is reused or shared beyond a tightly controlled local test environment.