Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usernotfoundever/malware-packages

malware can be distributed anywhere such as stackexchange
https://github.com/usernotfoundever/malware-packages

Last synced: about 2 months ago
JSON representation

malware can be distributed anywhere such as stackexchange

Awesome Lists containing this project

README

        

# Python Package Security Checker

Python Package Security Checker is a tool designed to help developers identify and prevent the installation of malicious Python packages. It performs metadata checks, static code analysis, and scrapes community reviews to detect suspicious packages.

## Features

- **Package Verification**: Check the package against known lists of malicious packages.
- **Static Analysis**: Analyze the code for suspicious patterns or known malicious code snippets.
- **Dependency Analysis**: Verify the dependencies of the package to ensure they are not malicious.
- **Community Reviews**: Scrape and analyze community reviews for signs of suspicious behavior.

## Requirements

- Python 3.x
- `requests` library
- `beautifulsoup4` library
- `tkinter` library (for the UI)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/yourusername/python-package-security-checker.git
cd python-package-security-checker