live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / god-s-perfect-idiot

god-s-perfect-idiot/metro-os

Kotlin·2102 files·commit 6e74633·scanned 1h ago·cached ✓
85/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
13% file coverage
threat-state: maliciouslive

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.apps/keyboard/utils/generate_spellcheck_config.py
def get_sdk_version() -> str:
    version = subprocess.run(GET_ANDROID_VERSION_CMP, shell=True, capture_output=True).stdout.decode().strip()
    sdk = subprocess.run(GET_SDK_VERSION_CMP, shell=True, c...
+4
criticalRemote script piped into a shellA shell script downloads remote content and executes it directly (e.g. `curl … | bash`). The payload is never stored or reviewable and can change server-side — a classic malware/backdoor install pattern.scripts/lib/metro-common.sh
  fi
  echo "ERROR: Cursor agent CLI not found — install: curl https://cursor.com/install -fsS | bash" >&2
  return 1
}
+10
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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.apps/keyboard/app/src/main/config/licenses/icu4c.json+4
infoSuspicious file in repoVery large source file (789KB) — could contain obfuscated payloadapps/keyboard/app/src/main/assets/ime/dict/data.json+2
infoSuspicious file in repoExecutable file (gradlew.bat) in repositoryapps/keyboard/gradlew.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.

265 files scanned @ 6e74633 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution16
network & exfiltration0
file system access0
obfuscation4
supply chain4
owasp / injection0
telemetry
files 265/2102rules hit 6engine v6commit 6e74633

github

god-s-perfect-idiot/metro-os

Kotlin
29
3
93d
2102 files
265 scanned(13%)
6e74633

architecture░▒▓

entry (0) flagged (1) pkg (10)
15 nodes · 11 edgesscroll to zoom · click node to jump to finding
⚠️ MALICIOUS (85/100) — god-s-perfect-idiot/metro-os — ScanRepo