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

biud436/RGSS3

Ruby·166 files·commit 99858dd·scanned 3d ago·cached ✓
13/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
3% file coverage
threat-state: lowlive

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.unzip/src/lib.rs
    let wide: Vec<u16> = OsStr::new(msg).encode_wide().chain(once(0)).collect();
    let ret = unsafe {
        MessageBoxW(null_mut(), wide.as_ptr(), wide.as_ptr(), MB_OK)
    };
+3
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
infoSuspicious file in repoExecutable file (FontPatcher.exe) in repositoryFontPatcher/bin/FontPatcher.exe+2
infoSuspicious file in repoExecutable file (json.exe) in repositoryJSON/bin/json.exe+2
infoSuspicious file in repoExecutable file (build.bat) in repositoryJSON/build.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.

5 files scanned @ 99858dd | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution5
network & exfiltration0
file system access0
obfuscation0
supply chain8
owasp / injection0
telemetry
files 5/166rules hit 5engine v5commit 99858dd

github

biud436/RGSS3

🏰 This script package includes helpful features to get you on your way to create your game in RPG Maker VX Ace.

Ruby
10
1
3991d
166 files
5 scanned(3%)
99858dd

architecture░▒▓

entry (0) flagged (1) pkg (1)
2 nodes · 1 edgesscroll to zoom · click node to jump to finding
LOW (13/100) — biud436/RGSS3 — ScanRepo