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

mirkovicdev/HFTENGINE

TypeScript·56 files·commit 8d7e290·scanned 1h 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?
Created 8 days ago
Created 8 days ago
threat-state: dangerouslive

FINDINGS ░▒▓

criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.runner/build.rs
fn main() {
    let v = std::process::Command::new(std::env::var("RUSTC").unwrap_or_else(|_| "rustc".into()))
        .arg("--version")
        .output()
+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
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/main.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/main.ts+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/panels/book.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/panels/book.ts+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/panels/collector.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/panels/collector.ts+3
infoSuspicious file in repoVery large source file (1040KB) — could contain obfuscated payloaddashboard/public/sessions/sample.collector.json+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.

30 files scanned @ 8d7e290 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 30/56rules hit 9engine v6commit 8d7e290

github

mirkovicdev/HFTENGINE

Replay console for hftbacktest market-making backtests: order book, queue position of every resting order, feed and order latency, fills and the raw feed from the collector, on real recorded Binance Futures data. Rust runner on the hftbacktest crate, text-mode dashboard. A backtester, not a trading bot.

TypeScript
254
24
9d
56 files
30 scanned(54%)
8d7e290

architecture░▒▓

entry (1) flagged (5) pkg (21)
48 nodes · 85 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — mirkovicdev/HFTENGINE — ScanRepo