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

SudipMHX/pixeldrain-speed-bypass

JavaScript·21 files·commit 085d05e·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 ░▒▓

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
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.src/components/Downloader/Downloader.jsx
  const pasteSingle = async () => {
    try { setSingleUrl(await navigator.clipboard.readText()); } catch { /* ignore */ }
  };
+4
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/App.jsx+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/components/Downloader/Downloader.jsx+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.

12 files scanned @ 085d05e | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access4
obfuscation6
supply chain0
owasp / injection0
telemetry
files 12/21rules hit 4engine v6commit 085d05e

github

SudipMHX/pixeldrain-speed-bypass

SpeedDrain is a simple tool that helps you bypass Pixeldrain's download speed limits. With just a few clicks, you can enjoy faster downloads without the hassle. It's user-friendly and perfect for anyone looking to download files quickly and efficiently. Get started today and enhance your downloading experience!

JavaScript
55
10
727d
21 files
12 scanned(57%)
085d05e

architecture░▒▓

entry (0) flagged (2) pkg (11)
20 nodes · 23 edgesscroll to zoom · click node to jump to finding
LOW (15/100) — SudipMHX/pixeldrain-speed-bypass — ScanRepo