Is there any mechanise, which can ensure that packages uploaded into packagist.org are free from malicious code. Is anyone looking at source code in installed/uploaded packages.
For example: What if someone upload package which does main function and apart from that send my config file to external server?
When installation of packages is such easy as adding one line into composer.json I am bit worry that above situation can happen.