Can I ignore packages?

Want to run npm ci --ignore-scripts but you don't know if you should?

Scan your node_modules for packages with install scripts and get a list of packages to review. Packages with known unnecessary scripts will be ignored.

 npx can-i-ignore-scripts
               

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
It's an experiment. It sends names of the packages with scripts to the server where they're added to a set so I can research more of them and expand the list. Nothing else is stored.