docs-search
Audited by Socket on Sep 15, 2026
2 alerts found:
Anomalyx2The code is a conventional binary bootstrapper, not evidently malware. Its primary security risk is the trusted download-and-execute design: releases and archives are executed without integrity verification, and temporary cache/version data may be tampered with in some environments. Archive extraction and unsanitized version interpolation also warrant hardening. The fragment contains no clear malicious behavior, but use should depend on trust in the GitHub release process and should preferably add signed checksum verification, strict version validation, secure cache permissions, and archive path validation.
The fragment is a legitimate-looking bootstrap script for downloading and launching ax.exe from GitHub. It does not show direct malware behavior such as data theft, persistence, cryptomining, or reverse-shell activity. However, it executes a remotely obtained binary without integrity or authenticity verification and trusts a mutable temporary cache, creating a significant supply-chain and local-cache tampering risk. Pinning versions and verifying signed checksums or release signatures would reduce the risk.