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

pancreations/Halo-MCC-VR

C++·148 files·commit 37d1a33·scanned 5d 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?
28% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tools/test_reach_vehicle_helper.py
    namespace = module.__dict__
    exec(compile(source, str(args.helper), "exec"), namespace)
    namespace["unregister"]()
    require(namespace["ensure_addon"](), "VR landmarks are unavailable")
+7
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tools/update_reach_vehicle_helper.py
    helper_source = helper_path.read_text(encoding="utf-8")
    compile(helper_source, str(helper_path), "exec")

    enable_vr_addon()
+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
criticalCryptocurrency wallet directory accessAccessing wallet directories to steal private keys, seed phrases, or wallet data.tools/snapshot_xrefs.py+5
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.tools/verify_sig.py+3
infoSuspicious file in repoExecutable file (check-reach-fp-parity.ps1) in repositorytools/check-reach-fp-parity.ps1+2
infoSuspicious file in repoExecutable file (export_reach_vehicle_kit.ps1) in repositorytools/export_reach_vehicle_kit.ps1+2
infoSuspicious file in repoExecutable file (install-candidate.ps1) in repositorytools/install-candidate.ps1+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.

42 files scanned @ 37d1a33 | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution16
network & exfiltration0
file system access5
obfuscation3
supply chain12
owasp / injection0
telemetry
files 42/148rules hit 8engine v5commit 37d1a33

github

pancreations/Halo-MCC-VR

C++
234
24
36d
148 files
42 scanned(28%)
37d1a33

architecture░▒▓

entry (0) flagged (4) pkg (24)
58 nodes · 110 edgesscroll to zoom · click node to jump to finding