--- license: mit ---
# malwi - AI Python Malware Scanner Logo
## Key Features - 🛡️ **AI-Powered Python Malware Detection** - ⚡ **Lightning-Fast Codebase Scanning** - 🔒 **100% Offline & Private** - 💰 **Free & Open-Source** - 🇪🇺 **Developed in the EU** ### 1) Install ``` pip install --user malwi ``` ### 2) Run ```bash malwi scan examples/malicious ``` ### 3) Evaluate: a [recent zero-day](https://socket.dev/blog/malicious-pypi-package-targets-discord-developers-with-RAT) detected with high confidence ``` __ __ .--------.---.-| .--.--.--|__| | | _ | | | | | | |__|__|__|___._|__|________|__| AI Python Malware Scanner - target: examples - seconds: 1.87 - files: 14 ├── scanned: 4 (.py) ├── skipped: 10 (.cfg, .md, .toml, .txt) └── suspicious: ├── examples/malicious/discordpydebug-0.0.4/setup.py │ └── │ ├── archive compression │ └── package installation execution └── examples/malicious/discordpydebug-0.0.4/src/discordpydebug/__init__.py ├── │ ├── process management │ ├── deserialization │ ├── system interaction │ └── user io ├── run │ └── fs linking ├── debug │ ├── fs linking │ └── archive compression └── runcommand └── process management => 👹 malicious 0.98 ```