DANGER
malware detected
github.com / sebattfg
sebattfg/ ZeroScript-Free
JavaScript·35 files·commit 32dd846·scanned 7d ago·cached ✓
70/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.bridge.py
try:
out += subprocess.run(
["netstat", "-ano", "-p", proto],
capture_output=True, text=True, encoding="utf-8", errors="replace",+4criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.zeroscript-extension/test-chatgpt.js
global.getComputedStyle = () => ({});
const P = new Function(
fs.readFileSync(__dirname + "/providers/chatgpt.js", "utf8") + "; return ZSProvider;"
)();+5criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.zeroscript-extension/test-parser.js
const fs = require("fs");
const ZSParse = new Function(fs.readFileSync(__dirname + "/core/parser.js", "utf8") + "; return ZSParse;")();
const ok = (name, cond) => { console.log((cond ? "PASS" : "FAIL...+5warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.zeroscript-extension/core/config.js+4
warningHigh-entropy string literalsFound 19 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.bridge.py+3
warningHigh-entropy string literalsFound 27 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.zeroscript-extension/core/config.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.zeroscript-extension/providers/arena.js+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.
21 files scanned @ 32dd846 | 9/13/2026 | heuristic scan — always review manually
risk by category
code execution16
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 21/35rules hit 9engine v5commit 32dd846
github
sebattfg/ZeroScript-Free
ZeroScript Free: Turn ChatGPT, DeepSeek, Gemini, Kimi, GLM, Qwen, Arena or Meta AI into a Roblox Studio agent. Browser extension + local bridge. Read/edit scripts, run Luau, generate assets, all from chat. Robust agentic loop. No terminal needed.
233
32
106d
35 files
21 scanned(60%)
32dd846
architecture░▒▓
entry (0) flagged (10) pkg (10)
28 nodes · 10 edgesscroll to zoom · click node to jump to finding