I would like to know if there is an effective way to audit source codes of open-source projects without having to examine all the plaintext files every time the application gets updated, and when a new source is putted available for download.
I thought in creating an application that could scan the projects automatically for me, but I think it wouldn't be even near of a good level of effectiveness, since there are many ways to implement malware codes inside the projects which aren't common. The auditing is intended to detect malwares inside open-source projects.
Do you have any suggestions for me?