ax
Warn
Audited by Socket on Jul 27, 2026
1 alert found:
SecuritySecurityscripts/setup.sh
MEDIUMSecurityMEDIUM
scripts/setup.sh
No explicit backdoor, credential theft, or exfiltration is present in this script fragment. However, it performs high-impact supply-chain actions: it can execute a remotely fetched installer script directly via `curl -fsSL ... | bash` with an environment-overridable URL and without integrity verification, and it downloads/enables an executable without checksum/signature checks. Treat this as potentially dangerous in adversarial environments unless the install endpoint and inputs are tightly controlled (e.g., pinned, integrity-verified, and not environment-manipulable).
Confidence: 72%Severity: 76%
Audit Metadata