docker-setup
Facilitates the setup and configuration of Docker containers for a Todo application, enhancing development efficiency.
Install this skill
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
Template literal with variable interpolation in command context
| 168 | ```yaml |
Template literal with variable interpolation in command context
| 354 | ```bash |
Curl to non-GitHub URL
| 135 | CMD curl -f http://localhost:8000/health || exit 1 |
Curl to non-GitHub URL
| 159 | CMD curl -f http://localhost:8001/health || exit 1 |
Access to .env file
| 241 | Create `.env` file (don't commit to git): |
Access to .env file
| 259 | .env.local |
Access to .env file
| 260 | .env.production.local |
Access to .env file
| 283 | .env |
Access to .env file
| 380 | - [ ] .env file created and added to .gitignore |
External URL reference
| 135 | CMD curl -f http://localhost:8000/health || exit 1 |
External URL reference
| 159 | CMD curl -f http://localhost:8001/health || exit 1 |
External URL reference
| 181 | - NEXT_PUBLIC_API_URL=http://backend:8000 |
External URL reference
| 182 | - NEXT_PUBLIC_MCP_URL=http://mcp-server:8001 |
External URL reference
| 203 | - MCP_SERVER_URL=http://mcp-server:8001 |
External URL reference
| 211 | test: ["CMD", "curl", "-f", "http://localhost:8000/health"] |
External URL reference
| 230 | test: ["CMD", "curl", "-f", "http://localhost:8001/health"] |
External URL reference
| 404 | 2. Access frontend at http://localhost:3000 |
External URL reference
| 405 | 3. Verify backend health at http://localhost:8000/health |
Install this skill with one command
/learn @maneeshanif/docker-setup