lambda-labs-gpu-cloud
Audited by Socket on Sep 9, 2026
1 alert found:
AnomalyNo clear evidence of intentional malware (e.g., backdoor/persistence/reverse shell/targeted credential theft) is visible in the fragment. However, the code and workflows contain several high-impact security hazards: remote command execution over SSH (including git pull and pip install), relaxed SSH host key verification via AutoAddPolicy, unsafe deserialization via torch.load of shared checkpoints without demonstrated integrity checks, and potential injection risk from variable interpolation in shell commands. These issues primarily elevate supply-chain and integrity risk; if repo/dependency sources, checkpoints, or SSH trust are compromised or attacker-influenced, the automation could facilitate compromise.