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

Foxeevich/prizrak

C·845 files·commit 9cc35cb·scanned 56m ago·cached ✓
58/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?
No stars or forks
No community activity
27% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticalchild_process / exec usageExecuting shell commands can be used to download and run malware, exfiltrate data, or modify system files.packages/desktop/main.js
  const scriptPath = join(tmp, 'install.sh'); writeFileSync(scriptPath, sh); chmodSync(scriptPath, 0o755);
  spawn('/bin/bash', [scriptPath], { detached: true, stdio: 'ignore' }).unref();
  app.isQuit...
+8
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
infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.packages/deaddrop/src/bootstrap.js
    const b64 = m[1].replace(/-/g, '+').replace(/_/g, '/');
    return JSON.parse(Buffer.from(b64, 'base64').toString('utf8'));
  };
}
+2
infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.packages/server/src/bootstrap.js
    const b64 = m[1].replace(/-/g, '+').replace(/_/g, '/');
    return JSON.parse(Buffer.from(b64, 'base64').toString('utf8'));
  };
}
+2
warningHardcoded IP address in network callFetching data from hardcoded IP addresses instead of domain names is suspicious and may indicate C2 communication.deploy/prizrak-deploy.sh
  local port; port="$(node -e 'console.log(JSON.parse(require("fs").readFileSync(process.argv[1],"utf8")).port)' "$CONFIG")"
  local url="http://127.0.0.1:${port}/health"
  echo "▶ Проверяю $url"
  if...
+5
warningSeed phrase / private key harvesting UICollects seed phrase, private key, or mnemonic from the user via input/textarea/clipboard/prompt. Wallet drainers and fake wallet apps use this to steal funds.demo/web-test.mjs
const hex = (b) => Buffer.from(b).toString('hex');
const mkKey = () => { const priv = ed25519.utils.randomPrivateKey(); return { priv, pub: hex(ed25519.getPublicKey(priv)) }; };
const jget = async (p)...
+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.package.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.packages/desktop/main.js+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.packages/botapi/src/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.packages/deaddrop/src/server.js+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.packages/desktop/main.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/botapi/src/botapi-server.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/client/src/client.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/deaddrop/src/store.js+3
infoSuspicious file in repoExecutable file (gradlew.bat) in repositorypackages/mobile/android/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.

224 files scanned @ 9cc35cb | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration9
file system access5
obfuscation15
supply chain2
owasp / injection0
telemetry
files 224/845rules hit 15engine v6commit 9cc35cb

github

Foxeevich/prizrak

C
0
0
32d
845 files
224 scanned(27%)
9cc35cb

architecture░▒▓

entry (1) flagged (25) pkg (25)
220 nodes · 425 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (58/100) — Foxeevich/prizrak — ScanRepo