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()
+4criticalSuspicious 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
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
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",+3Scores 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
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