Skip to main content

gpu-cli

Enables seamless execution of Python/ML code on cloud GPUs, simplifying remote resource management and troubleshooting.

Install this skill

or
71/100

Security score

The gpu-cli skill was audited on Feb 12, 2026 and we found 7 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 48

Piping content to sh shell

SourceSKILL.md
48curl -fsSL https://gpu-cli.sh | sh
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -fsSL https://gpu-cli.sh | sh
medium line 339

Access to system keychain/keyring

SourceSKILL.md
339profile = "global" # Keychain profile
low line 48

External URL reference

SourceSKILL.md
48curl -fsSL https://gpu-cli.sh | sh
low line 54

External URL reference

SourceSKILL.md
54Get your RunPod API key from: https://runpod.io/console/user/settings
low line 177

External URL reference

SourceSKILL.md
177{ strategy = "http", source = "https://example.com/model.safetensors" },
low line 180

External URL reference

SourceSKILL.md
180{ strategy = "git-lfs", source = "https://huggingface.co/owner/model" }
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →