docker-containerization
Creates optimized Dockerfiles and configurations for containerization, enhancing development and production environments.
Install this skill
or
69/100
Security score
The docker-containerization skill was audited on Mar 7, 2026 and we found 11 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 207
Template literal with variable interpolation in command context
SourceSKILL.md
| 207 | ```yaml |
medium line 344
Template literal with variable interpolation in command context
SourceSKILL.md
| 344 | ```dockerfile |
medium line 112
Wget to non-GitHub URL
SourceSKILL.md
| 112 | CMD wget -qO- http://localhost:3000/health || exit 1 |
medium line 346
Wget to non-GitHub URL
SourceSKILL.md
| 346 | CMD wget -qO- http://localhost:${PORT}/health || exit 1 |
medium line 394
Wget to non-GitHub URL
SourceSKILL.md
| 394 | CMD wget -qO- http://localhost:80/ || exit 1 |
low line 295
Access to .env file
SourceSKILL.md
| 295 | .env* |
low line 112
External URL reference
SourceSKILL.md
| 112 | CMD wget -qO- http://localhost:3000/health || exit 1 |
low line 141
External URL reference
SourceSKILL.md
| 141 | CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')" |
low line 346
External URL reference
SourceSKILL.md
| 346 | CMD wget -qO- http://localhost:${PORT}/health || exit 1 |
low line 365
External URL reference
SourceSKILL.md
| 365 | test: ["CMD", "wget", "-qO-", "http://localhost:3000/health"] |
low line 394
External URL reference
SourceSKILL.md
| 394 | CMD wget -qO- http://localhost:80/ || exit 1 |
Scanned on Mar 7, 2026
View Security DashboardInstall this skill with one command
/learn @curiositech/docker-containerizationGitHub Stars 48
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
curiositech/some_claude_skills