Set Up Compose Stack
Configures Docker Compose stacks for multi-service applications, enabling efficient orchestration of web apps, databases, and caches.
Install this skill
or
73/100
Security score
The Set Up Compose Stack skill was audited on Mar 3, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 160
Template literal with variable interpolation in command context
SourceSKILL.md
| 160 | ```yaml |
medium line 151
Access to .env file
SourceSKILL.md
| 151 | Create `.env` file (git-ignored): |
low line 167
Access to .env file
SourceSKILL.md
| 167 | - .env |
medium line 170
Access to .env file
SourceSKILL.md
| 170 | Create `.env.example` (committed to git): |
medium line 280
Access to .env file
SourceSKILL.md
| 280 | - [ ] `.env` is git-ignored; `.env.example` is committed |
medium line 287
Access to .env file
SourceSKILL.md
| 287 | - **Hardcoded passwords in compose**: Use `.env` files or Docker secrets. Never commit passwords. |
low line 114
External URL reference
SourceSKILL.md
| 114 | test: ["CMD", "curl", "-f", "http://localhost:3000/health"] |
Scanned on Mar 3, 2026
View Security Dashboard