volcengine-deploy

Warn

Audited by Socket on Aug 12, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
scripts/poll-status.sh

This 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.

Confidence: 82%Severity: 78%
AnomalyLOW
scripts/gen-docker-compose-test.sh

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.

Confidence: 74%Severity: 52%
Audit Metadata
Analyzed At
Aug 12, 2026, 01:38 PM
Package URL
pkg:socket/skills-sh/volcengine%2Fvolcengine-skills%2Fvolcengine-deploy%2F@b9bd6f403de9dab4edc523099dcd3fccd7041972ff4ccf76df50a90973b95976
Security Audit — socket — volcengine-deploy