sunyv / jfrog-npm-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jfrog-npm-tools

A collection of tools to help audit your NPM dependencies for suspicious packages or continuously monitor dependencies for future security events.

The tools:

  1. npm-secure-install - Validate dependencies are locked down to the exact versions before installation of global tools
  2. package-checker - Python command line tool that checks a dependency string for what will actually be installed and whether it is suspicious
  3. npm_issues_statistics - Analyzes github comments to find unusual activity that might correlate to compromised dependency

About

License:Apache License 2.0


Languages

Language:Python 67.5%Language:Jupyter Notebook 23.8%Language:JavaScript 8.8%