Repository Analysis

vrtmrz/obsidian-livesync

8.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of vrtmrz/obsidian-livesync, a TypeScript project with 11,558 GitHub stars. SynthScan v2.0 examined 119,672 lines of code across 817 source files, recording 290 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 8.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).

8.3
Adjusted Score
8.3
Raw Score
100%
Time Factor
2026-07-13
Last Push
11.6K
Stars
TypeScript
Language
119.7K
Lines of Code
817
Files
290
Pattern Hits
2026-07-14
Scan Date
0.08
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 68HIGH 0MEDIUM 61LOW 161

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 290 distinct pattern matches across 11 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.

Hallucination Indicators68 hits · 620 pts
SeverityFileLineSnippetContext
CRITICALtest/unit/dialog.test.ts72 const result = harness.plugin.core.services.UI.promptCopyToClipboard(title, testString);CODE
CRITICALtest/harness/harness.ts112 if (harness.plugin.core.services.appLifecycle.isReady()) {CODE
CRITICALtest/harness/harness.ts142 if (harness.plugin.core.services.control.hasUnloaded()) {CODE
CRITICALtest/suite/sync.senario.basic.ts71 await harnessInit.plugin.core.services.replicator.getActiveReplicator()?.closeReplication();CODE
CRITICALtest/suite/sync.senario.basic.ts141 // await harness.plugin.core.services.replication.replicate(true);COMMENT
CRITICALtest/suite/sync.senario.basic.ts152 const isTooLarge = harnessUpload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suite/sync.senario.basic.ts165 const isTooLarge = harnessUpload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suite/sync.senario.basic.ts235 const isTooLarge = harnessDownload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suite/sync.senario.basic.ts248 const isTooLarge = harnessDownload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suite/sync_common.ts14 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suite/sync_common.ts38 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suite/sync_common.ts57 const p = harness.plugin.core.services.replication.replicate(true);CODE
CRITICALtest/suite/sync_common.ts83 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suite/onlylocaldb.test.ts57 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suite/onlylocaldb.test.ts83 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suite/onlylocaldb.test.ts111 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suite/db_common.ts43 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suite/db_common.ts98 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suite/db_common.ts102 await harness.plugin.core.services.fileProcessing.commitPendingFileEvents();CODE
CRITICALtest/suitep2p/sync_common_p2p.ts48 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suitep2p/sync_common_p2p.ts101 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suitep2p/sync_common_p2p.ts117 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suitep2p/sync_common_p2p.ts136 return await harness.plugin.core.services.replication.replicate(true);CODE
CRITICALtest/suitep2p/sync_common_p2p.ts143 const replicator = await harness.plugin.core.services.replicator.getActiveReplicator();CODE
CRITICALtest/suitep2p/syncp2p.p2p-down.test.ts142 const isTooLarge = harnessDownload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suitep2p/syncp2p.p2p-down.test.ts155 const isTooLarge = harnessDownload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suitep2p/syncp2p.p2p-up.test.ts135 const isTooLarge = harnessUpload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALtest/suitep2p/syncp2p.p2p-up.test.ts147 const isTooLarge = harnessUpload.plugin.core.services.vault.isFileSizeTooLarge(size);CODE
CRITICALsrc/main.ts202 const onReady = this.core.services.control.onReady.bind(this.core.services.control);CODE
CRITICALsrc/features/HiddenFileSync/CmdHiddenFileSync.ts95 return this.core.localDatabase.managers.conflictManager.getConflictedDoc(path, rev);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts476 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(SIMPLE_FETCH_STAGE1_LEGACY);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts477 host.mocks.ui.dialogManager.openWithExplicitCancel.mockResolvedValueOnce({CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts498 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(false);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts542 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Use active remote");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts543 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(false);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts565 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Cancel");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts593 host.mocks.ui.confirm.askSelectStringDialogue.mockImplementationOnce(CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts596 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(false);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts619 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Unknown option");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts639 host.mocks.ui.confirm.askSelectStringDialogue.mockImplementationOnce(CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts655 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(false);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts662 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(SIMPLE_FETCH_STAGE1_LEGACY);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts788 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(false);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts818 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(SIMPLE_FETCH_STAGE1_LEGACY);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts836 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Reboot to re-run the process");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts856 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce(CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts954 host.mocks.ui.dialogManager.openWithExplicitCancel.mockResolvedValueOnce("cancelled");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts965 host.mocks.ui.dialogManager.openWithExplicitCancel.mockResolvedValueOnce("cancelled");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1029 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("OK");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1056 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("OK");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1071 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Skip and proceed");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1086 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Retry (recommended)");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1113 host.mocks.ui.confirm.askSelectStringDialogue.mockResolvedValueOnce("Skip and proceed");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1156 host.mocks.ui.confirm.askYesNoDialog.mockResolvedValueOnce("yes");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1167 host.mocks.ui.confirm.askYesNoDialog.mockResolvedValueOnce("no");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1178 host.mocks.ui.confirm.askYesNoDialog.mockResolvedValueOnce("yes");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1458 host.mocks.ui.confirm.confirmWithMessage.mockResolvedValueOnce(SIMPLE_FETCH_STAGE1_LEGACY);CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1459 host.mocks.ui.dialogManager.openWithExplicitCancel.mockResolvedValueOnce("cancelled");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1505 host.mocks.ui.dialogManager.openWithExplicitCancel.mockResolvedValueOnce("cancelled");CODE
CRITICALsrc/serviceFeatures/redFlag.unit.spec.ts1520 host.mocks.ui.dialogManager.openWithExplicitCancel.mockRejectedValueOnce(new Error("Dialog failed"));CODE
8 more matches not shown…
Decorative Section Separators58 hits · 182 pts
SeverityFileLineSnippetContext
MEDIUMdocker/docker-compose.yml2# =============================================================================COMMENT
MEDIUMdocker/docker-compose.yml23# =============================================================================COMMENT
MEDIUMdocker/docker-compose.yml29 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml31 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml66 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml70 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml89 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml93 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml115 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml120 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml146 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml152 # ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml169# =============================================================================COMMENT
MEDIUMdocker/docker-compose.yml171# =============================================================================COMMENT
MEDIUMdocker/docker-compose.yml182# =============================================================================COMMENT
MEDIUMdocker/docker-compose.yml184# =============================================================================COMMENT
MEDIUMdocker/config/cloudflared.yml2# =============================================================================COMMENT
MEDIUMdocker/config/cloudflared.yml17# =============================================================================COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh46# ─── display_test_info ────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh59# ─── _docker_translate_arg ───────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh77# ─── run_cli ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh91 # ── 1. Translate all host paths to container paths ────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh97 # ── 2. Split vault path from the rest of the arguments ───────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh118 # ── 3. Inject verbose / debug flags ──────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh123 # ── 4. Volume mounts ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers-docker.sh134 # ── 5. stdin forwarding ───────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-helpers.sh3# ─── local init hook ────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh102# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh104# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh131# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh133# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh158# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh160# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh175# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh177# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh200# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh202# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh222# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh224# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh241# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-mirror-linux.sh243# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh46# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh48# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh84# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh86# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh121# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh123# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh159# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/test/test-daemon-linux.sh161# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh15# ── Argument parsing ────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh74# ── Vault path ──────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh93# ── Build ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh104# ── Install binary ───────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh133# ── Write systemd unit ───────────────────────────────────────────────────────COMMENT
MEDIUMsrc/apps/cli/deploy/install.sh169# ── Enable service ───────────────────────────────────────────────────────────COMMENT
MEDIUM…li/managers/CLIStorageEventManagerAdapter.unit.spec.ts5// ── chokidar mock ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…li/managers/CLIStorageEventManagerAdapter.unit.spec.ts24// ── helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…li/managers/CLIStorageEventManagerAdapter.unit.spec.ts35// ── tests ─────────────────────────────────────────────────────────────────────COMMENT
Hyper-Verbose Identifiers109 hits · 119 pts
SeverityFileLineSnippetContext
LOWtest/e2e-obsidian/runner/liveSyncWorkflow.ts208export async function waitForLocalDatabaseEntry(CODE
LOWtest/e2e-obsidian/runner/session.ts13export async function startObsidianLiveSyncSession(CODE
LOWtest/e2e-obsidian/runner/objectStorage.ts75export function createObjectStorageClient(config: ObjectStorageConfig): S3Client {CODE
LOWtest/e2e-obsidian/runner/objectStorage.ts87export async function ensureObjectStorageBucket(config: ObjectStorageConfig): Promise<void> {CODE
LOWtest/e2e-obsidian/runner/objectStorage.ts123export async function deleteObjectStoragePrefix(config: ObjectStorageConfig, prefix: string): Promise<void> {CODE
LOWtest/e2e-obsidian/scripts/couchdb-upload.ts36async function createNoteAndWaitForLocalDb(cliBinary: string, env: NodeJS.ProcessEnv): Promise<LocalDatabaseEntry> {CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts243async function deleteCustomisationSyncEntry(CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts272async function waitForCustomisationEntry(CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts284async function waitForCustomisationEntries(CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts324async function waitForCustomisationEntryAbsent(CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts357async function applyRemoteCustomisationEntry(CODE
LOWtest/e2e-obsidian/scripts/customisation-sync.ts391async function applyRemoteCustomisationGroup(CODE
LOWtest/e2e-obsidian/scripts/minio-upload.ts33async function createNoteAndWaitForLocalDb(cliBinary: string, env: NodeJS.ProcessEnv): Promise<LocalDatabaseEntry> {CODE
LOWtest/e2e-obsidian/scripts/minio-upload.ts61async function waitForObjectStorageObjects(prefix: string): Promise<string[]> {CODE
LOWtest/e2e-obsidian/scripts/hidden-file-snippet-sync.ts172async function autoMergeHiddenJsonConflict(cliBinary: string, env: NodeJS.ProcessEnv, path: string): Promise<void> {CODE
LOWtest/e2e-obsidian/scripts/hidden-file-snippet-sync.ts214async function openHiddenJsonResolveModal(cliBinary: string, env: NodeJS.ProcessEnv, path: string): Promise<void> {CODE
LOWtest/e2e-obsidian/scripts/hidden-file-snippet-sync.ts240async function storeHiddenFileAsConflict(CODE
LOWtest/e2e-obsidian/scripts/hidden-file-snippet-sync.ts426async function runJsonManualConflictResolution(context: RunnerContext, vault: TemporaryVault): Promise<void> {CODE
LOWtest/e2e-obsidian/scripts/two-vault-sync.ts261async function autoMergeMarkdownConflict(cliBinary: string, env: NodeJS.ProcessEnv, path: string): Promise<void> {CODE
LOW…atures/HiddenFileSync/configureHiddenFileSyncMode.d.ts10export declare function configureHiddenFileSyncMode(mode: keyof OPTIONAL_SYNC_FEATURES, handlers: ConfigureHiddenFileSynCODE
LOW…ures/LocalDatabaseMainte/maintenancePrerequisites.d.ts14export declare function ensureLocalDatabaseMaintenancePrerequisites({ operationName, settings, askSelectStringDialogue, CODE
LOW_types/src/common/utils.d.ts26export declare function requestToCouchDBWithCredentials(baseUri: string, credentials: CouchDBCredentials, origin?: strinCODE
LOW_types/src/lib/src/common/utils.patch.d.ts9export declare function isSensibleMargeApplicable(path: string): boolean;CODE
LOW_types/src/lib/src/common/utils.d.ts77export declare function createSavingEntryFromLoadedEntry(doc: LoadedEntry): SavingEntry;CODE
LOW_types/src/lib/src/common/utils.d.ts80export declare function unescapeNewLineFromString(str: string): string;CODE
LOW_types/src/lib/src/common/typeUtils.d.ts16export declare function isCustomisationSyncMetadata(str: string): boolean;CODE
LOW_types/src/lib/src/common/typeUtils.d.ts18export declare function getStoragePathFromUXFileInfo(file: UXFileInfoStub | string | FilePathWithPrefix): FilePath;CODE
LOW_types/src/lib/src/common/typeUtils.d.ts19export declare function getDatabasePathFromUXFileInfo(file: UXFileInfoStub | string | FilePathWithPrefix): FilePathWithPCODE
LOW_types/src/lib/src/common/configForDoc.d.ts78export declare function performDoctorConsultation(env: HasConfirm, settings: ObsidianLiveSyncSettings, { localRebuild, rCODE
LOW_types/src/lib/src/serviceFeatures/targetFilter.d.ts13export declare function isAcceptedInFilenameDuplicationFactory(host: NecessaryServices<"vault" | "fileProcessing", "storCODE
LOW_types/src/lib/src/serviceFeatures/targetFilter.d.ts19export declare function isAcceptedByLocalDBFactory(host: NecessaryServices<"database" | "databaseEvents", never>, log: LCODE
LOW_types/src/lib/src/serviceFeatures/targetFilter.d.ts25export declare function isAcceptedByIgnoreFilesFactory(host: NecessaryServices<"setting" | "appLifecycle", "storageAccesCODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts7export declare function migrateLegacyRemoteConfigurationsInPlace(settings: ObsidianLiveSyncSettings, log?: (message: strCODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts12export declare function createRemoteConfigurationId(): string;CODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts23export declare function migrateToMultipleRemoteConfigurations(host: RemoteConfigHost): Promise<boolean>;CODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts27export declare function activateRemoteConfiguration(settings: ObsidianLiveSyncSettings, id: string): ObsidianLiveSyncSetCODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts36export declare function commandSwitchActiveRemote(host: RemoteConfigHost): Promise<void>;CODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts40export declare function commandReplicateWithSpecificRemote(host: RemoteConfigHost): Promise<void>;CODE
LOW_types/src/lib/src/serviceFeatures/remoteConfig.d.ts44export declare function useRemoteConfigurationMigration(host: RemoteConfigHost): void;CODE
LOW_types/src/lib/src/serviceFeatures/offlineScanner.d.ts28export declare function syncFileBetweenDBandStorage(host: NecessaryServices<"setting" | "vault" | "path", "storageAccessCODE
LOW_types/src/lib/src/serviceFeatures/offlineScanner.d.ts111export declare function synchroniseAllFilesBetweenDBandStorage(host: NecessaryServices<"setting" | "vault" | "path" | "fCODE
LOW_types/src/lib/src/serviceFeatures/checkRemoteSize.d.ts9export declare function onNotifyRemoteSizeNotConfiguredFactory(host: NecessaryServices<"appLifecycle" | "API" | "settingCODE
LOW_types/src/lib/src/serviceFeatures/checkRemoteSize.d.ts17export declare function onNotifyRemoteSizeExceedFactory(host: NecessaryServices<"API" | "setting" | "replicator", "rebuiCODE
LOW_types/src/lib/src/API/processSetting.d.ts9export declare function encodeSettingsToQRCodeData(settings: ObsidianLiveSyncSettings): string;CODE
LOW_types/src/lib/src/API/processSetting.d.ts15export declare function decodeSettingsFromQRCodeData(qr: string): ObsidianLiveSyncSettings;CODE
LOW_types/src/lib/src/API/processSetting.d.ts42export declare function decodeSettingsFromSetupURI(uri: string, passphrase: string): Promise<false | ObsidianLiveSyncSetCODE
LOW_types/src/lib/src/replication/SyncParamsHandler.d.ts27export declare function createSyncParamsHanderForServer(key: string, options: CreateSyncParamsHanderOptions): SyncParamsCODE
LOW…b/src/rpc/transports/DiagRTCPeerConnections.utils.d.ts35export declare function auditRtcConnectionFailures(instanceId: string, internalStateHistory: DiagRTCPeerConnectionInternCODE
LOW…ypes/src/lib/src/rpc/transports/TrysteroTransport.d.ts218export declare function collectTrysteroAdvertisements(settings: P2PConnectionInfo, name: string, timeoutMs: number, platCODE
LOW…src/lib/src/rpc/transports/DiagRTCPeerConnections.d.ts11export declare function subscribeConnectionStatus(callback: (status: DiagRTCStats) => void): () => void;CODE
LOW…src/lib/src/rpc/transports/DiagRTCPeerConnections.d.ts18export declare function subscribeFailureDiagnosis(callback: (diagnosis: DiagRTCFailureDiagnosis) => void): () => void;CODE
LOW…src/lib/src/rpc/transports/DiagRTCPeerConnections.d.ts26export declare function createDiagRTCPeerConnectionConstructor(): DiagRTCPeerConnectionConstructor;CODE
LOW_types/src/lib/src/pouchdb/LiveSyncDBFunctions.d.ts16export declare function ensureDatabaseIsCompatible(db: PouchDB.Database<EntryDoc>, setting: RemoteDBSettings, deviceNodeCODE
LOW_types/src/lib/src/pouchdb/encryption.d.ts11export declare function getConfiguredFunctionsForEncryption(passphrase: string, useDynamicIterationCount: boolean, migraCODE
LOW_types/src/lib/src/pouchdb/StreamingFetch.d.ts20export declare function fetchChangesForInitialSync(downloadToDB: PouchDB.Database, remoteDbUrl: string, authHeader: striCODE
LOW_types/src/lib/src/pouchdb/chunks.d.ts15export declare function collectUnbalancedChunkIDs(local: PouchDB.Database, remote: PouchDB.Database): Promise<{CODE
LOW_types/src/lib/src/pouchdb/chunks.d.ts33export declare function collectUnreferencedChunks(db: PouchDB.Database): Promise<{CODE
LOW…vices/implements/injectable/InjectablePathService.d.ts7export declare function compareFileFreshnessGeneric(baseFile: UXFileInfoStub | AnyEntry | undefined, checkTarget: UXFileCODE
LOW_types/src/lib/src/services/lib/logUtils.d.ts14export declare function createInstanceLogFunction(serviceName: string, APIService?: IAPIService): (msg: unknown, level?:CODE
LOW_types/src/serviceFeatures/redFlag.simpleFetch.d.ts19export declare function askAndPerformFastSetupOnScheduledFetchAll(host: NecessaryServices<"vault" | "fileProcessing" | "CODE
49 more matches not shown…
Over-Commented Block37 hits · 37 pts
SeverityFileLineSnippetContext
LOWvitest.config.p2p.ts21// P2P_TEST_PASSPHRASE - Encryption passphrase shared between test peersCOMMENT
LOWvite.config.ts21const updatesPath = path.resolve(__dirname, "updates.md");COMMENT
LOWvite.config.ts41// }COMMENT
LOWterser_vite.config.ts21 // keep_classnames: true,COMMENT
LOWdocker/docker-compose.yml1# Self-hosted LiveSync — Docker ComposeCOMMENT
LOWdocker/config/cloudflared.yml1# cloudflared tunnel configuration for Self-hosted LiveSyncCOMMENT
LOWtest/shell/minio-init.sh21# <CORSRule>COMMENT
LOWtest/harness/obsidian-mock.ts61// void this.restore(saveName);COMMENT
LOWtest/harness/obsidian-mock.ts81// }COMMENT
LOW…features/LocalDatabaseMainte/CmdLocalDatabaseMainte.ts761 }COMMENT
LOW…features/LocalDatabaseMainte/CmdLocalDatabaseMainte.ts781 // }COMMENT
LOW…features/LocalDatabaseMainte/CmdLocalDatabaseMainte.ts801 // this._info(`Remote database _revs_limit: ${revsLimit}`);COMMENT
LOWsrc/modules/AbstractModule.ts61 return this.testDone(false);COMMENT
LOWsrc/modules/core/ModuleReplicator.ts221 return Promise.resolve(true);COMMENT
LOWsrc/modules/core/ModuleReplicator.ts241 // (await this.core.confirm.askYesNoDialog("Do you want to send all chunks before replication?", {COMMENT
LOWsrc/modules/features/SettingDialogue/PaneMaintenance.ts201 })COMMENT
LOWsrc/modules/features/SettingDialogue/PaneMaintenance.ts221 // await this.pluginCOMMENT
LOWsrc/modules/features/SettingDialogue/PaneMaintenance.ts241 // .setName("Commit File Deletion")COMMENT
LOWsrc/modules/features/SettingDialogue/PaneMaintenance.ts261 // buttonCOMMENT
LOWsrc/modules/features/SettingDialogue/PaneAdvanced.ts41 // .autoWireToggle("sendChunksBulk", { onUpdate: onlyOnCouchDB })COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts141 });COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts641 // const crypto = await getWebCrypto();COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts661 // "## " + title + "\n\n" + msg,COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts681 // buttonCOMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts701 // if (isEncryptionFullyEnabled) {COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts721 // {COMMENT
LOW…c/modules/features/SettingDialogue/PaneRemoteConfig.ts741 // )) == "yes"COMMENT
LOWsrc/modules/main/ModuleLiveSyncMain.ts141 // cancelAllTasks();COMMENT
LOWsrc/modules/main/ModuleLiveSyncMain.ts161 // private async _realizeSettingSyncMode(): Promise<void> {COMMENT
LOWsrc/modules/main/ModuleLiveSyncMain.ts181 // _markIsReady(): void {COMMENT
LOWsrc/apps/cli/docker-entrypoint.sh1#!/bin/shCOMMENT
LOWsrc/apps/cli/test/test-helpers-docker.sh1#!/usr/bin/env bashCOMMENT
LOWsrc/apps/cli/test/test-helpers-docker.sh21# RUN_BUILD Set to 1 to rebuild the Docker image before the testCOMMENT
LOWsrc/apps/cli/test/test-mirror-linux.sh1#!/usr/bin/env bashCOMMENT
LOWsrc/apps/cli/test/test-daemon-linux.sh1#!/usr/bin/env bashCOMMENT
LOWsrc/apps/cli/util/minio-init.sh21# <CORSRule>COMMENT
LOWsrc/apps/webpeer/src/vite-env.d.ts1/// <reference types="svelte" />COMMENT
Structural Annotation Overuse9 hits · 16 pts
SeverityFileLineSnippetContext
LOWdocker/README.md138#### Step 1: Create a Cloudflare TunnelCOMMENT
LOWdocker/README.md148#### Step 2: Configure EnvironmentCOMMENT
LOWdocker/README.md156#### Step 3: Add Public Hostname RouteCOMMENT
LOWdocker/README.md180#### Step 4: Start the StackCOMMENT
LOWdocker/README.md197#### Step 5: Test the ConnectionCOMMENT
LOWdocker/README.md209#### Step 6: Configure Obsidian PluginCOMMENT
LOWdocs/tips/fast-setup.md32### Step 1: Choose Data Processing MethodCOMMENT
LOWdocs/tips/fast-setup.md46### Step 2: Configure Conflict & Deletion RulesCOMMENT
LOWdocs/tips/fast-setup.md61### Step 3: Automated SynchronisationCOMMENT
Self-Referential Comments2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUM…src/lib/src/common/messages/combinedMessages.prod.d.ts5871 readonly def: "How do you want to fetch?\n- Create a local database once before fetching.\n **Low Traffic**, **CODE
MEDIUM…src/lib/src/common/messages/combinedMessages.prod.d.ts5877 readonly zh: "How do you want to fetch?\n- Create a local database once before fetching.\n **Low Traffic**, **HCODE
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/apps/cli/testdeno/helpers/dataset.ts56 "lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore mCODE
LOWsrc/apps/cli/testdeno/helpers/dataset.ts56 "lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore mCODE
LOWsrc/apps/webpeer/src/UITest.svelte10 const ret = await confirm.askString("Your name", "What is your name?", "John Doe", false);CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/apps/cli/test/test-daemon-linux.sh57# Write the file that should be ignored.COMMENT
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMsrc/apps/webapp/README.md115├── bootstrap.ts # Vault picker + startup orchestrationCODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOWdocker-compose.traefik.yml25 # Don't forget to replace 'obsidian-livesync.example.org' with your own domainCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/apps/cli/deploy/install.sh4# Usage:COMMENT