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-clientfrom PyPI and standard machine learning libraries such astorch,transformers, andaccelerate. - [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.mdfile contains a Python utility functionrun_remote_jobthat utilizes theparamikolibrary 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