container-optimize
Optimizes Docker containers for size, speed, and security, enhancing build efficiency and reducing vulnerabilities.
Install this skill
Security score
The container-optimize skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 33 | ```bash |
Template literal with variable interpolation in command context
| 229 | ```bash |
Template literal with variable interpolation in command context
| 365 | ```bash |
Template literal with variable interpolation in command context
| 442 | ```bash |
Template literal with variable interpolation in command context
| 554 | ```bash |
Template literal with variable interpolation in command context
| 1021 | ```bash |
Piping content to sh shell
| 1003 | echo " && curl -sSL script.sh | sh \\" |
Access to root home directory
| 718 | WORKDIR /root/ |
Access to root home directory
| 1132 | echo " RUN --mount=type=cache,target=/root/.cache/pip \\" |
Access to .env file
| 931 | .env |
Access to .env file
| 932 | .env.local |
Access to .env file
| 933 | .env.*.local |