Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usernotfoundever/malware-packages
- Owner: UserNotFoundEver
- License: unlicense
- Created: 2024-08-05T02:36:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T02:42:06.000Z (5 months ago)
- Last Synced: 2024-08-05T04:03:48.564Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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