docker-compose-setup
Warn
Audited by Socket on Sep 8, 2026
1 alert found:
AnomalyAnomalyreferences/compose.md
LOWAnomalyLOW
references/compose.md
No explicit malicious behavior is evident in the provided compose configuration (no suspicious outbound networking, backdoor commands, or obfuscated payloads). However, it contains several meaningful security and supply-chain integrity risks: insecure/default database credentials, a startup migration that executes source code at runtime (`go run ./cmd/migrate`), and a highly permissive development configuration (exposed debugger port, seccomp unconfined, SYS_PTRACE, and host-published DB/cache ports). The actual malware likelihood cannot be confirmed from this YAML alone, but the setup should be treated as requiring hardening and tighter integrity controls for the migration and dev workflows.
Confidence: 62%Severity: 63%
Audit Metadata