Remix.run Logo
t-3 3 hours ago

An archlinux package build file is just a shell script. It's pretty easy to take a look and see if all the manifest info is right and it doesn't do more than ./configure; make; make install DESTDIR=$PKG or whatever. If you're building random software using random instructions from the internet and don't make sure they're not malicious, you only have yourself to blame when you catch something. Actually reading through the source files for vulns is something best left for automatic detection, checking the build script is basic.

bethekidyouwant 3 hours ago | parent [-]

How is that relevant unless you read the make file?

embedding-shape 3 hours ago | parent [-]

If you don't trust upstream, a PKGBUILD from AUR is the least of your problem.