lambda-labs-gpu-cloud
Provides on-demand GPU cloud instances for ML training and inference, enabling efficient large-scale model training.
Install this skill
Security score
The lambda-labs-gpu-cloud skill was audited on Feb 28, 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
| 64 | ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP> |
Access to hidden dotfiles in home directory
| 295 | ssh-keygen -t ed25519 -f ~/.ssh/lambda_key |
Access to hidden dotfiles in home directory
| 305 | echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys |
Access to SSH directory
| 64 | ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP> |
Access to SSH directory
| 295 | ssh-keygen -t ed25519 -f ~/.ssh/lambda_key |
Access to SSH directory
| 305 | echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys |
External URL reference
| 43 | 1. Create account at https://lambda.ai |
External URL reference
| 50 | 1. Go to https://cloud.lambda.ai/instances |
External URL reference
| 143 | host="https://cloud.lambdalabs.com/api/v1", |
External URL reference
| 222 | https://cloud.lambdalabs.com/api/v1/instance-types | jq |
External URL reference
| 229 | -X POST https://cloud.lambdalabs.com/api/v1/instance-operations/launch \ |
External URL reference
| 242 | -X POST https://cloud.lambdalabs.com/api/v1/instance-operations/terminate \ |
External URL reference
| 344 | # Open http://localhost:8888 |
External URL reference
| 542 | - **Console**: https://cloud.lambda.ai |
External URL reference
| 543 | - **Pricing**: https://lambda.ai/instances |
External URL reference
| 544 | - **Support**: https://support.lambdalabs.com |
External URL reference
| 545 | - **Blog**: https://lambda.ai/blog |