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

852wa/JIZURA

HTML·131 files·commit 4f9dab6·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?
Created 2 days ago
Created in the last 7 days
threat-state: dangerouslive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.ae/00_core.jsx
    if (typeof JSON !== 'undefined' && JSON.parse) return JSON.parse(s);
    return eval('(' + s + ')');
}
function jzChars(s) {
+8
warningVM code executionvm.runInNewContext or similar can execute arbitrary code in a sandboxed context that may be escaped.dev/ae_check.js
  for (const k of ['JSON', 'Math', 'Date', 'String', 'Number', 'Array', 'Object', 'RegExp', 'Error', 'parseInt', 'parseFloat', 'isFinite', 'isNaN', 'encodeURIComponent', 'decodeURIComponent']) delete ...
+4
warningVM code executionvm.runInNewContext or similar can execute arbitrary code in a sandboxed context that may be escaped.dev/ae_test.js
  vm.createContext(env.ctx);
  vm.runInContext(ES3_PRELUDE, env.ctx);
  vm.runInContext(SRC, env.ctx, { filename: 'JIZURA_AE.jsx' });
  return { env, JZ: env.ctx.__jz };
+4
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.dev/aeom.js
    if (acorn) acorn.parse(s, { ecmaVersion: 2018, allowReturnOutsideFunction: true });
    else new Function(s);   // browser: compile check
    return null;
  } catch (e) { return e.message; }
+5
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.dev/cep_test.py
    G.$ = { global: G, fileName: '/fake/ext/jsx/host.jsx', evalFile(f) { return run(G, H.vfs[f.fsName]); }, writeln() {}, sleep() {} };
    run = new Function('G', 'code', 'with (G) { return eval(code...
+8
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.dev/cep_test.py
    G.$ = { global: G, fileName: '/fake/ext/jsx/host.jsx', evalFile(f) { return run(G, H.vfs[f.fsName]); }, writeln() {}, sleep() {} };
    run = new Function('G', 'code', 'with (G) { return eval(code...
+5
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.dev/cep_test.py
    G.$ = { global: G, fileName: '/fake/ext/jsx/host.jsx', evalFile(f) { return run(G, H.vfs[f.fsName]); }, writeln() {}, sleep() {} };
    run = new Function('G', 'code', 'with (G) { return eval(code...
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.ae/data.json+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/03_text.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/03_text.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/05_anim.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/06_layouts.js+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/11p_decor.js+3
warningHigh-entropy string literalsFound 8 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/11p_decorB.js+3
infoSuspicious file in repoVery large source file (2578KB) — could contain obfuscated payloadJIZURA_AE.jsx+2
infoSuspicious file in repoVery large source file (2549KB) — could contain obfuscated payloadJIZURA_AE_en.jsx+2
infoSuspicious file in repoExecutable file (install_win.bat) in repositorycep/dist/install_win.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.

104 files scanned @ 4f9dab6 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain8
owasp / injection0
telemetry
files 104/131rules hit 18engine v6commit 4f9dab6

github

852wa/JIZURA

歌詞から文字PVを自動で組み立てるブラウザアプリ

HTML
357
79
2d
131 files
104 scanned(79%)
4f9dab6

architecture░▒▓

entry (0) flagged (72) pkg (17)
118 nodes · 52 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — 852wa/JIZURA — ScanRepo