offworld
Audited by Socket on Feb 16, 2026
1 alert found:
AnomalyThe provided fragment itself contains no visible malicious code, but it instructs users to download and execute remote installer scripts directly via curl | bash without integrity checks. This is a high supply-chain risk because compromise of the remote endpoints, DNS/TLS interception, or malicious installer content would yield arbitrary code execution on the host and potential credential/data exfiltration by the installed tooling. Recommendations: avoid piping remote scripts directly into a shell; download installer scripts first, inspect them, verify signatures or checksums, execute with least privilege (non-root), and prefer package manager installs or pinned release assets when available. If immediate execution is necessary, run in a restricted environment (container or VM) and audit network behavior of the installed CLI.