Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 29 | // ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 57 | // ── 1. Default cascade binding (robust — works wherever .em<id> lands) ──────── | COMMENT |
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 78 | // ── 2. Elevation scope classes ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 151 | // ── 3. Semantic role: paper ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 168 | // ── 4. Generic emphasis clamp ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 184 | // ── 5. Status surface rooms ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 24 | // ── Layout ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 80 | // ── Spacing ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 124 | // ── Typography ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 162 | // ── Colors ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 227 | // ── Surface cascade — the core of the surface system ────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 293 | // ── Borders & Radius ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 342 | // ── Combined sprinkles function ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/layout.css.ts | 17 | // ── Flex row helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/styles/utilities/layout.css.ts | 32 | // ── Stack / vertical ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/styles/utilities/layout.css.ts | 37 | // ── Centering ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/styles/utilities/layout.css.ts | 44 | // ── Sizing helpers ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/styles/utilities/layout.css.ts | 49 | // ── Text overflow ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/styles/utilities/layout.css.ts | 59 | // ── Absolute overlay ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/effects/animations.css.ts | 12 | // ── Fade (backdrop / overlay) ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/effects/animations.css.ts | 24 | // ── Popup: fade + zoom (dialog, no-side popups) ─────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/effects/animations.css.ts | 36 | // ── Popup: fade + zoom + slide (positioner popups, 0.5rem offset) ───────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/effects/animations.css.ts | 61 | // ── Sheet slides (full translate, no zoom) ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/effects/animations.css.ts | 103 | // ── Convenience: selectors blocks for positioner popups ─────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 24 | // ── Primitive non-color token contract ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 93 | // ── Assign static values at :root ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 132 | // ── Composite typography role vars ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 16 | // ── Escape-hatch transforms / positioning ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 24 | // ── Fixed-px widths (not in the sx SPACE scale) ─────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 40 | // ── Fixed-px heights ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 53 | // ── Square sizes ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 60 | // ── Grid column templates ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/story-layout.css.ts | 79 | // ── Child-combinator selectors (cannot be expressed in sprinkles) ───────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/react/story-layout.css.ts | 96 | // ── Effects ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/react/story-layout.css.ts | 104 | // ── Off-scale type ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/react/story-layout.css.ts | 113 | // ── Special background ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/ui/src/react/story-layout.css.ts | 120 | // ── Composite: story tab strip button ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/patterns/index.ts | 106 | // ── Headless list state (createListView) ────────────────────────────────────── | COMMENT |
| MEDIUM | …i/src/react/patterns/page-layout/page-sidebar-menu.tsx | 8 | // ── Types ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i/src/react/patterns/page-layout/page-sidebar-menu.tsx | 56 | // ── Component ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 15 | // ── Placeholder helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 59 | // ── 1. Library style — sidebar + content (max-w-3xl) ───────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 124 | // ── 2. Settings style — sidebar + content (default max-w-4xl) ──────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 197 | // ── 3. Automations style — content-only, no sidebar ────────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 254 | // ── 4. Custom sidebar — PageLayout.Sidebar bare slot ───────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 334 | // ── 5. Sectioned sidebar — PageNavSection labels ────────────────────────────── | COMMENT |
| MEDIUM | …src/react/patterns/page-layout/page-layout.stories.tsx | 401 | // ── 6. Sidebar with footer — pinned slots + scrolling nav ───────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 6 | // ── Drag-region helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 20 | // ── Root outer / scroll container ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 39 | // ── Centered page container ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 64 | // ── Sidebar sticky wrapper ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 79 | // ── Content container recipe ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-layout.css.ts | 108 | // ── Background fill (used by sticky header and root) ───────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/patterns/page-layout/index.ts | 5 | // ── Public namespace ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/react/patterns/page-layout/index.ts | 42 | // ── Re-export types ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/ui/src/react/patterns/page-layout/page-header.css.ts | 6 | // ── Root ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/ui/src/react/patterns/page-layout/page-header.css.ts | 21 | // ── Title block ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/ui/src/react/patterns/page-layout/page-header.css.ts | 30 | // ── Actions slot ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …s/ui/src/react/patterns/page-layout/page-header.css.ts | 40 | // ── Separator ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/ui/src/react/patterns/page-layout/page-layout.tsx | 60 | // ── Sidebar (bare slot) ─────────────────────────────────────────────────────── | COMMENT |
| 769 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tooling/oxlint/boundary-allowlists.js | 36 | export function isBoundaryAllowlistingDisabled(env = process.env) { | CODE |
| LOW | tooling/oxlint/boundary-allowlists.js | 67 | export function isBoundaryFileAllowlisted(filename, entries, repoRoot = DEFAULT_REPO_ROOT) { | CODE |
| LOW | tooling/oxlint/rules/core-host-boundaries.js | 53 | export function isMainCoreFeatureSpecifier(specifier) { | CODE |
| LOW | tooling/oxlint/rules/core-module-boundaries.js | 103 | export function isAllowedCoreModuleDependency(source, target) { | CODE |
| LOW | agents/conventions/main-patterns.md | 10 | export function createTasksWireController(): Controller { | CODE |
| LOW | …tterns/create-task-modal/create-task-modal.fixtures.ts | 80 | export function createReadyCreateTaskState(): CreateTaskModalState { | CODE |
| LOW | …ct/primitives/animated-height/height-change-tracker.ts | 11 | export function createHeightChangeTracker(initialHeight: number | undefined) { | CODE |
| LOW⚡ | packages/ui/src/react/primitives/hover-card/index.tsx | 37 | export function isEventInsideInteractiveLayer( | CODE |
| LOW | packages/ui/src/react/primitives/button/index.tsx | 22 | export function resolveButtonControlVariant({ | CODE |
| LOW | …/primitives/resizable/use-collapsible-panel-binding.ts | 65 | export function useCollapsiblePanelBinding( | CODE |
| LOW | …components/directory-selector/use-directory-history.ts | 19 | export function createDirectoryHistoryState(initialPath: string): DirectoryHistoryState { | CODE |
| LOW | …components/directory-selector/use-directory-history.ts | 39 | export function goForwardDirectoryHistory(state: DirectoryHistoryState): DirectoryHistoryState { | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 605 | function QueuedPromptsWithPermissionRequestsDemo() { | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 653 | function PermissionBandOverflowStatesDemo() { | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 773 | function WithoutEffortSelectorDemo() { | CODE |
| LOW | …i/src/react/components/prompt-editor/prompt-editor.tsx | 209 | function serializedOffsetAtPosition(doc: ProseMirrorNode, position: number): number { | CODE |
| LOW | …t/components/prompt-editor/extensions/slash-command.ts | 31 | export function buildSlashCommandExtension( | CODE |
| LOW | …core/src/runtimes/host-settings/node/api/controller.ts | 5 | export function createHostSettingsController(runtime: HostSettingsRuntime): Controller { | CODE |
| LOW | …ges/core/src/runtimes/terminals/node/api/controller.ts | 5 | export function createTerminalsController(runtime: TerminalsRuntime) { | CODE |
| LOW | …times/conversations/node/persistence/payload-codecs.ts | 47 | export function serializeProviderLinkPayload(link: ProviderLink): string { | CODE |
| LOW | …core/src/runtimes/conversations/node/api/controller.ts | 5 | export function createConversationsController(runtime: ConversationsRuntime): Controller { | CODE |
| LOW | …kages/core/src/runtimes/agent-config/node/component.ts | 26 | export function createAgentConfigComponent(options: CreateAgentConfigComponentOptions) { | CODE |
| LOW | …es/core/src/runtimes/agent-config/node/runtime/auth.ts | 373 | function stripTrailingUrlPunctuation(url: string): string { | CODE |
| LOW | …es/core/src/runtimes/agent-config/node/runtime/auth.ts | 385 | function agentConfigAuthErrorMessage(error: AgentConfigAuthError | AgentHostError): string { | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 14 | export function createAgentConfigAgentsLiveHost( | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 20 | export function createAgentConfigMcpLiveHost(model: AgentConfigMcpModel): AgentConfigMcpLiveHost { | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 24 | export function createAgentConfigSkillsLiveHost( | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 30 | export function createAgentConfigAgentsModel(): AgentConfigAgentsModel { | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 34 | export function createAgentConfigMcpModel(): AgentConfigMcpModel { | CODE |
| LOW⚡ | …re/src/runtimes/agent-config/node/state/live-models.ts | 38 | export function createAgentConfigSkillsModel(): AgentConfigSkillsModel { | CODE |
| LOW | …/core/src/runtimes/agent-config/node/api/procedures.ts | 13 | export function createAgentConfigProcedures(runtime: AgentConfigRuntime) { | CODE |
| LOW | …/core/src/runtimes/agent-config/node/api/controller.ts | 6 | export function createAgentConfigController(runtime: AgentConfigRuntime) { | CODE |
| LOW | …es/core/src/runtimes/files/node/allocation/identity.ts | 64 | export async function resolveAbsoluteFileLocation( | CODE |
| LOW | …ckages/core/src/runtimes/automations/node/component.ts | 21 | export function createAutomationsComponent() { | CODE |
| LOW | …/core/src/runtimes/automations/node/scheduling/cron.ts | 10 | export function validateAutomationSchedule( | CODE |
| LOW | …untimes/automations/node/persistence/payload-codecs.ts | 36 | export function serializeDeploymentPayload(deployment: AutomationDeployment): string { | CODE |
| LOW | …s/core/src/runtimes/automations/node/api/controller.ts | 5 | export function createAutomationsController(runtime: AutomationsRuntime): Controller { | CODE |
| LOW | …times/automations/node/ports/workspace-provisioning.ts | 54 | export function createWorkspacePortFromDependency( | CODE |
| LOW | …times/automations/node/ports/workspace-provisioning.ts | 171 | function describeCreateWorkspaceError(error: CreateWorkspaceError): string { | CODE |
| LOW | …e/src/runtimes/automations/node/ports/session-start.ts | 36 | export function createSessionPortFromDependencies(dependencies: { | CODE |
| LOW | …e/src/runtimes/automations/node/ports/session-start.ts | 144 | function describeCreateWorkspaceError(error: CreateWorkspaceError): string { | CODE |
| LOW | …e/src/runtimes/automations/node/ports/session-start.ts | 154 | function describeActivateWorkspaceError(error: ActivateWorkspaceError): string { | CODE |
| LOW | …e/src/runtimes/automations/node/ports/session-start.ts | 167 | function compileConversationIndexRecord( | CODE |
| LOW | …/runtimes/automations/node/ports/session-start.test.ts | 314 | function activatingWorkspaceRegistry(): ContractClient<WorkspaceRegistryContract> { | CODE |
| LOW | …/runtimes/automations/node/ports/session-start.test.ts | 321 | function creatingConversationIndex(): ContractClient<ConversationIndexContract> { | CODE |
| LOW | …es/core/src/runtimes/automations/node/runs/executor.ts | 17 | export function createAutomationRunExecutor( | CODE |
| LOW | …e/src/runtimes/tui-agents/node/runtime/prompt-spill.ts | 36 | export function buildPromptPointerMessage(filePath: string): string { | CODE |
| LOW | …core/src/runtimes/tui-agents/node/state/live-models.ts | 22 | export function createTuiSessionsLiveModel(): TuiSessionsLiveModel { | CODE |
| LOW | …core/src/runtimes/tui-agents/node/state/live-models.ts | 30 | export function createTuiAgentStatesLiveModel(): TuiAgentStatesLiveModel { | CODE |
| LOW | …core/src/runtimes/tui-agents/node/state/live-models.ts | 42 | export function createTuiSessionsListModel(liveModel: TuiSessionsLiveModel): TuiSessionsListModel { | CODE |
| LOW | …core/src/runtimes/tui-agents/node/state/live-models.ts | 46 | export function createTuiAgentStatesListModel( | CODE |
| LOW | …es/core/src/runtimes/tui-agents/node/api/procedures.ts | 15 | export function createTuiAgentsProcedures(runtime: TuiAgentsRuntime) { | CODE |
| LOW | …es/core/src/runtimes/tui-agents/node/api/controller.ts | 6 | export function createTuiAgentsController(runtime: TuiAgentsRuntime) { | CODE |
| LOW | …ages/core/src/runtimes/file-search/node/node-errors.ts | 61 | export function isExpectedPathIndexNodeError(error: unknown): boolean { | CODE |
| LOW | …ages/core/src/runtimes/file-search/node/node-errors.ts | 65 | export function isExpectedContentScopeNodeError(error: unknown): boolean { | CODE |
| LOW | …ges/core/src/runtimes/file-search/node/native-paths.ts | 9 | export function hostAbsolutePathFromNative(nativePath: string): HostAbsolutePath { | CODE |
| LOW | …ges/core/src/runtimes/file-search/node/native-paths.ts | 32 | export function portableRelativePathFromNative( | CODE |
| LOW | …ges/core/src/runtimes/file-search/node/native-paths.ts | 42 | export function isPortablePathHostCompatible(relativePath: PortableRelativePath): boolean { | CODE |
| LOW | …es/core/src/runtimes/file-search/node/error-mapping.ts | 50 | export function toExpectedRootAccessError( | CODE |
| LOW | …es/core/src/runtimes/file-search/node/error-mapping.ts | 82 | export function toExpectedRootOrIndexError( | CODE |
| 841 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | …ore/src/runtimes/workspace-registry/node/session-gc.ts | 78 | this.options.clients.terminals.sessions.state(undefined, 'list').snapshot(), | CODE |
| CRITICAL⚡ | …ore/src/runtimes/workspace-registry/node/session-gc.ts | 79 | this.options.clients.acp.sessions.state(undefined, 'list').snapshot(), | CODE |
| CRITICAL⚡ | …ore/src/runtimes/workspace-registry/node/session-gc.ts | 80 | this.options.clients.tuiAgents.sessions.state(undefined, 'list').snapshot(), | CODE |
| CRITICAL | …src/services/runtime-broker/api/runtime-broker.test.ts | 73 | const handle = retained.data.files.tree.model.state({} as never, 'tree'); | CODE |
| CRITICAL | …src/services/runtime-broker/api/runtime-broker.test.ts | 103 | const handle = retained.data.files.tree.model.state({} as never, 'tree'); | CODE |
| CRITICAL | …src/services/runtime-broker/api/runtime-broker.test.ts | 133 | const handle = retained.data.files.tree.model.state({} as never, 'tree'); | CODE |
| CRITICAL | …src/services/runtime-broker/api/runtime-broker.test.ts | 154 | const handle = retained.data.files.tree.model.state({} as never, 'tree'); | CODE |
| CRITICAL | …src/core/primitives/mementos/browser/memento-client.ts | 454 | const invocation = await this.lease.model.member.mutations.reset(undefined); | CODE |
| CRITICAL | …-desktop/src/main/core/acp/agent-status-bridge.test.ts | 70 | remoteRuntime.host.model.states.list.set({ remote: summary('remote', 'ready') }); | CODE |
| CRITICAL | …main/core/agent-status/tui-agent-status-bridge.test.ts | 69 | remoteRuntime.agentStates.model.states.list.set({ remote: state('remote', 'completed') }); | CODE |
| CRITICAL | apps/workspace-server/src/api/controller.test.ts | 231 | workspace.client.git.repository.model.state({ repository: root.data }, 'refs').snapshot() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …act/patterns/collection-toolbar/collection-toolbar.tsx | 11 | 'aria-label' | 'defaultValue' | 'onChange' | 'onClear' | 'placeholder' | 'size' | 'value' | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 164 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 164 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 196 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 196 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 219 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 219 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ckages/ui/src/react/primitives/sheet/sheet.stories.tsx | 134 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ckages/ui/src/react/primitives/sheet/sheet.stories.tsx | 134 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ct/primitives/scroll-container/scroll-fade.stories.tsx | 32 | Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ct/primitives/scroll-container/scroll-fade.stories.tsx | 32 | Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …imitives/scroll-container/scroll-container.stories.tsx | 32 | Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …imitives/scroll-container/scroll-container.stories.tsx | 32 | Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | packages/plugins/src/agents/impl/claude/auth.test.ts | 36 | email: 'user@example.com', | CODE |
| LOW | packages/plugins/src/agents/impl/claude/auth.test.ts | 43 | account: 'user@example.com', | CODE |
| LOW | …ges/plugins/src/integrations/impl/linear/index.test.ts | 53 | organization: Promise.resolve({ name: 'Acme Inc' }), | CODE |
| LOW | …ges/plugins/src/integrations/impl/linear/index.test.ts | 61 | displayDetail: 'Acme Inc', | CODE |
| LOW | packages/plugins/src/issues/impl/jira/index.test.ts | 37 | email: 'user@example.com', | CODE |
| LOW | packages/chat-ui/src/mock-transcript.ts | 26 | 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' + | CODE |
| LOW | packages/chat-ui/src/mock-transcript.ts | 26 | 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' + | CODE |
| LOW | packages/chat-ui/src/core/layout/measure.bench.ts | 32 | '## Overview\n\nLorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore.', | CODE |
| LOW | packages/chat-ui/src/core/layout/measure.bench.ts | 32 | '## 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.ts | 90 | email: 'test@test.com', | CODE |
| LOW | …s/account/node/services/emdash-account-service.test.ts | 107 | email: 'test@test.com', | CODE |
| LOW | …s/account/node/services/emdash-account-service.test.ts | 119 | email: 'test@test.com', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/emdash-desktop/src/core/primitives/mcp/api/catalog.ts | 32 | CONTEXT7_API_KEY: 'YOUR_API_KEY', | CODE |
| HIGH | …/emdash-desktop/src/core/primitives/mcp/api/catalog.ts | 168 | Authorization: 'Bearer YOUR_API_KEY', | CODE |
| HIGH | …/emdash-desktop/src/core/primitives/mcp/api/catalog.ts | 264 | RESEND_API_KEY: 'YOUR_API_KEY', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ces/hosts/node/workspace-server/provision/installer.ts | 211 | elif command -v wget >/dev/null 2>&1; then | CODE |
| HIGH | apps/workspace-server/scripts/install.test.ts | 98 | elif [ "\${1-}" = "--" ]; then | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/ui/src/styles/effects/animations.css.ts | 101 | }); | COMMENT |
| LOW | packages/ui/src/react/primitives/theme-provider.tsx | 41 | * a time — nested providers would compete for the <html> class. | COMMENT |
| LOW | …/primitives/resizable/use-collapsible-panel-binding.ts | 81 | // the group's `defaultLayout` (only read at group mount) and the panel's | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 101 | // Leading buffer in the direction of scroll; trailing buffer behind it | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 461 | // top. As the agent streams a response, tailHeight grows, reserve shrinks, | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 501 | let lastCommitted: readonly TranscriptTurn[] = []; | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 701 | // Tracks committedUnitsVersion only — not units() — so it does not recompute | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 861 | // Visible if the block intersects the viewport [st, st+vh]. | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 1601 | COMMENT | |
| LOW | packages/chat-ui/src/core/caches.ts | 41 | type HighlightResult, | COMMENT |
| LOW | …s/emdash-desktop/tooling/node-deps/pnpm-workspace.yaml | 1 | # Anchors tooling/node-deps as its own pnpm workspace root, isolated from the | COMMENT |
| LOW | …top/src/core/features/terminals/browser/pty/use-pty.ts | 141 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/ui/src/styles/surfaces.css.ts | 57 | // ── 1. Default cascade binding (robust — works wherever .em<id> lands) ──────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/emdash-desktop/src/main/lib/telemetry.ts | 160 | // Boot watchdog / boot guardrails. | COMMENT |