Repository Analysis

manaflow-ai/cmux

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

4.3 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of manaflow-ai/cmux, a Swift project with 24,439 GitHub stars. SynthScan v2.0 examined 1,407,941 lines of code across 6413 source files, recording 4758 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.3
Adjusted Score
4.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
24.4K
Stars
Swift
Language
1.4M
Lines of Code
6.4K
Files
4.8K
Pattern Hits
2026-07-14
Scan Date
0.01
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 5HIGH 40MEDIUM 603LOW 4110

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 4758 distinct pattern matches across 21 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.

Over-Commented Block2405 hits · 2370 pts
SeverityFileLineSnippetContext
LOWghostty.h1#ifndef CMUX_GHOSTTY_BRIDGE_HEADER_HCOMMENT
LOW…xUITests/SettingsAccountJSONResetBehaviorUITests.swift1import XCTestCOMMENT
LOW…xUITests/SettingsAccountJSONResetBehaviorUITests.swift21/// - TIER 3: Account Sign In / Sign Out (browser auth round trip),COMMENT
LOW…xUITests/SettingsAccountJSONResetBehaviorUITests.swift181 if let value = element.value as? Bool {COMMENT
LOW…xUITests/SettingsAccountJSONResetBehaviorUITests.swift201 // cmux sign-in page in the system browser for an OAuth-style round trip;COMMENT
LOWcmuxUITests/SettingsBrowserBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsBrowserBehaviorUITests.swift121 // never writes (only the legacy `cmuxApp.browserEnabledBinding`COMMENT
LOWcmuxUITests/SettingsBrowserBehaviorUITests.swift141 // happens inside web content, not in any AppKit accessibility element.COMMENT
LOWcmuxUITests/SettingsBrowserBehaviorUITests.swift161 //COMMENT
LOWcmuxUITests/SettingsBrowserBehaviorUITests.swift181 // (settings.browser.history.clearButton) —COMMENT
LOWcmuxUITests/SettingsAutomationBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsAutomationBehaviorUITests.swift21/// surface, which is the contract this section actually owns:COMMENT
LOWcmuxUITests/SettingsAutomationBehaviorUITests.swift381 // their *behavior* is enacted entirely in backend/CLI/terminal-env codeCOMMENT
LOWcmuxUITests/SettingsAutomationBehaviorUITests.swift401 // toggles — when enabled, cmux injects session-tracking + notificationCOMMENT
LOWcmuxUITests/SettingsAutomationBehaviorUITests.swift421 // accessibility identifier and no observable consequence to assertCOMMENT
LOWcmuxUITests/ControlSocketReadinessUITestSupport.swift1import XCTestCOMMENT
LOWcmuxUITests/ControlSocketReadinessUITestSupport.swift21 ///COMMENT
LOWcmuxUITests/ControlSocketReadinessUITestSupport.swift41 /// loop not yet answering, a sub-second window) makes the waiter sit on theCOMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift21/// new subtitle string appears / the old one disappears, or the gatedCOMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift41/// - Inherit CWD effect on a real new workspace (the *subtitle* swap isCOMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift61/// - Reorder on Notification (workspaceAutoReorderOnNotification): needsCOMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift81/// confirmation on the tab "X" button; needs a tab and a stable id.COMMENT
LOWcmuxUITests/SettingsAppBehaviorUITests.swift261COMMENT
LOWcmuxUITests/SettingsSidebarBetaBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsSidebarBetaBehaviorUITests.swift21///COMMENT
LOWcmuxUITests/SettingsSidebarBetaBehaviorUITests.swift221 // MARK: - Tiering documentation for this sectionCOMMENT
LOWcmuxUITests/SettingsSidebarBetaBehaviorUITests.swift241 // This would need a workspace-setup launch seam plus screenshotCOMMENT
LOWcmuxUITests/RemoteTmuxSizingUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/RemoteTmuxSizingUITests.swift41 super.setUp()COMMENT
LOWcmuxUITests/RemoteTmuxSizingUITests.swift101 // frame an earlier app run left behind — small enough, and the paneCOMMENT
LOWcmuxUITests/FeedSidebarUITests.swift221 pollUntil(timeout: timeout, interval: 0.2) {COMMENT
LOWcmuxUITests/SettingsTerminalBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsTerminalBehaviorUITests.swift21///COMMENT
LOWcmuxUITests/SettingsTerminalBehaviorUITests.swift41///COMMENT
LOWcmuxUITests/SettingsTerminalBehaviorUITests.swift61/// input's growth height. The effect is pure layout geometry of theCOMMENT
LOWcmuxUITests/SettingsTerminalBehaviorUITests.swift81/// (`AgentHibernationResumeButton` appears in `TerminalPanelView`).COMMENT
LOWcmuxUITests/BrowserReliabilityRegressionUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/RemoteTmuxSizingUITests+Oracle.swift21 )COMMENT
LOWcmuxUITests/BrowserFixtureInteractionUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/BrowserFixtureInteractionUITests.swift401 }COMMENT
LOWcmuxUITests/DisplayResolutionRegressionUITests.swift301 helperProcess = procCOMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift1import XCTestCOMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift21/// - per-action `ShortcutRecorderView` + `ShortcutRecorderClearRestoreButton`.COMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift101 XCTAssertTrue(COMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift181COMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift281// MARK: - Tier 2 (needs runtime seam)COMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift301// from inside the recorder's keyDown handler (onBareKeyRejected, and theCOMMENT
LOWcmuxUITests/SettingsShortcutsBehaviorUITests.swift321// MARK: - Tier 3 (not e2e)COMMENT
LOW…uxUITests/SettingsWorkspaceColorsBehaviorUITests.swift1import XCTestCOMMENT
LOW…uxUITests/SettingsWorkspaceColorsBehaviorUITests.swift21/// - **Reset Palette** (action): restores the built-in palette andCOMMENT
LOW…uxUITests/SettingsWorkspaceColorsBehaviorUITests.swift41/// `sidebarWorkspace.<uuid>` but no accessibility *value* that reflectsCOMMENT
LOW…uxUITests/SettingsWorkspaceColorsBehaviorUITests.swift61///COMMENT
LOWNative/CommandPaletteNucleoFFI/src/lib.rs561/// within a tier fall back to the existing `(rank, index)` order.COMMENT
LOWweb/app/env.ts61 STACK_SECRET_SERVER_KEY: z.string().min(1),COMMENT
LOWweb/app/[locale]/(landing)/docs/configuration/page.tsx61 return `{COMMENT
LOWweb/app/[locale]/(landing)/docs/configuration/page.tsx81 // "focusTextBoxOnNewTerminals": false,COMMENT
LOWweb/app/[locale]/(landing)/docs/configuration/page.tsx101 // // ${t("exampleMarkdownFontSizeZoom")}COMMENT
LOWweb/app/[locale]/(landing)/docs/configuration/page.tsx121 // },COMMENT
LOWweb/app/lib/feature-flags.ts1// PostHog feature flag registry for the web app (project 244066).COMMENT
2345 more matches not shown…
AI Slop Vocabulary430 hits · 1309 pts
SeverityFileLineSnippetContext
MEDIUMexperiments/iroh-swift-ffi-spike/build.sh2# Builds the iroh FFI staticlib and the Swift harness.COMMENT
MEDIUMexperiments/iroh-swift-ffi-spike/build.sh4# ./build.sh macos # aarch64-apple-darwin staticlib + macOS Swift harnessCOMMENT
MEDIUMexperiments/iroh-swift-ffi-spike/build.sh5# ./build.sh ios-sim # aarch64-apple-ios-sim staticlib + iOS-simulator Swift harnessCOMMENT
MEDIUMResources/agent-session-react/index.html35`).replace(cb,"")}function K0(t,e){return e=nm(e),nm(t)===e}function F(t,e,n,l,i,r){switch(n){case"children":typeof l=="CODE
MEDIUMResources/agent-session-react/assets/app.js9`).replace(cb,"")}function K0(t,e){return e=nm(e),nm(t)===e}function F(t,e,n,l,i,r){switch(n){case"children":typeof l=="CODE
MEDIUMtests/test_claude_wrapper_mutual_shim_loop.py744 except Exception as exc: # noqa: BLE001 - simple test harnessSTRING
MEDIUM…muxFeatureTests/TerminalInputScrollToBottomTests.swift100 #expect(await waitUntil { viewportText(harness.view).contains(marker) },COMMENT
MEDIUM…muxFeatureTests/TerminalInputScrollToBottomTests.swift102 #expect(!harness.delegate.produced.isEmpty,COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift195 #expect(await harness.waitForFill(), "top gap \(harness.topGap)pt, bottom gap \(harness.bottomGap)pt, cell \(harCOMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift207 #expect(await harness.waitForFill())COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift245 #expect(await harness.waitForFill())COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift260 #expect(await harness.waitForFill())COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift205 let initial = try #require(await harness.waitForReport(after: 0))CODE
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift218 #expect(await harness.waitForFill(), "keyboard-up: top gap \(harness.topGap)pt")COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift229 #expect(await harness.waitForFill(), "keyboard-down: top gap \(harness.topGap)pt")COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift243 let initial = try #require(await harness.waitForReport(after: 0))CODE
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift250 let openReport = try #require(await harness.waitForReport(after: beforeOpen))CODE
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift257 let closeReport = try #require(await harness.waitForReport(after: beforeClose))CODE
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift277 #expect(harness.bottomGap <= 1)COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift292 #expect(await harness.waitForFill())COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift304 #expect(stretched, "push shrink: top gap \(harness.topGap)pt, live font \(harness.snapshot.liveFontSize)")COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift316 #expect(restored, "push grow: top gap \(harness.topGap)pt, live font \(harness.snapshot.liveFontSize)")COMMENT
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift290 let initial = try #require(await harness.waitForReport(after: 0))CODE
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift344 let initial = try #require(await harness.waitForReport(after: 0))STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift346 #expect(await harness.waitForFill())STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift351 let openReport = try #require(await harness.waitForReport(after: beforeOpen))STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift356 let closeReport = try #require(await harness.waitForReport(after: beforeClose))STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift371 #expect(await harness.waitForFill(), "after retry echo: top gap \(harness.topGap)pt")STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift385 let initial = try #require(await harness.waitForReport(after: 0))STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift416 #expect(keyboardFit, "keyboard-up: top gap \(harness.topGap)pt, live font \(harness.snapshot.liveFontSize)")STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift426 #expect(restretched, "keyboard-down: top gap \(harness.topGap)pt, live font \(harness.snapshot.liveFontSize)")STRING
MEDIUM…ts/cmuxFeatureTests/TerminalViewportSpacingTests.swift439 #expect(recovered, "after mac grow: top gap \(harness.topGap)pt, live font \(harness.snapshot.liveFontSize) vs bSTRING
MEDIUMscripts/remote-tmux-live-fuzz.sh292# but it is attach convergence, not the sizing invariant this harnessCOMMENT
MEDIUMscripts/remote-tmux-live-fuzz.sh351 # wrong AT settle is exactly the bug this harness exists to capture,COMMENT
MEDIUMscripts/remote-tmux-e2e-ssh-shim-check.sh96# app feeds the shim a PIPE (Foundation Pipe), so the harness must too —COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift177 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift180 #expect(server.currentSocketPath == harness.socketPath)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift181 #expect(server.activeSocketPath(preferredPath: "/tmp/other.sock") == harness.socketPath)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift182 #expect(server.currentSocketPathForRemoteRestore() == harness.socketPath)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift183 #expect(harness.recorder.started.count == 1)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift184 #expect(harness.recorder.recordedPaths == [harness.socketPath])COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift185 #expect(harness.recorder.breadcrumbs.contains("socket.listener.listening"))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift258 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift259 #expect(FileManager.default.fileExists(atPath: harness.socketPath))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift264 #expect(!FileManager.default.fileExists(atPath: harness.socketPath))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift276 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift277 #expect(server.start(socketPath: harness.socketPath, accessMode: .allowAll))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift280 #expect(harness.recorder.started.count == 1)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift289 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift291 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift346 #expect(!server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift349 #expect(FileManager.default.fileExists(atPath: harness.socketPath))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift352 #expect(harness.recorder.failures.contains { $0.message == "socket.listener.start.failed" })COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift359 #expect(server.start(socketPath: harness.socketPath, accessMode: .allowAll))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift362 #expect(stat(harness.socketPath, &info) == 0)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift365 #expect(server.start(socketPath: harness.socketPath, accessMode: .cmuxOnly))COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift366 #expect(stat(harness.socketPath, &info) == 0)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift380 #expect(reserved == harness.socketPath)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift381 #expect(server.currentSocketPathForRemoteRestore() == harness.socketPath)COMMENT
MEDIUM…/CmuxControlSocketTests/SocketControlServerTests.swift382 #expect(server.activeSocketPath(preferredPath: "/tmp/pref.sock") == harness.socketPath)COMMENT
370 more matches not shown…
Hyper-Verbose Identifiers870 hits · 806 pts
SeverityFileLineSnippetContext
LOWweb/proxy.ts191function setFallbackContentLinkHeader(CODE
LOWweb/proxy.ts207function preferredFallbackContentLocale(CODE
LOWweb/proxy.ts279function setFeatureWorkflowDocLinkHeader(CODE
LOWweb/app/handler/sign-out-and-sign-in/route.ts27function validatedNativeSignInTarget(request: NextRequest): string | null {CODE
LOWweb/app/handler/sign-out-and-sign-in/route.ts81function stackCustomRefreshCookieDomain(name: string, projectId: string): string | null {CODE
LOWweb/app/handler/sign-out-and-sign-in/route.ts114export function makeSignOutAndSignInHandler(dependencies: SignOutAndSignInDependencies) {CODE
LOWweb/app/[locale]/testimonials.tsx400export function getTestimonialTranslation(CODE
LOWweb/app/[locale]/dashboard/billing/page.tsx130async function latestActiveStripeSubscription(stackUserId: string): Promise<StripeSubscriptionRow | null> {CODE
LOWweb/app/[locale]/dashboard/billing/page.tsx155async function latestActiveStripeSubscriptionForTeam(stackTeamId: string): Promise<StripeSubscriptionRow | null> {CODE
LOWweb/app/[locale]/dashboard/vault/sessions/[id]/page.tsx186function TranscriptLoadingFallback({ line }: { readonly line: string }) {CODE
LOWweb/app/[locale]/components/docs-search-utils.ts72export function normalizeDocsSearchResult(CODE
LOW…nding)/blog/claude-code-best-worktree-manager/page.tsx51export default function ClaudeCodeBestWorktreeManagerPage() {CODE
LOWweb/app/[locale]/(landing)/deeplink/[kind]/page.tsx106function containsUnsafeHiddenCharacter(value: string) {CODE
LOWweb/app/lib/client-config-flags.ts83export function isClientConfigFlagEnabled(CODE
LOWweb/app/lib/agent-page-markdown.ts285function spaceAdjacentMarkdownLinks(markdown: string): string {CODE
LOWweb/app/lib/agent-page-markdown.ts342function tableCellsFromMarkdownLine(line: string): string[] | null {CODE
LOWweb/app/lib/agent-page-markdown.ts388function isMatchingTopLevelHeading(line: string, title: string): boolean {CODE
LOWweb/app/lib/client-config.ts56function getPostHogEvaluationContext(): ClientConfigEvaluationContext {CODE
LOWweb/app/lib/client-config.ts90function getPostHogPersonProperties(): Record<string, unknown> {CODE
LOWweb/app/lib/client-config.ts142function getPersistedPostHogAnonDistinctId(client: PostHogWithFlagContext): string | undefined {CODE
LOWweb/app/lib/client-config.ts157function getPostHogEvaluationContexts(): string[] | undefined {CODE
LOWweb/app/lib/agent-page-paths.ts362function normalizeCanonicalPagePath(pathWithoutExtension: string): string | null {CODE
LOWweb/app/lib/agent-page-paths.ts382function normalizeEnglishLocalePrefix(path: string): string {CODE
LOWweb/app/lib/native-callback.ts8export function nativeCallbackHrefForScheme(scheme: string): string {CODE
LOWweb/app/lib/native-callback.ts12export function validatedNativeCallbackScheme(CODE
LOWweb/app/lib/native-callback.ts51function localAllowedNativeSchemes(): Set<string> {CODE
LOWweb/app/lib/agent-page-canonical-fetch.ts34export function hasSensitiveCanonicalAccess(headers: Headers): boolean {CODE
LOWweb/app/lib/billing.ts15export function withCheckoutExternalBrowserIntent(href: string): string {CODE
LOWweb/app/lib/billing.ts35export function isAppStoreDistributionMode(params: {CODE
LOWweb/app/lib/billing.ts44export function appStorePricingUnavailableURL(requestUrl: URL): URL {CODE
LOWweb/app/lib/billing.ts70function configuredAppPricingCheckoutURL(requestOrigin: string | null): string {CODE
LOWweb/app/api/vm/route.ts376export async function withBillingReconcileDeadline(CODE
LOWweb/app/api/vm/[id]/fork/route.ts142function idempotencyKeyFromRequest(request: Request): string | undefined {CODE
LOWweb/app/api/vm/restore/route.ts173function idempotencyKeyFromRequest(request: Request): string | undefined {CODE
LOWweb/app/api/vm/base/routeShared.ts138function baseWorkflowErrorResponse(err: unknown, operation: BaseOperation): Response | null {CODE
LOWweb/app/api/account/route.ts894function stripeSubscriptionBelongsToRetainedTeam(CODE
LOWweb/app/api/account/route.ts903function stripeSubscriptionIsActive(subscription: { readonly status?: string | null }): boolean {CODE
LOWweb/app/api/account/route.ts908function assertRetainedTeamBillingOwners(input: {CODE
LOWweb/app/api/account/route.ts302async function currentDeletableStackUser(request: Request): Promise<DeletableStackUser | null> {CODE
LOWweb/app/api/account/route.ts321async function markAccountDeletionTombstonePending(userId: string): Promise<AccountDeletionTombstoneStart> {CODE
LOWweb/app/api/account/route.ts366async function markAccountDeletionTombstoneCompleted(userId: string): Promise<void> {CODE
LOWweb/app/api/account/route.ts380async function markAccountDeletionTombstoneAnalyticsDeleted(userId: string): Promise<void> {CODE
LOWweb/app/api/account/route.ts388async function markAccountDeletionTombstoneFailed(userId: string, error: unknown): Promise<void> {CODE
LOWweb/app/api/account/route.ts399async function markAccountDeletionTombstoneStackDeletePending(userId: string): Promise<void> {CODE
LOWweb/app/api/account/route.ts410async function markAccountDeletionTombstoneCleanupIncomplete(userId: string, error: unknown): Promise<void> {CODE
LOWweb/app/api/account/route.ts424async function refreshAccountDeletionTombstoneLease(userId: string): Promise<void> {CODE
LOWweb/app/api/account/route.ts450async function revokeAccountDeletionIdentityLeases(CODE
LOWweb/app/api/account/route.ts516function didVmDestroyReachProvider(error: unknown): boolean {CODE
LOWweb/app/api/account/route.ts521async function listAccountDeletionCloudVms(CODE
LOWweb/app/api/account/route.ts559async function deleteVaultRowsAndObjectsForAccount(CODE
LOWweb/app/api/account/route.ts572async function deleteVaultRowsAndObjectsForAccountLocked(CODE
LOWweb/app/api/account/route.ts658async function finishPostStackAccountCleanup(CODE
LOWweb/app/api/account/route.ts670async function deletePostHogPersonForAccountDeletion(CODE
LOWweb/app/api/account/route.ts716function isCompletePostHogPersonDeletion(summary: unknown): boolean {CODE
LOWweb/app/api/account/route.ts740function postHogPersonDeletionConfig(): PostHogPersonDeletionConfig | null {CODE
LOWweb/app/api/account/route.ts767async function resolveUserBillingForAccountDeletion(CODE
LOWweb/app/api/account/route.ts883function stripeSubscriptionBelongsToDeletingAccount(CODE
LOWweb/app/api/account/route.ts925async function removeTestFlightAccessForAccountDeletion(CODE
LOWweb/app/api/account/route.ts944async function markAccountDeletingAndClearBillingEntitlements(user: DeletableStackUser): Promise<void> {CODE
LOWweb/app/api/account/route.ts951async function restoreStackMetadataAfterAccountDeletionFailure(CODE
810 more matches not shown…
Excessive Try-Catch Wrapping460 hits · 508 pts
SeverityFileLineSnippetContext
LOWtests/test_cli_sigpipe_ignore.py58 except Exception as exc:CODE
MEDIUMtests/test_cli_sigpipe_ignore.py55def main() -> int:CODE
LOWtests/test_cli_claude_teams_main_vertical.py274 except Exception as exc:CODE
MEDIUMtests/test_cli_claude_teams_main_vertical.py271def main() -> int:CODE
LOWtests/test_multi_workspace_focus.py59 except Exception:CODE
LOWtests/test_multi_workspace_focus.py65 except Exception:CODE
LOWtests/test_multi_workspace_focus.py79 except Exception:CODE
LOWtests/test_multi_workspace_focus.py376 except Exception as e:CODE
LOWtests/test_claude_wrapper_mutual_shim_loop.py744 except Exception as exc: # noqa: BLE001 - simple test harnessSTRING
LOWtests/test_cli_omx_hud_tmux_split.py161 except Exception as exc:CODE
LOWtests/test_cli_omx_hud_tmux_split.py497 except Exception as exc:CODE
MEDIUMtests/test_cli_omx_hud_tmux_split.py494def main() -> int:CODE
LOWtests/test_cli_tmux_compat_split_window_surface_ref.py131 except Exception as exc:CODE
LOWtests/test_cli_tmux_compat_split_window_surface_ref.py222 except Exception as exc:CODE
MEDIUMtests/test_cli_tmux_compat_split_window_surface_ref.py219def main() -> int:CODE
LOWtests/test_cli_version_flag.py52 except Exception as exc:CODE
MEDIUMtests/test_cli_version_flag.py49def main() -> int:CODE
LOWtests/test_cli_socket_autodiscovery.py94 except Exception as exc: # pragma: no cover - explicit surface on failureCODE
LOWtests/test_cli_socket_autodiscovery.py227 except Exception as exc:CODE
LOWtests/test_cli_socket_autodiscovery.py282 except Exception as exc:CODE
LOWtests/test_cli_socket_autodiscovery.py329 except Exception as exc:CODE
LOWtests/test_cli_socket_autodiscovery.py608 except Exception as exc:CODE
LOWtests/test_cli_socket_autodiscovery.py640 except Exception as exc:CODE
MEDIUMtests/test_cli_socket_autodiscovery.py637def main() -> int:CODE
LOWtests/test_cli_omo_fallback_path.py24 except Exception as exc:CODE
MEDIUMtests/test_cli_omo_fallback_path.py21def main() -> int:CODE
LOWtests/test_cli_omo_tmux_respawn_pane.py203 except Exception as exc:CODE
LOWtests/test_cli_omo_tmux_respawn_pane.py458 except Exception as exc:CODE
MEDIUMtests/test_cli_omo_tmux_respawn_pane.py455def main() -> int:CODE
LOWtests/test_workspace_churn_up_arrow_lag.py498 except Exception:CODE
LOWtests/test_claude_hook_push_notification.py94 except Exception as exc:CODE
LOWtests/test_claude_hook_push_notification.py198 except Exception as exc:CODE
MEDIUMtests/test_claude_hook_push_notification.py78def _run(self) -> None:CODE
MEDIUMtests/test_claude_hook_push_notification.py195def main() -> int:CODE
LOWtests/test_cli_claude_teams_skips_wrapper_claude.py24 except Exception as exc:CODE
MEDIUMtests/test_cli_claude_teams_skips_wrapper_claude.py21def main() -> int:CODE
LOWtests/test_claude_hook_clear_running_status.py76 except Exception as exc:CODE
LOWtests/test_claude_hook_clear_running_status.py191 except Exception as exc:CODE
MEDIUMtests/test_claude_hook_clear_running_status.py60def _run(self) -> None:CODE
MEDIUMtests/test_claude_hook_clear_running_status.py188def main() -> int:CODE
LOWtests/test_claude_hook_missing_socket_error.py38 except Exception as exc:CODE
MEDIUMtests/test_claude_hook_missing_socket_error.py35def main() -> int:CODE
LOWtests/test_campfire_extension_install.py231 except Exception as exc:CODE
LOWtests/test_campfire_extension_install.py304 except Exception as exc:CODE
LOWtests/test_campfire_extension_install.py516 except Exception as exc:STRING
MEDIUMtests/test_campfire_extension_install.py52def __enter__(self) -> "MockCmuxSocket":CODE
LOWtests/test_install_zig_ci_no_sudo.sh32except Exception:CODE
LOWtests/test_amp_extension_install.py39 except Exception:CODE
LOWtests/test_amp_extension_install.py47 except Exception as exc:CODE
LOWtests/test_amp_extension_install.py204 except Exception as exc:STRING
LOWtests/test_cli_layout_focus_contract.py98 except Exception as exc: # noqa: BLE001CODE
LOWtests/test_ios_appstore_lane_identity.py108 except Exception:CODE
LOWtests/test_cli_claude_teams_fallback_path.py24 except Exception as exc:CODE
MEDIUMtests/test_cli_claude_teams_fallback_path.py21def main() -> int:CODE
LOWtests/cmux.py186 except Exception:CODE
LOWtests/cmux.py1177 except Exception:CODE
MEDIUMtests/cmux.py1421 print(f"Error: {e}", file=sys.stderr)CODE
LOWtests/test_cli_claude_teams_tmux_sequence.py244 except Exception as exc:CODE
MEDIUMtests/test_cli_claude_teams_tmux_sequence.py241def main() -> int:CODE
LOWtests/test_cli_version_memory_guard.py149 except Exception as exc:CODE
400 more matches not shown…
Decorative Section Separators81 hits · 239 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_remote_daemon_release_assets.sh67# ------------------------------------------------------------------COMMENT
MEDIUMtests/test_remote_daemon_release_assets.sh69# ------------------------------------------------------------------COMMENT
MEDIUMtests/test_ci_pbxproj_test_wiring.sh74# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_ci_pbxproj_test_wiring.sh95# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_ci_pbxproj_test_wiring.sh129# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_ci_pbxproj_test_wiring.sh205# ---------------------------------------------------------------------------COMMENT
MEDIUMCLI/CMUXCLI+AmpExtension.swift147// ─── Live status reporting ────────────────────────────────────────────────COMMENT
MEDIUMscripts/remote-tmux-layout-repro.sh2# ============================================================================COMMENT
MEDIUMscripts/remote-tmux-layout-repro.sh22# ============================================================================COMMENT
MEDIUMscripts/check-test-determinism.py54# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py56# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py98# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py125# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py127# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py291# ---------------------------------------------------------------------------STRING
MEDIUMscripts/check-test-determinism.py293# ---------------------------------------------------------------------------STRING
MEDIUMscripts/check-test-determinism.py473# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py475# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py545# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py547# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py596# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py598# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py812# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/check-test-determinism.py814# ---------------------------------------------------------------------------COMMENT
MEDIUM…/Corpus/product-designer-running-a-design-system.swift1// ── Design Cockpit sidebar ──────────────────────────────────────────────COMMENT
MEDIUM…/Corpus/product-designer-running-a-design-system.swift48 // ───────── LEFT: live cmux pipeline ─────────COMMENT
MEDIUM…/Corpus/product-designer-running-a-design-system.swift112 // ───────── RIGHT: the design system at a glance ─────────COMMENT
MEDIUM…/Corpus/keyboard-first-vim-purist-i-live-in-norm.swift9 // ── Zone 1: modeline / status strip ──────────────────────────────COMMENT
MEDIUM…/Corpus/keyboard-first-vim-purist-i-live-in-norm.swift38 // ── Zone 2: workspace jump-list (vim buffer marks) ───────────────COMMENT
MEDIUM…/Corpus/keyboard-first-vim-purist-i-live-in-norm.swift117 // ── Zone 3: command legend / cheatsheet ──────────────────────────COMMENT
MEDIUM…sts/Corpus/stress-keyboard-first-workspace-index.swift174// ── ROOT ────────────────────────────────────────────────────────────COMMENT
MEDIUM…sts/Corpus/stress-keyboard-first-workspace-index.swift182 // ── header strip ──────────────────────────────────────────COMMENT
MEDIUM…sts/Corpus/stress-keyboard-first-workspace-index.swift238 // ── pinned shortcut strip (horizontal) ────────────────────COMMENT
MEDIUM…sts/Corpus/stress-keyboard-first-workspace-index.swift269 // ── the dense enumerated index ────────────────────────────COMMENT
MEDIUM…sts/Corpus/stress-keyboard-first-workspace-index.swift325 // ── footer: selected workspace context ────────────────────COMMENT
MEDIUM…tRenderTests/Corpus/stress-port-server-dashboard.swift1// ── Port & Server Dashboard ──────────────────────────────────────────COMMENT
MEDIUM…tRenderTests/Corpus/stress-port-server-dashboard.swift255// ── Derived aggregates over the live workspace set ───────────────────COMMENT
MEDIUM…tRenderTests/Corpus/stress-port-server-dashboard.swift265// ── Root ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…rTests/Corpus/stress2-concentric-trim-orrery-art.swift6// ── Palette ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rTests/Corpus/stress2-concentric-trim-orrery-art.swift95// ── Root: a vertical stack of self-contained art panels ───────────────────────COMMENT
MEDIUM…rTests/Corpus/stress2-concentric-trim-orrery-art.swift216 // ── Panel III — Spectrum arc fan: every hue as a trimmed wedge ──────────COMMENT
MEDIUM…rTests/Corpus/stress2-concentric-trim-orrery-art.swift260 // ── Panel IV — Lissajous-ish ellipse weave: scaled/rotated ellipses ──────COMMENT
MEDIUM…rTests/Corpus/stress2-concentric-trim-orrery-art.swift290 // ── Footer caption ──────────────────────────────────────────────────────COMMENT
MEDIUM…ests/Corpus/stress2-ports-services-health-matrix.swift1// ── Ports & Services Health Matrix ───────────────────────────────────COMMENT
MEDIUM…ests/Corpus/stress2-ports-services-health-matrix.swift307// ── Derived aggregates over the live workspace set ───────────────────COMMENT
MEDIUM…ests/Corpus/stress2-ports-services-health-matrix.swift330// ── Root ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtests_v2/test_cli_id_format_defaults.py114 # ------------------------------------------------------------------COMMENT
MEDIUMtests_v2/test_cli_id_format_defaults.py116 # ------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py940 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py942 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py152 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py154 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py202 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py204 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py272 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py274 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py359 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py361 # ---------------------------------------------------------------------COMMENT
MEDIUMtests_v2/cmux.py376 # ---------------------------------------------------------------------COMMENT
21 more matches not shown…
Unused Imports174 hits · 171 pts
SeverityFileLineSnippetContext
LOWtests/test_cli_claude_teams_trust_optin.py9CODE
LOWtests/test_ci_cmux_unit_test_shard.py4CODE
LOWtests/test_shell_zdotdir_user_override.py18CODE
LOWtests/test_claude_wrapper_hooks.py6CODE
LOWtests/test_cli_sigpipe_ignore.py4CODE
LOWtests/test_cli_claude_teams_main_vertical.py20CODE
LOWtests/test_shell_git_config_remote_url_parsing.py10CODE
LOWtests/test_claude_wrapper_mutual_shim_loop.py2CODE
LOWtests/test_issue_5164_starship_prompt_composition.py22CODE
LOWtests/test_cli_omx_hud_tmux_split.py6CODE
LOWtests/test_cli_tmux_compat_split_window_surface_ref.py6CODE
LOWtests/test_ghostty_zsh_pure_preprompt_redraw.py16CODE
LOWtests/test_cli_version_flag.py6CODE
LOW…est_shell_scrollback_restore_replay_path_regression.py10CODE
LOWtests/test_cli_socket_autodiscovery.py4CODE
LOWtests/test_ci_change_areas.py4CODE
LOWtests/test_cli_omo_fallback_path.py6CODE
LOWtests/test_cli_omo_tmux_respawn_pane.py6CODE
LOWtests/test_shell_histfile_ghostty_zdotdir_regression.py17CODE
LOWtests/test_terminfo_bright_colors.py14CODE
LOWtests/test_terminfo_bright_colors.py18CODE
LOWtests/test_workspace_churn_up_arrow_lag.py20CODE
LOWtests/test_claude_hook_push_notification.py13CODE
LOWtests/test_ghostty_zsh_job_table_saturation_guard.py10CODE
LOW…hostty_zsh_pure_hidden_cr_omits_continuation_marker.py13CODE
LOWtests/test_issue_6714_zsh_shim_noclobber.py38CODE
LOWtests/node_runtime.py11CODE
LOWtests/test_cli_claude_teams_skips_wrapper_claude.py6CODE
LOWtests/test_claude_hook_clear_running_status.py4CODE
LOWtests/test_ci_xcodebuild_noninteractive_helper.py4CODE
LOWtests/test_mobile_stability_soak_attach_contract.py4CODE
LOWtests/test_ssh_relay_report_tty_retry.py8CODE
LOW…sts/test_issue_734_shell_integration_none_respected.py8CODE
LOWtests/test_shell_git_branch_stale_cwd.py23CODE
LOWtests/test_open_wrapper.py6CODE
LOWtests/test_claude_hook_missing_socket_error.py6CODE
LOWtests/claude_teams_test_utils.py3CODE
LOWtests/test_shell_scrollback_restore_color_replay.py6CODE
LOWtests/test_campfire_extension_install.py9CODE
LOWtests/test_amp_extension_install.py6CODE
LOWtests/test_cli_contract_help.py10CODE
LOWtests/test_cli_layout_focus_contract.py4CODE
LOWtests/regression_helpers.py4CODE
LOWtests/test_ios_appstore_lane_identity.py4CODE
LOWtests/test_cli_claude_teams_fallback_path.py6CODE
LOWtests/test_cli_claude_teams_tmux_sequence.py6CODE
LOWtests/test_cli_version_memory_guard.py7CODE
LOWtests/test_sidebar_copy_ssh_error_context_menu.py4CODE
LOWtests/test_bash_integration_no_done_notifications.py10CODE
LOWtests/test_ci_sanitize_xcode_source_packages_cache.py4CODE
LOWtests/test_omp_extension_install.py6CODE
LOWtests/test_opencode_plugin_install.py6CODE
LOWtests/test_claude_hook_stop_last_assistant.py4CODE
LOWtests/test_cli_omc_fallback_path.py6CODE
LOWtests/test_cli_claude_teams_help_passthrough.py6CODE
LOWtests/test_issue_1138_sidebar_pr_polling.py12CODE
LOW…ts/test_ghostty_zsh_prompt_redraw_uses_prompt_start.py12CODE
LOWtests/test_cli_socket_operation_deadline.py4CODE
LOWtests/test_pi_extension_install.py6CODE
LOWtests/test_cli_omo_openagent_plugin_migration.py8CODE
114 more matches not shown…
Cross-Language Confusion32 hits · 170 pts
SeverityFileLineSnippetContext
HIGHtests/test_claude_wrapper_mutual_shim_loop.py121const managedPath = process.env.NODE_SHIM_MANAGED_PATH || process.env.PATH || "";CODE
HIGHtests/test_issue_5164_starship_prompt_composition.py69 if [[ "$(declare -p PROMPT_COMMAND 2>/dev/null)" == "declare -a"* ]]; thenCODE
HIGHtests/test_issue_5164_starship_prompt_composition.py112 if [[ "$(declare -p PROMPT_COMMAND 2>/dev/null)" == "declare -a"* ]]; thenCODE
HIGHtests/test_ghostty_zsh_pure_preprompt_redraw.py50 zle && zle .reset-promptCODE
HIGH…hostty_zsh_pure_hidden_cr_omits_continuation_marker.py49 zle && zle .reset-promptCODE
HIGHtests/test_issue_6714_zsh_shim_noclobber.py14 } >"$shim_path" 2>/dev/null || return 0STRING
HIGHtests/test_ssh_relay_report_tty_retry.py50hash -r 2>/dev/null || trueCODE
HIGHtests/test_ssh_relay_report_tty_retry.py55_cmux_report_tty_once || trueCODE
HIGHtests/test_ssh_relay_report_tty_retry.py57_cmux_report_tty_once || trueCODE
HIGHtests/test_shell_git_branch_stale_cwd.py258 if kill -0 "$watch_pid" 2>/dev/null; then print -r -- WATCH_ALIVE; else print -r -- WATCH_DEAD; fiSTRING
HIGHtests/test_shell_git_branch_stale_cwd.py259 kill "$watch_pid" 2>/dev/null || trueSTRING
HIGHtests/test_campfire_extension_install.py440if (!bridge || bridge.listeners.size === 0) throw new Error("extension did not subscribe to the observer bridge");CODE
HIGHtests/test_opencode_plugin_install.py176if (!hooks || typeof hooks.event !== "function") {CODE
HIGHtests/test_opencode_plugin_install.py179if (duplicateHooks && typeof duplicateHooks.event === "function") {CODE
HIGHtests/test_issue_1138_sidebar_pr_polling.py174 _cmux_cleanup() {{ type _cmux_bash_cleanup >/dev/null 2>&1 && _cmux_bash_cleanup; }}CODE
HIGHtests/test_pi_extension_install.py145 printf '{"resume_binding":null}\n'STRING
HIGHtests/test_codex_feed_hooks.py596 'then cmux_cli="$(command -v cmux 2>/dev/null || true)"; fi; if [ -n "$CMUX_SURFACE_ID" ] 'CODE
HIGHtests/test_codex_feed_hooks.py606 noop_command = "{ cat >/dev/null 2>/dev/null || true; echo '{}'; }"CODE
HIGHtests/test_codex_feed_hooks.py609 'then cmux_cli="$(command -v cmux 2>/dev/null || true)"; fi; if [ -n "$CMUX_SURFACE_ID" ] 'CODE
HIGHscripts/check-test-determinism.py651 "sleep 1\ntest -f /tmp/out || exit 1\n",CODE
HIGHtests_v2/test_browser_api_comprehensive.py106 <div id="hover" onmouseover="window.__hover = (window.__hover || 0) + 1">hover target</div>CODE
HIGHtests_v2/test_browser_api_comprehensive.py107 <div id="dbl" ondblclick="window.__dbl = (window.__dbl || 0) + 1">double target</div>CODE
HIGHtests_v2/test_ssh_remote_cli_relay.py252 "daemon=\"$(cat \"$map\" 2>/dev/null || true)\" && "CODE
HIGHtests_v2/test_ssh_remote_browser_move_rebinds_proxy.py282 cleanup = f"pkill -f 'python3 -m http.server {ssh_web_port}' >/dev/null 2>&1 || true"CODE
HIGHtests_v2/test_visual_screenshots.py1299 feedback.push(`## ${title}`);CODE
HIGHtests_v2/test_visual_screenshots.py1300 if (cmdText) feedback.push(`Command: ${cmdText}`);CODE
HIGHtests_v2/test_visual_screenshots.py1301 feedback.push(`Issue: ${notes}`);CODE
HIGHtests_v2/test_visual_screenshots.py1302 feedback.push('');CODE
HIGHtests_v2/test_browser_api_extended_families.py96 <button id="frame-btn" onclick="window.top.frameClicks = (window.top.frameClicks || 0) + 1">Frame Button</button>STRING
HIGHtests_v2/test_browser_api_extended_families.py132 <button id="action-btn" role="button" onclick="window.actionCount = (window.actionCount || 0) + 1; document.querySelSTRING
HIGHtests_v2/test_browser_api_extended_families.py234 frame_clicks = c._call("browser.eval", {"surface_id": sid, "script": "window.frameClicks || 0"}) or {}CODE
HIGHtests_v2/test_ssh_remote_browser_favicon_uses_proxy.py298 f"pkill -f {server_script_path} >/dev/null 2>&1 || true; "CODE
Deep Nesting158 hits · 148 pts
SeverityFileLineSnippetContext
LOWtests/test_ci_cmux_unit_test_shard.py220CODE
LOWtests/test_shell_git_config_remote_url_parsing.py28CODE
LOWtests/test_shell_git_config_remote_url_parsing.py129CODE
LOWtests/test_claude_wrapper_mutual_shim_loop.py758CODE
LOWtests/test_cli_omx_hud_tmux_split.py35CODE
LOWtests/test_ghostty_zsh_pure_preprompt_redraw.py103CODE
LOW…est_shell_scrollback_restore_replay_path_regression.py18CODE
LOWtests/test_cli_socket_autodiscovery.py462CODE
LOWtests/test_cli_socket_autodiscovery.py103CODE
LOWtests/test_ci_change_areas.py161CODE
LOWtests/test_ci_change_areas.py181CODE
LOWtests/test_ci_change_areas.py195CODE
LOWtests/test_workspace_churn_up_arrow_lag.py159CODE
LOWtests/test_workspace_churn_up_arrow_lag.py399CODE
LOWtests/test_claude_hook_push_notification.py78CODE
LOWtests/test_claude_hook_push_notification.py98CODE
LOW…hostty_zsh_pure_hidden_cr_omits_continuation_marker.py89CODE
LOWtests/test_claude_hook_clear_running_status.py60CODE
LOWtests/test_claude_hook_clear_running_status.py80CODE
LOWtests/test_claude_hook_clear_running_status.py102CODE
LOWtests/test_campfire_extension_install.py97CODE
LOWtests/test_cli_layout_focus_contract.py175CODE
LOWtests/regression_helpers.py30CODE
LOWtests/cmux.py191CODE
LOWtests/cmux.py1382CODE
LOWtests/cmux.py297CODE
LOWtests/cmux.py1329CODE
LOWtests/test_bash_integration_no_done_notifications.py123CODE
LOWtests/test_omp_extension_install.py94CODE
LOWtests/test_claude_hook_stop_last_assistant.py68CODE
LOWtests/test_claude_hook_stop_last_assistant.py88CODE
LOWtests/test_issue_1138_sidebar_pr_polling.py271CODE
LOW…ts/test_ghostty_zsh_prompt_redraw_uses_prompt_start.py76CODE
LOWtests/test_cli_socket_operation_deadline.py185CODE
LOWtests/test_pi_extension_install.py51CODE
LOWtests/test_shell_zdotdir_wrapper.py21CODE
LOWtests/test_issue_2448_shell_claude_wrapper_dispatch.py321CODE
LOWtests/test_codex_feed_hooks.py623CODE
LOWtests/test_codex_feed_hooks.py691CODE
LOWtests/test_codex_feed_hooks.py715CODE
LOWtests/test_codex_feed_hooks.py121CODE
LOWtests/test_cli_config_doctor.py87CODE
LOW…/test_claude_hook_stop_ignores_teardown_unavailable.py75CODE
LOWios/scripts/asc_assign_external_testflight_group.py396CODE
LOWcmux-tui/scripts/measure-frames.py88CODE
LOWcmux-tui/scripts/smoke-attach.py35CODE
LOWcmux-tui/scripts/smoke-attach.py77CODE
LOWcmux-tui/scripts/smoke-tui.py12CODE
LOWcmux-tui/scripts/smoke-tui.py220CODE
LOWcmux-tui/scripts/smoke-tui.py299CODE
LOWcmux-tui/bindings/python/e2e.py105CODE
LOWcmux-tui/bindings/conformance/runner.py60CODE
LOWcmux-tui/bindings/conformance/runner.py131CODE
LOWscripts/probe-pure-prompt-duplication.py103CODE
LOWscripts/stress-cli-socket-api.py481CODE
LOWscripts/stress-cli-socket-api.py631CODE
LOWscripts/stress-cli-socket-api.py798CODE
LOWscripts/stress-cli-socket-api.py1308CODE
LOWscripts/stress-cli-socket-api.py1445CODE
LOWscripts/perf-activation-session.py446CODE
98 more matches not shown…
Self-Referential Comments31 hits · 104 pts
SeverityFileLineSnippetContext
MEDIUMResources/shell-integration/cmux-bash-bootstrap.bash21# This file is the single source of truth. Sources/GhosttyTerminalView.swiftCOMMENT
MEDIUMtests/test_multi_workspace_focus.py259 # Create a browser surface in the same paneCOMMENT
MEDIUMtests/test_multi_workspace_focus.py303 # Create a browser in workspace BCOMMENT
MEDIUMtests_v2/test_new_tab_render_after_splits.py85 # Create a dense layout (similar to "4 splits") to exercise attach/focus races.COMMENT
MEDIUMtests_v2/test_new_tab_render_after_splits.py98 # Create a new nested tab in the focused pane.COMMENT
MEDIUMtests_v2/test_browser_custom_keybinds.py71 # Create a browser pane to the right, loading a real page.COMMENT
MEDIUMtests_v2/test_ctrl_enter_keybind.py127 # Create a fresh tab to avoid interfering with existing sessionsCOMMENT
MEDIUMtests_v2/test_browser_goto_split.py129 # Create a browser pane to the right, loading a local ephemeral pageCOMMENT
MEDIUMtests_v2/test_new_tab_interactive_after_splits.py192 # Create a multi-pane layout to exercise bonsplit/SwiftUI focus races.COMMENT
MEDIUMtests_v2/test_signals_auto.py21 # Create a PTY pairCOMMENT
MEDIUMtests_v2/test_terminal_focus_routing.py131 # Create a bunch of terminals to stress layout/focus code paths.COMMENT
MEDIUMtests_v2/test_terminal_focus_routing.py141 # Create a split to the right (this may trigger bonsplit reparenting/structural updates).COMMENT
MEDIUMtests_v2/test_browser_panel_stability.py121 # Create a browser pane (split). This should leave us with at least 2 panes.COMMENT
MEDIUMtests_v2/test_windows_api.py52 # Create a workspace in w1, ensure it has at least 2 surfaces, then move it to w2.COMMENT
MEDIUMtests_v2/test_tab_dragging.py307 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py511 # Create a new workspace for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py604 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py694 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py968 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py1021 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py371 # Create a new tabCOMMENT
MEDIUMtests_v2/test_tab_dragging.py424 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py428 # Create a horizontal splitCOMMENT
MEDIUMtests_v2/test_tab_dragging.py559 # Create a new tabCOMMENT
MEDIUMtests_v2/test_tab_dragging.py563 # Create a split to have multiple panesCOMMENT
MEDIUMtests_v2/test_tab_dragging.py619 # Create a horizontal splitCOMMENT
MEDIUMtests_v2/test_tab_dragging.py708 # Create a vertical splitCOMMENT
MEDIUMtests_v2/test_tab_dragging.py787 # Create a new tab for clean stateCOMMENT
MEDIUMtests_v2/test_tab_dragging.py801 # Create a vertical split (first terminal on top, second on bottom)COMMENT
MEDIUMtests_v2/test_tab_dragging.py878 # Create a new tab for clean stateCOMMENT
MEDIUMcmuxTests/FishShellIntegrationTests.swift317 # This file contains fish universal variable definitions.COMMENT
Fake / Example Data55 hits · 50 pts
SeverityFileLineSnippetContext
LOWweb/messages/ja.json1363 "placeholder": "ドキュメントを検索...",CODE
LOWweb/messages/en.json1444 "placeholder": "Search docs...",CODE
LOWweb/app/[locale]/components/docs-search.tsx227 placeholder={t("placeholder")}CODE
LOWweb/tests/subrouter-accounts-route.test.ts451 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts224 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts251 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts314 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts504 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts555 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts665 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts698 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts726 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts765 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts801 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts1473 primaryEmail: "user@example.com",CODE
LOWweb/tests/vm-route-auth.test.ts1489 primaryEmail: "user@example.com",CODE
LOWResources/markdown-viewer/highlight.min.js317}),ie=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code",CODE
LOWResources/agent-session-react/index.html53`))),0,0),t.someProp("transformPasted",d=>{a=d(a,t,!0)}),a;let f=t.someProp("clipboardTextParser",d=>d(e,i,l,t));if(f)a=CODE
LOWResources/agent-session-react/assets/app.js27`))),0,0),t.someProp("transformPasted",d=>{a=d(a,t,!0)}),a;let f=t.someProp("clipboardTextParser",d=>d(e,i,l,t));if(f)a=CODE
LOWtests/test_start_cmux_profiling.sh326submit_output="$("$ROOT_DIR/Resources/bin/submit-cmux-profile" --dry-run --profile "$timeout_out" --target-name "cmux DECODE
LOWtests/test_start_cmux_profiling.sh509printf '%s' "user@example.com" > "$reply_to_file"CODE
LOWtests/test_start_cmux_profiling.sh527 ! grep -Fq "user@example.com" "$captured_args" ||CODE
LOW…xPackage/Tests/cmuxFeatureTests/cmuxFeatureTests.swift1638 currentUserEmailValue: "user@example.com"STRING
LOW…xPackage/Tests/cmuxFeatureTests/cmuxFeatureTests.swift1690 currentUserEmailValue: "user@example.com"STRING
LOW…xPackage/Tests/cmuxFeatureTests/cmuxFeatureTests.swift1735 currentUserEmailValue: "user@example.com"STRING
LOW…ews/src/agent-session/react/proseMirrorPromptEditor.ts419 class: "placeholder",CODE
LOW…muxBrowser/Control/BrowserControlService+Scripts.swift237 const p = String(el.getAttribute('placeholder') || '').trim().toLowerCase();CODE
LOW…MobileCoreTests/CmxAttachTicketCompactCoderTests.swift44 macUserEmail: "user@example.com",CODE
LOW…MobileCoreTests/CmxAttachTicketCompactCoderTests.swift65 #expect(!json.contains("user@example.com"))COMMENT
LOW…MobileCoreTests/CmxAttachTicketCompactCoderTests.swift107 macUserEmail: "user@example.com",CODE
LOW…MobileCoreTests/CmxAttachTicketCompactCoderTests.swift143 {"v":1,"d":"mac-1","u":"user@example.com","r":[{"k":"tailscale","e":{"h":"100.64.1.2","p":49831}}]}CODE
LOW…MobileCoreTests/CmxAttachTicketCompactCoderTests.swift148 #expect(decoded.macUserEmail == "user@example.com")STRING
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift125 let user = CMUXAuthUser(id: "user_123", primaryEmail: "user@example.com", displayName: "Test User")CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift160 let user = CMUXAuthUser(id: "user_123", primaryEmail: "user@example.com", displayName: "Test User")CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift165 autoLoginCredentials: CMUXAuthAutoLoginCredentials(email: "user@example.com", password: "password"),CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift178 let user = CMUXAuthUser(id: "user_123", primaryEmail: "user@example.com", displayName: "Test User")CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift183 autoLoginCredentials: CMUXAuthAutoLoginCredentials(email: "user@example.com", password: "password"),CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift196 let user = CMUXAuthUser(id: "user_123", primaryEmail: "user@example.com", displayName: "Test User")CODE
LOW…hCore/Tests/CMUXAuthCoreTests/CMUXAuthStateTests.swift240 let user = CMUXAuthUser(id: "user_123", primaryEmail: "user@example.com", displayName: "Test User")CODE
LOW…sts/CmuxMobileRPCTests/CmxAttachTicketInputTests.swift17 macUserEmail: "user@example.com",CODE
LOWSources/Workspace.swift12383 let panel = self.panels[panelId] else { return "placeholder" }CODE
LOWSources/AppDelegate.swift9764 let base = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.CODE
LOWSources/AppDelegate.swift9764 let base = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.CODE
LOWSources/TerminalController.swift7062 const placeholder = __normalize(el.getAttribute('placeholder') || '');CODE
LOWSources/TerminalController.swift8648 guard let placeholder = (v2String(params, "placeholder") ?? v2String(params, "text") ?? v2String(params, "value"STRING
LOWSources/TerminalController.swift8659 metadata: ["placeholder": placeholder, "exact": exact]STRING
LOWskills/cmux-browser/SKILL.md67cmux browser surface:7 fill e1 "Jane Doe"CODE
LOWskills/cmux-browser/references/authentication.md27cmux browser surface:7 fill e1 "user@example.com"CODE
LOWskills/cmux-browser/references/authentication.md71cmux browser surface:7 fill e1 "user@example.com"CODE
LOWskills/cmux-browser/references/snapshot-refs.md42cmux browser surface:7 fill e10 "user@example.com"CODE
LOWtests_v2/test_browser_api_extended_families.py213 ("browser.find.placeholder", {"placeholder": "Type name"}),CODE
LOWcmuxTests/FilePreviewReviewFeedbackTests.swift321 let placeholderURL = try temporaryTextFile(contents: "placeholder", encoding: .utf8)STRING
LOWcmuxTests/SessionIndexViewTests.swift74 try Data(#"{"oauthAccount":{"email":"user@example.com"}}"#.utf8)STRING
LOWcmuxTests/SessionIndexViewTests.swift106 try Data(#"{"oauthAccount":{"email":"user@example.com"}}"#.utf8)STRING
LOWcmuxTests/ClaudeConfigDirectoryPathTests.swift108 try Data(#"{"oauthAccount":{"email":"user@example.com"}}"#.utf8)CODE
Hallucination Indicators5 hits · 50 pts
SeverityFileLineSnippetContext
CRITICALResources/agent-session-solid/index.html23!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?defCODE
CRITICALResources/markdown-viewer/vega-lite.min.js1!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vega")):"function"==typeof defineCODE
CRITICALResources/markdown-viewer/marked.min.js6!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?defCODE
CRITICAL…ources/markdown-viewer/webviews-app/agent-session.html16!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?defCODE
CRITICALResources/agent-session-react/index.html23!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?defCODE
Synthetic Comment Markers3 hits · 22 pts
SeverityFileLineSnippetContext
HIGHSources/Workspace+TitleOwnership.swift10 /// Who set a custom title. Auto-naming (AI-generated titles) must neverCOMMENT
HIGHSources/TerminalController.swift3662 /// `workspace.set_auto_title`: applies an AI-generated title to a workspaceCOMMENT
HIGHcmuxTests/SetAutoTitleSocketTests.swift12/// auto-naming engines use to apply AI-generated titles with `.auto`COMMENT
Example Usage Blocks12 hits · 18 pts
SeverityFileLineSnippetContext
LOWios/scripts/bump-ios-version.sh11# Usage:COMMENT
LOWios/scripts/set-testflight-notes.sh18# Usage:COMMENT
LOWios/scripts/generate-testflight-notes.sh16# Usage:COMMENT
LOWscripts/bump-version.sh5# Usage:COMMENT
LOWscripts/run-e2e.sh4# Usage:COMMENT
LOWscripts/sign-cmux-bundle.sh4# Usage:COMMENT
LOWscripts/mobile-dev-launch.sh16# Usage:COMMENT
LOWscripts/dev-setup.sh21# Usage:COMMENT
LOWscripts/lint-pbxproj-test-wiring.sh17# Usage:COMMENT
LOWscripts/reload-extension.sh22# Usage:COMMENT
LOWscripts/lib/dev-secrets.sh21# Usage:COMMENT
LOWworkers/presence/scripts/deploy-dev.sh15# Usage:COMMENT
Modern Structural Boilerplate18 hits · 17 pts
SeverityFileLineSnippetContext
LOWtests/cmux.py556 def set_app_focus(self, active: Union[bool, None]) -> None:CODE
LOWtests/cmux.py709 def set_progress(self, value: float, label: str = None, tab: str = None) -> None:CODE
LOWtests/cmux.py816 def set_agent_pid(self, key: str, pid: int, tab: str = None) -> None:CODE
LOWtests/cmux.py1044 def set_shortcut(self, name: str, combo: str) -> None:CODE
LOWcmux-tui/bindings/python/cmux/__init__.py24__all__ = [CODE
LOWscripts/generate_dark_icon.py136def update_contents_json(icon_dir: str) -> None:CODE
LOWtests_v2/test_command_palette_fuzzy_ranking.py46def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/test_command_palette_modes.py69def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOW…ts_v2/test_command_palette_switcher_renamed_surface.py36def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/test_command_palette_shortcut_hint_sync.py36def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/test_command_palette_switcher_all_windows.py39def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/test_command_palette_window_scope.py39def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/cmux.py944 def set_shortcut(self, name: str, combo: str) -> None:CODE
LOWtests_v2/cmux.py867 def set_app_focus(self, active: Union[bool, None]) -> None:CODE
LOWtests_v2/test_command_palette_switcher_type_labels.py40def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOWtests_v2/test_command_palette_navigation_keys.py53def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOW…mand_palette_switcher_cross_workspace_surface_focus.py40def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
LOW…v2/test_command_palette_switcher_surface_precedence.py40def _set_palette_visible(client: cmux, window_id: str, visible: bool) -> None:CODE
Modern AI Meta-Vocabulary7 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md340### Can cmux orchestrate multiple agents and subagents?COMMENT
MEDIUM.coderabbit.yaml184 For Swift files under a production `Sources/` path (matching `**/Sources/**` and not under `**/Tests/**`), faiCODE
MEDIUMtests/test_claude_wrapper_hooks.py1615 # Max-plan 1M context window must keep that selection inside cmux on theSTRING
MEDIUMcmux-tui/scripts/smoke-tui.py413# runs on a 2s cadence, so wait event-driven for the seeded marker.COMMENT
MEDIUMscripts/dev-setup.sh224# --- orchestrate ------------------------------------------------------------COMMENT
MEDIUM.greptile/config.json177 "rule": "Flag Swift files under a production Sources path (matching **/Sources/** and not under **/Tests/**) that CODE
MEDIUM.greptile/rules.md92Pass for `#if DEBUG` blocks that gate real product behavior, scaffolding inside `Tests/` or a test-support module, and eCODE
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtests/test_cli_omo_fallback_path.py0#!/usr/bin/env bash set -euo pipefail printf 'helper:%s\\n' "$0" printf 'args:%s\\n' "$*"STRING
HIGHtests/test_cli_omc_fallback_path.py0#!/usr/bin/env bash set -euo pipefail printf 'helper:%s\\n' "$0" printf 'args:%s\\n' "$*"STRING
HIGHtests/test_cli_omx_fallback_path.py0#!/usr/bin/env bash set -euo pipefail printf 'helper:%s\\n' "$0" printf 'args:%s\\n' "$*"STRING
Cross-Language Confusion (JS/TS)2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHweb/app/[locale]/(landing)/docs/api/page.tsx465print(rpc("workspace.list", req_id="ws"))CODE
HIGHweb/app/[locale]/(landing)/docs/api/page.tsx468print(rpc(CODE
Redundant / Tautological Comments7 hits · 9 pts
SeverityFileLineSnippetContext
LOWtests/test_app_keystrokes.sh10# Check if cmux is runningCOMMENT
LOWscripts/smoke-test-ci.sh56 # Check if process died while waitingCOMMENT
LOWscripts/sparkle_generate_appcast.sh93# Check if generate_appcast added the edSignature. If not, use sign_updateCOMMENT
LOWtests_v2/test_ctrl_interactive.py80 # Check if running in a terminalCOMMENT
LOWtests_v2/test_tab_dragging.py468 # Check if columns are approximately equal (within 5 columns tolerance)COMMENT
LOWtests_v2/test_tab_dragging.py993 # Check if remaining terminal is responsiveCOMMENT
LOWtests_v2/test_tab_dragging.py1046 # Check if remaining terminal is responsiveCOMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWweb/app/api/v1/[[...rest]]/route.ts11async function handleRequest(request: Request): Promise<Response> {CODE
LOWweb/app/api/rpc/[[...rest]]/route.ts11async function handleRequest(request: Request): Promise<Response> {CODE
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOWscripts/generate_dark_icon.py111CODE
LOWscripts/mobile-stability-soak/mobile-soak.py246CODE
Structural Annotation Overuse1 hit · 1 pts
SeverityFileLineSnippetContext
LOWskills/cmux-markdown/SKILL.md70echo "## Step 1: Complete" >> plan.mdCODE