Does anybody review the native plugins recommended by IONIC?

All the 3rd party plugins that Ionic recommends in its docs, is their source code reviewed by anybody? I am just wondering what would stop a rogue developer from putting out a trojan horse plugin which starts stealing information from a user’s device.

Examples : A keyboard plugin which is a key logger. A camera plugin which sends all pics to a remote server?

In general: Some are offered by the Cordova team as official parts of Cordova, most others are “standards” commonly used by Cordova apps. Also plugins don’t really contain too much code, and even without knowing Obj-C/Swift and Java you mostly can understand what they do and how they do it.