One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code (Moonshot) ,Qwen Code,Aider,OpenCode,MiMo Code (Xiaomi),ZCode (Z.AI),OpenClaw,Pi,OpenScience,Vibe-Trading,Claude Desktop (3P profile),ChatGPT desktop,OpenCode Desktop,
This report presents the forensic synthetic code analysis of edison7009/EchoBird, a Rust project with 3,139 GitHub stars. SynthScan v2.0 examined 124,095 lines of code across 354 source files, recording 332 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 4.5 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 332 distinct pattern matches across 13 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 | docs/install.sh | 182 | # ── macOS ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/install.sh | 268 | # ── Linux ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/support/index.html | 569 | // ╔══════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM | docs/support/index.html | 571 | // ╚══════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM | docs/support/index.html | 593 | // ╔══════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM | docs/support/index.html | 595 | // ╚══════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM⚡ | docs/support/index.html | 651 | // ╔══════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM⚡ | docs/support/index.html | 653 | // ╚══════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM⚡ | docs/support/index.html | 662 | // ╔══════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM⚡ | docs/support/index.html | 664 | // ╚══════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM | docs/support/index.html | 712 | // ╔══════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM | docs/support/index.html | 714 | // ╚══════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 46 | # ─── Config ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 78 | # ─── HTTP helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 101 | # ─── Source 1: Hacker News Algolia API ──────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 170 | # ─── Source 2: RSS feeds (AI labs, tech media, arXiv) ───────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/build_en_pulse.py | 190 | # ── AI labs ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/build_en_pulse.py | 199 | # ── Tech media (general feeds, need keyword filter) ───── | COMMENT |
| MEDIUM⚡ | scripts/build_en_pulse.py | 203 | # ── arXiv (per-category feeds, all AI-relevant) ───────── | COMMENT |
| MEDIUM⚡ | scripts/build_en_pulse.py | 210 | # ── Reddit communities (RSS) ──────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/build_en_pulse.py | 217 | # ── Newsletters / analyst blogs ───────────────────────── | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 306 | # ─── Source 3: GitHub Trending (daily snapshot) ─────────────────────────────── | COMMENT |
| MEDIUM | scripts/build_en_pulse.py | 379 | # ─── Merge + write ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 380 | // ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 382 | // ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 31 | // ─── Tool families ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 150 | // ─── Wire types (snake_case to match the ported frontend) ──────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 172 | // ─── Title extraction helpers ──────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 241 | // ─── Per-family parsers ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 553 | // ─── Directory walking ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 587 | // ─── OpenCode (SQLite) ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 714 | // ─── Message counting (heatmap) ────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 739 | // ─── Hermes (SQLite) ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 932 | // ─── DeepSeek Harness (dsh) ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1140 | // ─── Heatmap count cache ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1171 | // ─── Public entry points (called by ai_career_commands) ────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1605 | // ── Bug A: sub-agent filtering ─────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1649 | // ── Bug B: Codex Desktop file-preamble title stripping ────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1758 | // ── DeepSeek Harness (dsh) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/codex_session_merge.rs | 99 | // ─── config.toml: the active provider ──────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/codex_session_merge.rs | 135 | // ─── state_*.sqlite: threads.model_provider ───────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/codex_session_merge.rs | 283 | // ─── rollout JSONL: session_meta.model_provider ───────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/codex_session_merge.rs | 393 | // ─── helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 306 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 308 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 402 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 404 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 496 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 498 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 532 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 534 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 653 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 656 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 762 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 766 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 963 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 966 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1230 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1236 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1339 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| 48 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | infra/pulse-worker/src/index.js | 1 | // echobird-pulse — Cloudflare Worker that proxies multiple GitHub data sources | COMMENT |
| LOW | scripts/build_en_pulse.py | 181 | # Each feed parsed independently; failures are warnings, not fatal — a broken | COMMENT |
| LOW | scripts/build_en_pulse.py | 201 | "arstechnica": ("Ars Technica", "https://feeds.arstechnica.com/arstechnica/index", | COMMENT |
| LOW | scripts/filter_pulse.py | 21 | from pathlib import Path | COMMENT |
| LOW | scripts/filter_pulse.py | 41 | r"(?:" | COMMENT |
| LOW | .github/workflows/refresh-pulse-data.yml | 1 | name: Refresh Pulse Data | COMMENT |
| LOW | .github/workflows/sync-version-manifest.yml | 1 | name: Sync Version Manifest | COMMENT |
| LOW | .github/workflows/sync-version-manifest.yml | 61 | # Policy: tag annotations are English (engineering audience), the | COMMENT |
| LOW | src-tauri/Cargo.toml | 21 | # Manager, tray, and menu APIs are used throughout services/. | COMMENT |
| LOW | src-tauri/src/lib.rs | 381 | // Window state persistence (manual, ~/.echobird/window-state.json) | COMMENT |
| LOW | src-tauri/src/lib.rs | 401 | } | COMMENT |
| LOW | src-tauri/src/lib.rs | 521 | log::info!("[Cleanup] Found stale llama-server PID file: pid={}", pid); | COMMENT |
| LOW | src-tauri/src/lib.rs | 581 | log::info!("[Setup] Cleaned up any leftover llama-server processes"); | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 81 | #[serde(skip_serializing_if = "Option::is_none")] | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 101 | #[serde(skip_serializing_if = "Option::is_none")] | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 121 | /// Windows: match against `DisplayName` in | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 141 | pub windows_publisher: Option<String>, | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 161 | pub struct ConfigReadMapping { | COMMENT |
| LOW | src-tauri/src/commands/settings_commands.rs | 1 | use crate::utils::platform::echobird_dir; | COMMENT |
| LOW | src-tauri/src/commands/mod_stub.rs | 1 | // Window lifecycle commands | COMMENT |
| LOW | src-tauri/src/commands/tool_commands.rs | 1 | // Tauri Commands for tool operations — exposed to frontend via invoke() | COMMENT |
| LOW | src-tauri/src/commands/tool_commands.rs | 381 | COMMENT | |
| LOW | src-tauri/src/commands/tool_commands.rs | 401 | /// (see tool_manager::load_user_path_overrides), and deleting the file | COMMENT |
| LOW | src-tauri/src/commands/pulse_commands.rs | 1 | //! Tauri IPC for the AI Pulse on-disk archive. | COMMENT |
| LOW | src-tauri/src/services/pulse_archive.rs | 1 | //! AI Pulse archive — per-day JSON files on disk. | COMMENT |
| LOW | src-tauri/src/services/pulse_archive.rs | 21 | use serde::{Deserialize, Serialize}; | COMMENT |
| LOW | src-tauri/src/services/datalog.rs | 1 | // Per-turn datalog for the agent loop. | COMMENT |
| LOW | src-tauri/src/services/json_repair.rs | 1 | // 3-layer JSON repair for LLM tool-call arguments. | COMMENT |
| LOW | src-tauri/src/services/self_update.rs | 1 | //! In-app self-update (Windows) — DIY flow. | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 1 | //! "我的AI生涯" (My AI Career) data layer — cross-tool session history + | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 161 | pub turn_count: Option<u32>, | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 381 | /// | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 401 | } | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 421 | /// | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 581 | } else if path.is_dir() { | COMMENT |
| LOW | src-tauri/src/services/tool_patcher.rs | 321 | /// Patch Hermes Agent config files for custom endpoint. | COMMENT |
| LOW | src-tauri/src/services/agent_loop.rs | 21 | // because heavy install/patch flows (e.g. the Claude Desktop Chinese | COMMENT |
| LOW | src-tauri/src/services/agent_loop.rs | 1421 | COMMENT | |
| LOW | src-tauri/src/services/model_directory.rs | 1 | // Model directory: serve the right-panel Providers + Relays list to the | COMMENT |
| LOW | src-tauri/src/services/auto_fix.rs | 1 | // Post-action verification for known install/repair intents. | COMMENT |
| LOW | src-tauri/src/services/windows_path.rs | 1 | //! Windows PATH hydration from the registry. | COMMENT |
| LOW | src-tauri/src/services/tool_manager.rs | 81 | COMMENT | |
| LOW | src-tauri/src/services/tool_manager.rs | 281 | }, | COMMENT |
| LOW | src-tauri/src/services/tool_manager.rs | 561 | // Fallback when paths.json's hardcoded locations miss the install — user | COMMENT |
| LOW | src-tauri/src/services/tool_manager.rs | 601 | COMMENT | |
| LOW | src-tauri/src/services/tool_manager.rs | 781 | // Collect install-dir candidates for the exe-glob fallback below. | COMMENT |
| LOW | src-tauri/src/services/codex_session_merge.rs | 1 | //! Cross-provider Codex history merge. | COMMENT |
| LOW | src-tauri/src/services/codex_session_merge.rs | 21 | //! whatever relay-mode wrote), so the merge can never tag sessions to a | COMMENT |
| LOW | src-tauri/src/services/parasite.rs | 1 | // Parasite — wrap an installed AI agent CLI (currently just Claude Code) as a | COMMENT |
| LOW | src-tauri/src/services/parasite.rs | 161 | // tokio::process::Command exposes creation_flags as an inherent method on | COMMENT |
| LOW | src-tauri/src/services/codex_catalog.rs | 1 | // Codex model-catalog generation — per-vendor capability templates, embedded | COMMENT |
| LOW | src-tauri/src/services/codex_catalog.rs | 21 | // maintenance — we never enumerate a vendor's model versions. Matching is | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 1 | // LLM Client — supports OpenAI and Anthropic APIs with SSE streaming | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 421 | // 3. ends with "/v1" → append "/messages" | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 761 | /// problems that are typically transient. | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 781 | COMMENT | |
| LOW | src-tauri/src/services/llm_client.rs | 901 | /// Open an EventSource with transient-error retry. Returns when: | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 21 | #[serde(skip_serializing_if = "Option::is_none")] | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 41 | /// speak the Responses protocol (e.g. Volcengine ARK `glm-5.2`) — | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 241 | /// Write a `serde_yaml_ng::Value` back to a YAML file (block style), creating | COMMENT |
| 112 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src-tauri/assets/mother/system_prompt.md | 62 | ### Step 1: Platform Compatibility Check | COMMENT |
| LOW | src-tauri/assets/mother/system_prompt.md | 124 | ### Step 2: Download Speed Test (on the REMOTE server) | COMMENT |
| LOW | src-tauri/assets/mother/system_prompt.md | 144 | ### Step 3: Confirm and Proceed | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/network-info.md | 5 | ## Step 1: Gather Network Info | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/network-info.md | 14 | ## Step 2: Detect NAT Type | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/network-info.md | 20 | ## Step 3: Check Existing Tunnel Software | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/network-info.md | 29 | ## Step 4: Act Based on Results | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/detect-cuda.md | 40 | ## Step 1: Platform Gate | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/detect-cuda.md | 50 | ## Step 2: GPU Inventory | COMMENT |
| LOW⚡ | src-tauri/assets/quick-actions/detect-cuda.md | 60 | ## Step 3: NVIDIA Driver | COMMENT |
| LOW | src-tauri/assets/quick-actions/detect-cuda.md | 75 | ## Step 4: CUDA Modules — the main probe | COMMENT |
| LOW | src-tauri/assets/quick-actions/detect-cuda.md | 139 | ## Step 5: Windows Edition — the stripped / Home-edition trap | COMMENT |
| LOW | src-tauri/assets/quick-actions/detect-cuda.md | 183 | ## Step 6: Verdict Report | COMMENT |
| LOW | src-tauri/assets/quick-actions/detect-cuda.md | 238 | ## Step 7: Verdict + Next Step (exactly one) | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 41 | ## Step 0: Mandatory Pre-flight | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 59 | ## Step 1: NVIDIA Driver (if detect-cuda flagged missing) | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 70 | ## Step 2: User picks the Toolkit version | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 208 | ## Step 3: Modified Windows — Refuse, Don't Try | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 239 | ## Step 4: Standard Install Path | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 418 | ## Step 5: Verify Modules Are Reachable | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-cuda.md | 437 | ## Step 6: Wrap-up | COMMENT |
| LOW | src-tauri/assets/quick-actions/install-git.md | 19 | ## Step 0: Presence check | COMMENT |
| LOW | src/pages/MotherAgent/MotherAgentPanel.tsx | 52 | // Step 1: Test SSH connectivity | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/pulse/latest-7d-en.json | 1554 | "url": "https://www.amyzyuan.com/thoughts/agentic-workflow-design-2026", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 1794 | "url": "https://www.nist.gov/blogs/cybersecurity-insights/back-future-why-agentic-ai-needs-strong-identity-foundation", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 3234 | "url": "https://www.syntasso.io/post/ai-agent-guardrails-don-t-work-safer-platforms-do", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 3969 | "url": "https://martinfowler.com/articles/making-data-ready-for-agentic-ai.html", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 9024 | "url": "https://scottspence.com/posts/agentic-engineering-practical-guide", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 9204 | "url": "https://owasp.org/www-project-agentic-skills-top-10/", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 9999 | "url": "https://codemanship.wordpress.com/2026/08/27/agentic-horizons-when-the-wheels-start-to-wobble/", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 10419 | "url": "https://zdne.org/articles/agentic-payments/", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/App.tsx | 135 | // indistinguishable — showing the notes once on either is the robust | COMMENT |
| MEDIUM | src/components/EffortPulse.tsx | 248 | // already dark (use the surface, seamless cover); day themes would wash the | COMMENT |
| MEDIUM | src/components/chat/TerminalStatusBar.tsx | 2 | // Content scrolls continuously from left to left (doubling creates seamless loop). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | scripts/build_en_pulse.py | 363 | # null, which keeps these grouped under today's date. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/build_en_pulse.py | 87 | except Exception as e: | CODE |
| LOW | scripts/build_en_pulse.py | 130 | except Exception: | CODE |
| LOW | scripts/build_en_pulse.py | 231 | except Exception: | CODE |
| LOW | scripts/build_en_pulse.py | 242 | except Exception as e: | CODE |
| LOW | scripts/inject_pinned.py | 217 | except Exception as e: # noqa: BLE001 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/build_en_pulse.py | 28 | CODE | |
| LOW | scripts/merge_aihot.py | 21 | CODE | |
| LOW | scripts/inject_pinned.py | 27 | CODE | |
| LOW | scripts/filter_pulse.py | 15 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/release.yml | 14 | # Create the GitHub release ONCE, up front, so the matrix build jobs below | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/api/tools/install/claudecode.json | 39 | "setup_script": "python3 -c \"\nimport json, os\n# Step 1: ~/.claude.json - skip onboarding\ncpath = os.path.exp | CODE |
| LOW | src/pages/MotherAgent/MotherAgentPanel.tsx | 52 | // Step 1: Test SSH connectivity | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/filter_pulse.py | 78 | def normalize_future_timestamps(payload: dict) -> int: | CODE |
| LOW | src/main.tsx | 117 | function showWindowAfterFirstPaint(): void { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src-tauri/assets/codex-catalogs/deepseek.json | 49 | "instructions_template": "You are Codex, an agent based on GPT-5. You and the user share one workspace, and your job | CODE |
| LOW | src-tauri/assets/codex-catalogs/deepseek.json | 61 | "base_instructions": "You are Codex, an agent based on GPT-5. You and the user share one workspace, and your job is to | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/support/index.html | 553 | <div class="placeholder" data-t="log_placeholder"></div> | CODE |