DANGER
malware detected
github.com / bitangels-tech
bitangels-tech/ auron
TypeScript·85 files·commit 9a640a6·scanned 14m ago·cached ✓
85/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?
Created 15 days ago
No stars or forks
Created 15 days ago
No community activity
Social engineering indicators
threat-state: maliciouslive
FINDINGS ░▒▓
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.apps/api/src/health/health.module.ts
...+5criticalRemote code fetch + executionFetching code from a remote server and executing it with eval() is the #1 pattern in LinkedIn/crypto scam malware.apps/api/src/health/health.module.ts+10
criticalaxios.get() + eval(response.data)Fetches remote payload via axios and executes it — the exact pattern used in LinkedIn recruiter scam malware.apps/api/src/health/health.module.ts+10
infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.apps/api/src/health/health.module.ts
...+2infoWallet transaction signing APIUses wallet signing APIs (signTransaction, signMessage, sendTransaction, etc.). Legitimate in DeFi apps, but combined with remote exfiltration it is the core drainer pattern.apps/web/src/lib/anvilDevWallet.ts
});
return wallet.sendTransaction({
to: tx.to,
data: tx.data,
+2warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.apps/api/src/health/health.module.ts+4
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.apps/web/src/hooks/useProtocolPosition.ts+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.
67 files scanned @ 9a640a6 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution17
network & exfiltration25
file system access2
obfuscation7
supply chain0
owasp / injection0
telemetry
files 67/85rules hit 10engine v6commit 9a640a6
github
bitangels-tech/auron
0
0
15d
85 files
67 scanned(79%)
9a640a6
architecture░▒▓
entry (9) flagged (2) pkg (37)
90 nodes · 111 edgesscroll to zoom · click node to jump to finding