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,160 GitHub stars. SynthScan v2.0 examined 399,013 lines of code across 3024 source files, recording 1421 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 8.1 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 1421 distinct pattern matches across 7 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 | 165 | // ── Colors ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 230 | // ── Surface cascade — the core of the surface system ────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 296 | // ── Borders & Radius ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/styles/utilities/sprinkles.css.ts | 338 | // ── 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 | 83 | // ── Convenience: selectors blocks for positioner popups ─────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 21 | // ── Primitive non-color token contract ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 74 | // ── Assign static values at :root ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/tokens.css.ts | 124 | // ── Composite typography role vars ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 32 | // ── ThemeInput ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 46 | // ── Palette hue seeds ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 60 | // ── Curve character ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 77 | // ── Generation tuning ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 88 | // ── Explicit scales escape hatch ────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 96 | // ── Syntax highlighting ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 107 | // ── ResolvedTheme ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 125 | // ── Built-in hue defaults (OKLCH hue angles, Radix-derived) ─────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 136 | // ── Resolve contrast multiplier ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 144 | // ── Resolve a single scale ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/define-theme.ts | 192 | // ── defineTheme ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/theme.test.ts | 20 | // ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/theme.test.ts | 42 | // ── Tests ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/contract/roles.ts | 139 | // ── Status surface names ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/contract/roles.ts | 169 | // ── Surface cascade vars ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 24 | // ── Backgrounds ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 30 | // ── Foregrounds ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 38 | // ── Secondary (sidebar / secondary panels) ──────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 48 | // ── Tertiary (code editors / inset panels) ──────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 58 | // ── Quaternary ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 63 | // ── Neutral (inverted / pill) ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 67 | // ── Primary button ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 73 | // ── Destructive (red) ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 79 | // ── Borders ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 86 | // ── Selection (blue) ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 90 | // ── Status ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 97 | // ── Diff ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/ui/src/theme/core/contract/semantic-template.ts | 102 | // ── Semantic state sets ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/ui/src/theme/core/contract/semantic-template.ts | 127 | // ── VCS state extras ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/generate/color-format.ts | 14 | // ── Formatting ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/generate/color-format.ts | 36 | // ── Contrast ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/generate/color-format.ts | 60 | // ── Ref resolution ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/ui/src/theme/core/generate/color-format.ts | 81 | // ── CSS color to hex ────────────────────────────────────────────────────────── | COMMENT |
| 782 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/ui/src/theme/core/generate/fill-gaps.ts | 24 | function pickContrastColorFromStep(solidStep: string): string { | CODE |
| LOW⚡ | packages/ui/src/react/primitives/hover-card/index.tsx | 37 | export function isEventInsideInteractiveLayer( | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 580 | function QueuedPromptsWithPermissionRequestsDemo() { | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 628 | function PermissionBandOverflowStatesDemo() { | CODE |
| LOW | …act/components/chat-composer/chat-composer.stories.tsx | 748 | function WithoutEffortSelectorDemo() { | CODE |
| LOW | …t/components/prompt-editor/extensions/slash-command.ts | 31 | export function buildSlashCommandExtension( | CODE |
| LOW | …core/src/host-dependencies/descriptor-from-provider.ts | 11 | export function buildDescriptorFromProvider( | CODE |
| LOW | packages/core/src/host-dependencies/runtime/types.ts | 258 | export function resolveActiveInstallation( | CODE |
| LOW | packages/core/src/host-dependencies/runtime/types.ts | 276 | export function deriveHostDependencyStatus(dep: HostDependency): DependencyStatus { | CODE |
| LOW | …core/src/host-dependencies/runtime/method-detection.ts | 52 | export function createInstallMethodDetector( | CODE |
| LOW | …core/src/host-dependencies/runtime/method-detection.ts | 116 | function extractSegmentAfterPrefix(realPath: string, prefix: string): string | undefined { | CODE |
| LOW | …c/host-dependencies/runtime/host-dependency-manager.ts | 96 | function dependencyStateFromProbeResult( | CODE |
| LOW | packages/core/src/workspace-lifecycle/probe.ts | 124 | async function probeBranchCreatedByEmdash( | CODE |
| LOW | packages/core/src/workspace-lifecycle/controller.ts | 9 | export function createWorkspaceLifecycleController(manager = new WorkspaceLifecycleManager()) { | CODE |
| LOW | …s/core/src/workspace-lifecycle/steps/impl/git-fetch.ts | 41 | function isCheckedOutBranchFetchError(message: string): boolean { | CODE |
| LOW | packages/core/src/workspace-lifecycle/api/errors.ts | 3 | export function planRejectionToBootstrapError(rejection: PlanRejection): BootstrapError { | CODE |
| LOW | packages/core/src/pty/process-tree.ts | 141 | export async function collectLocalProcessTreeAsync( | CODE |
| LOW | packages/core/src/pty/process-tree.ts | 156 | export async function collectLocalProcessInfosByPidAsync( | CODE |
| LOW | packages/core/src/pty/node/node-pty-spawner.ts | 128 | function suppressExpectedNodePtyErrors( | CODE |
| LOW | packages/core/src/agents/spawn-context.ts | 27 | export function createSpawnContextResolver( | CODE |
| LOW | packages/core/src/agents/plugins/helpers/trust.ts | 12 | export function buildJsonConfigTrustBehavior({ | CODE |
| LOW | packages/core/src/agents/plugins/helpers/hooks.ts | 37 | function makeWindowsHookPostCommand(eventType: string, payload: HookPostPayload): string { | CODE |
| LOW | packages/core/src/agents/plugins/helpers/hooks.ts | 58 | export function makeWindowsPowerShellHookCommand(script: string): string { | CODE |
| LOW | packages/core/src/agents/plugins/helpers/hooks.ts | 91 | export function makeNotificationHookCommand( | CODE |
| LOW | …es/core/src/agents/plugins/helpers/prompt-injection.ts | 1 | export function buildPromptInjectionPayload(args: { | CODE |
| LOW | packages/core/src/agents/plugins/helpers/hook-config.ts | 139 | export function buildNestedJsonHookConfig(configPath: string, hookSpecs: HookSpec[]) { | CODE |
| LOW | packages/core/src/agents/plugins/helpers/hook-config.ts | 243 | export function buildMinimalJsonHookConfig( | CODE |
| LOW | packages/core/src/files/tree/directory-reader.ts | 47 | export function createTreeDirectoryReader(policy: RootPathPolicy): TreeDirectoryReader { | CODE |
| LOW | packages/core/src/files/tree/node-id.ts | 268 | function normalizePathForComparison(value: string): string { | CODE |
| LOW | packages/core/src/files/tree/watch/classifier.ts | 22 | export async function classifyFileTreeWatchEvents( | CODE |
| LOW | packages/core/src/workspace-coordinator/controller.ts | 6 | export function createWorkspaceCoordinatorController(coordinator: WorkspaceCoordinator) { | CODE |
| LOW | packages/core/src/acp/reducer/item-fold.ts | 430 | function updateFileOperationStatuses( | CODE |
| LOW | packages/core/src/acp/reducer/item-fold.ts | 449 | function hasFileOperationsForToolCall(items: TranscriptItem[], toolCallId: string): boolean { | CODE |
| LOW | packages/core/src/acp/reducer/reducer.ts | 218 | function resolveProviderThinkingMessageId(active: TranscriptTurn, messageId: string): string { | CODE |
| LOW | packages/core/src/acp/reducer/reducer.ts | 416 | function assertTranscriptInvariants(transcript: TranscriptSlice): void { | CODE |
| LOW | packages/core/src/git/git-runtime.test.ts | 24 | async function makeRecordingGitExecutable(): Promise<{ executable: string; logPath: string }> { | CODE |
| LOW | packages/core/src/git/git-repository.test.ts | 41 | async function exposeRemoteBranchAsPullRef(remote: string, prNumber: number): Promise<void> { | CODE |
| LOW | packages/core/src/git/git-repository.ts | 463 | function remoteNameForRepositoryUrl(url: string): string { | CODE |
| LOW | packages/core/src/git/errors.ts | 87 | export function classifyCloneRepositoryError( | CODE |
| LOW | packages/core/src/git/errors.ts | 145 | export function classifyFetchPrForReviewError( | CODE |
| LOW | packages/core/src/git/errors.ts | 243 | export function classifyCreateBranchError( | CODE |
| LOW | packages/core/src/git/errors.ts | 266 | export function classifyDeleteBranchError(error: unknown, branch: string): DeleteBranchError { | CODE |
| LOW | packages/core/src/git/errors.ts | 285 | export function isNotRepositoryInspectionError(error: unknown): boolean { | CODE |
| LOW | packages/core/src/git/git-worktree.test.ts | 47 | async function makeRecordingGitExecutable(): Promise<{ executable: string; logPath: string }> { | CODE |
| LOW | packages/core/src/git/watch/classifier.ts | 100 | function commonGitPathAffectsWorktreeHead(rel: string): boolean { | CODE |
| LOW | packages/wire/examples/cancellation/client.ts | 44 | async function runDisconnectCancellation(): Promise<void> { | CODE |
| LOW | packages/wire/src/util/scope.ts | 142 | function defaultCleanupErrorHandler(error: unknown, scope: ScopeCleanupErrorContext): void { | CODE |
| LOW | …kages/wire/src/util/process-runtime/process-runtime.ts | 230 | function withDefaultGracefulShutdown(spec: ProcessSpec): ProcessSpec { | CODE |
| LOW | packages/wire/src/api/serve.ts | 111 | function replyControllerCallWithUpload( | CODE |
| LOW | packages/wire/src/api/client.ts | 436 | export function isEventStreamClientHandle(value: unknown): value is EventStreamClientHandle { | CODE |
| LOW | packages/wire/src/api/with-validation.ts | 66 | function collectContractValidators(definitions: ContractDefinitions, prefix: string[]): void { | CODE |
| LOW | packages/wire/src/api/with-validation.ts | 78 | function collectEndpointValidators(fullPath: string, def: EndpointDef): void { | CODE |
| LOW | packages/wire/src/api/with-validation.ts | 118 | function collectLiveModelValidators(fullPath: string, def: LiveModelDef): void { | CODE |
| LOW | packages/wire/src/api/with-validation.ts | 150 | function parseLiveModelMutationInput( | CODE |
| LOW | packages/wire/src/api/with-validation.ts | 164 | function parseLiveModelMutationOutput(def: MutationDef, output: unknown): unknown { | CODE |
| LOW | packages/wire/src/api/connect.ts | 335 | function getOrCreateAttachment(topic: string): Attachment { | CODE |
| LOW | packages/wire/src/api/define.ts | 457 | function finalizeLiveModelEndpoint(id: string, def: LiveModelDef): LiveModelDef { | CODE |
| LOW | packages/wire/src/api/controller.ts | 470 | function validateUploadFileEnvelope(def: UploadFileEndpointDef, file: WireFile): void { | CODE |
| LOW | packages/wire/src/api/controller.ts | 495 | function createEventStreamResolver( | CODE |
| LOW | packages/wire/src/api/transports/electron.test.ts | 250 | function getOrCreate<K, V>(map: Map<K, Set<V>>, key: K): Set<V> { | CODE |
| 476 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 116 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 116 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 139 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ages/ui/src/react/primitives/dialog/dialog.stories.tsx | 139 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ckages/ui/src/react/primitives/sheet/sheet.stories.tsx | 93 | {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod | CODE |
| LOW | …ckages/ui/src/react/primitives/sheet/sheet.stories.tsx | 93 | {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 | …/main/core/projects/worktrees/worktree-service.test.ts | 26 | await git(['config', 'user.email', 'test@test.com'], { cwd: dir }); | CODE |
| LOW | …n/core/account/services/emdash-account-service.test.ts | 98 | email: 'test@test.com', | CODE |
| LOW | …n/core/account/services/emdash-account-service.test.ts | 115 | email: 'test@test.com', | CODE |
| LOW | …n/core/account/services/emdash-account-service.test.ts | 127 | email: 'test@test.com', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/emdash-desktop/src/shared/core/mcp/catalog.ts | 32 | CONTEXT7_API_KEY: 'YOUR_API_KEY', | CODE |
| HIGH | apps/emdash-desktop/src/shared/core/mcp/catalog.ts | 168 | Authorization: 'Bearer YOUR_API_KEY', | CODE |
| HIGH | apps/emdash-desktop/src/shared/core/mcp/catalog.ts | 264 | RESEND_API_KEY: 'YOUR_API_KEY', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/ui/src/styles/effects/animations.css.ts | 81 | }); | COMMENT |
| LOW | packages/ui/src/react/primitives/theme-provider.tsx | 41 | * a time — nested providers would compete for the <html> class. | 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 | const committedIndexById = new Map<string, number>(); | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 701 | // ── Pinned user-message overlay ─────────────────────────────────────────── | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 861 | const bottom = top + height; | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 1001 | // Cache to avoid emitting onActiveUserMessageVisibilityChange on every frame. | COMMENT |
| LOW | packages/chat-ui/src/ChatRoot.tsx | 1601 | } | COMMENT |
| LOW | packages/chat-ui/src/core/caches.ts | 41 | type HighlightResult, | COMMENT |
| LOW | apps/emdash-desktop/docker-compose.yaml | 1 | # ────────────────────────────────────────────────────────────────────────────── | COMMENT |
| LOW | apps/emdash-desktop/tooling/byoi/scripts/provision.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/renderer/features/tasks/workspace-resolution-view.tsx | 1 | // Workspace resolution is now handled automatically in the main process. | COMMENT |
| LOW | …src/renderer/features/tasks/editor/editor-provider.tsx | 61 | COMMENT | |
| LOW | …top/src/main/core/port-forwards/port-forward-tunnel.ts | 1 | import net from 'node:net'; | 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 |
|---|---|---|---|---|
| LOW⚡ | apps/emdash-desktop/docker-compose.yaml | 4 | # Usage: | COMMENT |