Skip to main content

deploying-cloud-k8s

Facilitates deployment of applications to cloud Kubernetes with CI/CD pipelines, ensuring efficient production setups and troubleshooting.

Install this skill

or
76/100

Security score

The deploying-cloud-k8s skill was audited on Feb 28, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74```yaml
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98```yaml
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```yaml
low line 214

Access to .env file

SourceSKILL.md
214const APP_URL = process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000";
low line 26

External URL reference

SourceSKILL.md
26ENV NEXT_PUBLIC_API_URL=https://api.example.com
low line 29

External URL reference

SourceSKILL.md
29ARG NEXT_PUBLIC_API_URL=https://api.example.com
low line 46

External URL reference

SourceSKILL.md
46| `SSO_URL` | ConfigMap (internal K8s: `http://sso:3001`) |
low line 103

External URL reference

SourceSKILL.md
103NEXT_PUBLIC_SSO_URL=https://sso.${{ vars.DOMAIN }}
low line 104

External URL reference

SourceSKILL.md
104NEXT_PUBLIC_API_URL=https://api.${{ vars.DOMAIN }}
low line 190

External URL reference

SourceSKILL.md
190ALLOWED_ORIGINS: "https://a.com,https://b.com"
low line 214

External URL reference

SourceSKILL.md
214const APP_URL = process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000";
low line 276

External URL reference

SourceSKILL.md
276server: https://kubernetes.default.svc
Scanned on Feb 28, 2026
View Security Dashboard