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

ismailivanov/task-deck

JavaScript·19 files·commit c844f6c·scanned 5d ago·cached ✓
32/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
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
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/board-view.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.src/helpers.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/helpers.js+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/modals.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/plugin.js+3
infoSuspicious file in repoVery large source file (614KB) — could contain obfuscated payloadmain.js+2
warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.build.js
const EXTERNALS = new Set(["obsidian"]);
const COMPLETION_SOUND_TOKEN = "__TASK_DECK_COMPLETION_SOUND__";

const modules = new Map();
+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.

9 files scanned @ c844f6c | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection3
telemetry
files 9/19rules hit 8engine v5commit c844f6c

github

ismailivanov/task-deck

A small Markdown-backed kanban board for Obsidian.

JavaScript
4
2
52d
19 files
9 scanned(47%)
c844f6c

architecture░▒▓

entry (0) flagged (5) pkg (5)
12 nodes · 18 edgesscroll to zoom · click node to jump to finding
SUSPICIOUS (32/100) — ismailivanov/task-deck — ScanRepo