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 with persistent storage.

Install this skill

or
41/100

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

low line 68

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
299ssh-keygen -t ed25519 -f ~/.ssh/lambda_key
low line 309

Access to hidden dotfiles in home directory

SourceSKILL.md
309echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys
high line 68

Access to SSH directory

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

Access to SSH directory

SourceSKILL.md
299ssh-keygen -t ed25519 -f ~/.ssh/lambda_key
high line 309

Access to SSH directory

SourceSKILL.md
309echo 'ssh-rsa AAAA...' >> ~/.ssh/authorized_keys
low line 47

External URL reference

SourceSKILL.md
471. Create account at https://lambda.ai
low line 54

External URL reference

SourceSKILL.md
541. Go to https://cloud.lambda.ai/instances
low line 147

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
348# Open http://localhost:8888
low line 546

External URL reference

SourceSKILL.md
546- **Console**: https://cloud.lambda.ai
low line 547

External URL reference

SourceSKILL.md
547- **Pricing**: https://lambda.ai/instances
low line 548

External URL reference

SourceSKILL.md
548- **Support**: https://support.lambdalabs.com
low line 549

External URL reference

SourceSKILL.md
549- **Blog**: https://lambda.ai/blog
Scanned on May 29, 2026
View Security Dashboard
Installation guide →