The patches for #1630 still create the file with the default umask, before chmod'ing down to 0600, so an attacker could still open it in the meantime. inotify can for instance help automating such an attack.
zstd should either set the mode directly through open(2), or use umask(2) before creating the file.
This is Debian bug https://bugs.debian.org/982519.