live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / karthikeyavajjala-ui

karthikeyavajjala-ui/medichronai

JavaScript·9666 files·commit 159957c·scanned 1h ago·cached ✓
73/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 6 days ago
No stars or forks
Created in the last 7 days
No community activity
1% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).run_vscode.bat
REM AI Document Analyzer Intelligence - VS Code Setup (Windows CMD)
REM Use this in Command Prompt, NOT PowerShell
echo 🏥 AI Document Analyzer Intelligence - VS Code Setup (Windows CMD)
echo.
+5
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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.client/src/pages/PatientProfile.jsx+4
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.client/src/components/Layout.jsx+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/components/Layout.jsx+3
warningHigh-entropy string literalsFound 21 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.client/src/components/UI.jsx+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.client/src/pages/Auth.jsx+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/Auth.jsx+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/DoctorPatients.jsx+3
infoSuspicious file in repoExecutable file (conc.cmd) in repositorynode_modules/.bin/conc.cmd+2
infoSuspicious file in repoExecutable file (conc.ps1) in repositorynode_modules/.bin/conc.ps1+2
infoSuspicious file in repoExecutable file (concurrently.cmd) in repositorynode_modules/.bin/concurrently.cmd+2
warningUnvalidated file uploadFile upload without type/size validation. Can be exploited for remote code execution or storage abuse.server/package-lock.json
        "jsonwebtoken": "^9.0.2",
        "multer": "^1.4.5-lts.1",
        "pdf-parse": "^1.1.1",
        "pdfjs-dist": "^3.11.174",
+3
warningUnvalidated file uploadFile upload without type/size validation. Can be exploited for remote code execution or storage abuse.server/package.json
    "jsonwebtoken": "^9.0.2",
    "multer": "^1.4.5-lts.1",
    "pdf-parse": "^1.1.1",
    "pdfjs-dist": "^3.11.174",
+3
warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.setup.js
  const envContent = `DATABASE_URL="file:./dev.db"
JWT_SECRET="medichron-ai-super-secret-2026-production-key-change-me"
PORT=5000
NODE_ENV=development
+3
warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.run_vscode.bat
  echo DATABASE_URL="file:./dev.db" > .env
  echo JWT_SECRET="healthcare-ai-document-analyzer-super-secret-2026-production-key-change-me" >> .env
  echo PORT=5000 >> .env
  echo NODE_ENV=development >...
+3
warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.run_vscode.sh
DATABASE_URL="file:./dev.db"
JWT_SECRET="healthcare-ai-document-analyzer-super-secret-2026-production-key-change-me"
PORT=5000
NODE_ENV=development
+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.

49 files scanned @ 159957c | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution7
network & exfiltration0
file system access0
obfuscation15
supply chain15
owasp / injection15
telemetry
files 49/9666rules hit 17engine v6commit 159957c

github

karthikeyavajjala-ui/medichronai

Medical + Chronology-emphasizes the patient timeline

JavaScript
0
0
6d
9666 files
49 scanned(1%)
159957c

architecture░▒▓

entry (1) flagged (14) pkg (22)
63 nodes · 137 edgesscroll to zoom · click node to jump to finding