One-Click Install All
This report presents the forensic synthetic code analysis of edison7009/EchoBird, a Rust project with 2,858 GitHub stars. SynthScan v2.0 examined 122,977 lines of code across 332 source files, recording 323 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 4.4 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 323 distinct pattern matches across 12 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 | 371 | // ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/lib.rs | 373 | // ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 30 | // ─── Tool families ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 123 | // ─── Wire types (snake_case to match the ported frontend) ──────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 145 | // ─── Title extraction helpers ──────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 195 | // ─── Per-family parsers ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 470 | // ─── Directory walking ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 504 | // ─── OpenCode (SQLite) ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 631 | // ─── Message counting (heatmap) ────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 656 | // ─── Hermes (SQLite) ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 849 | // ─── Heatmap count cache ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 880 | // ─── Public entry points (called by ai_career_commands) ────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1221 | // ── Bug A: sub-agent filtering ─────────────────────────────────────── | COMMENT |
| MEDIUM | src-tauri/src/services/ai_career.rs | 1265 | // ── Bug B: Codex Desktop file-preamble title stripping ────────────── | 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 | 208 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 210 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 299 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 301 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 387 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 389 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 421 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 423 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 542 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 545 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 651 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 655 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 852 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 855 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1119 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1125 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1228 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1235 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src-tauri/src/services/tool_config_manager.rs | 1508 | // ════════════════════════════════════════════════════════════════ | COMMENT |
| 42 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 | 201 | ("en", "help") => "Help".into(), | COMMENT |
| LOW | src-tauri/src/lib.rs | 381 | // So we save state ourselves: a small JSON file written on every | COMMENT |
| LOW | src-tauri/src/lib.rs | 521 | /// tray icon PNG, registers the bundled public install-asset table, then | COMMENT |
| LOW | src-tauri/src/lib.rs | 541 | } | COMMENT |
| LOW | src-tauri/src/lib.rs | 561 | locale: Mutex::new("en".into()), | COMMENT |
| LOW | src-tauri/src/lib.rs | 581 | // If port 53682 is already held by another EchoBird instance | 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 | /// Used by detect_install_path AFTER the hardcoded paths.json fall through — | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 121 | /// whose registry DisplayName embeds a version (e.g. "WorkBuddy 4.24.2"). | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 141 | /// and /var/lib/flatpak/exports/share/applications. | COMMENT |
| LOW | src-tauri/src/models/tool.rs | 161 | 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 | 301 | /// rollout rather than a user-created top-level session. Codex (incl. Codex | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 341 | /// ```text | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 501 | } | COMMENT |
| LOW | src-tauri/src/services/ai_career.rs | 521 | .join("mimocode") | 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/llm_client.rs | 1 | // LLM Client — supports OpenAI and Anthropic APIs with SSE streaming | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 401 | COMMENT | |
| LOW | src-tauri/src/services/llm_client.rs | 421 | // the user-facing baseURL) | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 781 | /// enough to recover from transient blips. | COMMENT |
| LOW | src-tauri/src/services/llm_client.rs | 981 | continue; | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 21 | pub api_key: Option<String>, | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 41 | /// `relay_mode`. Only consumed by `apply_codex`; other tools ignore it. | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 81 | let _ = fs::create_dir_all(parent); | COMMENT |
| LOW | src-tauri/src/services/tool_config_manager.rs | 221 | // Type 3: Direct JSON overwrite (special format). | COMMENT |
| 105 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-tauri/assets/quick-actions/codex-plugins.md | 57 | ## Step 2: More community markets from GitHub (secondary — needs GitHub access) | COMMENT |
| LOW | src-tauri/assets/quick-actions/codex-plugins.md | 90 | ## Step 3: Ask the user TWO things | COMMENT |
| LOW | src-tauri/assets/quick-actions/codex-plugins.md | 97 | ## Step 4: If the user wants you to add them — edit config.toml | COMMENT |
| LOW | src-tauri/assets/quick-actions/codex-plugins.md | 115 | ## Step 5: Safety (every time) | COMMENT |
| LOW | src/pages/MotherAgent/MotherAgentPanel.tsx | 52 | // Step 1: Test SSH connectivity | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/pulse/latest-24h.json | 11046 | "url": "https://thenextweb.com/news/cloudflare-precursor-bots-agentic-web", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 1161 | "url": "https://www.bobbytables.io/p/the-agentic-loop-three-loops-in-a", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 1236 | "url": "https://agentic.tracebit.com/context-bombs/", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 6891 | "url": "https://medium.com/@vektormemory/the-six-layer-memory-pipeline-behind-our-local-first-agentic-memory-in-2026-9d5 | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 8346 | "url": "https://decapodlabs.github.io/accountable-agentic-execution/", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 8526 | "url": "https://www.amazon.science/blog/capturing-token-ids-during-agentic-interactions-for-better-reinforcement-learnin | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 8571 | "url": "https://blog.codacy.com/agentic-development-is-standardizing-faster-than-its-operating-model", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 9411 | "url": "https://www.techpolicy.press/senator-warner-makes-a-first-foray-into-agentic-ai-regulation/", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 14406 | "url": "https://github.com/gaemi/agentic-fc", | CODE |
| MEDIUM | docs/pulse/latest-7d-en.json | 15201 | "url": "https://github.com/rakshasa-1729/agentic-paved-roads", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/App.tsx | 134 | // 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 | 116 | function showWindowAfterFirstPaint(): void { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/support/index.html | 553 | <div class="placeholder" data-t="log_placeholder"></div> | CODE |