DANGER
malware detected
github.com / AURASymbols
AURASymbols/ aura-web
JavaScript·43 files·commit 4cc4d92·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 20 days ago
Crypto/Web3 project
Created 20 days ago
threat-state: dangerouslive
FINDINGS ░▒▓
infoBrowser wallet provider accessAccesses browser wallet providers (window.solana, window.ethereum, Phantom, Solflare, etc.). Common in Web3 apps but also the entry point for wallet drainers.public/app.js
status.textContent = "Wallet not connected";
detail.textContent = window.ethereum
? "Connect an EVM wallet to begin the AURA product flow."
: "No injected EVM wallet detected. Inst...+2infoBrowser wallet provider accessAccesses browser wallet providers (window.solana, window.ethereum, Phantom, Solflare, etc.). Common in Web3 apps but also the entry point for wallet drainers.public/proof-mvp.js
if (!button || !result) return;
if (!window.ethereum) {
result.innerHTML = "<b>WALLET NOT FOUND.</b> Install or enable an EVM wallet such as MetaMask to run the read-only check.";
...+2infoBrowser wallet provider accessAccesses browser wallet providers (window.solana, window.ethereum, Phantom, Solflare, etc.). Common in Web3 apps but also the entry point for wallet drainers.public/wallet-balance.js
async function syncWallet() {
if (!window.ethereum) {
const area = document.getElementById(AREA_ID);
if (area) area.innerHTML = "";+2warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.public/app.js+4
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.public/app.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.public/app.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.server/routes/identity.js+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.public/proof-mvp.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.public/proof-mvp.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.
14 files scanned @ 4cc4d92 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration0
file system access6
obfuscation15
supply chain2
owasp / injection0
telemetry
files 14/43rules hit 12engine v6commit 4cc4d92
github
AURASymbols/aura-web
AURA — an early-stage Web3 project exploring digital identity, NFTs, community, and an evolving economic layer.
3
6
20d
43 files
14 scanned(33%)
4cc4d92
architecture░▒▓
entry (1) flagged (5) pkg (4)
17 nodes · 18 edgesscroll to zoom · click node to jump to finding