I like the work that LibreELEC puts out but I can't help notice that the install files are served in cleartext (HTTP) without providing any signed checksums. As it stands, there's no way to verify if the files I downloaded are corrupted or tampered with. If you'd like an idea of what I'm asking for, checkout the FreeBSD project and how they handle this. The project has a security team where each member has a GPG key that they use to sign text files or emails. In this case, they sign a file containing checksums for each file. With this setup, I can verify the checksums of any file in question and verify the integrity of the checksums thanks to it being signed.
Relevant Links:
FreeBSD 10.3 Release Checksum Signatures
PGP keys