A terminal workspace with batteries included
This report presents the forensic synthetic code analysis of zellij-org/zellij, a Rust project with 34,281 GitHub stars. SynthScan v2.0 examined 303,910 lines of code across 479 source files, recording 450 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.6 places this repository in the Likely human-written 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 450 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1660 | // ┌───────────┐ ┌───────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1663 | // ├───────────┤ ==close==> │xxxxxxxxxxx│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1666 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1727 | // ┌───────────┐ ┌───────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1730 | // ├───────────┤ ==close==> │xxxxxxxxxxx│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1733 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1924 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1927 | // ├─────┴─────┤ ==close==> │xxxxx│xxxxx│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 1930 | // └───────────┘ └─────┴─────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2038 | // ┌───────────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2041 | // ├─────┬─────┤ ==close==> │xxxxx│xxxxx│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2044 | // └─────┴─────┘ └─────┴─────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2151 | // ┌─────┬─────┐ ┌──────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2154 | // ├─────┤█████│ ==close==> ├──────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2157 | // └─────┴─────┘ └──────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2265 | // ┌─────┬─────┐ ┌──────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2268 | // │█████├─────┤ ==close==> ├──────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2271 | // └─────┴─────┘ └──────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2990 | // ┌────┬──────┐ ┌────┬──────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2992 | // ├────┴┬─────┤ ├────┴──────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2994 | // ├─────┤█████│ ==close==> ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2996 | // ├────┬┴─────┤ ├────┬──────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 2998 | // └────┴──────┘ └────┴──────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 3301 | // ┌────┬──────┐ ┌────┬──────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 3303 | // ├────┴┬─────┤ ├────┴──────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 3305 | // │█████├─────┤ ==close==> ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 3307 | // ├────┬┴─────┤ ├────┬──────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 3309 | // └────┴──────┘ └────┴──────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4093 | // ┌───────────┐ ┌───────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4096 | // ├───────────┤ ==resize=down==> │ │ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4097 | // │███████████│ ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4100 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4202 | // ┌───────────┐ ┌───────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4205 | // ├───────────┤ ==resize=down==> │███████████│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4206 | // │ │ ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4208 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4311 | // ┌───────────┐ ┌───────────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4314 | // ├───────────┤ ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4318 | // ├───────────┤ │███████████│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4319 | // │ │ ├───────────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4321 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4472 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4474 | // ├─────┴─────┤ ==resize=down==> │ │ │ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4475 | // │███████████│ ├─────┴─────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4477 | // └───────────┘ └───────────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4628 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4631 | // ├─────┼─────┤ ==resize=down==> ├─────┤ │ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4632 | // │ │█████│ │ ├─────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4634 | // └─────┴─────┘ └─────┴─────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4830 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4833 | // ├─────┼─────┤ ==resize=down==> ├─────┤█████│ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4834 | // │ │ │ │ ├─────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 4836 | // └─────┴─────┘ └─────┴─────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5032 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5035 | // ├─────┼─────┤ ==resize=down==> │ ├─────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5036 | // │█████│ │ ├─────┤ │ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5038 | // └─────┴─────┘ └─────┴─────┘ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5237 | // ┌─────┬─────┐ ┌─────┬─────┐ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5240 | // ├─────┼─────┤ ==resize=down==> │█████├─────┤ | COMMENT |
| MEDIUM⚡ | zellij-server/src/tab/unit/tab_tests.rs | 5241 | // │ │ │ ├─────┤ │ | COMMENT |
| 141 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | default-plugins/layout-manager/src/text_input.rs | 1 | // This is a duplicate of the same file in the sequence (and possibly other) plugins | COMMENT |
| LOW | default-plugins/status-bar/src/main.rs | 481 | /// | COMMENT |
| LOW | default-plugins/status-bar/src/second_line.rs | 81 | line_part | COMMENT |
| LOW | default-plugins/status-bar/src/first_line.rs | 121 | /// A long mode shortcut tile consists of a leading and trailing `separator`, a keybinding enclosed | COMMENT |
| LOW | default-plugins/status-bar/src/first_line.rs | 241 | COMMENT | |
| LOW | default-plugins/status-bar/src/first_line.rs | 441 | None => None, | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 41 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 381 | #[prost(message, tag="126")] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 441 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 521 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 701 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1301 | } | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1361 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1461 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1501 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1541 | #[prost(string, optional, tag="3")] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1781 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1801 | #[derive(Clone, PartialEq, ::prost::Oneof)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1821 | #[derive(Clone, PartialEq, ::prost::Message)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1861 | /// ClientId is u16, but using uint32 for protobuf compatibility | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 1901 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 2121 | #[derive(Clone, PartialEq, ::prost::Message)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 3101 | #[derive(Clone, PartialEq, ::prost::Message)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 3121 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 3281 | /// Empty message | COMMENT |
| LOW | zellij-utils/assets/prost_ipc/client_server_contract.rs | 3341 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 161 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 221 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 501 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 581 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 661 | pub mod split_size { | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 701 | #[prost(message, optional, tag="4")] | COMMENT |
| LOW | zellij-utils/assets/prost/api.action.rs | 761 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.pipe_message.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.input_mode.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 981 | #[prost(message, optional, tag="2")] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1101 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1301 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1361 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1481 | #[derive(Clone, PartialEq, ::prost::Message)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1501 | pub struct GetTabInfoResponse { | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 1541 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 2001 | #[derive(Clone, PartialEq, ::prost::Message)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.plugin_command.rs | 2021 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.event.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.event.rs | 221 | #[prost(string, optional, tag="1")] | COMMENT |
| LOW | zellij-utils/assets/prost/api.event.rs | 401 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.event.rs | 541 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.event.rs | 621 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | zellij-utils/assets/prost/api.style.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | …j-utils/assets/prost_web_server/web_server_contract.rs | 1 | #[allow(clippy::derive_partial_eq_without_eq)] | COMMENT |
| LOW | …j-utils/assets/prost_web_server/web_server_contract.rs | 21 | /// Empty for now, but allows for future parameters like graceful timeout | COMMENT |
| LOW | zellij-utils/src/lib.rs | 21 | // The following modules can't be used when targeting wasm | COMMENT |
| LOW | zellij-utils/src/downloader.rs | 161 | } | COMMENT |
| LOW | zellij-utils/src/data.rs | 741 | /// This is best thought of as follows: | COMMENT |
| LOW | zellij-utils/src/data.rs | 1161 | #[serde(alias = "normal")] | COMMENT |
| LOW | zellij-utils/src/data.rs | 1181 | EnterSearch, | COMMENT |
| LOW | zellij-utils/src/data.rs | 2301 | /// | COMMENT |
| 134 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 669 | // Step 1: empty search, populate results | COMMENT |
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 672 | // Step 2: select "beta" (find its index) | COMMENT |
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 679 | // Step 3: search for "a" — beta does not match | COMMENT |
| LOW | default-plugins/link/src/main.rs | 275 | // Step 1: tilde expansion (only leading ~) | COMMENT |
| LOW | default-plugins/link/src/main.rs | 290 | // Step 2: environment variable expansion ($VAR and ${VAR}) | COMMENT |
| LOW | zellij-client/src/remote_attach/auth.rs | 28 | // Step 1: Login with auth token | COMMENT |
| LOW | zellij-client/src/remote_attach/auth.rs | 63 | // Step 2: Get session/client ID | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4532 | // Step 1: Sanitize layout name for path traversal and invalid characters | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4535 | // Step 2: Validate the layout by parsing it | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4544 | // Step 3: Get layout_dir from PluginEnv | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4551 | // Step 4: Create file path | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4554 | // Step 5: Check if file exists when overwrite=false | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4562 | // Step 6: Ensure layout directory exists | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4566 | // Step 7: Write to disk | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4647 | // Step 1: Sanitize both layout names | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4654 | // Step 2: Get layout directory from PluginEnv | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4661 | // Step 3: Construct file paths | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4665 | // Step 4: Check if source file exists | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4670 | // Step 5: Check if target file already exists (fail if it does - no overwrite) | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4678 | // Step 6: Rename the file | COMMENT |
| LOW⚡ | zellij-server/src/tab/unit/tab_integration_tests.rs | 14348 | // Step 1: Hover over pane 1 — this focuses it via focus-follows-mouse | COMMENT |
| LOW⚡ | zellij-server/src/tab/unit/tab_integration_tests.rs | 14357 | // Step 2: Click on pane 1 — now this is a click on the ACTIVE pane | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 669 | // Step 1: empty search, populate results | COMMENT |
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 672 | // Step 2: select "beta" (find its index) | COMMENT |
| LOW⚡ | default-plugins/session-manager/src/single_screen.rs | 679 | // Step 3: search for "a" — beta does not match | COMMENT |
| LOW | default-plugins/link/src/main.rs | 275 | // Step 1: tilde expansion (only leading ~) | COMMENT |
| LOW | default-plugins/link/src/main.rs | 290 | // Step 2: environment variable expansion ($VAR and ${VAR}) | COMMENT |
| LOW | zellij-client/src/remote_attach/auth.rs | 28 | // Step 1: Login with auth token | COMMENT |
| LOW | zellij-client/src/remote_attach/auth.rs | 63 | // Step 2: Get session/client ID | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4532 | // Step 1: Sanitize layout name for path traversal and invalid characters | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4535 | // Step 2: Validate the layout by parsing it | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4544 | // Step 3: Get layout_dir from PluginEnv | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4551 | // Step 4: Create file path | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4554 | // Step 5: Check if file exists when overwrite=false | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4562 | // Step 6: Ensure layout directory exists | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4566 | // Step 7: Write to disk | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4647 | // Step 1: Sanitize both layout names | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4654 | // Step 2: Get layout directory from PluginEnv | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4661 | // Step 3: Construct file paths | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4665 | // Step 4: Check if source file exists | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4670 | // Step 5: Check if target file already exists (fail if it does - no overwrite) | COMMENT |
| LOW⚡ | zellij-server/src/plugins/zellij_exports.rs | 4678 | // Step 6: Rename the file | COMMENT |
| LOW⚡ | zellij-server/src/tab/unit/tab_integration_tests.rs | 14348 | // Step 1: Hover over pane 1 — this focuses it via focus-follows-mouse | COMMENT |
| LOW⚡ | zellij-server/src/tab/unit/tab_integration_tests.rs | 14357 | // Step 2: Click on pane 1 — now this is a click on the ACTIVE pane | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | zellij-client/assets/addon-webgl.js | 1 | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.am | CODE |
| CRITICAL | zellij-client/assets/xterm.js | 30 | !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | zellij-client/assets/soft-keyboard.js | 14 | export function installSoftKeyboardCapture(term, sendFunction) { | CODE |
| LOW | zellij-client/assets/soft-keyboard.js | 237 | export function suppressSoftKeyboardOnTouch(term) { | CODE |
| LOW | zellij-client/assets/websockets.js | 389 | function setupSoftKeyboardVisibilityTracker(getWsControl, getOwnWebClientId) { | CODE |
| LOW | zellij-client/assets/terminal.js | 6 | function ensurePreserveDrawingBuffer() { | CODE |
| LOW | zellij-client/assets/connection.js | 117 | export function markConnectionEstablished() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | rust-toolchain.toml | 1 | # This file is updated by `update-toolchain.sh` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | zellij-server/src/panes/unit/grid_tests.rs | 1691 | "Lorem ipsum dolor sit amet, | CODE |
| LOW | zellij-server/src/panes/unit/grid_tests.rs | 1691 | "Lorem ipsum dolor sit amet, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | zellij-client/src/input_handler.rs | 345 | /// # Return value | COMMENT |