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
| 214 | const APP_URL = process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000"; |
low line 26
External URL reference
SourceSKILL.md
| 26 | ENV NEXT_PUBLIC_API_URL=https://api.example.com |
low line 29
External URL reference
SourceSKILL.md
| 29 | ARG 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
| 103 | NEXT_PUBLIC_SSO_URL=https://sso.${{ vars.DOMAIN }} |
low line 104
External URL reference
SourceSKILL.md
| 104 | NEXT_PUBLIC_API_URL=https://api.${{ vars.DOMAIN }} |
low line 190
External URL reference
SourceSKILL.md
| 190 | ALLOWED_ORIGINS: "https://a.com,https://b.com" |
low line 214
External URL reference
SourceSKILL.md
| 214 | const APP_URL = process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000"; |
low line 276
External URL reference
SourceSKILL.md
| 276 | server: https://kubernetes.default.svc |
Scanned on Feb 28, 2026
View Security DashboardInstall this skill with one command
/learn @mattnigh/deploying-cloud-k8s