Skip to main content

kubernetes-deployment

Facilitates the creation of Kubernetes manifests and deployments, enhancing local development with Minikube configuration.

Install this skill

or
86/100

Security score

The kubernetes-deployment skill was audited on Feb 25, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 389

Curl to non-GitHub URL

SourceSKILL.md
389curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
low line 85

External URL reference

SourceSKILL.md
85MCP_SERVER_URL: "http://mcp-server:8001"
low line 88

External URL reference

SourceSKILL.md
88NEXT_PUBLIC_API_URL: "http://backend:8000"
low line 89

External URL reference

SourceSKILL.md
89NEXT_PUBLIC_MCP_URL: "http://mcp-server:8001"
low line 389

External URL reference

SourceSKILL.md
389curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
low line 498

External URL reference

SourceSKILL.md
498- **Frontend → Backend**: `http://backend:8000`
low line 499

External URL reference

SourceSKILL.md
499- **Backend → MCP Server**: `http://mcp-server:8001`
low line 500

External URL reference

SourceSKILL.md
500- **External → Frontend**: Via Ingress at `http://todo.local`
low line 561

External URL reference

SourceSKILL.md
561- [Kubernetes Documentation](https://kubernetes.io/docs/)
low line 562

External URL reference

SourceSKILL.md
562- [Minikube Documentation](https://minikube.sigs.k8s.io/docs/)
Scanned on Feb 25, 2026
View Security Dashboard