live · scanning repos
Scanrepo
github.com
github.com / MaxMiksa

MaxMiksa/Auto-Company

Python·456 files·commit beb22a1·scanned 2h ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 3,098 stars — findings likely legitimate code patterns

verdict accurate?
Crypto/Web3 project
36% file coverage
Research / educational context
threat-state: lowlive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers..claude/skills/code-review-security/scripts/security-scan.py
Scans Python source files for:
  - eval() / exec() / compile() calls
  - subprocess with shell=True
  - pickle.loads() on potentially untrusted data
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads..claude/skills/code-review-security/scripts/security-scan.py
Scans Python source files for:
  - eval() / exec() / compile() calls
  - subprocess with shell=True
  - pickle.loads() on potentially untrusted data
+7
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..claude/skills/code-review-security/scripts/security-scan.py
  - Weak hash functions (MD5, SHA1 for passwords)
  - os.system() calls

Usage:
+4
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.scripts/core/openai-compatible-agent.py
        timeout = min(max(int(arguments.get("timeout_seconds", 60)), 1), 300)
        completed = subprocess.run(
            command,
            cwd=workspace,
+4
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.tests/fixtures/threaded-cycle-engine.py
signal.signal(signal.SIGTERM, lambda *_: (root / "root.term").write_text("TERM"))
thread = threading.Thread(target=lambda: subprocess.Popen(
    ["bash", engine, "child-ignore", state], start_new_sess...
+4
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
warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.tests/test_preview_security.py
                 "credentials.json": "FAKE_CREDENTIAL", "service-account.json": "FAKE_SERVICE_ACCOUNT",
                 "secret.pem": "FAKE_KEY", "id_rsa": "FAKE_KEY", "settings.py": "FAKE_SOURCE"}
 ...
+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.dashboard/app.js+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.projects/scopefence/app.js+4
warningHigh-entropy string literalsFound 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/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.dashboard/app.js+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.projects/cuecheck/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.projects/cuecheck/app.js+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.projects/scope-sheet/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.projects/scopefence/app.js+3
infoSuspicious file in repoExecutable file (autostart-status-win.ps1) in repositoryscripts/windows/autostart-status-win.ps1+2
infoSuspicious file in repoExecutable file (awake-guardian-win.ps1) in repositoryscripts/windows/awake-guardian-win.ps1+2
infoSuspicious file in repoExecutable file (cycles-win.ps1) in repositoryscripts/windows/cycles-win.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.

165 files scanned @ beb22a1 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access5
obfuscation15
supply chain15
owasp / injection0
telemetry
files 165/456rules hit 18engine v6commit beb22a1

github

MaxMiksa/Auto-Company

An auto-company works for 24/7 on your own PC - Windows/Linux/macOS.

Python
3098
493
224d
456 files
165 scanned(36%)
beb22a1

architecture░▒▓

entry (1) flagged (30) pkg (82)
197 nodes · 544 edgesscroll to zoom · click node to jump to finding