So beyond looking at the source code for particular software library, is there a way to vet that it does not contain malicious code? As far as I know from my own research, services like pip, npm, and composer do not provide any assurances(Not that I would really expect them to).
The reason I am somewhat averse to reading through the source is that as the number of libraries I use increases, the amount of source code I now have to go through becomes a huge effort.
So given that I want to use some opensource library X, what steps can I take to verify that it is safe to use aside from reading through all the source?