An all-in-one enhancement suite for Google Gemini & AI Studio - timeline navigation, folder management, prompt library, and chat export in one powerful extension. / Google Gemini & AI Studio 全能增强插件:集成时间轴导航、文件夹管理、提示词库及聊天导出等众多功能。
This report presents the forensic synthetic code analysis of Nagi-ovo/gemini-voyager, a TypeScript project with 19,167 GitHub stars. SynthScan v2.0 examined 219,165 lines of code across 1039 source files, recording 460 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.9 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).
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 460 distinct pattern matches across 9 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 | public/response-complete-observer.js | 34 | function isGeminiGenerationRequest(url, bodyText) { | CODE |
| LOW | public/prevent-auto-scroll.js | 80 | function handlePossibleRouteChange() { | CODE |
| LOW | public/prevent-auto-scroll.js | 239 | function collectVerticalScrollPositions(target) { | CODE |
| LOW | public/prevent-auto-scroll.js | 253 | function restoreVerticalScrollPositions(positions) { | CODE |
| LOW | src/core/types/highlight.ts | 295 | export function isHighlightConversationUrl(value: string, platform: HighlightPlatform): boolean { | CODE |
| LOW | src/core/utils/conversationIdentity.ts | 33 | export function extractConversationIdFromUrl(input: string): string | null { | CODE |
| LOW⚡ | src/core/utils/conversationIdentity.ts | 64 | export function buildRouteConversationIdFromUrl(input: string): string { | CODE |
| LOW⚡ | src/core/utils/conversationIdentity.ts | 73 | export function buildConversationIdFromUrl(input: string): string { | CODE |
| LOW⚡ | src/core/utils/conversationIdentity.ts | 82 | export function buildLegacyConversationIdFromUrl(input: string): string { | CODE |
| LOW | src/core/utils/updateReminder.ts | 12 | export function shouldShowUpdateReminderForCurrentVersion({ | CODE |
| LOW | src/core/utils/notificationsPermission.ts | 15 | export async function hasNotificationsPermission(): Promise<boolean> { | CODE |
| LOW | src/core/utils/notificationsPermission.ts | 34 | export async function ensureNotificationsPermission(): Promise<boolean> { | CODE |
| LOW | src/core/utils/customWebsites.ts | 44 | export function customWebsitesIncludeHost(value: unknown, hostname: string): boolean { | CODE |
| LOW | src/core/utils/browser.ts | 45 | export function shouldShowSafariUpdateReminder(): boolean { | CODE |
| LOW | src/core/utils/browser.ts | 106 | export function supportsOptionalHostPermissions(): boolean { | CODE |
| LOW | src/core/utils/browser.ts | 118 | export function supportsExtensionNotifications(): boolean { | CODE |
| LOW | src/core/utils/browser.ts | 180 | export function hasLegacySafariStorageLimit(): boolean { | CODE |
| LOW | src/core/utils/browser.ts | 218 | export function isChromeWebStoreInstallOnEdge(): boolean { | CODE |
| LOW | src/core/utils/selectors.ts | 31 | export function getAssistantTurnSelectors(): string[] { | CODE |
| LOW | src/core/utils/selectors.ts | 60 | export function getConversationLinkSelectors(): string[] { | CODE |
| LOW | src/core/utils/gemini.ts | 29 | export function hasGeminiEnterpriseDomHints(doc: Document): boolean { | CODE |
| LOW | src/core/utils/gemini.ts | 46 | export function isGeminiEnterpriseEnvironment(parts: UrlParts, doc?: Document): boolean { | CODE |
| LOW | src/core/utils/extensionContext.ts | 13 | export function isExtensionContextInvalidatedError(error: unknown): boolean { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 63 | export function detectAccountPlatformFromUrl(pageUrl: string | null | undefined): AccountPlatform { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 69 | export function getAccountIsolationStorageKey(platform: AccountPlatform): string { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 141 | export function extractRouteUserIdFromPath(pathname: string): string | null { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 146 | export function extractRouteUserIdFromUrl(url: string): string | null { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 205 | export function detectAccountContextFromDocument(pageUrl: string, doc: Document): AccountContext { | CODE |
| LOW | src/core/services/AccountIsolationService.ts | 251 | export function buildScopedFolderStorageKey(accountKey: string): string { | CODE |
| LOW | src/core/services/SettingsBackupService.ts | 125 | export function filterBackupableSyncSettings(value: unknown): BackupableSyncSettings { | CODE |
| LOW | src/core/services/SettingsBackupService.ts | 145 | export async function loadBackupableSyncSettings( | CODE |
| LOW | src/core/services/SettingsBackupService.ts | 153 | export async function exportBackupableSyncSettings( | CODE |
| LOW | src/core/services/SettingsBackupService.ts | 164 | export async function restoreBackupableSyncSettings( | CODE |
| LOW | src/core/services/HighlightAnnotationService.ts | 248 | export function createHighlightSourceTextHash(sourceText: string): string { | CODE |
| LOW⚡ | src/core/services/HighlightAnnotationService.ts | 265 | export function getHighlightIndexStorageKey(scope: HighlightScope): string { | CODE |
| LOW⚡ | src/core/services/HighlightAnnotationService.ts | 269 | export function getHighlightConversationKey( | CODE |
| LOW⚡ | src/core/services/HighlightAnnotationService.ts | 276 | export function getHighlightBucketStorageKey( | CODE |
| LOW | src/core/services/HighlightAnnotationService.ts | 333 | function createDefaultStorageAdapter(): HighlightStorageAdapter { | CODE |
| LOW | …ore/services/__tests__/KeyboardShortcutService.test.ts | 11 | function createCustomSingleLetterConfig(): KeyboardShortcutConfig { | CODE |
| LOW | src/features/plugins/promptNudge.ts | 31 | export function normalizeIconResourcePath(path: string): string { | CODE |
| LOW | src/features/plugins/manifest/validate.ts | 89 | function normalizeLocalizedSetting(raw: unknown): LocalizedSettingField | undefined { | CODE |
| LOW | src/features/plugins/manifest/validate.ts | 102 | function normalizeLocalizedSettings( | CODE |
| LOW | src/features/plugins/runtime/siteRegistration.ts | 59 | export async function registerContentScriptsForOrigins( | CODE |
| LOW | src/features/plugins/sources/defaultSources.ts | 12 | export function createDefaultPluginSources(): readonly PluginSource[] { | CODE |
| LOW | src/features/plugins/sources/styleFiles.ts | 5 | export async function resolveStyleFileContributions( | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.test.ts | 62 | function dispatchClaudeMessageLimit(payload: unknown): void { | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.test.ts | 103 | function mountUsageTextWithoutPlan(): void { | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.ts | 71 | export function setClaudeUsageReloadForTest(fn: (() => void) | null): void { | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.ts | 321 | export function snapshotFromClaudeUsageApi( | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.ts | 341 | export function snapshotFromClaudeMessageLimit( | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.ts | 360 | export function scrapeClaudeUsageFromDocument( | CODE |
| LOW | src/features/plugins/builtin/claudeUsage/index.ts | 665 | function injectClaudeUsageObserver(): void { | CODE |
| LOW | src/features/plugins/builtin/claudeTimeline/index.ts | 48 | export function buildClaudeConversationId(input = location.href): string { | CODE |
| LOW | src/features/plugins/builtin/claudeTimeline/index.ts | 963 | export function updateClaudeTimelineSettings(settings: PluginSettings): void { | CODE |
| LOW | src/features/announcements/select.ts | 82 | export function selectRemoteAnnouncements( | CODE |
| LOW | src/features/announcements/background.ts | 134 | function isRemoteAnnouncementMessage( | CODE |
| LOW | src/features/announcements/background.ts | 463 | export function startRemoteAnnouncementBackgroundService(): RemoteAnnouncementBackgroundService { | CODE |
| LOW | src/features/announcements/background.ts | 469 | export function isRemoteAnnouncementRuntimeMessage(message: unknown): message is { | CODE |
| LOW | src/features/export/ui/ExportToast.ts | 11 | function getOrCreateToast(): HTMLDivElement { | CODE |
| LOW | src/features/export/ui/ExportErrorMessage.ts | 3 | export function resolveExportErrorMessage( | CODE |
| 284 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/release.yml | 11 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 15 | # ── Prettier ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 25 | # ── ESLint ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 35 | # ── TypeScript ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 45 | # ── Tests ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 55 | # ── Build (all browsers) ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 68 | # ── i18n consistency ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 106 | # ── PR size label ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/popup/Popup.tsx | 2168 | // ── Section reorder helpers ────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/manager.ts | 6112 | // ── Overlay ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/manager.ts | 6123 | // ── Title ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/manager.ts | 6132 | // ── Instructions textarea ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/manager.ts | 6148 | // ── Actions ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/manager.ts | 6174 | // ── Assembly ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 131 | // ── H1/M1: runtime message handling ─────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 203 | // ── H2: self-write storage echo suppression ──────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 265 | // ── H6: native title lookup table ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 352 | // ── M3: debounced saves for pure-UI state ────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 408 | // ── M7: search input debounce ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/folder/__tests__/auditFixes.test.ts | 443 | // ── M8: account prefix in jslog-fallback URLs ───────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 121 | // ─── Transition CSS (shared) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 148 | // ─── Full-Hide CSS ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 193 | // ─── Edge Trigger (full-hide) ────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 253 | // ─── Sidebar State Detection ─────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 503 | // ─── Menu Click Handling ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 549 | // ─── Sidebar Toggle ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 595 | // ─── Predictive Aiming ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 679 | // ─── Mouse Event Handlers ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 719 | // ─── DOM Management ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 808 | // ─── Shared Infrastructure ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 873 | // ─── Auto-Hide Feature ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 932 | // ─── Full-Hide Feature ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/sidebarAutoHide/index.ts | 1023 | // ─── Entry Point ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/export/index.ts | 2647 | // ─── DOM recovery (resize / print) ───────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/export/canvasDocExtractor.ts | 23 | // ── Document Canvas (immersive-editor .ProseMirror) ──────────────── | COMMENT |
| MEDIUM | src/pages/content/export/canvasDocExtractor.ts | 134 | // ── Public API ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/export/canvasDocExtractor.ts | 152 | // ── Detection helpers ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …es/content/export/__tests__/canvasDocExtractor.test.ts | 17 | // ── isAnyCanvasOpen ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …es/content/export/__tests__/canvasDocExtractor.test.ts | 35 | // ── assistantHasCanvasDoc ────────────────────────────────────── | COMMENT |
| MEDIUM | …es/content/export/__tests__/canvasDocExtractor.test.ts | 74 | // ── Document Canvas (ProseMirror) ────────────────────────────── | COMMENT |
| MEDIUM | …es/content/export/__tests__/canvasDocExtractor.test.ts | 170 | // ── Code Canvas (Monaco editor) ──────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/coachmark/index.ts | 69 | // ── Seen-state (shared array, synced) ─────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/coachmark/index.ts | 115 | // ── DOM helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/pages/content/coachmark/index.ts | 174 | // ── Engine ────────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/pages/content/folder/__tests__/auditFixes.test.ts | 136 | const call = mockBrowser.runtime.onMessage.addListener.mock.calls.at(-1); | CODE |
| CRITICAL | src/pages/content/folder/__tests__/auditFixes.test.ts | 208 | const call = mockBrowser.storage.onChanged.addListener.mock.calls.at(-1); | CODE |
| CRITICAL | …c/pages/content/visualEffects/__tests__/sakura.test.ts | 457 | const drainingMessage = channel.port1.postMessage.mock.calls.at(-1)?.[0] as { | CODE |
| CRITICAL | …c/pages/content/visualEffects/__tests__/sakura.test.ts | 474 | const latestDrainMessage = channel.port1.postMessage.mock.calls.at(-1)?.[0] as { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/fetchInterceptor.js | 219 | // Step 2: Processing | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 10 | # Step 1: Build the extension using Vite | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 14 | # Step 2: Check if dist_safari exists | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 22 | # Step 3: Convert to Safari App Extension (requires macOS) | COMMENT |
| LOW | src/pages/content/folder/aistudio.ts | 3444 | // Step 1: Try to restore from localStorage backups (primary, emergency, beforeUnload) | COMMENT |
| LOW⚡ | src/pages/content/folder/aistudio.ts | 3455 | // Step 2: Keep existing in-memory data if it exists and is valid | COMMENT |
| LOW⚡ | src/pages/content/folder/aistudio.ts | 3462 | // Step 3: Last resort - initialize empty data and notify user | COMMENT |
| LOW⚡ | src/pages/content/folder/manager.ts | 7372 | // Step 2: If current this.data already has valid structure, keep it | COMMENT |
| LOW⚡ | src/pages/content/folder/manager.ts | 7379 | // Step 3: Last resort - initialize empty data and log critical error | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 4578 | // Step 1: Find the conversation element in the sidebar. | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 7360 | // Step 1: Try to restore from localStorage backups (primary, emergency, beforeUnload) | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 629 | // Step 1: Downloading original image | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 662 | // Step 2: Processing watermark | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 676 | // Step 3: Done, auto-dismiss after 2s | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/fetchInterceptor.js | 219 | // Step 2: Processing | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 10 | # Step 1: Build the extension using Vite | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 14 | # Step 2: Check if dist_safari exists | COMMENT |
| LOW⚡ | scripts/build-safari.sh | 22 | # Step 3: Convert to Safari App Extension (requires macOS) | COMMENT |
| LOW | src/pages/content/folder/aistudio.ts | 3444 | // Step 1: Try to restore from localStorage backups (primary, emergency, beforeUnload) | COMMENT |
| LOW⚡ | src/pages/content/folder/aistudio.ts | 3455 | // Step 2: Keep existing in-memory data if it exists and is valid | COMMENT |
| LOW⚡ | src/pages/content/folder/aistudio.ts | 3462 | // Step 3: Last resort - initialize empty data and notify user | COMMENT |
| LOW⚡ | src/pages/content/folder/manager.ts | 7372 | // Step 2: If current this.data already has valid structure, keep it | COMMENT |
| LOW⚡ | src/pages/content/folder/manager.ts | 7379 | // Step 3: Last resort - initialize empty data and log critical error | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 4578 | // Step 1: Find the conversation element in the sidebar. | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 7360 | // Step 1: Try to restore from localStorage backups (primary, emergency, beforeUnload) | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 629 | // Step 1: Downloading original image | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 662 | // Step 2: Processing watermark | COMMENT |
| LOW | src/pages/content/watermarkRemover/index.ts | 676 | // Step 3: Done, auto-dismiss after 2s | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/fetchInterceptor.js | 141 | // Store original fetch | COMMENT |
| LOW | safari/App/SafariWebExtensionHandler.swift | 1 | // | COMMENT |
| LOW | safari/Models/SafariMessage.swift | 1 | // | COMMENT |
| LOW | .github/workflows/release.yml | 1 | name: Release | COMMENT |
| LOW | .github/workflows/release.yml | 21 | # 4. Creates git tag "vX.Y.Z". | COMMENT |
| LOW | src/core/types/common.ts | 161 | // { items: GemMetadata[]; cachedAt: number }. Falls into local (not sync) | COMMENT |
| LOW | src/core/types/common.ts | 181 | // Local cache of the usage limits scraped from /usage. Stored as a | COMMENT |
| LOW | src/core/types/common.ts | 201 | // 'above-recents' (default) anchors the folder panel just above the Recents | COMMENT |
| LOW | src/core/types/common.ts | 261 | COMMENT | |
| LOW | src/core/types/common.ts | 281 | // Shape: { manifests: PluginManifest[]; fetchedAt: number }. Local (not sync) | COMMENT |
| LOW | src/pages/content/index.tsx | 561 | remoteAnnouncementsCleanup = startRemoteAnnouncements(); | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 81 | // flicker the floating fallback, short enough to recover quickly from a real | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 181 | private recentSection: HTMLElement | null = null; | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 241 | // synchronously inside the observer callback caused noticeable click | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 261 | private activeColorPickerFolderId: string | null = null; // Folder ID of currently open color picker | COMMENT |
| LOW | src/pages/content/folder/manager.ts | 321 | COMMENT | |
| LOW | src/pages/content/folder/manager.ts | 741 | COMMENT | |
| LOW | src/pages/content/sidebarAutoHide/index.ts | 21 | // for `querySelectorAll` ordering tie-breaks; visibility filtering happens in | COMMENT |
| LOW | src/pages/content/export/responseActionImageButton.ts | 141 | // this, clicks on the SVG's painted area (the icon glyph) hit the SVG/icon | COMMENT |
| LOW | src/pages/content/sidebarWidth/index.ts | 481 | console.error('[Gemini Voyager] Failed to add storage listener for sidebar width:', e); | COMMENT |
| LOW | src/pages/content/quoteReply/index.ts | 621 | const performInsertion = () => { | COMMENT |
| LOW | src/pages/content/usageStatus/index.ts | 101 | // primary trigger is event-driven (a generation completing); these are the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/pt/guide/nanobanana.md | 11 | Images generated by Gemini™ come with a visible watermark by default. While this is intended for safety, there are creat | CODE |
| HIGH | docs/ar/guide/nanobanana.md | 11 | Images generated by Gemini™ come with a visible watermark by default. While this is intended for safety, there are creat | CODE |
| HIGH | docs/en/guide/nanobanana.md | 11 | Images generated by Gemini™ come with a visible watermark by default. While this is intended for safety, there are creat | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ore/services/__tests__/AccountIsolationService.test.ts | 89 | email: 'user@example.com', | CODE |
| LOW | …ore/services/__tests__/AccountIsolationService.test.ts | 118 | email: 'user@example.com', | CODE |
| LOW | …/export/services/__tests__/DOMContentExtractor.test.ts | 142 | <img src="about:blank" alt="placeholder" /> | CODE |
| LOW | …atures/backup/services/__tests__/BackupService.test.ts | 31 | [getTimelineHierarchyStorageKey(`email:${hashString('user@example.com')}`)]: { | CODE |
| LOW | …/popup/components/__tests__/CloudSyncSettings.test.tsx | 160 | context: { routeUserId: '0', email: 'user@example.com' }, | CODE |
| LOW | …/popup/components/__tests__/CloudSyncSettings.test.tsx | 550 | email: 'user@example.com', | CODE |
| LOW | …/popup/components/__tests__/CloudSyncSettings.test.tsx | 560 | accountKey: `email:${hashString('user@example.com')}`, | CODE |
| LOW | …/popup/components/__tests__/CloudSyncSettings.test.tsx | 591 | `email:${hashString('user@example.com')}`, | CODE |
| LOW | src/pages/content/draftSave/index.ts | 132 | input.getAttribute('placeholder'), | CODE |
| LOW | src/pages/content/draftSave/index.ts | 135 | richTextarea?.getAttribute('placeholder'), | CODE |
| LOW | src/pages/content/prompt/__tests__/localBackup.test.ts | 53 | email: 'user@example.com', | CODE |
| LOW | src/pages/content/quoteReply/index.ts | 228 | input.getAttribute('placeholder'), | CODE |
| LOW | src/pages/content/quoteReply/index.ts | 231 | richTextarea?.getAttribute('placeholder'), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/pages/content/folder/manager.ts | 6197 | // observer. This mirrors the proven, robust export-button observer: it | COMMENT |
| MEDIUM | src/pages/content/timeline/manager.ts | 1869 | // Use index lookup if available for robust handling of duplicate content | COMMENT |