live · scanning repos
Scanrepo
github.com
github.com / Arhamalii

Arhamalii/Ecommerce-Store-With-MERN-

JavaScript·141 files·commit 2bfb851·scanned 5d ago·cached ✓
40/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
No stars or forks
No community activity
44% file coverage
threat-state: suspiciouslive

FINDINGS ░▒▓

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
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/controllers/productController.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.client/src/Component/Header.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.client/src/pages/Admin/AdminOrder.js+3
infoSuspicious file in repoVery large source file (712KB) — could contain obfuscated payloadclient/package-lock.json+2
warningPotential NoSQL injectionUser input passed directly to MongoDB query (findOne, find, updateOne) without sanitization. Attacker can inject query operators.backend/controllers/categoryController.js+4
warningPotential NoSQL injectionUser input passed directly to MongoDB query (findOne, find, updateOne) without sanitization. Attacker can inject query operators.backend/controllers/productController.js
    const singleProduct = await productModel
      .findOne({ slug: req.params.slug })
      .select("-photo")
      .populate("category");
+4

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.

62 files scanned @ 2bfb851 | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection8
telemetry
files 62/141rules hit 7engine v5commit 2bfb851

github

Arhamalii/Ecommerce-Store-With-MERN-

Unlock the true potential of MERN-based applications - Empowering innovation, scalability, and seamless user experiences! 🌐

JavaScript
0
0
1109d
141 files
62 scanned(44%)
2bfb851

architecture░▒▓

entry (0) flagged (8) pkg (23)
81 nodes · 257 edgesscroll to zoom · click node to jump to finding