docker-backend
Automates the Dockerization of backend projects by generating Dockerfiles and Makefiles with support for various tech stacks.
Install this skill
Security score
The docker-backend skill was audited on Feb 9, 2026 and we found 10 security issues across 1 threat category, including 4 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 44 | ``` |
Template literal with variable interpolation in command context
| 72 | Create Dockerfile at `${BACKEND_PATH}/Dockerfile` using the appropriate template: |
Template literal with variable interpolation in command context
| 76 | ```dockerfile |
Template literal with variable interpolation in command context
| 105 | ```dockerfile |
Template literal with variable interpolation in command context
| 133 | ```dockerfile |
Template literal with variable interpolation in command context
| 169 | ```bash |
Template literal with variable interpolation in command context
| 179 | Check if Makefile exists at `${BACKEND_PATH}/Makefile`: |
Template literal with variable interpolation in command context
| 227 | ```bash |
Template literal with variable interpolation in command context
| 266 | 2. Check port is not in use: `lsof -i :${HOST_PORT}` |
Template literal with variable interpolation in command context
| 267 | 3. Check container name conflict: `docker ps -a | grep ${CONTAINER_NAME}` |