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

tamaratran/fast-jev-compaction

TypeScript·26 files·commit e3f262a·scanned 57m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 6,750 stars — findings likely legitimate code patterns

verdict accurate?
Created 8 days ago
Created 8 days ago
threat-state: lowlive

FINDINGS ░▒▓

criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: src/compact.ts, src/state.ts. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry2 flagged files form a connected cluster that is reachable from an entry point, suggesting coordinated malicious behavior rather than isolated false positives.+5
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/compact.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/state.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/state.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.hooks/fast-jev.ts+3
infoAuthor has no other public repositoriesGitHub user "devin-ai-integration[bot]" has no other public repositories, common for burner accounts used in scams.+2

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.

19 files scanned @ e3f262a | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution15
network & exfiltration0
file system access0
obfuscation12
supply chain2
owasp / injection0
telemetry
files 19/26rules hit 8engine v6commit e3f262a

github

tamaratran/fast-jev-compaction

Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.

TypeScript
6750
399
8d
26 files
19 scanned(73%)
e3f262a

architecture░▒▓

entry (1) flagged (3) pkg (3)
14 nodes · 27 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — tamaratran/fast-jev-compaction — ScanRepo