DANGER
malware detected
github.com / SecondNewtonLaw
SecondNewtonLaw/ RbxStu-V4
C·4904 files·commit fbfd8aa·scanned 2h ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
6% file coverage
threat-state: dangerouslive
FINDINGS ░▒▓
warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.Dependencies/BLAKE3/blake3_c_rust_bindings/src/lib.rs
let mut c_state = MaybeUninit::uninit();
unsafe {
ffi::blake3_hasher_init(c_state.as_mut_ptr());
Self(c_state.assume_init())+3warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.Dependencies/BLAKE3/blake3_c_rust_bindings/src/test.rs
let mut portable_out = [0; 64];
unsafe {
crate::ffi::blake3_compress_xof_portable(
initial_state.as_ptr(),+3warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.Dependencies/BLAKE3/blake3_c_rust_bindings/benches/bench.rs
let input = array_ref!(r.get(), 0, 64);
b.iter(|| unsafe { f(state.as_mut_ptr(), input.as_ptr(), 64, 0, 0) });
}
+3warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.Dependencies/IXWebSocket/test/run.py
def run_command(self):
self.process = subprocess.Popen(self.cmd, shell=True)
self.process.communicate()
+4criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.librbxstu/Dependencies/Capstone/bindings/const_generator.py
# evaluate within existing enum
value = eval(value, None, enum_values)
outfile.write((templ['line_format'] %(name, value)).encode("utf-8"))
+8criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.librbxstu/Dependencies/Capstone/bindings/const_generator.py
# evaluate within existing enum
value = eval(value, None, enum_values)
outfile.write((templ['line_format'] %(name, value)).encode("utf-8"))
+7warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.librbxstu/Dependencies/Capstone/bindings/python/setup.py
if SYSTEM == "win32":
os.system('cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCAPSTONE_BUILD_TESTS=OFF -DCAPSTONE_BUILD_CSTOOL=OFF -G "NMake Makefiles" ..')
el...+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.librbxstu/Dependencies/Capstone/suite/check_wheel_bin_arch.py
print()
os.system(f"rm -r {out_dir}")
break
+4warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.librbxstu/Dependencies/Capstone/suite/auto-sync/src/autosync/Helper.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.librbxstu/Dependencies/Capstone/suite/auto-sync/src/autosync/MCUpdater.py+3
warningHigh-entropy string literalsFound 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.librbxstu/Dependencies/Capstone/suite/auto-sync/src/autosync/cpptranslator/Differ.py+3
infoSuspicious file in repoExecutable file (nmake.bat) in repositorylibrbxstu/Dependencies/Capstone/nmake.bat+2
infoSuspicious file in repoExecutable file (make_windowsce7-armv7.bat) in repositorylibrbxstu/Dependencies/Capstone/windowsce/make_windowsce7-armv7.bat+2
infoSuspicious file in repoExecutable file (make_windowsce8-armv7.bat) in repositorylibrbxstu/Dependencies/Capstone/windowsce/make_windowsce8-armv7.bat+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.
278 files scanned @ fbfd8aa | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain14
owasp / injection0
telemetry
files 278/4904rules hit 15engine v6commit fbfd8aa
github
SecondNewtonLaw/RbxStu-V4
RbxStu V4. Fourth generation Roblox Studio Executor
25
4
551d
4904 files
278 scanned(6%)
fbfd8aa
architecture░▒▓
entry (0) flagged (15) pkg (158)
379 nodes · 662 edgesscroll to zoom · click node to jump to finding