The menu bar manager for macOS
This report presents the forensic synthetic code analysis of thaw-app/Thaw, a Swift project with 9,379 GitHub stars. SynthScan v2.0 examined 99,925 lines of code across 390 source files, recording 550 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 5.3 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 550 distinct pattern matches across 4 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 | osv-scanner.toml | 1 | # OSV-Scanner suppressions for Thaw's dependency SCA gate. | COMMENT |
| LOW | Fuzzing/Package.swift | 1 | // swift-tools-version: 6.0 | COMMENT |
| LOW | Fuzzing/Sources/FuzzSettingsURI/FuzzSettingsURI.swift | 1 | // | COMMENT |
| LOW | Fuzzing/Sources/FuzzSettingsURI/SettingsURIParser.swift | 1 | // | COMMENT |
| LOW | Fuzzing/Sources/FuzzSettingsURI/SettingsURIParser.swift | 41 | } | COMMENT |
| LOW | ThawTests/SourcePIDNegativeCachePolicyTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/ReturnAnchorsTests.swift | 1 | // | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 1 | // | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 21 | /// Server. New field logs become regression fixtures by adding another | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 61 | #expect(clean.loggedUnmanagedUIDs == []) | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 261 | ahCtrlUID: inputs.ahCtrlUID, | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 421 | /// non-positive value means the menu bar geometry had not settled | COMMENT |
| LOW | …ests/Settings/Models/ProfileLayoutLogReplayTests.swift | 601 | } | COMMENT |
| LOW | ThawTests/Settings/Models/SettingsResetterTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/Settings/Models/SettingsResetterTests.swift | 21 | /// | COMMENT |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 1 | // | COMMENT |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 81 | @Test("A snapshot keeps the default values it was built with") | COMMENT |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 101 | COMMENT | |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 121 | let data = try encoder.encode(original) | COMMENT |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 141 | let data = try encoder.encode(original) | COMMENT |
| LOW | …ts/Settings/Models/AdvancedSettingsSnapshotTests.swift | 381 | #expect(decoded.showAllSectionsOnUserDrag) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 1 | // | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 21 | /// round-trip them through JSON, so the copy in and the copy out were never | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 81 | #expect(snapshot.showIceIcon == false) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 141 | #expect(settings.customIceIconIsTemplate) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 261 | settings.searchIncludeHidden = false | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 321 | #expect(settings.enableAlwaysHiddenSection) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 481 | decoded.apply(to: destination) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 501 | #expect(destination.useLCSSortingOnNotchedDisplays == source.useLCSSortingOnNotchedDisplays) | COMMENT |
| LOW | …sts/Settings/Models/ProfileDecodingDefaultsTests.swift | 601 | "hidden": ["duplicate:Item"], | COMMENT |
| LOW | …odels/DisplaySettingsManagerURINotificationTests.swift | 1 | // | COMMENT |
| LOW | …odels/DisplaySettingsManagerURINotificationTests.swift | 21 | @MainActor | COMMENT |
| LOW | …odels/DisplaySettingsManagerURINotificationTests.swift | 41 | /// | COMMENT |
| LOW | …s/Settings/Models/ProfileManagerPersistenceTests.swift | 1 | // | COMMENT |
| LOW | …s/Settings/Models/ProfileManagerPersistenceTests.swift | 21 | /// same surface: | COMMENT |
| LOW | ThawTests/Settings/Models/AutomationSettingsTests.swift | 1 | // | COMMENT |
| LOW | …wTests/Settings/Models/ProfileManagerDeleteTests.swift | 1 | // | COMMENT |
| LOW | …wTests/Settings/Models/ProfileManagerDeleteTests.swift | 61 | at: tmp.appendingPathComponent("\(profile.id.uuidString).json") | COMMENT |
| LOW | …/Settings/Models/DisplayIceBarConfigurationTests.swift | 41 | COMMENT | |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 21 | /// The notification arrives on behalf of a *third-party app* that sent a | COMMENT |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 41 | let settings = AdvancedSettings() | COMMENT |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 101 | Defaults.set(true, forKey: .useAXClickDelivery) | COMMENT |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 121 | #expect(!settings.useThawBarOnNotchOverflow) | COMMENT |
| LOW | ThawTests/Settings/Models/AdvancedSettingsTests.swift | 261 | ["key": "useThawBarOnNotchOverflow", "value": false], | COMMENT |
| LOW | ThawTests/Settings/Models/HookScriptTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/Settings/Models/HookScriptTests.swift | 21 | /// invisible when it is: the pre- and post-hook must occupy *different* keys. | COMMENT |
| LOW | ThawTests/Settings/Models/ProfileManagerDeepTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/Settings/Models/ProfileManagerDeepTests.swift | 21 | /// true, so `createDirectory` is never called. The cases here put a regular | COMMENT |
| LOW | ThawTests/Settings/Models/ProfileManagerDeepTests.swift | 81 | func uncreatableProfilesDirectoryReportsDeleteAsFailed() throws { | COMMENT |
| LOW | ThawTests/Settings/Models/ProfileManagerDeepTests.swift | 181 | COMMENT | |
| LOW | ThawTests/Settings/Models/ProfileManagerDeepTests.swift | 261 | try await body(tmp) | COMMENT |
| LOW | …sts/Settings/Models/GeneralSettingsSnapshotTests.swift | 1 | // | COMMENT |
| LOW | …sts/Settings/Models/GeneralSettingsSnapshotTests.swift | 81 | @Test("The default snapshot holds the values it was built with") | COMMENT |
| LOW | …sts/Settings/Models/GeneralSettingsSnapshotTests.swift | 101 | @Test("A custom snapshot holds the values it was built with") | COMMENT |
| LOW | …sts/Settings/Models/GeneralSettingsSnapshotTests.swift | 141 | func encodeDecodeCustomSnapshot() throws { | COMMENT |
| LOW | …Models/ProfileManagerUpdateRearmIntegrationTests.swift | 1 | // | COMMENT |
| LOW | …Models/ProfileManagerUpdateRearmIntegrationTests.swift | 21 | /// | COMMENT |
| LOW | ThawTests/Settings/Models/GeneralSettingsTests.swift | 1 | // | COMMENT |
| LOW | ThawTests/Settings/Models/GeneralSettingsTests.swift | 21 | /// that sent a `thaw://` URL, so a key this model does not own, or a payload of | COMMENT |
| 477 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/assign-agentic-issues.yml | 4 | # `agentic-workflows` label but does not assign a maintainer. Assign them to | COMMENT |
| MEDIUM | .github/agents/agentic-workflows.md | 45 | - Configuration: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/github-agentic-workflows.md` | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.md | 69 | **Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/create-agentic-workflow.md` | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.md | 79 | **Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/update-agentic-workflow.md` | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.md | 89 | **Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/debug-agentic-workflow.md` | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.md | 99 | **Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/upgrade-agentic-workflows.md` | CODE |
| MEDIUM | .github/agents/agentic-workflows.md | 119 | **Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/create-shared-agentic-workflow.md` | CODE |
| MEDIUM | .github/agents/agentic-workflows.md | 203 | # Initialize repository for agentic workflows | COMMENT |
| MEDIUM | .github/agents/agentic-workflows.md | 235 | - Always reference the instructions file at `https://raw.githubusercontent.com/github/gh-aw/v0.82.14/.github/aw/github-a | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/URI_SCHEMES.md | 73 | # @raycast.argument1 { "type": "dropdown", "placeholder": "Action", "data": [{"title": "Toggle Hidden", "value": "toggle | COMMENT |
| LOW | docs/URI_SCHEMES.md | 490 | # @raycast.argument1 { "type": "dropdown", "placeholder": "Setting", "data": [{"title": "Auto-Rehide", "value": "autoReh | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/normalize-coverage.py | 21 | CODE | |
| LOW | scripts/coverage-report.py | 19 | CODE |