Repository Analysis

generalaction/emdash

Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

5.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of generalaction/emdash, a TypeScript project with 5,525 GitHub stars. SynthScan v2.0 examined 625,216 lines of code across 4664 source files, recording 1785 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 5.9 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.9
Adjusted Score
5.9
Raw Score
100%
Time Factor
2026-08-28
Last Push
5.5K
Stars
TypeScript
Language
625.2K
Lines of Code
4.7K
Files
1.8K
Pattern Hits
2026-08-29
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 11HIGH 5MEDIUM 831LOW 938

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 1785 distinct pattern matches across 9 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators829 hits · 2560 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ui/src/styles/surfaces.css.ts29// ── Helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts57// ── 1. Default cascade binding (robust — works wherever .em<id> lands) ────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts78// ── 2. Elevation scope classes ────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts151// ── 3. Semantic role: paper ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts168// ── 4. Generic emphasis clamp ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts184// ── 5. Status surface rooms ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts24// ── Layout ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts80// ── Spacing ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts124// ── Typography ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts162// ── Colors ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts227 // ── Surface cascade — the core of the surface system ──────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts293// ── Borders & Radius ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts342// ── Combined sprinkles function ───────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts17// ── Flex row helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts32// ── Stack / vertical ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts37// ── Centering ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts44// ── Sizing helpers ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts49// ── Text overflow ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts59// ── Absolute overlay ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts12// ── Fade (backdrop / overlay) ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts24// ── Popup: fade + zoom (dialog, no-side popups) ───────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts36// ── Popup: fade + zoom + slide (positioner popups, 0.5rem offset) ─────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts61// ── Sheet slides (full translate, no zoom) ────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts103// ── Convenience: selectors blocks for positioner popups ───────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts24// ── Primitive non-color token contract ────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts93// ── Assign static values at :root ─────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts132// ── Composite typography role vars ────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts16// ── Escape-hatch transforms / positioning ─────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts24// ── Fixed-px widths (not in the sx SPACE scale) ───────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts40// ── Fixed-px heights ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts53// ── Square sizes ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts60// ── Grid column templates ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts79// ── Child-combinator selectors (cannot be expressed in sprinkles) ─────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts96// ── Effects ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts104// ── Off-scale type ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts113// ── Special background ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/story-layout.css.ts120// ── Composite: story tab strip button ────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/patterns/index.ts106// ── Headless list state (createListView) ──────────────────────────────────────COMMENT
MEDIUM…i/src/react/patterns/page-layout/page-sidebar-menu.tsx8// ── Types ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i/src/react/patterns/page-layout/page-sidebar-menu.tsx56// ── Component ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx15// ── Placeholder helpers ───────────────────────────────────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx59// ── 1. Library style — sidebar + content (max-w-3xl) ─────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx124// ── 2. Settings style — sidebar + content (default max-w-4xl) ────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx197// ── 3. Automations style — content-only, no sidebar ──────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx254// ── 4. Custom sidebar — PageLayout.Sidebar bare slot ─────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx334// ── 5. Sectioned sidebar — PageNavSection labels ──────────────────────────────COMMENT
MEDIUM…src/react/patterns/page-layout/page-layout.stories.tsx401// ── 6. Sidebar with footer — pinned slots + scrolling nav ─────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts6// ── Drag-region helpers ───────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts20// ── Root outer / scroll container ─────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts39// ── Centered page container ───────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts64// ── Sidebar sticky wrapper ─────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts79// ── Content container recipe ──────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-layout.css.ts108// ── Background fill (used by sticky header and root) ─────────────────────────COMMENT
MEDIUMpackages/ui/src/react/patterns/page-layout/index.ts5// ── Public namespace ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/react/patterns/page-layout/index.ts42// ── Re-export types ───────────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-header.css.ts6// ── Root ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-header.css.ts21// ── Title block ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-header.css.ts30// ── Actions slot ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/ui/src/react/patterns/page-layout/page-header.css.ts40// ── Separator ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ages/ui/src/react/patterns/page-layout/page-layout.tsx60// ── Sidebar (bare slot) ───────────────────────────────────────────────────────COMMENT
769 more matches not shown…
Hyper-Verbose Identifiers901 hits · 924 pts
SeverityFileLineSnippetContext
LOWtooling/oxlint/boundary-allowlists.js36export function isBoundaryAllowlistingDisabled(env = process.env) {CODE
LOWtooling/oxlint/boundary-allowlists.js67export function isBoundaryFileAllowlisted(filename, entries, repoRoot = DEFAULT_REPO_ROOT) {CODE
LOWtooling/oxlint/rules/core-host-boundaries.js53export function isMainCoreFeatureSpecifier(specifier) {CODE
LOWtooling/oxlint/rules/core-module-boundaries.js103export function isAllowedCoreModuleDependency(source, target) {CODE
LOWagents/conventions/main-patterns.md10export function createTasksWireController(): Controller {CODE
LOW…tterns/create-task-modal/create-task-modal.fixtures.ts80export function createReadyCreateTaskState(): CreateTaskModalState {CODE
LOW…ct/primitives/animated-height/height-change-tracker.ts11export function createHeightChangeTracker(initialHeight: number | undefined) {CODE
LOWpackages/ui/src/react/primitives/hover-card/index.tsx37export function isEventInsideInteractiveLayer(CODE
LOWpackages/ui/src/react/primitives/button/index.tsx22export function resolveButtonControlVariant({CODE
LOW…/primitives/resizable/use-collapsible-panel-binding.ts65export function useCollapsiblePanelBinding(CODE
LOW…components/directory-selector/use-directory-history.ts19export function createDirectoryHistoryState(initialPath: string): DirectoryHistoryState {CODE
LOW…components/directory-selector/use-directory-history.ts39export function goForwardDirectoryHistory(state: DirectoryHistoryState): DirectoryHistoryState {CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx605function QueuedPromptsWithPermissionRequestsDemo() {CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx653function PermissionBandOverflowStatesDemo() {CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx773function WithoutEffortSelectorDemo() {CODE
LOW…i/src/react/components/prompt-editor/prompt-editor.tsx209function serializedOffsetAtPosition(doc: ProseMirrorNode, position: number): number {CODE
LOW…t/components/prompt-editor/extensions/slash-command.ts31export function buildSlashCommandExtension(CODE
LOW…core/src/runtimes/host-settings/node/api/controller.ts5export function createHostSettingsController(runtime: HostSettingsRuntime): Controller {CODE
LOW…ges/core/src/runtimes/terminals/node/api/controller.ts5export function createTerminalsController(runtime: TerminalsRuntime) {CODE
LOW…times/conversations/node/persistence/payload-codecs.ts47export function serializeProviderLinkPayload(link: ProviderLink): string {CODE
LOW…core/src/runtimes/conversations/node/api/controller.ts5export function createConversationsController(runtime: ConversationsRuntime): Controller {CODE
LOW…kages/core/src/runtimes/agent-config/node/component.ts26export function createAgentConfigComponent(options: CreateAgentConfigComponentOptions) {CODE
LOW…es/core/src/runtimes/agent-config/node/runtime/auth.ts373function stripTrailingUrlPunctuation(url: string): string {CODE
LOW…es/core/src/runtimes/agent-config/node/runtime/auth.ts385function agentConfigAuthErrorMessage(error: AgentConfigAuthError | AgentHostError): string {CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts14export function createAgentConfigAgentsLiveHost(CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts20export function createAgentConfigMcpLiveHost(model: AgentConfigMcpModel): AgentConfigMcpLiveHost {CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts24export function createAgentConfigSkillsLiveHost(CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts30export function createAgentConfigAgentsModel(): AgentConfigAgentsModel {CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts34export function createAgentConfigMcpModel(): AgentConfigMcpModel {CODE
LOW…re/src/runtimes/agent-config/node/state/live-models.ts38export function createAgentConfigSkillsModel(): AgentConfigSkillsModel {CODE
LOW…/core/src/runtimes/agent-config/node/api/procedures.ts13export function createAgentConfigProcedures(runtime: AgentConfigRuntime) {CODE
LOW…/core/src/runtimes/agent-config/node/api/controller.ts6export function createAgentConfigController(runtime: AgentConfigRuntime) {CODE
LOW…es/core/src/runtimes/files/node/allocation/identity.ts64export async function resolveAbsoluteFileLocation(CODE
LOW…ckages/core/src/runtimes/automations/node/component.ts21export function createAutomationsComponent() {CODE
LOW…/core/src/runtimes/automations/node/scheduling/cron.ts10export function validateAutomationSchedule(CODE
LOW…untimes/automations/node/persistence/payload-codecs.ts36export function serializeDeploymentPayload(deployment: AutomationDeployment): string {CODE
LOW…s/core/src/runtimes/automations/node/api/controller.ts5export function createAutomationsController(runtime: AutomationsRuntime): Controller {CODE
LOW…times/automations/node/ports/workspace-provisioning.ts54export function createWorkspacePortFromDependency(CODE
LOW…times/automations/node/ports/workspace-provisioning.ts171function describeCreateWorkspaceError(error: CreateWorkspaceError): string {CODE
LOW…e/src/runtimes/automations/node/ports/session-start.ts36export function createSessionPortFromDependencies(dependencies: {CODE
LOW…e/src/runtimes/automations/node/ports/session-start.ts144function describeCreateWorkspaceError(error: CreateWorkspaceError): string {CODE
LOW…e/src/runtimes/automations/node/ports/session-start.ts154function describeActivateWorkspaceError(error: ActivateWorkspaceError): string {CODE
LOW…e/src/runtimes/automations/node/ports/session-start.ts167function compileConversationIndexRecord(CODE
LOW…/runtimes/automations/node/ports/session-start.test.ts314function activatingWorkspaceRegistry(): ContractClient<WorkspaceRegistryContract> {CODE
LOW…/runtimes/automations/node/ports/session-start.test.ts321function creatingConversationIndex(): ContractClient<ConversationIndexContract> {CODE
LOW…es/core/src/runtimes/automations/node/runs/executor.ts17export function createAutomationRunExecutor(CODE
LOW…e/src/runtimes/tui-agents/node/runtime/prompt-spill.ts36export function buildPromptPointerMessage(filePath: string): string {CODE
LOW…core/src/runtimes/tui-agents/node/state/live-models.ts22export function createTuiSessionsLiveModel(): TuiSessionsLiveModel {CODE
LOW…core/src/runtimes/tui-agents/node/state/live-models.ts30export function createTuiAgentStatesLiveModel(): TuiAgentStatesLiveModel {CODE
LOW…core/src/runtimes/tui-agents/node/state/live-models.ts42export function createTuiSessionsListModel(liveModel: TuiSessionsLiveModel): TuiSessionsListModel {CODE
LOW…core/src/runtimes/tui-agents/node/state/live-models.ts46export function createTuiAgentStatesListModel(CODE
LOW…es/core/src/runtimes/tui-agents/node/api/procedures.ts15export function createTuiAgentsProcedures(runtime: TuiAgentsRuntime) {CODE
LOW…es/core/src/runtimes/tui-agents/node/api/controller.ts6export function createTuiAgentsController(runtime: TuiAgentsRuntime) {CODE
LOW…ages/core/src/runtimes/file-search/node/node-errors.ts61export function isExpectedPathIndexNodeError(error: unknown): boolean {CODE
LOW…ages/core/src/runtimes/file-search/node/node-errors.ts65export function isExpectedContentScopeNodeError(error: unknown): boolean {CODE
LOW…ges/core/src/runtimes/file-search/node/native-paths.ts9export function hostAbsolutePathFromNative(nativePath: string): HostAbsolutePath {CODE
LOW…ges/core/src/runtimes/file-search/node/native-paths.ts32export function portableRelativePathFromNative(CODE
LOW…ges/core/src/runtimes/file-search/node/native-paths.ts42export function isPortablePathHostCompatible(relativePath: PortableRelativePath): boolean {CODE
LOW…es/core/src/runtimes/file-search/node/error-mapping.ts50export function toExpectedRootAccessError(CODE
LOW…es/core/src/runtimes/file-search/node/error-mapping.ts82export function toExpectedRootOrIndexError(CODE
841 more matches not shown…
Hallucination Indicators11 hits · 125 pts
SeverityFileLineSnippetContext
CRITICAL…ore/src/runtimes/workspace-registry/node/session-gc.ts78 this.options.clients.terminals.sessions.state(undefined, 'list').snapshot(),CODE
CRITICAL…ore/src/runtimes/workspace-registry/node/session-gc.ts79 this.options.clients.acp.sessions.state(undefined, 'list').snapshot(),CODE
CRITICAL…ore/src/runtimes/workspace-registry/node/session-gc.ts80 this.options.clients.tuiAgents.sessions.state(undefined, 'list').snapshot(),CODE
CRITICAL…src/services/runtime-broker/api/runtime-broker.test.ts73 const handle = retained.data.files.tree.model.state({} as never, 'tree');CODE
CRITICAL…src/services/runtime-broker/api/runtime-broker.test.ts103 const handle = retained.data.files.tree.model.state({} as never, 'tree');CODE
CRITICAL…src/services/runtime-broker/api/runtime-broker.test.ts133 const handle = retained.data.files.tree.model.state({} as never, 'tree');CODE
CRITICAL…src/services/runtime-broker/api/runtime-broker.test.ts154 const handle = retained.data.files.tree.model.state({} as never, 'tree');CODE
CRITICAL…src/core/primitives/mementos/browser/memento-client.ts454 const invocation = await this.lease.model.member.mutations.reset(undefined);CODE
CRITICAL…-desktop/src/main/core/acp/agent-status-bridge.test.ts70 remoteRuntime.host.model.states.list.set({ remote: summary('remote', 'ready') });CODE
CRITICAL…main/core/agent-status/tui-agent-status-bridge.test.ts69 remoteRuntime.agentStates.model.states.list.set({ remote: state('remote', 'completed') });CODE
CRITICALapps/workspace-server/src/api/controller.test.ts231 workspace.client.git.repository.model.state({ repository: root.data }, 'refs').snapshot()CODE
Fake / Example Data25 hits · 24 pts
SeverityFileLineSnippetContext
LOW…act/patterns/collection-toolbar/collection-toolbar.tsx11 'aria-label' | 'defaultValue' | 'onChange' | 'onClear' | 'placeholder' | 'size' | 'value'CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx164 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx164 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx196 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx196 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx219 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx219 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ckages/ui/src/react/primitives/sheet/sheet.stories.tsx134 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ckages/ui/src/react/primitives/sheet/sheet.stories.tsx134 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ct/primitives/scroll-container/scroll-fade.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ct/primitives/scroll-container/scroll-fade.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…imitives/scroll-container/scroll-container.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…imitives/scroll-container/scroll-container.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOWpackages/plugins/src/agents/impl/claude/auth.test.ts36 email: 'user@example.com',CODE
LOWpackages/plugins/src/agents/impl/claude/auth.test.ts43 account: 'user@example.com',CODE
LOW…ges/plugins/src/integrations/impl/linear/index.test.ts53 organization: Promise.resolve({ name: 'Acme Inc' }),CODE
LOW…ges/plugins/src/integrations/impl/linear/index.test.ts61 displayDetail: 'Acme Inc',CODE
LOWpackages/plugins/src/issues/impl/jira/index.test.ts37 email: 'user@example.com',CODE
LOWpackages/chat-ui/src/mock-transcript.ts26 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' +CODE
LOWpackages/chat-ui/src/mock-transcript.ts26 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' +CODE
LOWpackages/chat-ui/src/core/layout/measure.bench.ts32 '## Overview\n\nLorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore.',CODE
LOWpackages/chat-ui/src/core/layout/measure.bench.ts32 '## Overview\n\nLorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore.',CODE
LOW…s/account/node/services/emdash-account-service.test.ts90 email: 'test@test.com',CODE
LOW…s/account/node/services/emdash-account-service.test.ts107 email: 'test@test.com',CODE
LOW…s/account/node/services/emdash-account-service.test.ts119 email: 'test@test.com',CODE
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…/emdash-desktop/src/core/primitives/mcp/api/catalog.ts32 CONTEXT7_API_KEY: 'YOUR_API_KEY',CODE
HIGH…/emdash-desktop/src/core/primitives/mcp/api/catalog.ts168 Authorization: 'Bearer YOUR_API_KEY',CODE
HIGH…/emdash-desktop/src/core/primitives/mcp/api/catalog.ts264 RESEND_API_KEY: 'YOUR_API_KEY',CODE
Cross-Language Confusion (JS/TS)2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH…ces/hosts/node/workspace-server/provision/installer.ts211elif command -v wget >/dev/null 2>&1; thenCODE
HIGHapps/workspace-server/scripts/install.test.ts98elif [ "\${1-}" = "--" ]; thenCODE
Over-Commented Block12 hits · 9 pts
SeverityFileLineSnippetContext
LOWpackages/ui/src/styles/effects/animations.css.ts101});COMMENT
LOWpackages/ui/src/react/primitives/theme-provider.tsx41 * a time — nested providers would compete for the <html> class.COMMENT
LOW…/primitives/resizable/use-collapsible-panel-binding.ts81 // the group's `defaultLayout` (only read at group mount) and the panel'sCOMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx101// Leading buffer in the direction of scroll; trailing buffer behind itCOMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx461 // top. As the agent streams a response, tailHeight grows, reserve shrinks,COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx501 let lastCommitted: readonly TranscriptTurn[] = [];COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx701 // Tracks committedUnitsVersion only — not units() — so it does not recomputeCOMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx861 // Visible if the block intersects the viewport [st, st+vh].COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx1601COMMENT
LOWpackages/chat-ui/src/core/caches.ts41 type HighlightResult,COMMENT
LOW…s/emdash-desktop/tooling/node-deps/pnpm-workspace.yaml1# Anchors tooling/node-deps as its own pnpm workspace root, isolated from theCOMMENT
LOW…top/src/core/features/terminals/browser/pty/use-pty.ts141COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ui/src/styles/surfaces.css.ts57// ── 1. Default cascade binding (robust — works wherever .em<id> lands) ────────COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMapps/emdash-desktop/src/main/lib/telemetry.ts160 // Boot watchdog / boot guardrails.COMMENT