github.com / L1AD
L1AD/ claude-task-viewer
HTML·9 files·commit eb0161c·scanned 3d ago·cached ✓
40/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
CLI tool detected
threat-state: suspiciouslive
FINDINGS ░▒▓
warningPotential path traversalUser input used in file system paths without sanitization. Attacker can read/write arbitrary files.server.js
try {
const sessionPath = path.join(TASKS_DIR, req.params.sessionId);
if (!existsSync(sessionPath)) {+4Scores 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.
3 files scanned @ eb0161c | 8/21/2026 | heuristic scan — always review manually
risk by category
code execution0
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection4
telemetry
files 3/9rules hit 1engine v5commit eb0161c
github
L1AD/claude-task-viewer
A web-based Kanban board for viewing Claude Code tasks
755
87
213d
9 files
3 scanned(33%)
eb0161c
architecture░▒▓
entry (1) flagged (1) pkg (4)
5 nodes · 4 edgesscroll to zoom · click node to jump to finding