Severity
Low
Short Description
A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Packages
View packages with this alert.Suggestion
Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.
Adding new collaborators to an npm package increases the number of individuals with publishing rights, which may elevate the risk of:
New collaborators should be carefully vetted because they can now publish code that propagates through your dependency tree, potentially impacting all projects depending on this package.
Verify New Collaborator:
Review Published Changes:
Limit Publishing Permissions:
Communicate Changes:
Establish Governance Policies:
Here's an example where an npm package changed authors from one version to the next. The new author and previous author are noted in the alert:
This alert only applies to the npm ecosystem at this time. It detects when a new version of the package is published by a new npm collaborator for the first time.