It's too difficult to verify that the Bitcoin downloads aren't MITMed.
bitcoin.org is http, not https, and prominently links to a bunch of http downloads.
sourceforge is http only and while it has a SHASUMS.asc file, that is also served over http.
I can get the bitcoin source from github using ssh or https, but:
$ git grep 94761c70572b8ede8721524bb0317ede2d3723ce | wc -l 0
I can't see the SHA1 sums of previous releases in the git repo anywhere. (which one http file says is the hash of bitcoin-0.8.1-linux.tar.gz)
bitcoin.org should also say how to verify downloads.