Stop juggling AI accounts. Quotio is a beautiful native macOS menu bar app that unifies your Claude, Gemini, OpenAI, Qwen, and Antigravity subscriptions – with real-time quota tracking and smart auto-failover for AI coding tools like Claude Code, OpenCode, and Droid.
This report presents the forensic synthetic code analysis of nguyenphutrong/quotio, a Swift project with 4,555 GitHub stars. SynthScan v2.0 examined 51,586 lines of code across 178 source files, recording 117 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 5.6 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 117 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Quotio/Services/Proxy/CLIProxyManager.swift | 1051 | // ════════════════════════════════════════════════════════════════════════ | STRING |
| MEDIUM | Quotio/Services/Proxy/CLIProxyManager.swift | 1053 | // ════════════════════════════════════════════════════════════════════════ | STRING |
| MEDIUM | Quotio/Services/Proxy/CLIProxyManager.swift | 1192 | // ════════════════════════════════════════════════════════════════════════ | STRING |
| MEDIUM | Quotio/Services/Proxy/CLIProxyManager.swift | 1194 | // ════════════════════════════════════════════════════════════════════════ | STRING |
| MEDIUM | …/Services/Antigravity/AntigravityDatabaseService.swift | 293 | // ════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/Services/Antigravity/AntigravityDatabaseService.swift | 295 | // ════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …o/Services/Antigravity/AntigravityProcessManager.swift | 93 | // ════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …o/Services/Antigravity/AntigravityProcessManager.swift | 95 | // ════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/generate-appcast-ci.sh | 4 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/generate-appcast-ci.sh | 7 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | scripts/config.sh | 3 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | scripts/config.sh | 5 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | scripts/config.sh | 7 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 39 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 41 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 113 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 115 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 171 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 173 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 205 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 207 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 245 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 247 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 291 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 293 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 358 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 360 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 388 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 390 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 446 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/config.sh | 448 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/update-changelog.sh | 4 | # ============================================================================= | COMMENT |
| MEDIUM | scripts/update-changelog.sh | 9 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 25 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 27 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 34 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 36 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 42 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 44 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 64 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 66 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 72 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 74 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 80 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 82 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 91 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 93 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 102 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 104 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 112 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 114 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 124 | # =========================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/release.yml | 126 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 150 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 152 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 231 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 233 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 245 | # =========================================== | COMMENT |
| MEDIUM | .github/workflows/release.yml | 247 | # =========================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 50 | // Step 1: Provider name and type | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 53 | // Step 2: API Keys (needed before fetching models) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 56 | // Step 3: Model selection (requires API key to fetch) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 61 | // Step 4: Custom headers (optional) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 66 | // Step 5: Enable toggle | COMMENT |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1782 | // Step 1: Download and install to versioned storage | STRING |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1785 | // Step 2: Perform dry-run | STRING |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1794 | // Step 3: Validate compatibility | STRING |
| LOW | Quotio/Services/Proxy/CLIProxyManager.swift | 1812 | // Step 4: Promote the new version | STRING |
| LOW⚡ | Quotio/Services/QuotaFetchers/CopilotQuotaFetcher.swift | 388 | // Step 1: Get Copilot API token from GitHub OAuth token | COMMENT |
| LOW⚡ | Quotio/Services/QuotaFetchers/CopilotQuotaFetcher.swift | 391 | // Step 2: Fetch models from Copilot API | COMMENT |
| LOW | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 128 | // Step 0: Ensure token is fresh | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 156 | // Step 1: Detect version format before closing IDE | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 159 | // Step 2: Close IDE if running | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 176 | // Step 3: Create backup | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 186 | // Step 4: Inject device profile into storage.json | COMMENT |
| LOW | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 203 | // Step 5: Inject token (version-aware) | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 226 | // Step 6: Restart IDE if it was running | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 232 | // Step 7: Clean up | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 50 | // Step 1: Provider name and type | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 53 | // Step 2: API Keys (needed before fetching models) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 56 | // Step 3: Model selection (requires API key to fetch) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 61 | // Step 4: Custom headers (optional) | COMMENT |
| LOW⚡ | Quotio/Views/Components/CustomProviderSheet.swift | 66 | // Step 5: Enable toggle | COMMENT |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1782 | // Step 1: Download and install to versioned storage | STRING |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1785 | // Step 2: Perform dry-run | STRING |
| LOW⚡ | Quotio/Services/Proxy/CLIProxyManager.swift | 1794 | // Step 3: Validate compatibility | STRING |
| LOW | Quotio/Services/Proxy/CLIProxyManager.swift | 1812 | // Step 4: Promote the new version | STRING |
| LOW⚡ | Quotio/Services/QuotaFetchers/CopilotQuotaFetcher.swift | 388 | // Step 1: Get Copilot API token from GitHub OAuth token | COMMENT |
| LOW⚡ | Quotio/Services/QuotaFetchers/CopilotQuotaFetcher.swift | 391 | // Step 2: Fetch models from Copilot API | COMMENT |
| LOW | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 128 | // Step 0: Ensure token is fresh | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 156 | // Step 1: Detect version format before closing IDE | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 159 | // Step 2: Close IDE if running | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 176 | // Step 3: Create backup | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 186 | // Step 4: Inject device profile into storage.json | COMMENT |
| LOW | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 203 | // Step 5: Inject token (version-aware) | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 226 | // Step 6: Restart IDE if it was running | COMMENT |
| LOW⚡ | …/Services/Antigravity/AntigravityAccountSwitcher.swift | 232 | // Step 7: Clean up | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Quotio/Models/Constants.swift | 1 | // | COMMENT |
| LOW | Quotio/Models/MenuBarSettings.swift | 1 | // | COMMENT |
| LOW | Quotio/Models/AppMode.swift | 1 | // | COMMENT |
| LOW | Quotio/Models/IDEScanSettings.swift | 1 | // | COMMENT |
| LOW | Quotio/Views/Components/SmallProgressView.swift | 1 | // | COMMENT |
| LOW | Quotio/Services/Logger.swift | 1 | // | COMMENT |
| LOW | Quotio/Services/AgentConfigurationService.swift | 921 | COMMENT | |
| LOW | Quotio/Services/StatusBarMenuBuilder.swift | 1 | // | COMMENT |
| LOW | Quotio/Services/Proxy/ProxyBridge.swift | 1 | // | COMMENT |
| LOW | Quotio/Services/Proxy/ProxyStorageManager.swift | 1 | // | COMMENT |
| LOW | Quotio/Services/Proxy/FallbackFormatConverter.swift | 1 | // | COMMENT |
| LOW | …/Services/Antigravity/AntigravityVersionDetector.swift | 1 | // | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/generate-appcast-ci.sh | 36 | # Check if there are files to process | COMMENT |
| LOW | scripts/update-changelog.sh | 28 | # Check if version section already exists | COMMENT |
| LOW | scripts/update-changelog.sh | 149 | # Check if [Unreleased] section has content | COMMENT |
| LOW⚡ | .github/workflows/release.yml | 55 | # Check if beta | COMMENT |
| LOW | .github/workflows/release.yml | 180 | # Check if there are changes to commit | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Quotio/Models/FallbackModels.swift | 85 | /// 2. Kiro → kiro-claude-opus-4-6-agentic | COMMENT |
| MEDIUM | Quotio/Models/RequestLog.swift | 74 | /// Resolved model after fallback (e.g., "kiro-claude-opus-4-5-agentic") | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/generate-appcast-ci.sh | 144 | # Create the merged appcast | COMMENT |