As a package maintainer in AUR, I never understood the awe with it. You're literally executing random shell scripts by strangers as root. It's the same thing as curl | sudo bash
except its a lot easier to hide malicious things.
Most people claim they read the PKGBUILD (which I don't believe tbh) but I bet they don't read <package>.install
scripts which don't have to be explicitly mentioned in the PKGBUILD if it shares the same name as the package.
I could push whatever I want to my package and hundreds of people will pick it up. Since I'm not a script kiddie like this guy, I could hide it much better too.
I guess what I'm saying is, don't execute unvetted bash scripts as root kids. Open source doesn't mean people verify the code. It just means they can.