live · scanning repos
Scanrepo
github.com
github.com / feder-cr

feder-cr/invisible_playwright

Python·454 files·commit 57f50f8·scanned 15d ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 251,911 stars — findings likely legitimate code patterns

verdict accurate?
18% file coverage
Research / educational context
threat-state: lowlive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_ci_font_gate_declaration.py
    ns: dict = {}
    exec(compile(testa, str(_GATE), "exec"), ns)  # noqa: S102 - e' il nostro file
    return ns["GENERICS_DECL"]
+7
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.scripts/ci_drive_gate.py+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/ci_font_gate.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/invisible_playwright/_pin.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.tests/test_webrtc_realness.py+3
infoAuthor has no other public repositoriesGitHub user "github-actions[bot]" has no other public repositories, common for burner accounts used in scams.+2

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.

81 files scanned @ 57f50f8 | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution9
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 81/454rules hit 7engine v5commit 57f50f8

github

feder-cr/invisible_playwright

Free antidetect browser stealth for Playwright: undetected headless Firefox fingerprint. Python scraping, recaptcha and bot detection bypass. Open source

Python
1911
221
115d
454 files
81 scanned(18%)
57f50f8

architecture░▒▓

entry (0) flagged (16) pkg (91)
172 nodes · 418 edgesscroll to zoom · click node to jump to finding