hasZipArchiveSignature
Checks that a downloaded model artifact starts with a ZIP archive signature.
iOS keeps downloadable model bundles as model.zip, so this catches CDN or host failures that return an HTML/error payload with a successful transfer callback.
Receiver
Absolute path to the candidate archive.
Return
true when the file begins with a ZIP header.
Author
Dmitriy Moroz