remote-compute-modal
Audited by Socket on Aug 1, 2026
1 alert found:
AnomalyNo clear direct malware behavior (e.g., backdoor/exfiltration/reverse shell) is evident in the shown fragment. However, the module performs high-impact supply-chain actions typical of ML build pipelines: it installs many third-party packages from external wheel indexes, fetches and installs code from remotely fetched Git repositories (even though commits are pinned by SHA), and downloads checkpoint artifacts into a persistent volume using only a zip-format check rather than cryptographic hash/signature verification. Combined with a likely incomplete egress allowlist, this warrants security review and stronger integrity controls (hash-pinning/attestations for wheels and weights, and verification for fetched repos).