Skip to main content

docker-setup

Facilitates the setup and configuration of Docker containers for a Todo application, enhancing development efficiency.

Install this skill

or
58/100

Security score

The docker-setup skill was audited on Feb 25, 2026 and we found 18 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168```yaml
medium line 354

Template literal with variable interpolation in command context

SourceSKILL.md
354```bash
medium line 135

Curl to non-GitHub URL

SourceSKILL.md
135CMD curl -f http://localhost:8000/health || exit 1
medium line 159

Curl to non-GitHub URL

SourceSKILL.md
159CMD curl -f http://localhost:8001/health || exit 1
medium line 241

Access to .env file

SourceSKILL.md
241Create `.env` file (don't commit to git):
low line 259

Access to .env file

SourceSKILL.md
259.env.local
low line 260

Access to .env file

SourceSKILL.md
260.env.production.local
low line 283

Access to .env file

SourceSKILL.md
283.env
medium line 380

Access to .env file

SourceSKILL.md
380- [ ] .env file created and added to .gitignore
low line 135

External URL reference

SourceSKILL.md
135CMD curl -f http://localhost:8000/health || exit 1
low line 159

External URL reference

SourceSKILL.md
159CMD curl -f http://localhost:8001/health || exit 1
low line 181

External URL reference

SourceSKILL.md
181- NEXT_PUBLIC_API_URL=http://backend:8000
low line 182

External URL reference

SourceSKILL.md
182- NEXT_PUBLIC_MCP_URL=http://mcp-server:8001
low line 203

External URL reference

SourceSKILL.md
203- MCP_SERVER_URL=http://mcp-server:8001
low line 211

External URL reference

SourceSKILL.md
211test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
low line 230

External URL reference

SourceSKILL.md
230test: ["CMD", "curl", "-f", "http://localhost:8001/health"]
low line 404

External URL reference

SourceSKILL.md
4042. Access frontend at http://localhost:3000
low line 405

External URL reference

SourceSKILL.md
4053. Verify backend health at http://localhost:8000/health
Scanned on Feb 25, 2026
View Security Dashboard