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

omkarcloud/website-email-contact-scraper

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

FINDINGS ░▒▓

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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.frontend/src/utils/browser.js+4
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.frontend/src/components/ApiIntegrationComponent/ApiIntegrationComponent.tsx+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/contact_scraper/chrome_manager.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/contact_scraper/crawler.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/contact_scraper/patchright_driver.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/contact_scraper/social_regexes.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.

99 files scanned @ 0ac2fa0 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 99/128rules hit 7engine v6commit 0ac2fa0

github

omkarcloud/website-email-contact-scraper

Website Email Scraper to extract emails, phone numbers, social profiles & tech stack from any site into structured JSON. Free, open source, no proxies.

Python
12
4
45d
128 files
99 scanned(77%)
0ac2fa0

architecture░▒▓

entry (3) flagged (6) pkg (63)
159 nodes · 317 edgesscroll to zoom · click node to jump to finding
LOW (26/100) — omkarcloud/website-email-contact-scraper — ScanRepo