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

LazyGuyWithRSI/path-of-automation-auto-loot-clicker

Python·7 files·commit 0c9d943·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?
threat-state: dangerouslive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.clicker.py
   if (parser.has_option('config', 'loot_color')):
      LOOT_COLOR = eval(parser.get('config', 'loot_color'))
      print("loading LOOT_COLOR=" + str(LOOT_COLOR)+ " from config.ini")
   print("-- ini...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.clicker.py
   if (parser.has_option('config', 'loot_color')):
      LOOT_COLOR = eval(parser.get('config', 'loot_color'))
      print("loading LOOT_COLOR=" + str(LOOT_COLOR)+ " from config.ini")
   print("-- ini...
+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
infoSuspicious file in repoExecutable file (build_dist.bat) in repositorybuild_dist.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.

2 files scanned @ 0c9d943 | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution17
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 2/7rules hit 4engine v5commit 0c9d943

github

LazyGuyWithRSI/path-of-automation-auto-loot-clicker

Auto-item pickup for Path of Exile

Python
9
10
2147d
7 files
2 scanned(29%)
0c9d943

architecture░▒▓

entry (0) flagged (1) pkg (9)
10 nodes · 9 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — LazyGuyWithRSI/path-of-automation-auto-loot-clicker — ScanRepo