Repository Analysis

iOfficeAI/AionUi

Free, local, open-source 24/7 Cowork app for OpenClaw, Hermes Agent, Claude Code, Codex, OpenCode, Gemini CLI and 20+ more CLI | Customize your assistants | Star if you like it!

5.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of iOfficeAI/AionUi, a TypeScript project with 30,009 GitHub stars. SynthScan v2.0 examined 322,840 lines of code across 1776 source files, recording 940 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 5.5 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).

5.5
Adjusted Score
5.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
30.0K
Stars
TypeScript
Language
322.8K
Lines of Code
1.8K
Files
940
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 2HIGH 3MEDIUM 223LOW 712

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 940 distinct pattern matches across 11 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.

Decorative Section Separators222 hits · 724 pts
SeverityFileLineSnippetContext
MEDIUMtests/e2e/fixtures.ts321// ── Cleanup ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts47// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts49// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts65// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts73// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts75// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts81// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts83// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts85// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts109// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts111// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts133// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/feedback-scenarios.e2e.ts135// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts20 // ── Page loads ───────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts27 // ── Enable toggle ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts36 // ── Port & URL ─────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts61 // ── Allow remote toggle ────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts72 // ── Start / Stop lifecycle ─────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/webui.e2e.ts122 // ── Screenshot ─────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/cron-crud.e2e.ts57// ── Bridge helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/cron-crud.e2e.ts71// ── Conversation helpers ───────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/cron-crud.e2e.ts118// ── UI helpers ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/cron-crud.e2e.ts133// ── Tests ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/navigation.e2e.ts10// ── Guid Page ────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/navigation.e2e.ts40// ── Settings Pages ───────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/navigation.e2e.ts72// ── Cross-page navigation ────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts14// ── ACP Adapters ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts43// ── MCP Servers ──────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts62// ── Assistants ───────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts82// ── Agents ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts106// ── Skills ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts126// ── Themes ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts146// ── Settings Tabs ────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts177// ── WebUI Contributions ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts211// ── Channel Plugins ──────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/ext-ipc-queries.e2e.ts238// ── Performance Budget ───────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts211 // ── 1. Create team through the assistant-only UI flow ─────────────────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts226 // ── 2. Read the port + auth token from the leader conversation ───────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts255 // ── 3a. Resolve a preset that's currently enabled in this env ────────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts283 // ── 3b. Reject bogus auth token (defence-in-depth smoke test) ────────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts303 // ── 3c. Surface a useful error when preset id is unknown ─────────────COMMENT
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts310 // ── 4. team_spawn_agent using the same assistant_id ──────────────────COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts10// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts12// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts40// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts42// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts70// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtests/e2e/specs/ext-themes-stability.e2e.ts72// ═════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts66 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts68 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts88 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts90 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts110 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts112 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts136 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/e2e/features/settings/system/timeout-config.e2e.ts138 // ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/features/settings/system/preferences.e2e.ts20 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/features/settings/system/preferences.e2e.ts22 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/features/settings/system/preferences.e2e.ts65 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/e2e/features/settings/system/preferences.e2e.ts67 // ──────────────────────────────────────────────────────────────────────────COMMENT
162 more matches not shown…
Structural Annotation Overuse190 hits · 350 pts
SeverityFileLineSnippetContext
LOWtests/e2e/features/settings/skills/batch-import.e2e.ts74 // Step 2: Click "Import All" buttonCOMMENT
LOWtests/e2e/features/settings/skills/edge-cases.e2e.ts152 // Step 1: Add highlight parameter to current URL via history APICOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts86 // Step 2: Locate "My Skills" sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts90 // Step 4: Verify skill count badge (should show 2)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts147 // Step 2: Locate target skill card in My Skills sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts151 // Step 3: Hover to show delete button (may require actual hover)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts158 // Step 4: Click delete buttonCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts162 // Step 5: Verify confirmation modal appearsCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts172 // Step 6: Click confirm button (Arco Modal confirm button)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts233 // Step 2: Locate the builtin skill cardCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts237 // Step 3: Hover to card to reveal buttonsCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts274 // Step 2: Locate "Discovered External Skills" sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts281 // Step 4: Click Tab button for this test's specific source.COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts335 // Step 2: Locate external skill cardCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts344 // Step 3: Click the card to import (entire card is clickable)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts390 // Step 2: Locate "Add Path" button in External Skills sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts397 // Step 3: Click "Add Path" buttonCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts407 // Step 4: Enter source name and pathCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts417 // Step 5: Click confirm (Arco Modal OK button)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts490 // Step 2: Locate skill card in "My Skills"COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts494 // Step 3: Hover to show "Export" button and waitCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts501 // Step 4: Click "Export" button to open Dropdown (force click to avoid hover issues)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts293 // Step 5: Verify skill card is displayedCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts512 // Step 5: Select target source from dropdown menuCOMMENT
LOWtests/e2e/features/settings/skills/url-highlight.e2e.ts58 // Step 1: Add highlight parameter via history APICOMMENT
LOWtests/e2e/features/settings/skills/url-highlight.e2e.ts99 // Step 2: Wait for highlight to disappear (2 seconds)COMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts72 // Step 2: Dynamically add new skill to external source directoryCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts79 // Step 3: Click external refresh buttonCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts129 // Step 3: Fill in duplicate pathCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts136 // Step 4: Click Confirm button (use Arco's OK button class)COMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts188 // Step 2: Fill only Name fieldCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts197 // Step 3: Clear Name, fill only Path fieldCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts207 // Step 4: Fill both fieldsCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts117 // Step 2: Try to add the same path again via UICOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts169 // Step 1: Open add custom path modalCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts250 // Step 2: Try to export the skillCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts263 // Step 3: Select target source from dropdownCOMMENT
LOWtests/e2e/features/settings/skills/manual-import.e2e.ts41 // Step 1: Mock dialog.showOpenDialog to return test skill pathCOMMENT
LOWtests/e2e/features/settings/skills/manual-import.e2e.ts61 // Step 2: Click "Import from Folder" buttonCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts76 // Step 2: Enter search keyword in My Skills search boxCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts118 // Step 2: Search with non-existent keywordCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts164 // Step 2: Search external skillsCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts213 // Step 2: Search with non-existent keywordCOMMENT
LOWtests/e2e/features/settings/skills/special-cases.e2e.ts164 // Step 1: Click refresh button rapidly 3 timesCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts60 // Step 2: Dynamically add new skill via BridgeCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts69 // Step 3: Click refresh buttonCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts159 // Step 2: Verify default tab (first source) is activeCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts176 // Step 3: Click tab BCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts85 // Step 1: Screenshot initial guid pageCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts90 // Step 2: Create conversation via bridge (uses prioritized aionrs-compatible provider)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts99 // Step 3: Send simple messageCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts103 // Step 4: Wait for AI replyCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts159 // Step 1: Create temp directory with test folderCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts167 // Step 2: Create conversation via bridge with workspace pre-configuredCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts175 // Step 3: Send message asking about folder (via bridge, no UI interaction needed)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts181 // Step 4: Wait for AI replyCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts228 // Step 1: Create test file in workspaceCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts235 // Step 2: Create conversation via bridge (Electron mode)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts245 // Step 3: Send message about file (via bridge)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts255 // Step 4: Wait for AI replyCOMMENT
130 more matches not shown…
Verbosity Indicators162 hits · 300 pts
SeverityFileLineSnippetContext
LOWtests/e2e/features/settings/skills/batch-import.e2e.ts74 // Step 2: Click "Import All" buttonCOMMENT
LOWtests/e2e/features/settings/skills/edge-cases.e2e.ts152 // Step 1: Add highlight parameter to current URL via history APICOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts86 // Step 2: Locate "My Skills" sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts90 // Step 4: Verify skill count badge (should show 2)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts147 // Step 2: Locate target skill card in My Skills sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts151 // Step 3: Hover to show delete button (may require actual hover)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts158 // Step 4: Click delete buttonCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts162 // Step 5: Verify confirmation modal appearsCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts172 // Step 6: Click confirm button (Arco Modal confirm button)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts233 // Step 2: Locate the builtin skill cardCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts237 // Step 3: Hover to card to reveal buttonsCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts274 // Step 2: Locate "Discovered External Skills" sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts281 // Step 4: Click Tab button for this test's specific source.COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts335 // Step 2: Locate external skill cardCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts344 // Step 3: Click the card to import (entire card is clickable)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts390 // Step 2: Locate "Add Path" button in External Skills sectionCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts397 // Step 3: Click "Add Path" buttonCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts407 // Step 4: Enter source name and pathCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts417 // Step 5: Click confirm (Arco Modal OK button)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts490 // Step 2: Locate skill card in "My Skills"COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts494 // Step 3: Hover to show "Export" button and waitCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts501 // Step 4: Click "Export" button to open Dropdown (force click to avoid hover issues)COMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts293 // Step 5: Verify skill card is displayedCOMMENT
LOWtests/e2e/features/settings/skills/core-ui.e2e.ts512 // Step 5: Select target source from dropdown menuCOMMENT
LOWtests/e2e/features/settings/skills/url-highlight.e2e.ts58 // Step 1: Add highlight parameter via history APICOMMENT
LOWtests/e2e/features/settings/skills/url-highlight.e2e.ts99 // Step 2: Wait for highlight to disappear (2 seconds)COMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts72 // Step 2: Dynamically add new skill to external source directoryCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts79 // Step 3: Click external refresh buttonCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts129 // Step 3: Fill in duplicate pathCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts136 // Step 4: Click Confirm button (use Arco's OK button class)COMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts188 // Step 2: Fill only Name fieldCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts197 // Step 3: Clear Name, fill only Path fieldCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts207 // Step 4: Fill both fieldsCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts117 // Step 2: Try to add the same path again via UICOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts169 // Step 1: Open add custom path modalCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts250 // Step 2: Try to export the skillCOMMENT
LOWtests/e2e/features/settings/skills/path-export.e2e.ts263 // Step 3: Select target source from dropdownCOMMENT
LOWtests/e2e/features/settings/skills/manual-import.e2e.ts41 // Step 1: Mock dialog.showOpenDialog to return test skill pathCOMMENT
LOWtests/e2e/features/settings/skills/manual-import.e2e.ts61 // Step 2: Click "Import from Folder" buttonCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts76 // Step 2: Enter search keyword in My Skills search boxCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts118 // Step 2: Search with non-existent keywordCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts164 // Step 2: Search external skillsCOMMENT
LOWtests/e2e/features/settings/skills/search.e2e.ts213 // Step 2: Search with non-existent keywordCOMMENT
LOWtests/e2e/features/settings/skills/special-cases.e2e.ts164 // Step 1: Click refresh button rapidly 3 timesCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts60 // Step 2: Dynamically add new skill via BridgeCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts69 // Step 3: Click refresh buttonCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts159 // Step 2: Verify default tab (first source) is activeCOMMENT
LOW…e2e/features/settings/skills/refresh-empty-tabs.e2e.ts176 // Step 3: Click tab BCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts85 // Step 1: Screenshot initial guid pageCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts90 // Step 2: Create conversation via bridge (uses prioritized aionrs-compatible provider)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts99 // Step 3: Send simple messageCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts103 // Step 4: Wait for AI replyCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts159 // Step 1: Create temp directory with test folderCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts167 // Step 2: Create conversation via bridge with workspace pre-configuredCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts175 // Step 3: Send message asking about folder (via bridge, no UI interaction needed)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts181 // Step 4: Wait for AI replyCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts228 // Step 1: Create test file in workspaceCOMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts235 // Step 2: Create conversation via bridge (Electron mode)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts245 // Step 3: Send message about file (via bridge)COMMENT
LOW…ts/e2e/features/conversations/aionrs/basic-flow.e2e.ts255 // Step 4: Wait for AI replyCOMMENT
102 more matches not shown…
Hyper-Verbose Identifiers280 hits · 292 pts
SeverityFileLineSnippetContext
LOWtests/unit/renderer/messageMerging.dom.test.tsx66function createThinkingDoneMessage(msgId: string, duration: number): IMessageThinking {CODE
LOWtests/unit/renderer/cron/CreateTaskDialog.dom.test.tsx358function legacyJobWithoutAssistantId(): ICronJob {CODE
LOWtests/unit/bootstrap/buildWithBuilder.test.ts24function readInstallerErrorDefinitions(): Array<{ defineName: string; code: string }> {CODE
LOWtests/unit/bootstrap/buildWithBuilder.test.ts32function resolveAppBuilderInstallUtil(): string {CODE
LOWtests/unit/common/chatLib.test.ts37function createThinkingDoneMessage(msgId: string, duration: number): IMessageThinking {CODE
LOWtests/unit/previews/HTMLViewer.dom.test.tsx44function createConsoleMessageEvent({CODE
LOW…sts/unit/assets/verifyBundledAioncoreResources.test.ts40function createManagedAcpToolFixture({CODE
LOWtests/e2e/fixtures.ts46function attachRendererDiagnostics(page: Page): void {CODE
LOWtests/e2e/fixtures.ts65async function getRendererReadinessSnapshot(page: Page): Promise<Record<string, unknown>> {CODE
LOWtests/e2e/specs/ext-no-extensions.e2e.ts34async function launchAppWithoutExtensions(): Promise<ElectronApplication> {CODE
LOWtests/e2e/specs/ext-settings-tabs.e2e.ts25async function waitForExtensionSettingsTabs(page: Page, timeout = 10_000): Promise<string[]> {CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts54async function resolveFullAutoModeFromAgentMetadata(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts122async function refreshAssistantForBackend(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts136async function requireOnlineAssistantForBackend(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts199async function selectPreferredCronDialogAgent(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts206async function selectCronDialogAgentByPattern(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts245async function waitForCronCreateDialogToClose(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts376async function listAutoInjectBuiltinSkills(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts385async function expectCronBuiltinAutoSkill(page: import('@playwright/test').Page): Promise<void> {CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts444async function waitForCronCreationConfirmation(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts480async function waitForSkillSuggestMessage(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts517async function assertNoSkillSuggestMessageWithin(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts587async function waitForConversationWorkspace(CODE
LOWtests/e2e/specs/conversation-full-cycle.e2e.ts603async function removeConversationViaBridge(CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts186function querySnapshotByConversationId(dbPath: string, conversationId: string): SnapshotRow {CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts207function queryPreferencesByAssistantKey(dbPath: string, assistantKey: string): PreferenceRow {CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts225function queryOptionalPreferencesByAssistantKey(dbPath: string, assistantKey: string): PreferenceRow | null {CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts359async function sendGuidMessageCapturingCreateRequest(CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts405function locateConversationModelButton(page: Page) {CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts426async function captureConversationUiState(page: Page): Promise<ConversationUiState> {CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts443async function queryConversationLoadedState(CODE
LOW…/specs/assistant-settings-conversation-defaults.e2e.ts485async function reopenConversationFromHistory(page: Page, conversationId: string): Promise<void> {CODE
LOW…ts/e2e/features/settings/display/css-theme-crud.e2e.ts39async function deleteCustomThemeViaModal(page: import('@playwright/test').Page, name: string) {CODE
LOW…builtin-skill-migration/builtin-skill-migration.e2e.ts79async function listAutoInjectBuiltinSkills(page: Parameters<typeof httpGet>[0]): Promise<BuiltinAutoSkill[]> {CODE
LOW…es/conversations/message-list-real-conversation.e2e.ts35function createFakeClaudeConversation(id: string, assistantId: string) {CODE
LOW…es/conversations/message-list-real-conversation.e2e.ts239async function startScenarioInBackground(CODE
LOW…es/conversations/message-list-real-conversation.e2e.ts271async function waitForBackgroundScenario(page: Page): Promise<void> {CODE
LOW…es/conversations/message-list-real-conversation.e2e.ts297async function simulateManualScrollIntervention(CODE
LOW…features/conversations/acp/send-error-surfacing.e2e.ts101async function expectLatestErrorTipToContain(CODE
LOW…e/features/conversations/acp/empty-turn-warning.e2e.ts79async function waitForEmptyTurnController(page: Page, conversationId: string): Promise<void> {CODE
LOWtests/e2e/features/previews/preview-panel.e2e.ts36function makeExternalWorkspaceFile(ext: string, body: string): { filePath: string; workspace: string } {CODE
LOWtests/e2e/features/previews/preview-auto-open.e2e.ts21async function enableAutoPreviewOfficeFiles(page: import('@playwright/test').Page): Promise<void> {CODE
LOWtests/e2e/features/previews/preview-auto-open.e2e.ts41async function installWorkspaceOfficeWatchDebug(page: import('@playwright/test').Page): Promise<void> {CODE
LOWtests/e2e/features/previews/preview-auto-open.e2e.ts102async function getWorkspaceOfficeWatchDebug(CODE
LOWtests/e2e/features/previews/preview-auto-open.e2e.ts152async function createConversationWithWorkspace(CODE
LOWtests/e2e/cases/teams/team-tab-context.e2e.ts35async function waitForConversationMessage(CODE
LOWtests/e2e/helpers/navigation.ts163export async function resetGuidLastSelectedAgent(page: Page, _agentKey = 'aionrs'): Promise<void> {CODE
LOWtests/e2e/helpers/permissions.ts5async function clickPreferredPermissionOption(card: Locator): Promise<boolean> {CODE
LOWtests/e2e/helpers/permissions.ts52export function startAutoApprovePermissionMessages(page: Page, intervalMs = 500): () => void {CODE
LOWtests/e2e/helpers/permissions.ts81export async function waitForPermissionMessageCard(CODE
LOWtests/e2e/helpers/chatAionrs.ts155export async function resolveAionrsPreconditions(page: Page): Promise<{CODE
LOWtests/e2e/helpers/chatAionrs.ts170export async function createAionrsConversationViaBridge(CODE
LOWtests/e2e/helpers/assistantSettings.ts10function waitForAssistantDetailResponse(page: Page, assistantId: string): Promise<unknown> {CODE
LOWtests/e2e/helpers/assistantSettings.ts199export async function waitForAssistantEditorClose(page: Page): Promise<void> {CODE
LOWtests/e2e/helpers/selectors.ts143export function assistantOverflowPillById(id: string): string {CODE
LOWtests/e2e/helpers/skillsHub.ts185export async function createTempExternalSourceDir(): Promise<{ path: string; cleanup: () => Promise<void> }> {CODE
LOWtests/e2e/helpers/conversation.ts149export async function findAssistantIdForBackend(CODE
LOWtests/e2e/helpers/conversation.ts158export async function selectAssistantForBackend(page: Page, backend: string): Promise<string | null> {CODE
LOWpublic/sw.js94function isAssetContentTypeMismatch(request, response) {CODE
LOWmobile/src/services/pendingInitialMessages.ts12export function consumePendingInitialMessage(conversationId: string): string | undefined {CODE
220 more matches not shown…
Fake / Example Data56 hits · 56 pts
SeverityFileLineSnippetContext
LOWtests/unit/renderer/hooks/teamCreateModal.dom.test.tsx209 expect(searchInput).toHaveAttribute('placeholder', 'Search');CODE
LOWscripts/install-web.sh167 # reliable marker of "placeholder". We avoid literal "__VERSION__" hereCOMMENT
LOW…sktop/src/renderer/components/base/AionSearchInput.tsx42 'value' | 'onChange' | 'placeholder' | 'disabled' | 'autoFocus' | 'className'CODE
LOW…src/renderer/components/base/AionInlineSearchInput.tsx41 'value' | 'onChange' | 'placeholder' | 'disabled' | 'autoFocus' | 'className'CODE
LOW…renderer/services/i18n/locales/tr-TR/conversation.json4 "placeholder": "Mesaj gönder, dosya yükle veya klasör aç...",CODE
LOW…renderer/services/i18n/locales/tr-TR/conversation.json82 "placeholder": "Mesaj içeriğini ara...",CODE
LOW…top/src/renderer/services/i18n/locales/tr-TR/team.json33 "placeholder": "Takım lideri asistana mesaj gönder..."CODE
LOW…ktop/src/renderer/services/i18n/locales/tr-TR/acp.json11 "placeholder": "{{backend}}'a mesaj gönder..."CODE
LOW…renderer/services/i18n/locales/fr-FR/conversation.json4 "placeholder": "Envoyez un message, téléversez des fichiers, ouvrez un dossier ou créez une tâche planifiée...",CODE
LOW…renderer/services/i18n/locales/fr-FR/conversation.json82 "placeholder": "Rechercher dans le contenu des messages...",CODE
LOW…top/src/renderer/services/i18n/locales/fr-FR/team.json33 "placeholder": "Envoyer un message à l'agent coordinateur..."CODE
LOW…ktop/src/renderer/services/i18n/locales/fr-FR/acp.json11 "placeholder": "Envoyer un message à {{backend}}..."CODE
LOW…renderer/services/i18n/locales/de-DE/conversation.json4 "placeholder": "Nachricht senden, Dateien hochladen, Ordner öffnen oder geplante Aufgabe erstellen...",CODE
LOW…renderer/services/i18n/locales/de-DE/conversation.json82 "placeholder": "Nachrichteninhalt suchen...",CODE
LOW…top/src/renderer/services/i18n/locales/de-DE/team.json33 "placeholder": "Nachricht an Dispatch-Agenten..."CODE
LOW…ktop/src/renderer/services/i18n/locales/de-DE/acp.json11 "placeholder": "Nachricht an {{backend}} senden..."CODE
LOW…renderer/services/i18n/locales/es-ES/conversation.json4 "placeholder": "Envía un mensaje, sube archivos, abre una carpeta o crea una tarea programada...",CODE
LOW…renderer/services/i18n/locales/es-ES/conversation.json82 "placeholder": "Buscar en el contenido de mensajes...",CODE
LOW…top/src/renderer/services/i18n/locales/es-ES/team.json33 "placeholder": "Mensaje al agente coordinador..."CODE
LOW…ktop/src/renderer/services/i18n/locales/es-ES/acp.json11 "placeholder": "Enviar mensaje a {{backend}}..."CODE
LOW…renderer/services/i18n/locales/ru-RU/conversation.json4 "placeholder": "Отправьте сообщение, загрузите файлы, откройте папку или создайте запланированную задачу...",CODE
LOW…renderer/services/i18n/locales/ru-RU/conversation.json82 "placeholder": "Поиск по сообщениям...",CODE
LOW…top/src/renderer/services/i18n/locales/ru-RU/team.json33 "placeholder": "Сообщение ассистенту-лидеру команды..."CODE
LOW…ktop/src/renderer/services/i18n/locales/ru-RU/acp.json11 "placeholder": "Отправить сообщение {{backend}}..."CODE
LOW…renderer/services/i18n/locales/ja-JP/conversation.json4 "placeholder": "メッセージの送信、ファイルの追加、フォルダーの追加、またはスケジュールタスクの作成...",CODE
LOW…renderer/services/i18n/locales/ja-JP/conversation.json82 "placeholder": "メッセージ内容を検索...",CODE
LOW…top/src/renderer/services/i18n/locales/ja-JP/team.json33 "placeholder": "チームリーダーアシスタントにメッセージを送信..."CODE
LOW…ktop/src/renderer/services/i18n/locales/ja-JP/acp.json11 "placeholder": "{{backend}}にメッセージを送信..."CODE
LOW…renderer/services/i18n/locales/zh-CN/conversation.json4 "placeholder": "发消息、上传文件、打开文件夹或创建定时任务...",CODE
LOW…renderer/services/i18n/locales/zh-CN/conversation.json82 "placeholder": "搜索消息内容...",CODE
LOW…top/src/renderer/services/i18n/locales/zh-CN/team.json33 "placeholder": "向团队 Leader 助手发消息..."CODE
LOW…ktop/src/renderer/services/i18n/locales/zh-CN/acp.json11 "placeholder": "发送消息到 {{backend}}..."CODE
LOW…renderer/services/i18n/locales/zh-TW/conversation.json4 "placeholder": "發送訊息、上傳檔案、開啟資料夾或建立定時任務...",CODE
LOW…renderer/services/i18n/locales/zh-TW/conversation.json82 "placeholder": "搜尋訊息內容...",CODE
LOW…top/src/renderer/services/i18n/locales/zh-TW/team.json33 "placeholder": "向團隊 Leader 助手發訊息..."CODE
LOW…ktop/src/renderer/services/i18n/locales/zh-TW/acp.json11 "placeholder": "發送訊息到 {{backend}}..."CODE
LOW…renderer/services/i18n/locales/ko-KR/conversation.json4 "placeholder": "메시지 전송, 파일 업로드, 폴더 열기 또는 예약 작업 만들기...",CODE
LOW…renderer/services/i18n/locales/ko-KR/conversation.json82 "placeholder": "메시지 내용 검색...",CODE
LOW…top/src/renderer/services/i18n/locales/ko-KR/team.json33 "placeholder": "팀 리더 어시스턴트에게 메시지 보내기..."CODE
LOW…ktop/src/renderer/services/i18n/locales/ko-KR/acp.json11 "placeholder": "{{backend}}에게 메시지 보내기..."CODE
LOW…renderer/services/i18n/locales/pt-BR/conversation.json4 "placeholder": "Envie uma mensagem, faça upload de arquivos, abra uma pasta, ou crie uma tarefa agendada...",CODE
LOW…renderer/services/i18n/locales/pt-BR/conversation.json82 "placeholder": "Pesquisar conteúdo da mensagem...",CODE
LOW…top/src/renderer/services/i18n/locales/pt-BR/team.json33 "placeholder": "Enviar mensagem ao assistente líder da equipe..."CODE
LOW…ktop/src/renderer/services/i18n/locales/pt-BR/acp.json11 "placeholder": "Enviar mensagem para {{backend}}..."CODE
LOW…renderer/services/i18n/locales/en-US/conversation.json4 "placeholder": "Send a message, upload files, open a folder, or create a scheduled task...",CODE
LOW…renderer/services/i18n/locales/en-US/conversation.json82 "placeholder": "Search message content...",CODE
LOW…top/src/renderer/services/i18n/locales/en-US/team.json33 "placeholder": "Message the team leader assistant..."CODE
LOW…ktop/src/renderer/services/i18n/locales/en-US/acp.json11 "placeholder": "Send message to {{backend}}..."CODE
LOW…renderer/services/i18n/locales/uk-UA/conversation.json4 "placeholder": "Надішліть повідомлення, завантажте файли, відкрийте папку або створіть заплановане завдання...",CODE
LOW…renderer/services/i18n/locales/uk-UA/conversation.json82 "placeholder": "Пошук за повідомленнями...",CODE
LOW…top/src/renderer/services/i18n/locales/uk-UA/team.json33 "placeholder": "Повідомлення для диспетчера..."CODE
LOW…ktop/src/renderer/services/i18n/locales/uk-UA/acp.json11 "placeholder": "Надіслати повідомлення до {{backend}}..."CODE
LOW…renderer/services/i18n/locales/fa-IR/conversation.json4 "placeholder": "پیام بفرستید، فایل آپلود کنید، پوشه باز کنید یا کار زمان‌بندی‌شده ایجاد کنید...",CODE
LOW…renderer/services/i18n/locales/fa-IR/conversation.json82 "placeholder": "جستجوی محتوای پیام...",CODE
LOW…top/src/renderer/services/i18n/locales/fa-IR/team.json33 "placeholder": "ارسال پیام به عامل ارسال..."CODE
LOW…ktop/src/renderer/services/i18n/locales/fa-IR/acp.json11 "placeholder": "ارسال پیام به {{backend}}..."CODE
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICAL.github/workflows/project-automation.yml131 const item = result.organization.projectV2.items.nodes.find(i => i.content?.id === contentId);CODE
CRITICAL.github/workflows/project-automation.yml197 const item = result.organization.projectV2.items.nodes.find(i => i.content?.id === contentId);CODE
Over-Commented Block19 hits · 18 pts
SeverityFileLineSnippetContext
LOW.pre-commit-config.yaml1# Pre-commit configuration for AionUiCOMMENT
LOWtests/e2e/specs/feedback-scenarios.e2e.ts61 await expect(page.locator(MODAL_BODY)).toBeVisible({ timeout: 5_000 });COMMENT
LOW…builtin-skill-migration/builtin-skill-migration.e2e.ts441 });COMMENT
LOW…builtin-skill-migration/builtin-skill-migration.e2e.ts461 test('S8: legacy {cacheDir}/builtin-skills/ is gone after the current Electron boot', async () => {COMMENT
LOW…builtin-skill-migration/builtin-skill-migration.e2e.ts481COMMENT
LOWtests/e2e/helpers/skillsHub.ts421 * (TC-S-27 Option A - not used in current v1.3, uses Option B instead)COMMENT
LOWtests/e2e/helpers/skillsHub.ts441// }COMMENT
LOWtests/e2e/helpers/skillsHub.ts461//COMMENT
LOWpublic/pet-states/preview.html141 <script>COMMENT
LOWscripts/install-web.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/prepare-release-assets.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/install-ubuntu.sh1#!/usr/bin/env bashCOMMENT
LOWpackages/desktop/src/renderer/pet/petHitRenderer.ts81document.addEventListener('contextmenu', (e) => e.preventDefault());COMMENT
LOWpackages/desktop/src/common/platform/index.ts21 if (!_services) {COMMENT
LOWpackages/desktop/src/process/utils/configureChromium.ts41}COMMENT
LOWpackages/desktop/src/process/pet/petConfirmManager.ts101 // off-screen — the card visually sits ~4px from the screen corner.COMMENT
LOWpackages/desktop/src/process/pet/petManager.ts61// — even one with a pause to think — completes well before then.COMMENT
LOW…ges/desktop/src/process/services/autoUpdaterService.ts41 // macOS → "-mac" (e.g. "latest" → "latest-mac.yml")COMMENT
LOW.github/workflows/release-distribute.yml1name: Distribute Release AssetsCOMMENT
Synthetic Comment Markers3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…unit/assets/verifyBundledAioncoreInstallScript.test.ts7 it('checks the Codex ACP platform binary path generated by aioncore', () => {CODE
HIGH.github/workflows/gpt-review.yml219 '*🤖 This review was generated by AI and may contain inaccuracies. Please focus on issues you agree with anCODE
HIGH.github/workflows/gpt-pr-assessment.yml304 '*🤖 This assessment was generated by AI and serves as a reference for maintainers. Please use your own judCODE
Example Usage Blocks2 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/install-web.sh5# Usage:COMMENT
LOWscripts/prepare-release-assets.sh7# Usage:COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMtests/e2e/specs/team-describe-assistant.e2e.ts257 // payload wins. This keeps the test robust against user config drift.COMMENT
Redundant / Tautological Comments3 hits · 3 pts
SeverityFileLineSnippetContext
LOWscripts/install-web.sh371 # Check if BIN_DIR is already in PATHCOMMENT
LOWscripts/install-web.sh412 # Check if configuration already existsCOMMENT
LOW.github/workflows/_build-reusable.yml467 # Check if DMG was created (most important artifact)COMMENT