setup-local-kubernetes
Facilitates the setup of a local Kubernetes environment for efficient development and testing, integrating tools for seamless workflows.
Install this skill
or
9/100
Security score
The setup-local-kubernetes skill was audited on Mar 3, 2026 and we found 15 security issues across 3 threat categories, including 4 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 67
Piping content to bash shell
SourceSKILL.md
| 67 | curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash |
high line 209
Piping content to bash shell
SourceSKILL.md
| 209 | curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash |
medium line 56
Curl to non-GitHub URL
SourceSKILL.md
| 56 | curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 |
medium line 76
Curl to non-GitHub URL
SourceSKILL.md
| 76 | curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 |
medium line 86
Curl to non-GitHub URL
SourceSKILL.md
| 86 | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" |
medium line 187
Curl to non-GitHub URL
SourceSKILL.md
| 187 | curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 |
medium line 262
Curl to non-GitHub URL
SourceSKILL.md
| 262 | curl http://my-app.local |
high line 269
Curl to non-GitHub URL
SourceSKILL.md
| 269 | - Check if local registry reachable: `curl http://localhost:5000/v2/_catalog` |
high line 462
Ngrok tunnel reference
SourceSKILL.md
| 462 | - **Network Isolation**: Local cluster can't always reach host services. Use `host.docker.internal` (Docker Desktop) or ngrok for reverse proxying. |
low line 56
External URL reference
SourceSKILL.md
| 56 | curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 |
low line 76
External URL reference
SourceSKILL.md
| 76 | curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 |
low line 86
External URL reference
SourceSKILL.md
| 86 | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" |
low line 187
External URL reference
SourceSKILL.md
| 187 | curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 |
low line 262
External URL reference
SourceSKILL.md
| 262 | curl http://my-app.local |
low line 269
External URL reference
SourceSKILL.md
| 269 | - Check if local registry reachable: `curl http://localhost:5000/v2/_catalog` |
Scanned on Mar 3, 2026
View Security DashboardInstall this skill with one command
/learn @pjt222/setup-local-kubernetes