Skip to main content

docker-compose-networking

Configures Docker Compose networks for secure, scalable service communication in multi-container applications.

Install this skill

or
89/100

Security score

The docker-compose-networking skill was audited on Feb 22, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 749

Curl to non-GitHub URL

SourceSKILL.md
749curl http://app:8080/health
low line 41

External URL reference

SourceSKILL.md
41- Frontend can reach backend at `http://backend:3000`
low line 159

External URL reference

SourceSKILL.md
159- `http://website`, `http://www`, `http://web-server` all reach web service
low line 417

External URL reference

SourceSKILL.md
417API_URL: http://api:3000
low line 607

External URL reference

SourceSKILL.md
607SERVICE_B_URL: http://service-b:8080
low line 749

External URL reference

SourceSKILL.md
749curl http://app:8080/health
low line 902

External URL reference

SourceSKILL.md
902- [Microservices Network Patterns](https://microservices.io/patterns/communication-style/messaging.html)
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →