lambda-labs-gpu-cloud

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Python SDK lambda-cloud-client from PyPI and standard machine learning libraries such as torch, transformers, and accelerate.
  • [REMOTE_CODE_EXECUTION]: In references/troubleshooting.md, the skill provides a command to reinstall the official Lambda Stack using a shell script fetched from the vendor's domain: wget -nv -O- https://lambdalabs.com/install-lambda-stack.sh | sh -. This is an established installation pattern for this specific cloud service.
  • [COMMAND_EXECUTION]: The references/advanced-usage.md file contains a Python utility function run_remote_job that utilizes the paramiko library to execute commands on remote GPU instances via SSH. This behavior is the intended primary purpose of the skill (infrastructure management).
  • [SAFE]: The skill emphasizes secure credential management by instructing users to use environment variables (e.g., LAMBDA_API_KEY, HF_TOKEN) and standard SSH key practices rather than hardcoding sensitive information.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 07:53 PM
Security Audit — agent-trust-hub — lambda-labs-gpu-cloud