Script to deep scan a batch of Node projects for known bad NPM packages, as listed in bad-deps.txt.
Fully checking each project found in your workspace (SEARCH_DIRS) or those declared in PROJECTS,
we look for bad packages nested anywhere in the dependency tree,
including node_modules and package-lock.json.