featbit-deployment-docker
Audited by Socket on Mar 18, 2026
1 alert found:
AnomalyNo direct malicious code is present in the provided Docker Compose YAML and documentation fragments. However there are significant supply-chain and operational risks: repository-mounted DB init scripts are executed automatically on first DB startup (if those scripts are malicious they run with DB privileges), example files include weak default passwords ('please_change_me'), images are referenced by :latest (no digest pinning), and several database/redis ports are exposed to the host. These factors increase the risk of accidental or supply-chain compromise if repository integrity or image sources are not verified. Recommended mitigations: audit all init scripts before first run, replace default passwords and avoid committing .env to source control, use pinned image digests, restrict network exposure, and consider Docker secrets or a secrets manager for production.