Remote Control for Codex.
This report presents the forensic synthetic code analysis of Emanuele-web04/remodex, a Swift project with 3,250 GitHub stars. SynthScan v2.0 examined 242,604 lines of code across 910 source files, recording 697 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.4 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 697 distinct pattern matches across 8 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 |
|---|---|---|---|---|
| LOW | phodex-bridge/test/rollout-live-mirror.test.js | 2430 | function createTemporaryRolloutHome({ threadId, originator, source, lines }) { | CODE |
| LOW | phodex-bridge/test/rollout-watch.test.js | 272 | function makeTemporarySessionsHome() { | CODE |
| LOW | phodex-bridge/test/secure-transport.test.js | 29 | function createTestBridgeSecureTransport(options) { | CODE |
| LOW | phodex-bridge/test/secure-transport.test.js | 1041 | function encodeLengthPrefixedBuffer(buffer) { | CODE |
| LOW | …dex-bridge/test/bridge-desktop-ipc-integration.test.js | 767 | function loadBridgeWithTestDoubles({ | CODE |
| LOW | …dex-bridge/test/bridge-desktop-ipc-integration.test.js | 807 | function createPlaintextSecureTransport() { | CODE |
| LOW | …dex-bridge/test/bridge-desktop-ipc-integration.test.js | 823 | function createSecureDeviceStateDouble() { | CODE |
| LOW | phodex-bridge/test/bridge.test.js | 33 | function expectedGeneratedImagePath(threadId, fileName) { | CODE |
| LOW | phodex-bridge/test/bridge.test.js | 2649 | fs.openSync = function openSyncWithRolloutCounter(filePath, ...args) { | CODE |
| LOW | phodex-bridge/test/desktop-ipc-action-follower.test.js | 6210 | function backgroundConversationSnapshot(threadId, status, { | CODE |
| LOW | phodex-bridge/test/desktop-ipc-action-follower.test.js | 6291 | async function startInitializedIpcTestServer(t, prefix) { | CODE |
| LOW | phodex-bridge/test/secure-device-state.test.js | 333 | function readCanonicalStateFromDisk() { | CODE |
| LOW | phodex-bridge/bin/remodex.js | 336 | function sanitizeBridgeServiceStatusForOutput(status = {}) { | CODE |
| LOW | phodex-bridge/bin/remodex.js | 345 | function sanitizeDaemonConfigForOutput(config) { | CODE |
| LOW | phodex-bridge/bin/remodex.js | 357 | function sanitizePairingSessionForOutput(pairingSession) { | CODE |
| LOW | phodex-bridge/src/package-version-status.js | 15 | function createBridgePackageVersionStatusReader({ | CODE |
| LOW | phodex-bridge/src/package-version-status.js | 29 | return async function readBridgePackageVersionStatus() { | CODE |
| LOW | phodex-bridge/src/package-version-status.js | 70 | async function resolveReportedLatestVersion({ | CODE |
| LOW | phodex-bridge/src/package-version-status.js | 94 | function refreshLatestVersionInBackground({ | CODE |
| LOW | phodex-bridge/src/package-version-status.js | 137 | function fetchLatestPublishedVersion(registryUrl) { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 19 | async function workspaceCheckpointCapture(repoRoot, params) { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 83 | async function workspaceCheckpointRestorePreview(repoRoot, params) { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 110 | async function workspaceCheckpointRestoreApply(repoRoot, params) { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 148 | function resolveCheckpointDescriptor(params, prefix = "") { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 224 | function backupDescriptorForRestore(params) { | CODE |
| LOW | phodex-bridge/src/workspace-checkpoints.js | 295 | async function changedFilesAgainstCommit(repoRoot, commit) { | CODE |
| LOW | phodex-bridge/src/bridge-status.js | 14 | function createBridgeStatusPublisher({ | CODE |
| LOW | phodex-bridge/src/bridge-status.js | 74 | function hasRelayConnectionGoneStale( | CODE |
| LOW | phodex-bridge/src/bridge-status.js | 87 | function buildHeartbeatBridgeStatus( | CODE |
| LOW | phodex-bridge/src/thread-context-handler.js | 9 | function handleThreadContextRequest(rawMessage, sendResponse, parsedMessage = null) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 109 | function createDesktopIpcLiveOwner({ | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 408 | function markTurnInterruptedOptimistically(threadId, params) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 463 | function discardPendingTurnStartEntry(threadId, entry) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 489 | function resolvePendingTurnStartResponse(responseId, message) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 517 | function insertOptimisticPendingTurn(threadId, entry) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 568 | function refreshOptimisticFallbackForThread(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 593 | function removeOptimisticPendingTurn(threadId, entry) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 626 | function claimStartedThreadForPendingLocalStart(message) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 687 | function broadcastRemovedConversationState(threadId, { reason = "", skipArchiveMetadataBroadcast = false } = {}) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 724 | function broadcastThreadUnarchived(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 732 | function scheduleSidebarAnnouncement(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 751 | function cancelSidebarAnnouncement(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 761 | function queueThreadArchiveMetadataBroadcast(method, threadId, { cwd } = {}) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 774 | function flushPendingThreadArchiveMetadataBroadcasts() { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 796 | function maybeYieldOwnedThreadForPeerArchive(envelope) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 815 | function upsertConversationFromThread(thread) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 897 | function shouldDelayInitialSnapshotForHistory(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 913 | function requestInitialHistoryBaselineIfDue(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 941 | function stopAwaitingInitialHistory(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 949 | function scheduleInitialHistoryRetryWakeup(threadId, delayMs) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 963 | function clearInitialHistoryRetryWakeup(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 990 | function hydrateOwnedThreadFromRead(threadId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1019 | function broadcastAllOwnedSnapshots() { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1034 | function broadcastConversationState(threadId, { forceSnapshot = false } = {}) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1204 | async function handleFollowerLoadCompleteHistory(conversationId) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1278 | function mirrorFollowerUserPromptToPhone(threadId, turnStartParams, turnStartResult = null) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1321 | async function handleFollowerInterruptTurn(conversationId, params) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1336 | function followerApprovalResultForRequest(conversationId, params) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1355 | function sendServerRequestResponse(conversationId, requestId, result) { | CODE |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1374 | function applyFollowerModelAndReasoning(conversationId, params) { | CODE |
| 486 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | phodex-bridge/test/secure-device-state.test.js | 23 | // ─── Relay Session Resolution ─────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/bin/remodex.js | 45 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/bridge.js | 1504 | // ─── Bridge-owned auth snapshot ───────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/project-handler.js | 26 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/project-handler.js | 87 | // ─── Project Methods ───────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/project-handler.js | 328 | // ─── Filesystem Helpers ────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/voice-handler.js | 179 | // ─── Audio validation helpers ─────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/push-notification-tracker.js | 47 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/account-status.js | 9 | // ─── Status composition ───────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/account-status.js | 90 | // ─── Settled snapshot helpers ─────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/voice-audio.js | 7 | // ─── WAV parsing ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/voice-audio.js | 91 | // ─── M4A parsing ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 170 | // ─── Git Status ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 267 | // ─── Git Diff ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 286 | // ─── Git Commit ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 312 | // ─── Git Draft Generation ──────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 419 | // ─── Git Push ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 459 | // ─── Git Pull ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 478 | // ─── Git Branches ───────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 542 | // ─── Git Checkout ───────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 581 | // ─── Git Log ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 608 | // ─── Git Create Branch ──────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 949 | // ─── Git Stash ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 957 | // ─── Git Stash Pop ──────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 968 | // ─── Git Reset to Remote ────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 997 | // ─── Git Remote URL ─────────────────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 1005 | // ─── Git Stacked Actions / Pull Requests ───────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 1848 | // ─── Git Branches With Status ───────────────────────────────── | COMMENT |
| MEDIUM | phodex-bridge/src/git-handler.js | 2486 | // ─── Helpers ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …dexMobile/Views/Shared/UsageStatusSummaryContent.swift | 69 | // ─── Shared Sections ──────────────────────────────────────── | COMMENT |
| MEDIUM | …dexMobile/Views/Shared/UsageStatusSummaryContent.swift | 136 | // ─── Row Rendering ────────────────────────────────────────── | COMMENT |
| MEDIUM | …dexMobile/Views/Shared/UsageStatusSummaryContent.swift | 231 | // ─── Formatting Helpers ───────────────────────────────────── | COMMENT |
| MEDIUM | …Mobile/Views/Turn/Messages/TurnMessageRegexCache.swift | 40 | // ─── Shared Helpers ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Views/Turn/Messages/TurnMessageCaches.swift | 357 | // ─── Code Comment Directive Content Cache ─────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Views/Turn/Messages/TurnMessageCaches.swift | 371 | // ─── Thinking Disclosure Content Cache ────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Views/Turn/Messages/TurnMessageCaches.swift | 385 | // ─── Diff Block Detection Cache ───────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Views/Turn/Messages/TurnMessageCaches.swift | 405 | // ─── File Change Grouping Cache ───────────────────────────────────── | COMMENT |
| MEDIUM | …Mobile/Views/Turn/Messages/TurnMessageComponents.swift | 322 | // ─── Message row ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | CodexMobile/CodexMobile/Views/Turn/Core/TurnView.swift | 72 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …le/Views/Turn/Core/TurnConversationContainerView.swift | 81 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …xMobile/Views/Turn/Composer/TurnComposerHostView.swift | 58 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …CodexMobile/Views/Turn/Composer/TurnComposerView.swift | 149 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …obile/Views/Turn/Composer/TurnComposerMetaMapper.swift | 11 | // ─── Model Mapping ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …obile/Views/Turn/Composer/TurnComposerMetaMapper.swift | 76 | // ─── Reasoning Mapping ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ile/CodexMobile/Views/Turn/Diff/TurnDiffRenderer.swift | 7 | // ─── Diff Classification ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 10 | // ─── Model ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 61 | // ─── Parser ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 247 | // ─── View ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 353 | // ─── Hunk section ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 456 | // ─── Row ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/CodexMobile/Views/Turn/Diff/TurnUnifiedDiffView.swift | 513 | // ─── Palette ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …Views/Turn/Timeline/TurnTimelineRenderProjection.swift | 9 | // ─── Render Item Models ─────────────────────────────────────── | COMMENT |
| MEDIUM | …Views/Turn/Timeline/TurnTimelineRenderProjection.swift | 126 | // ─── Projection ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …exMobile/Views/Turn/Timeline/TurnTimelineReducer.swift | 17 | // ─── ENTRY POINT ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …e/CodexMobile/Services/CodexService+AIChangeSets.swift | 233 | // ─── Ledger mutation helpers ─────────────────────────────────────── | COMMENT |
| MEDIUM | …e/CodexMobile/Services/CodexService+AIChangeSets.swift | 378 | // ─── Private helpers ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Services/GPTVoiceTranscriptionManager.swift | 104 | // ─── Recording lifecycle ───────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Services/GPTVoiceTranscriptionManager.swift | 260 | // ─── Duration timer ───────────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Services/GPTVoiceTranscriptionManager.swift | 278 | // ─── Mic permission ────────────────────────────────────────── | COMMENT |
| MEDIUM | …odexMobile/Services/GPTVoiceTranscriptionManager.swift | 337 | // ─── Audio session ─────────────────────────────────────────── | COMMENT |
| 9 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …Mobile/CodexMobileTests/TurnTimelineReducerTests.swift | 0 | status: completed path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …eTests/CodexServiceIncomingCommandExecutionTests.swift | 0 | status: completed path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …ile/CodexMobileTests/TurnSessionDiffSummaryTests.swift | 0 | status: completed path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …odexMobileTests/TurnFileChangeSummaryParserTests.swift | 0 | status: completed path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …Mobile/CodexMobileTests/TurnTimelineReducerTests.swift | 0 | latest testflight inbox email says: remodex version 1.4, build 124 subject: "remodex - remote ai coding 1.4 (124) for io | STRING |
| HIGH | …eTests/CodexServiceIncomingCommandExecutionTests.swift | 0 | latest testflight inbox email says: remodex version 1.4, build 124 subject: "remodex - remote ai coding 1.4 (124) for io | STRING |
| HIGH | …obileTests/CodexServiceIncomingRunIndicatorTests.swift | 0 | latest testflight inbox email says: remodex version 1.4, build 124 subject: "remodex - remote ai coding 1.4 (124) for io | STRING |
| HIGH | …Mobile/CodexMobileTests/TurnTimelineReducerTests.swift | 0 | status: inprogress path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …eTests/CodexServiceIncomingCommandExecutionTests.swift | 0 | status: inprogress path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …ile/CodexMobileTests/TurnSessionDiffSummaryTests.swift | 0 | status: inprogress path: sources/app.swift kind: update totals: +2 -1 | STRING |
| HIGH | …odexMobileTests/TurnFileChangeSummaryParserTests.swift | 0 | status: inprogress path: sources/app.swift kind: update totals: +2 -1 | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | phodex-bridge/bin/phodex.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | phodex-bridge/src/desktop-ipc-live-owner.js | 1701 | // Desktop's prompt dedupe allows only these item types to precede the initial | COMMENT |
| LOW | phodex-bridge/src/desktop-ipc-action-follower.js | 701 | queuedChangesByThreadId.clear(); | COMMENT |
| LOW | …yKit.xcframework/ios-arm64-simulator/Headers/ghostty.h | 1 | // Ghostty embedding API. The documentation for the embedding API is | COMMENT |
| LOW | …yKit.xcframework/ios-arm64-simulator/Headers/ghostty.h | 21 | typedef SSIZE_T ssize_t; | COMMENT |
| LOW | …yKit.xcframework/ios-arm64-simulator/Headers/ghostty.h | 41 | #ifdef GHOSTTY_BUILD_SHARED | COMMENT |
| LOW | …dor/GhosttyKit.xcframework/ios-arm64/Headers/ghostty.h | 1 | // Ghostty embedding API. The documentation for the embedding API is | COMMENT |
| LOW | …dor/GhosttyKit.xcframework/ios-arm64/Headers/ghostty.h | 21 | typedef SSIZE_T ssize_t; | COMMENT |
| LOW | …dor/GhosttyKit.xcframework/ios-arm64/Headers/ghostty.h | 41 | #ifdef GHOSTTY_BUILD_SHARED | COMMENT |
| LOW | …Mobile/CodexMobile/Models/String+PathDisplayName.swift | 1 | // FILE: String+PathDisplayName.swift | COMMENT |
| LOW | …ile/CodexMobile/Models/CodexSyntheticIdentifiers.swift | 1 | // FILE: CodexSyntheticIdentifiers.swift | COMMENT |
| LOW | CodexMobile/CodexMobile/Views/SidebarView.swift | 1 | // FILE: SidebarView.swift | COMMENT |
| LOW | …CodexMobile/Views/Sidebar/SidebarBottomActionBar.swift | 1 | // FILE: SidebarBottomActionBar.swift | COMMENT |
| LOW | …Mobile/Views/Sidebar/SidebarProjectSectionHeader.swift | 1 | // FILE: SidebarProjectSectionHeader.swift | COMMENT |
| LOW | …bile/CodexMobile/Views/Sidebar/SidebarActionPill.swift | 1 | // FILE: SidebarActionPill.swift | COMMENT |
| LOW | …exMobile/Views/Sidebar/SidebarContentScopePicker.swift | 1 | // FILE: SidebarContentScopePicker.swift | COMMENT |
| LOW | …e/CodexMobile/Views/Sidebar/SidebarSectionHeader.swift | 1 | // FILE: SidebarSectionHeader.swift | COMMENT |
| LOW | …dexMobile/Views/Sidebar/SidebarToolbarIconButton.swift | 1 | // FILE: SidebarToolbarIconButton.swift | COMMENT |
| LOW | …dexMobile/Views/Sidebar/SidebarThreadContextMenu.swift | 1 | // FILE: SidebarThreadContextMenu.swift | COMMENT |
| LOW | …CodexMobile/Views/Sidebar/SidebarForegroundStyle.swift | 1 | // FILE: SidebarForegroundStyle.swift | COMMENT |
| LOW | …odexMobile/Views/Settings/SettingsBaseComponents.swift | 1 | // FILE: SettingsBaseComponents.swift | COMMENT |
| LOW | …e/CodexMobile/Views/Shared/AdaptiveGlassModifier.swift | 221 | } | COMMENT |
| LOW | CodexMobile/CodexMobile/Views/Shared/ToolCallIcon.swift | 1 | // FILE: ToolCallIcon.swift | COMMENT |
| LOW | …obile/CodexMobile/Views/Shared/CircularIconBadge.swift | 1 | // FILE: CircularIconBadge.swift | COMMENT |
| LOW | …Mobile/CodexMobile/Views/Shared/UIKitContextMenu.swift | 1 | // FILE: UIKitContextMenu.swift | COMMENT |
| LOW | …Mobile/CodexMobile/Views/Shared/UIKitContextMenu.swift | 21 | // itself to. SwiftUI does not expose the underlying host view of an | COMMENT |
| LOW | CodexMobile/CodexMobile/Views/Shared/HapticButton.swift | 1 | // FILE: HapticButton.swift | COMMENT |
| LOW | CodexMobile/CodexMobile/Views/Shared/RemodexIcon.swift | 161 | } | COMMENT |
| LOW | CodexMobile/CodexMobile/Views/Shared/RemodexIcon.swift | 261 | // Anchor to a SQUARE SF Symbol bounding box (rather than the mapped | COMMENT |
| LOW | …ws/Turn/Messages/StreamingInlineMarkupAutoCloser.swift | 1 | // FILE: StreamingInlineMarkupAutoCloser.swift | COMMENT |
| LOW | …Turn/Messages/StreamingAssistantMarkdownTextView.swift | 21 | // when the user flips theme or accent mid-stream (otherwise equality would suppress it). | COMMENT |
| LOW | …ews/Turn/Messages/StreamingMarkdownBlockSplitter.swift | 1 | // FILE: StreamingMarkdownBlockSplitter.swift | COMMENT |
| LOW | …bile/Views/Turn/Messages/StreamingMarkdownReveal.swift | 21 | static let positionQuantization = 4.0 | COMMENT |
| LOW | …Mobile/Views/Turn/Messages/TurnMessageComponents.swift | 1 | // FILE: TurnMessageComponents.swift | COMMENT |
| LOW | …Views/Turn/Composer/TurnComposerRuntimeUIKitMenu.swift | 1 | // FILE: TurnComposerRuntimeUIKitMenu.swift | COMMENT |
| LOW | …/CodexMobile/Views/Turn/Composer/UIKitMenuButton.swift | 1 | // FILE: UIKitMenuButton.swift | COMMENT |
| LOW | …/CodexMobile/Views/Turn/Composer/UIKitMenuButton.swift | 21 | // to that VC's view instead. | COMMENT |
| LOW | …n/Composer/TurnComposerCollapsibleContextCluster.swift | 1 | // FILE: TurnComposerCollapsibleContextCluster.swift | COMMENT |
| LOW | …CodexMobile/Views/Turn/Composer/TurnMentionChips.swift | 1 | // FILE: TurnMentionChips.swift | COMMENT |
| LOW | …dexMobile/Views/Turn/Voice/VoiceRecordingCapsule.swift | 101 | return String(format: "%d:%02d", minutes, seconds) | COMMENT |
| LOW | …CodexMobile/Views/Turn/Git/TurnGitActionsToolbar.swift | 161 | // plain `title` stays as the textual/voice-over fallback. App Review risk is | COMMENT |
| LOW | …obile/CodexMobile/Services/CodexService+Incoming.swift | 3421 | // bridge's 250ms rollout poll interval so consecutive batches never merge, | COMMENT |
| LOW | CodexMobile/CodexMobile/Services/CodexService.swift | 601 | // recreate live/streaming UI or mark the sidebar as running. | COMMENT |
| LOW | …dexMobile/Services/StreamingUIInteractionMonitor.swift | 1 | // FILE: StreamingUIInteractionMonitor.swift | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | phodex-bridge/test/desktop-ipc-live-owner.test.js | 2720 | const turnIds = snapshot.params.change.conversationState.turns.map((turn) => turn.turnId); | CODE |
| CRITICAL | phodex-bridge/test/desktop-ipc-live-owner.test.js | 3711 | && frame.params.change.conversationState.turns.some((turn) => turn.turnId === "turn-fresh") | CODE |
| CRITICAL | phodex-bridge/test/desktop-ipc-live-owner.test.js | 3713 | const turnIds = reclaimBroadcast.params.change.conversationState.turns.map((turn) => turn.turnId); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | AGENTS.md | 7 | ## Core guardrails | COMMENT |
| MEDIUM | AGENTS.md | 21 | ## iOS runtime + timeline guardrails | COMMENT |
| MEDIUM | AGENTS.md | 32 | ## Local connection guardrails | COMMENT |
| MEDIUM | AGENTS.md | 41 | ## Build guardrails | COMMENT |
| MEDIUM | CLAUDE.md | 7 | ## Core guardrails | COMMENT |
| MEDIUM | CLAUDE.md | 21 | ## iOS runtime + timeline guardrails | COMMENT |
| MEDIUM | CLAUDE.md | 32 | ## Local connection guardrails | COMMENT |
| MEDIUM | CLAUDE.md | 41 | ## Build guardrails | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | phodex-bridge/test/account-status.test.js | 59 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 77 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 94 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 112 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 130 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 148 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 166 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 359 | email: "user@example.com", | CODE |
| LOW | phodex-bridge/test/account-status.test.js | 377 | email: "user@example.com", | CODE |
| LOW | CodexMobile/CodexMobileTests/CodexGPTAccountTests.swift | 64 | "email": .string("user@example.com"), | CODE |
| LOW | CodexMobile/CodexMobileTests/CodexGPTAccountTests.swift | 78 | XCTAssertEqual(service.gptAccountSnapshot.email, "user@example.com") | CODE |
| LOW | CodexMobile/CodexMobileTests/CodexGPTAccountTests.swift | 426 | "email": .string("user@example.com"), | CODE |
| LOW | CodexMobile/CodexMobileTests/CodexGPTAccountTests.swift | 496 | email: "user@example.com", | CODE |
| LOW | CodexMobile/CodexMobileTests/CodexGPTAccountTests.swift | 510 | "email": .string("user@example.com"), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ramework/ios-arm64-simulator/Headers/ghostty/vt/wasm.h | 32 | * Here's a simple example of using the Wasm utilities with the key encoder: | COMMENT |
| MEDIUM | …ttyKit.xcframework/ios-arm64/Headers/ghostty/vt/wasm.h | 32 | * Here's a simple example of using the Wasm utilities with the key encoder: | COMMENT |