Skip to main content

lambda-labs-gpu-cloud

Provides on-demand GPU cloud instances for ML training and inference, enabling efficient large-scale model training.

Install this skill

or
41/100

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

low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP>
low line 295

Access to hidden dotfiles in home directory

SourceSKILL.md
295ssh-keygen -t ed25519 -f ~/.ssh/lambda_key
low line 305

Access to hidden dotfiles in home directory

SourceSKILL.md
305echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys
high line 64

Access to SSH directory

SourceSKILL.md
64ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP>
high line 295

Access to SSH directory

SourceSKILL.md
295ssh-keygen -t ed25519 -f ~/.ssh/lambda_key
high line 305

Access to SSH directory

SourceSKILL.md
305echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys
low line 43

External URL reference

SourceSKILL.md
431. Create account at https://lambda.ai
low line 50

External URL reference

SourceSKILL.md
501. Go to https://cloud.lambda.ai/instances
low line 143

External URL reference

SourceSKILL.md
143host="https://cloud.lambdalabs.com/api/v1",
low line 222

External URL reference

SourceSKILL.md
222https://cloud.lambdalabs.com/api/v1/instance-types | jq
low line 229

External URL reference

SourceSKILL.md
229-X POST https://cloud.lambdalabs.com/api/v1/instance-operations/launch \
low line 242

External URL reference

SourceSKILL.md
242-X POST https://cloud.lambdalabs.com/api/v1/instance-operations/terminate \
low line 344

External URL reference

SourceSKILL.md
344# Open http://localhost:8888
low line 542

External URL reference

SourceSKILL.md
542- **Console**: https://cloud.lambda.ai
low line 543

External URL reference

SourceSKILL.md
543- **Pricing**: https://lambda.ai/instances
low line 544

External URL reference

SourceSKILL.md
544- **Support**: https://support.lambdalabs.com
low line 545

External URL reference

SourceSKILL.md
545- **Blog**: https://lambda.ai/blog
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →