The current env check only verifies that keys from .env.example are present in .env. It should also warn if a key is present but has no value set.
Return StatusWarn for empty values instead of StatusFail — the key is there but might cause issues at runtime.
Update internal/check/env.go.