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

VernaculusF/FreeQwenApi

JavaScript·131 files·commit 47efec9·scanned 3m ago·cached ✓
75/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?
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.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/browser/auth.js, src/api/chat.js, src/api/chatHistory.js. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry15 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 25 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 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/browser/auth.js+3
warningHigh-entropy string literalsFound 63 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.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/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/responsesBridge.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-lock.json
                "morgan": "^1.10.0",
                "multer": "^2.0.0",
                "node-fetch": "^3.3.2",
                "openai": "^4.104.0",
+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",
+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.

110 files scanned @ 47efec9 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution19
network & exfiltration0
file system access0
obfuscation15
supply chain8
owasp / injection6
telemetry
files 110/131rules hit 16engine v6commit 47efec9

github

VernaculusF/FreeQwenApi

OpenAI-compatible proxy for Qwen Chat: account rotation, WAF auto-solve, multi-worker sharding.

JavaScript
1
0
46d
131 files
110 scanned(84%)
47efec9

architecture░▒▓

entry (2) flagged (18) pkg (41)
145 nodes · 224 edgesscroll to zoom · click node to jump to finding