Ruturaj4 / securepack

Securepack helps securing packages from typosquatting attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecurePack

SecurePack helps in downloading packages securely.

Currently supported for npm.

Project Organization

├── LICENSE
├── README.md          <- The top-level README for developers using this project.
├── docs               <- securepack documentation
├── securepack         <- Main module

Install

Install the latest version of this tool:

$ git clone https://github.com/Ruturaj4/securepack

Usage

Help:

$ securepack --help

Install checks:

$ securepack --install packagename

Abandonment checks:

$ securepack --abandoned packagename

Download Counts:

$ securepack --download-counts packagename

Maintainers list:

$ securepack --maintainers packagename

Package repository:

$ securepack --repository packagename

Bugs

Package is still in primary stage. You can report bugs/issues here.

About

Securepack helps securing packages from typosquatting attack

License:MIT License


Languages

Language:Python 100.0%