live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / nrmu9

nrmu9/ReBTRoblox

TypeScript·185 files·commit c9413b3·scanned 1h ago·cached ✓
85/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
Created 29 days ago
Created 29 days ago
47% file coverage
threat-state: maliciouslive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.src/dev/bridge.ts
	try {
		const value = await new Function(`return (async () => { ${bodyOf(code)} })()`)()
		return { ok: true, value: serialize(value) }
	} catch (err) {
+5
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
criticalRemote code fetch + executionFetching code from a remote server and executing it with eval() is the #1 pattern in LinkedIn/crypto scam malware.src/dev/bridge.ts+10
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/pages/profile.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/core/date.ts+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/core/page.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/entries/background.ts+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/entries/inject.ts+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/feat/fastSearch.ts+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.

87 files scanned @ c9413b3 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution7
network & exfiltration10
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 87/185rules hit 9engine v6commit c9413b3

github

nrmu9/ReBTRoblox

A maintained continuation of BTRoblox, the Roblox site enhancement extension.

TypeScript
10
1
30d
185 files
87 scanned(47%)
c9413b3

architecture░▒▓

entry (0) flagged (29) pkg (55)
136 nodes · 285 edgesscroll to zoom · click node to jump to finding