live · scanning repos
Scanrepo
github.com
github.com / mishakorzik

mishakorzik/MailFinder

Python·7 files·commit edd7e46·scanned 2h ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
threat-state: lowlive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.MailFinder.py
          # clear in windows, java
          os.system('cls')
    else:
          # clear in linux, android, ubuntu
+4
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.MailFinder.py+3
warningHigh-entropy string literalsFound 14 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.mail_validator.py+3

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

2 files scanned @ edd7e46 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 2/7rules hit 4engine v6commit edd7e46

github

mishakorzik/MailFinder

OSINT tool for finding email by first and last name

Python
591
65
1783d
7 files
2 scanned(29%)
edd7e46

architecture░▒▓

entry (0) flagged (2) pkg (10)
12 nodes · 13 edgesscroll to zoom · click node to jump to finding
LOW (15/100) — mishakorzik/MailFinder — ScanRepo