vibe-kanban
Warn
Audited by Socket on Jul 24, 2026
1 alert found:
SecuritySecuritytemplates/docker-compose.yml
MEDIUMSecurityMEDIUM
templates/docker-compose.yml
No explicit malware is present in this Docker Compose snippet, but it creates a high-impact security posture: the vibe-kanban container is granted direct access to the host Docker daemon via /var/run/docker.sock (a common path to host takeover if the container is compromised) and the deployment uses the floating :latest image tag (supply-chain integrity risk). Remote functionality indicators (VIBE_KANBAN_REMOTE and MCP_PORT) and environment-driven origin controls further broaden the attack surface. Review and validate necessity of Docker socket access, pin the image to a specific version/digest, and audit nginx.conf and the app’s behavior regarding data/config loading and remote features.
Confidence: 65%Severity: 80%
Audit Metadata