Skip to main content

local-eks-development

Facilitates local Kubernetes development with EKS parity using Kind, LocalStack, and Keycloak for efficient testing.

Install this skill

or
74/100

Security score

The local-eks-development skill was audited on Feb 12, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 282

Curl to non-GitHub URL

SourceSKILL.md
282until curl -s http://localhost:4566/_localstack/health | grep -q '"secretsmanager": "running"'; do
medium line 285

Curl to non-GitHub URL

SourceSKILL.md
285until curl -s http://localhost:8080/health | grep -q 'UP'; do
low line 368

Access to .env file

SourceSKILL.md
368--env-file my-service.env
low line 67

External URL reference

SourceSKILL.md
67endpoint = ["http://kind-registry:5000"]
low line 113

External URL reference

SourceSKILL.md
113test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
low line 183

External URL reference

SourceSKILL.md
183keycloak.url: "http://keycloak-local:8080"
low line 233

External URL reference

SourceSKILL.md
233url: "http://keycloak-local:8080"
low line 240

External URL reference

SourceSKILL.md
240endpoint: "http://localstack:4566"
low line 282

External URL reference

SourceSKILL.md
282until curl -s http://localhost:4566/_localstack/health | grep -q '"secretsmanager": "running"'; do
low line 285

External URL reference

SourceSKILL.md
285until curl -s http://localhost:8080/health | grep -q 'UP'; do
low line 317

External URL reference

SourceSKILL.md
317aws --endpoint-url=http://localhost:4566 \
low line 325

External URL reference

SourceSKILL.md
325echo " - Kubernetes API: https://127.0.0.1:6443"
low line 326

External URL reference

SourceSKILL.md
326echo " - Keycloak: http://localhost:8080 (admin/admin)"
low line 327

External URL reference

SourceSKILL.md
327echo " - LocalStack: http://localhost:4566"
low line 328

External URL reference

SourceSKILL.md
328echo " - Registry: http://localhost:5000"
low line 422

External URL reference

SourceSKILL.md
422"redirectUris": ["http://localhost:*/*", "http://my-service.localhost/*"],
low line 462

External URL reference

SourceSKILL.md
462- [Kind Configuration](https://kind.sigs.k8s.io/docs/user/configuration/)
low line 464

External URL reference

SourceSKILL.md
464- [Skaffold Documentation](https://skaffold.dev/docs/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →