A simple GUI client to manage a Quip Network node
This report presents the forensic synthetic code analysis of QuipNetwork/quip-node-manager, a Rust project with 5,504 GitHub stars. SynthScan v2.0 examined 16,012 lines of code across 42 source files, recording 134 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 21.0 places this repository in the Moderate 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 134 distinct pattern matches across 5 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 | .gitlab-ci.yml | 14 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 16 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 40 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 42 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 63 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 65 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 111 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 113 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 140 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .gitlab-ci.yml | 142 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/install.sh | 13 | # ── Detect platform ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/install.sh | 29 | # ── Fetch latest release tag ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/install.sh | 35 | # ── Build artifact URL ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/install.sh | 49 | # ── Download ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/install.sh | 55 | # ── Install ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_ui.rs | 464 | // ─── Log panel (bottom drawer) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_ui.rs | 512 | // ─── Footer ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_ui.rs | 522 | // ─── Widget helpers ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/cmd.rs | 19 | // ── known tool-install directories (safety net) ─────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/cmd.rs | 60 | // ── login-shell PATH discovery ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/cmd.rs | 120 | // ── manual override (modal / settings integration point) ────────────────── | COMMENT |
| MEDIUM | src-tauri/src/cmd.rs | 139 | // ── PATH assembly + cache ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/cmd.rs | 185 | // ── public command constructor ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 116 | // ── One-time cleanup of pre-v0.2 native binaries ────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 123 | // ── System tray ────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 227 | // ── Background update monitor ──────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 28 | // ── logging helpers (moved verbatim from docker.rs) ──────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 61 | // ── host uid/gid (moved verbatim from docker.rs) ─────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 84 | // ── profile + services selection ─────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 108 | // ── compose command builder ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 135 | // ── postgres identity ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 151 | // ── .env generation ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 248 | // ── streaming compose output ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 400 | // ── image registry paths ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/compose.rs | 419 | // ── Tauri commands ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 12 | // ─── Types ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 81 | // ─── Shared state ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 119 | // ─── Per-check context ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 185 | // ─── Low-level probes ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 602 | // ─── Check registry ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 696 | // ─── Per-check async runners ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 956 | // ─── Event emission ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 995 | // ─── Recheck dispatcher ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 1095 | // ─── Tauri commands ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/checklist.rs | 1126 | // ─── TUI helpers ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/log_stream.rs | 139 | // ─── File tailing ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/log_stream.rs | 209 | // ─── Combined streaming: fallback then node.log ────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/log_stream.rs | 395 | // ─── Public API ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_input.rs | 18 | // ─── Keyboard ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_input.rs | 91 | // ─── Activation ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_input.rs | 202 | // ─── Edit mode helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_input.rs | 245 | // ─── Mouse ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 24 | // ─── Focus IDs ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 59 | // ─── Edit mode ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 67 | // ─── Actions returned from input handler ────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 82 | // ─── Form state ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 247 | // ─── App state ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 336 | // ─── Main event loop ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 377 | // ─── Background task polling ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/tui_app.rs | 473 | // ─── Docker status ──────────────────────────────────────────────────────── | COMMENT |
| 50 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src-tauri/src/stack_assets.rs | 1 | // SPDX-License-Identifier: AGPL-3.0-or-later | COMMENT |
| LOW | src-tauri/src/stack_assets.rs | 21 | //! - Caddyfile (Native mode only): `/api/v1/*` upstream is rewritten | COMMENT |
| LOW | src-tauri/src/cmd.rs | 1 | // SPDX-License-Identifier: AGPL-3.0-or-later | COMMENT |
| LOW | src-tauri/src/compose.rs | 61 | // ── host uid/gid (moved verbatim from docker.rs) ─────────────────────────── | COMMENT |
| LOW | src-tauri/src/compose.rs | 81 | } | COMMENT |
| LOW | src-tauri/src/compose.rs | 241 | // so it must resolve both from one host — Caddy's internal :8088 listener. | COMMENT |
| LOW | src-tauri/src/compose.rs | 701 | /// Postgres rejected the current password (`28P01`) — the data volume was | COMMENT |
| LOW | src-tauri/src/compose.rs | 801 | /// Delete the dashboard's database + indexer state. Used to clear stale | COMMENT |
| LOW | src-tauri/src/checklist.rs | 301 | /// this host. | COMMENT |
| LOW | src-tauri/src/checklist.rs | 341 | HostResponded, | COMMENT |
| LOW | src-tauri/src/checklist.rs | 361 | lower.contains("timeout") | COMMENT |
| LOW | src-tauri/src/checklist.rs | 621 | // Docker daemon + compose itself — v0.2 always runs compose services | COMMENT |
| LOW | src-tauri/src/settings.rs | 201 | // v0.2: public Caddy/API/dashboard/RPC host port. | COMMENT |
| LOW | src-tauri/src/settings.rs | 421 | COMMENT | |
| LOW | src/app.js | 161 | && dashSvc.health !== 'starting' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | OSX.md | 18 | ## Step 1: Create a Developer ID Certificate | COMMENT |
| LOW | OSX.md | 37 | ## Step 2: Build the App | COMMENT |
| LOW | OSX.md | 52 | ## Step 3: Code Sign the App Bundle | COMMENT |
| LOW | OSX.md | 76 | ## Step 4: Create a DMG | COMMENT |
| LOW | OSX.md | 96 | ## Step 5: Notarize the DMG | COMMENT |
| LOW | OSX.md | 119 | ## Step 6: Staple the Notarization Ticket | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | AGENTS.md | 46 | ├── compose.rs # docker compose orchestration: miner + | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/app.js | 77 | function dashboardHostnameForSettings(settings) { | CODE |
| LOW | src/app.js | 1176 | function handleBinaryDownloadProgress(ev) { | CODE |