Skip to main content

containerizing-applications

Facilitates application containerization using Docker and Helm, ensuring secure and efficient deployment in Kubernetes environments.

Install this skill

or
67/100

Security score

The containerizing-applications skill was audited on Feb 28, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73```yaml
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267```yaml
high line 171

Wget to non-GitHub URL

SourceSKILL.md
171**Problem:** `wget http://localhost:3000` fails with IPv6
low line 80

External URL reference

SourceSKILL.md
80- NEXT_PUBLIC_API_URL=http://localhost:8000
low line 83

External URL reference

SourceSKILL.md
83- SERVER_API_URL=http://api:8000
low line 94

External URL reference

SourceSKILL.md
94- CORS_ORIGINS=http://localhost:3000,http://web:3000
low line 98

External URL reference

SourceSKILL.md
98test: ["CMD", "curl", "-f", "http://127.0.0.1:8000/health"]
low line 165

External URL reference

SourceSKILL.md
165- NEXT_PUBLIC_API_URL=http://localhost:8000 # Browser
low line 167

External URL reference

SourceSKILL.md
167- SERVER_API_URL=http://api:8000 # Server
low line 171

External URL reference

SourceSKILL.md
171**Problem:** `wget http://localhost:3000` fails with IPv6
low line 174

External URL reference

SourceSKILL.md
174test: ["CMD", "wget", "--spider", "http://127.0.0.1:3000/"] # NOT localhost!
Scanned on Feb 28, 2026
View Security Dashboard