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

silentvoid13/Templater

TypeScript·156 files·commit 5333a68·scanned 24m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 5,303 stars — findings likely legitimate code patterns

verdict accurate?
threat-state: lowlive

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
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.src/core/functions/internal_functions/system/InternalModuleSystem.ts
        return async () => {
            return await navigator.clipboard.readText();
        };
    }
+4
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/editor/CursorJumper.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/editor/Editor.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/editor/TpDocumentation.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/editor/mode/javascript.js+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.

107 files scanned @ 5333a68 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access4
obfuscation15
supply chain0
owasp / injection0
telemetry
files 107/156rules hit 6engine v6commit 5333a68

github

silentvoid13/Templater

A template plugin for obsidian

TypeScript
5303
333
2151d
156 files
107 scanned(69%)
5333a68

architecture░▒▓

entry (1) flagged (6) pkg (47)
142 nodes · 252 edgesscroll to zoom · click node to jump to finding