docker
Warn
Audited by Socket on Jul 8, 2026
1 alert found:
AnomalyAnomalyscripts/install.sh
LOWAnomalyLOW
scripts/install.sh
No clear malicious functionality is present in the script’s logic; it behaves like a standard Docker installation helper. The main supply-chain security concern is that it downloads and executes an unauthenticated remote installer script as root (curl -> sudo sh) without checksum/signature pinning, which should be treated as a high-risk trust decision in hardened environments. Additionally, it modifies system group membership (docker group) to enable Docker usage.
Confidence: 70%Severity: 56%
Audit Metadata