malpacks/README.md

1.3 KiB

Malpacks

Tools to find malicious packages inside package manager (PyPI, npm, and Gem)

image

Total malicious packages

  • npm: 1823
  • PyPI: 5985
  • Gem: 725

Installation

Simply clone the repository, install requirements and run the script

Usage

Available options:

  • --all option

To scan all the package managers (PyPI, npm, and Gem)

Example:

$ python3 main.py --all
  • --packages option

Define package manager to test (PyPI, npm, and Gem)

Example:

$ python3 main.py --packages npm,pypi

To-Do List