DANGER
malware detected
github.com / Cweamy
Cweamy/ Anime-Expeditions-Creams-Macro
Python·617 files·commit 3c9c4d1·scanned 16d 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?
27% file coverage
threat-state: dangerouslive
FINDINGS ░▒▓
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.core/detect.py
try:
return bool(eval(compile(tree, "<detect>", "eval"), {"__builtins__": {}}, env)) # noqa: S307
except Exception as exc: # any runtime hiccup -> fail safe, never crash the run
...+8criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.core/detect.py
try:
return bool(eval(compile(tree, "<detect>", "eval"), {"__builtins__": {}}, env)) # noqa: S307
except Exception as exc: # any runtime hiccup -> fail safe, never crash the run
...+7warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.core/updater.py
try:
result = subprocess.run(
["git", "-C", app_dir, "status", "--porcelain", "--untracked-files=no"],
capture_output=True, text=True, timeout=10, check=False,+4criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.tests/test_ui_js.py
out = run_js("""
eval(extract('normalizeFuelIntervalInput'));
console.log(JSON.stringify([
normalizeFuelIntervalInput('30', 'minutes'),+8criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.tests/test_ui_js.py
_REMOVE_HARNESS = """
const world = () => new Function(`
const PHASES = ['prestart','battle'];
let recordingBlockId = null;+5criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_ui_js.py
out = run_js("""
eval(extract('normalizeFuelIntervalInput'));
console.log(JSON.stringify([
normalizeFuelIntervalInput('30', 'minutes'),+7warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode..github/scripts/post_git_log.py+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.build_pyinstaller.py+3
warningHigh-entropy string literalsFound 40 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.core/runner_blocks.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.
165 files scanned @ 3c9c4d1 | 9/4/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 165/617rules hit 11engine v5commit 3c9c4d1
github
Cweamy/Anime-Expeditions-Creams-Macro
Free open-source auto-farm macro/bot for Roblox Anime Expeditions on Windows -- automates Story, Raid & Expedition farming: map/stage selection, unit placement, Victory/Defeat detection, reward tracking, and repeat farming.
27
29
65d
617 files
165 scanned(27%)
3c9c4d1
architecture░▒▓
entry (0) flagged (13) pkg (76)
223 nodes · 532 edgesscroll to zoom · click node to jump to finding