Hacker News new | ask | show | jobs
by nopenopenopeno 1612 days ago
What gives people confidence in the security of the user repository packages?
1 comments

You can audit the PKGBUILD scripts yourself. A good AUR helper, such as paru (https://github.com/morganamilo/paru), will by default automatically present the PKGBUILD for the user to evaluate before proceeding with the installation.
Thank you