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

letehaha/budget-tracker

TypeScript·3797 files·commit ca00bad·scanned 4d ago·cached ✓
100/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?
Partial architecture graph
threat-state: maliciouslive

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
warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials..claude/settings.json
      "Read(**/.aws/**)",
      "Read(**/.ssh/**)",
      "Read(**/config/database.yml)",
      "Read(**/config/credentials.json)",
+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.packages/frontend/src/data/lucide-icons.json+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.packages/backend/src/app.ts+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.packages/backend/src/config/auth.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/backend/src/services/ai/models-config/index.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.packages/backend/src/services/email/index.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/backend/src/services/stats/get-combined-balance-history/index.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.packages/backend/src/services/stats/get-net-worth-drivers/index.ts+3
infoSuspicious file in repoVery large source file (976KB) — could contain obfuscated payloadpackage-lock.json+2
warningDependency runs install scripts"<root>/postinstall" executes code during installation. Malicious packages use this to drop payloads before the app even runs.package.json+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.

2859 files scanned @ ca00bad | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access5
obfuscation15
supply chain5
owasp / injection0
telemetry
files 2859/3797rules hit 11engine v5commit ca00bad

github

letehaha/budget-tracker

A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.

TypeScript
92
22
552d
3797 files
2859 scanned(75%)
ca00bad

architecture░▒▓

entry (3) flagged (229) pkg (496)
896 nodes · 1839 edgesscroll to zoom · click node to jump to finding
⚠️ MALICIOUS (100/100) — letehaha/budget-tracker — ScanRepo