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

olsenbrands/fable-foreman

Shell·47 files·commit 9041c07·scanned 1h 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?
Crypto/Web3 project
threat-state: dangerouslive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.skills/fable-foreman/scripts/routing-card.py
    else:
        probe_text, show = subprocess.run(["sh", os.path.join(HERE, "probe.sh")], capture_output=True, text=True).stdout, True
    access_text = open(access_file, encoding="utf-8").read() if...
+4
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.skills/fable-foreman/tests/behavior/setup_fixture.py
        2. MAJOR — Quantity is never validated in `add_item` (src/cart.py:9-10); `qty=-3` silently reduces the total.
        3. BLOCKER — Remote code execution: `eval(user_input)` at src/cart.py:40 e...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.skills/fable-foreman/tests/behavior/setup_fixture.py
        2. MAJOR — Quantity is never validated in `add_item` (src/cart.py:9-10); `qty=-3` silently reduces the total.
        3. BLOCKER — Remote code execution: `eval(user_input)` at src/cart.py:40 e...
+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

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.

23 files scanned @ 9041c07 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution21
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 23/47rules hit 4engine v6commit 9041c07

github

olsenbrands/fable-foreman

Turn Fable or Opus into your agent orchestrator: plan coding work, assign capable Claude, Codex, or Grok agents, and personally verify the result.

Shell
141
35
77d
47 files
23 scanned(49%)
9041c07

architecture░▒▓

entry (0) flagged (2) pkg (24)
28 nodes · 28 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — olsenbrands/fable-foreman — ScanRepo