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

ForgetMeAI/FreeQwenApi

JavaScript·84 files·commit 922fd66·scanned 3d ago·cached ✓
90/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?
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.main.py
    while True:
        os.system('clear' if os.name == 'posix' else 'cls')
        print_banner()
        
+4
criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: src/api/chat.js, src/api/chatHistory.js, src/api/fileUpload.js. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry9 flagged files form a connected cluster that is reachable from an entry point, suggesting coordinated malicious behavior rather than isolated false positives.+5
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
warningHigh-entropy string literalsFound 20 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.index.js+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/auth.js+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/smoke_test.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.scripts/sync_models.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/api/chat.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/api/routes.js+3
infoSuspicious file in repoExecutable file (test_api.ps1) in repositoryscripts/test_api.ps1+2
infoSuspicious file in repoExecutable file (start.bat) in repositorystart.bat+2
infoSuspicious file in repoExecutable file (test_api.bat) in repositorytest_api.bat+2
infoAuthor has no other public repositoriesGitHub user "ForgetMe" has no other public repositories, common for burner accounts used in scams.+2
warningUnvalidated file uploadFile upload without type/size validation. Can be exploited for remote code execution or storage abuse.package.json
        "morgan": "^1.10.0",
        "multer": "^2.0.0",
        "node-fetch": "^3.3.2",
        "openai": "^4.104.0",
+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.

65 files scanned @ 922fd66 | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution19
network & exfiltration0
file system access0
obfuscation15
supply chain8
owasp / injection3
telemetry
files 65/84rules hit 15engine v5commit 922fd66

github

ForgetMeAI/FreeQwenApi

Локальный API-прокси для Qwen AI с поддержкой сохранения контекста диалогов и управления сессиями через REST API

JavaScript
212
52
80d
84 files
65 scanned(77%)
922fd66

architecture░▒▓

entry (2) flagged (19) pkg (40)
102 nodes · 149 edgesscroll to zoom · click node to jump to finding