Skip to main content

docker-backend

Automates the Dockerization of backend projects by generating Dockerfiles and Makefiles with support for various tech stacks.

Install this skill

or
10/100

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

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44```
high line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72Create Dockerfile at `${BACKEND_PATH}/Dockerfile` using the appropriate template:
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76```dockerfile
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105```dockerfile
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133```dockerfile
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169```bash
high line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179Check if Makefile exists at `${BACKEND_PATH}/Makefile`:
medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227```bash
high line 266

Template literal with variable interpolation in command context

SourceSKILL.md
2662. Check port is not in use: `lsof -i :${HOST_PORT}`
high line 267

Template literal with variable interpolation in command context

SourceSKILL.md
2673. Check container name conflict: `docker ps -a | grep ${CONTAINER_NAME}`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →