Zedis: A blazing-fast, native Redis GUI built with Rust and GPUI.
This report presents the forensic synthetic code analysis of vicanso/zedis, a Rust project with 2,024 GitHub stars. SynthScan v2.0 examined 125,839 lines of code across 274 source files, recording 481 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 5.0 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 481 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bacon.toml | 21 | [jobs.clippy] | COMMENT |
| LOW | bacon.toml | 81 | # to have the cargo run output immediately displayed instead of waiting for | COMMENT |
| LOW | rust-toolchain.toml | 1 | # Pins the toolchain for everyone entering this directory — rustup reads | COMMENT |
| LOW | crates/zedis-db/src/key_metadata_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/key_metadata_manager.rs | 21 | //! ```json | COMMENT |
| LOW | crates/zedis-db/src/error.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/favorites_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/search_history_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/lib.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/lib.rs | 61 | // document keyed by Redis key name: | COMMENT |
| LOW | crates/zedis-db/src/metrics_history.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/protos.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/scripts.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/scripts.rs | 21 | //! | COMMENT |
| LOW | crates/zedis-db/src/scripts.rs | 41 | //! `"$ZEDIS_KEY"` under `sh`, `!ZEDIS_KEY!` under `cmd /v:on` — which the shell | COMMENT |
| LOW | crates/zedis-db/src/scripts.rs | 101 | /// milliseconds), long enough not to spin. | COMMENT |
| LOW | crates/zedis-db/src/scripts.rs | 401 | #[cfg(not(target_os = "windows"))] | COMMENT |
| LOW | crates/zedis-db/src/history_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/lua_scripts.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/lua_scripts.rs | 41 | #[derive(Debug, Clone, Default, Serialize, Deserialize)] | COMMENT |
| LOW | crates/zedis-db/src/trash.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/trash.rs | 21 | //! `[u32 LE meta_len][meta_json][payload]` so listings can decode the | COMMENT |
| LOW | crates/zedis-db/src/recent_keys_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-db/src/cmd_history_manager.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/about.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/divider.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/lib.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/dialog.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/dialog.rs | 21 | type ZedisDialogOnOk = Rc<dyn Fn(&ClickEvent, &mut Window, &mut App) -> bool + 'static>; | COMMENT |
| LOW | crates/zedis-ui/src/loading.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/select.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/hint.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/help.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/card.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/card.rs | 21 | type ZedisCardOnClick = Box<dyn Fn(&ClickEvent, &mut Window, &mut App) + 'static>; | COMMENT |
| LOW | crates/zedis-ui/src/card.rs | 41 | /// It supports an icon, title, description, action buttons, a footer, | COMMENT |
| LOW | crates/zedis-ui/src/card.rs | 61 | description: Option<SharedString>, | COMMENT |
| LOW | crates/zedis-ui/src/card.rs | 361 | COMMENT | |
| LOW | crates/zedis-ui/src/card.rs | 401 | }) | COMMENT |
| LOW | crates/zedis-ui/src/form.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-ui/src/form.rs | 101 | /// Whether this field should receive focus on the first render. | COMMENT |
| LOW | crates/zedis-ui/src/form.rs | 461 | /// any context without needing a reference to the form entity. | COMMENT |
| LOW | crates/zedis-core/benches/hot_paths.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/features.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/features.rs | 21 | //! servers (Dragonfly / KeyDB / Kvrocks / Garnet) ship different subsets. | COMMENT |
| LOW | crates/zedis-core/src/env.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/lib.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/fuzzy.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/jsonpath.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/jsonpath.rs | 61 | JsonPathOutcome::Multiple(format_value(&arr)) | COMMENT |
| LOW | crates/zedis-core/src/jsonpath.rs | 101 | // Pure, dependency-light logic so it is fully unit-testable without a | COMMENT |
| LOW | crates/zedis-core/src/string.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/string.rs | 21 | /// 2. **Unicode fallback**: Falls back to full Unicode lowercase comparison for non-ASCII | COMMENT |
| LOW | crates/zedis-core/src/ttl_cache.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/csv.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/fs.rs | 1 | // Copyright 2026 Tree xie. | COMMENT |
| LOW | crates/zedis-core/src/fs.rs | 61 | _ => None, | COMMENT |
| LOW | crates/zedis-core/src/fs.rs | 101 | Ok(()) | COMMENT |
| LOW | crates/zedis-core/src/fs.rs | 161 | /// 3. Migrates old configuration from `~/.zedis` to the new location if found | COMMENT |
| LOW | crates/zedis-core/src/fs.rs | 221 | } | COMMENT |
| 334 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/zedis-core/src/capability.rs | 47 | // ── Allowed in read-only (reads / local / pure UI) ─────────────── | COMMENT |
| MEDIUM | crates/zedis-core/src/capability.rs | 82 | // ── Denied in read-only (mutate Redis / server state) ──────────── | COMMENT |
| MEDIUM | crates/zedis-core/src/capability.rs | 268 | // ── reads / local: true ────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-core/src/capability.rs | 285 | // ── writes: false ──────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/tests/live.rs | 129 | // ── standalone ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/tests/live.rs | 885 | // ── tls ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/tests/live.rs | 920 | // ── sentinel ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/tests/live.rs | 1049 | // ── cluster ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/tests/live.rs | 1099 | // ── redis-stack ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/src/import_clients.rs | 59 | // ─── Another Redis Desktop Manager ─────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/src/import_clients.rs | 193 | // ─── Tiny RDM ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/zedis-connection/src/import_clients.rs | 297 | // ─── Minimal YAML reader ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/app_store_build.sh | 26 | # ======================================= | COMMENT |
| MEDIUM | scripts/app_store_build.sh | 49 | # ======================================= | COMMENT |
| MEDIUM | scripts/app_store_build.sh | 51 | # ======================================= | COMMENT |
| MEDIUM | scripts/it/up.sh | 131 | # ── standalone ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/it/up.sh | 146 | # ── tls ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/it/up.sh | 166 | # ── sentinel ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/it/up.sh | 199 | # ── cluster ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/states/server/stream.rs | 42 | // ── XINFO / XPENDING parsing helpers ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/states/server/stream.rs | 96 | // ── Async fetch ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/states/server/stream.rs | 108 | // ── XINFO STREAM ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/states/server/stream.rs | 129 | // ── XINFO GROUPS ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/keyspace_notifications.rs | 893 | // ── Render helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/stream_editor.rs | 280 | // ─── Simple flat-data table delegate ──────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/stream_editor.rs | 354 | // ─── Stream editor ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/stream_editor.rs | 992 | // ── Stream summary card ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/stream_editor.rs | 1046 | // ── Manage groups: header + create, then per-group actions ─────────── | COMMENT |
| MEDIUM | src/views/monitor.rs | 64 | // ── Parsed MONITOR line ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/monitor.rs | 160 | // ── Table delegate ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/monitor.rs | 446 | // ── Main view ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 268 | // ── Header ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 308 | // ── Banners ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 380 | // ── Status cards ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 534 | // ── Policy / path summary ────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 687 | // ── Cluster per-node table ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/persistence.rs | 798 | // ── Action cards ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis.rs | 109 | // ─── Row types ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis.rs | 234 | // ─── Column constants ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis.rs | 247 | // ─── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis.rs | 307 | // ─── Main component ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/key_tag_dialog.rs | 310 | // ─── Batch tag (multi-select) ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 461 | // ── Nodes tab (existing ops) ────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 858 | // ── Slots tab ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 1053 | // ── Load tab ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 1206 | // ── Reshard tab ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 1571 | // ── Sentinel ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/topology.rs | 1710 | // ── Confirm dialogs (unchanged behaviour) ───────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/rules.rs | 128 | // ─── Recommendations (offline rule engine) ─────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/stats.rs | 78 | // ─── Row builders ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/stats.rs | 169 | // ─── Shared fold ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/stats.rs | 264 | // ─── TTL distribution ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/stats.rs | 317 | // ─── Analysis status ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/tables.rs | 98 | // ─── Prefix table delegate ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/tables.rs | 291 | // ─── Single-key table delegate ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/views/memory_analysis/tables.rs | 462 | // ─── Accumulator ───────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/states/server/list.rs | 93 | // Step 1: Set status and perform optimistic UI update | COMMENT |
| LOW | src/states/server/list.rs | 104 | // Step 2: Spawn background task for Redis operation | COMMENT |
| LOW | src/states/server/list.rs | 117 | // Step 3: Handle error by rolling back the local state | COMMENT |
| LOW⚡ | src/states/server/set.rs | 134 | // Step 1: Perform local optimistic update | COMMENT |
| LOW⚡ | src/states/server/set.rs | 144 | // Step 2: Spawn background task | COMMENT |
| LOW⚡ | src/states/server/hash.rs | 191 | // Step 1: Perform local optimistic update | COMMENT |
| LOW⚡ | src/states/server/hash.rs | 201 | // Step 2: Spawn background task | COMMENT |
| LOW⚡ | src/views/key_tree/actions.rs | 110 | // Step 1: Update server state with new query mode | COMMENT |
| LOW⚡ | src/views/key_tree/actions.rs | 115 | // Step 2: Update local UI state | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/states/server/list.rs | 93 | // Step 1: Set status and perform optimistic UI update | COMMENT |
| LOW | src/states/server/list.rs | 104 | // Step 2: Spawn background task for Redis operation | COMMENT |
| LOW | src/states/server/list.rs | 117 | // Step 3: Handle error by rolling back the local state | COMMENT |
| LOW⚡ | src/states/server/set.rs | 134 | // Step 1: Perform local optimistic update | COMMENT |
| LOW⚡ | src/states/server/set.rs | 144 | // Step 2: Spawn background task | COMMENT |
| LOW⚡ | src/states/server/hash.rs | 191 | // Step 1: Perform local optimistic update | COMMENT |
| LOW⚡ | src/states/server/hash.rs | 201 | // Step 2: Spawn background task | COMMENT |
| LOW⚡ | src/views/key_tree/actions.rs | 110 | // Step 1: Update server state with new query mode | COMMENT |
| LOW⚡ | src/views/key_tree/actions.rs | 115 | // Step 2: Update local UI state | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/zedis-connection/src/search.rs | 376 | /// pretty-printed — robust the same way the other parsers here are. | COMMENT |
| MEDIUM | src/views/servers.rs | 1242 | /// can't be parsed. Date-only granularity (no time-of-day) keeps it robust to | COMMENT |
| MEDIUM | src/views/bytes_editor.rs | 600 | /// - No borders for seamless integration | COMMENT |
| MEDIUM | src/views/key_tree/delegate.rs | 606 | // slot above). Absolutely positioned (out of flow → no | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/states/app.rs | 516 | /// the 10k default). The panel's other guardrails (value-size and | COMMENT |
| MEDIUM | src/views/setting_editor.rs | 338 | // Value-search guardrails. Cleared input → 0 → the setter stores | COMMENT |
| MEDIUM | src/views/value_search.rs | 20 | //! That is `O(keyspace)` of reads, so it runs behind guardrails: | COMMENT |
| MEDIUM | src/views/value_search.rs | 253 | // Snapshot the tunable guardrails at search start — a mid-search | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/gen-flatpak-sources.sh | 7 | # Usage: | COMMENT |
| LOW | scripts/screenshot.sh | 5 | # Usage: | COMMENT |
| LOW | scripts/submit-winget.sh | 7 | # Usage: | COMMENT |
| LOW | scripts/submit-flathub.sh | 6 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/views/multi_search.rs | 111 | let query = cx.new(|cx| InputState::new(window, cx).placeholder(i18n_multi_search(cx, "placeholder"))); | CODE |