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

amithgc/local-jev

Python·72 files·commit 64a0b31·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 4 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.scripts/test-api.sh
r = json.load(open(sys.argv[1]))
if not eval(sys.argv[2]):
    sys.exit(json.dumps(r)[:300])
PY
+8
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
warningHigh-entropy string literalsFound 81 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/local_jev/ui/app.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/local_jev/ui/app.js+3
warningHigh-entropy string literalsFound 19 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/local_jev/seed.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/local_jev/seed.py+3
warningHigh-entropy string literalsFound 15 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/local_jev/store.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/local_jev/store.py+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.

45 files scanned @ 64a0b31 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 45/72rules hit 8engine v6commit 64a0b31

github

amithgc/local-jev

A local, offline System One server compatible with TypeSafe's Jev API. It answers typed yes/no, category and score questions with small open models.

Python
8
0
4d
72 files
45 scanned(63%)
64a0b31

architecture░▒▓

entry (0) flagged (9) pkg (62)
97 nodes · 199 edgesscroll to zoom · click node to jump to finding