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

Netzvamp/tabby-sftp-panel

TypeScript·53 files·commit 48834e4·scanned 14m ago·cached ✓
50/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
threat-state: suspiciouslive

FINDINGS ░▒▓

criticalchild_process / exec usageExecuting shell commands can be used to download and run malware, exfiltrate data, or modify system files.src/panel.component.ts
    // not in the structural type, reached via the cast below.
    private async exec (cmd: string, timeoutMs = 5000): Promise<string | null> {
        try {
            const ssh = (this.session as a...
+8
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.src/local-edit.service.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/local-ops.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/mount.service.ts+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/panel.component.ts+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/sftp-util.ts+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.

29 files scanned @ 48834e4 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 29/53rules hit 7engine v6commit 48834e4

github

Netzvamp/tabby-sftp-panel

A standalone SFTP file browser that lives on the edge of every SSH tab in Tabby.

TypeScript
4
0
78d
53 files
29 scanned(55%)
48834e4

architecture░▒▓

entry (1) flagged (6) pkg (14)
39 nodes · 62 edgesscroll to zoom · click node to jump to finding
SUSPICIOUS (50/100) — Netzvamp/tabby-sftp-panel — ScanRepo