install-moomoo-opend
Audited by Socket on Sep 20, 2026
2 alerts found:
AnomalySecurityThe code is an installer helper with no direct evidence of malicious intent or data theft. However, it has meaningful security risk because it downloads mutable content from a remote endpoint, executes an unverified extracted executable, bypasses PowerShell execution policy, and forcefully deletes local files. Use only after independently verifying the download source, archive checksum, and executable signature; avoid running it unchanged on sensitive systems.
The fragment describes a plausible installer workflow and does not itself demonstrate malware or data theft. However, it has meaningful supply-chain security weaknesses: it downloads and installs unverified executable software, executes an unreviewed shell script, and explicitly disables Gatekeeper quarantine protection. The artifact should not be treated as trusted without validating publisher signatures, notarization, checksums, archive contents, and fixrun.sh. The code is not materially obfuscated, but the overall installation procedure presents a moderate security risk.