Sure. But besides reproducible builds it's impossible to know if the build is not manipulating the source code. So you got to trust the dev and the build environment

Reply to this note

Please Login to reply.

Discussion

That's where OS permissions and software like opensnitch etc can help too

I personally use nix, which allows me to easily build from source in a lot of cases.

But it doesn't matter if the builds are reproducable if the source code contains malicious code.