lambda-labs-gpu-cloud
Provides on-demand GPU cloud instances for ML training and inference, enabling efficient large-scale model training with persistent storage.
Install this skill
Security score
The lambda-labs-gpu-cloud skill was audited on May 29, 2026 and we found 17 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 68 | ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP> |
Access to hidden dotfiles in home directory
| 299 | ssh-keygen -t ed25519 -f ~/.ssh/lambda_key |
Access to hidden dotfiles in home directory
| 309 | echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys |
Access to SSH directory
| 68 | ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP> |
Access to SSH directory
| 299 | ssh-keygen -t ed25519 -f ~/.ssh/lambda_key |
Access to SSH directory
| 309 | echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys |
External URL reference
| 47 | 1. Create account at https://lambda.ai |
External URL reference
| 54 | 1. Go to https://cloud.lambda.ai/instances |
External URL reference
| 147 | host="https://cloud.lambdalabs.com/api/v1", |
External URL reference
| 226 | https://cloud.lambdalabs.com/api/v1/instance-types | jq |
External URL reference
| 233 | -X POST https://cloud.lambdalabs.com/api/v1/instance-operations/launch \ |
External URL reference
| 246 | -X POST https://cloud.lambdalabs.com/api/v1/instance-operations/terminate \ |
External URL reference
| 348 | # Open http://localhost:8888 |
External URL reference
| 546 | - **Console**: https://cloud.lambda.ai |
External URL reference
| 547 | - **Pricing**: https://lambda.ai/instances |
External URL reference
| 548 | - **Support**: https://support.lambdalabs.com |
External URL reference
| 549 | - **Blog**: https://lambda.ai/blog |