Repository Analysis

vicinaehq/vicinae

A focused launcher for your desktop - native, fast, extensible

2.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of vicinaehq/vicinae, a C++ project with 8,465 GitHub stars. SynthScan v2.0 examined 123,394 lines of code across 1148 source files, recording 260 pattern matches distributed across 11 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).

2.9
Adjusted Score
2.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.5K
Stars
C++
Language
123.4K
Lines of Code
1.1K
Files
260
Pattern Hits
2026-07-14
Scan Date
0.00
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 0HIGH 2MEDIUM 20LOW 238

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 260 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.

Over-Commented Block188 hits · 188 pts
SeverityFileLineSnippetContext
LOWsrc/data-control-server/src/selection.hpp1#pragma onceCOMMENT
LOWsrc/data-control-server/src/ext/clipman.cpp1#include <cerrno>COMMENT
LOWsrc/data-control-server/src/ext/clipman.hpp1#pragma onceCOMMENT
LOWsrc/typescript/extension-manager/tsconfig.json1{COMMENT
LOWsrc/typescript/extension-manager/tsconfig.json21 // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functiCOMMENT
LOWsrc/typescript/extension-manager/tsconfig.json41 // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaultCOMMENT
LOWsrc/typescript/extension-manager/tsconfig.json61 // "importHelpers": true, /* Allow importing helper functions from tslib once per project, COMMENT
LOWsrc/typescript/extension-manager/tsconfig.json81 // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates COMMENT
LOW…pescript/extension-manager/types/react-reconciler.d.ts901 alternate: Fiber | null;COMMENT
LOWsrc/snippet/src/server.cpp1#include "snippet/snippet.hpp"COMMENT
LOWsrc/browser-extension/src/browser.cpp1#include <cassert>COMMENT
LOWsrc/server/src/ipc-command-handler.cpp1#include "ipc-command-handler.hpp"COMMENT
LOWsrc/server/src/ipc-command-handler.cpp21#include <qjsondocument.h>COMMENT
LOWsrc/server/src/pch.h1#pragma onceCOMMENT
LOWsrc/server/src/pch.h21COMMENT
LOWsrc/server/src/create-quicklink-command.hpp1#pragma onceCOMMENT
LOWsrc/server/src/create-quicklink-command.hpp21#include <qlogging.h>COMMENT
LOWsrc/server/src/extension-interval-scheduler.cpp1#include "extension-interval-scheduler.hpp"COMMENT
LOWsrc/server/src/command-database.hpp1#pragma onceCOMMENT
LOWsrc/server/src/ipc-command-server.cpp1#include "ipc-command-server.hpp"COMMENT
LOWsrc/server/src/navigation-controller.cpp1#include "navigation-controller.hpp"COMMENT
LOWsrc/server/src/font-service.cpp1#include "font-service.hpp"COMMENT
LOWsrc/server/src/service-registry.cpp1#include "service-registry.hpp"COMMENT
LOWsrc/server/src/service-registry.cpp21#include "services/local-storage/local-storage-service.hpp"COMMENT
LOWsrc/server/src/ipc-command-server.hpp1#pragma onceCOMMENT
LOWsrc/server/src/command-database.cpp1#include "command-database.hpp"COMMENT
LOWsrc/server/src/navigation-controller.hpp1#pragma onceCOMMENT
LOWsrc/server/src/vicinae.cpp1#include "vicinae.hpp"COMMENT
LOWsrc/server/src/image-fetcher.hpp1#pragma onceCOMMENT
LOWsrc/server/src/server.cpp1#include "config/config.hpp"COMMENT
LOWsrc/server/src/server.cpp21#include "root-search/shortcuts/shortcut-root-provider.hpp"COMMENT
LOWsrc/server/src/server.cpp41#include "services/local-storage/local-storage-service.hpp"COMMENT
LOWsrc/server/src/server.cpp61#include "services/global-shortcuts/global-shortcut-service.hpp"COMMENT
LOWsrc/server/src/server.cpp81#include "services/tray/tray-service.hpp"COMMENT
LOWsrc/server/src/ui/image/image-stream.cpp1#include "image-stream.hpp"COMMENT
LOWsrc/server/src/ui/image/win-file-icon-loader.cpp1#include "win-file-icon-loader.hpp"COMMENT
LOWsrc/server/src/ui/image/image-renderer.cpp1#include "image-renderer.hpp"COMMENT
LOWsrc/server/src/ui/image/image-renderer.cpp21#include <QIcon>COMMENT
LOWsrc/server/src/ui/image/url.cpp1#include "builtin_icon.hpp"COMMENT
LOWsrc/server/src/ui/image/win-file-icon-loader.hpp1#pragma onceCOMMENT
LOWsrc/server/src/ui/image/url.hpp1#pragma onceCOMMENT
LOWsrc/server/src/ui/action-pannel/action.hpp1#pragma onceCOMMENT
LOWsrc/server/src/extend/model-deser.cpp1#include "extend/model-deser.hpp"COMMENT
LOWsrc/server/src/extend/model-deser.cpp21#include "extend/image-model.hpp"COMMENT
LOWsrc/server/src/extension/extension-command.hpp1#pragma onceCOMMENT
LOWsrc/server/src/extension/extension.hpp1#pragma onceCOMMENT
LOWsrc/server/src/extension/extension-command-runtime.cpp1#include "extension-command-runtime.hpp"COMMENT
LOWsrc/server/src/extension/manager/extension-manager.hpp1#pragma onceCOMMENT
LOWsrc/server/src/extension/manager/extension-manager.cpp1#include "extension/manager/extension-manager.hpp"COMMENT
LOWsrc/server/src/extension/node-runtime/node-runtime.hpp1#pragma onceCOMMENT
LOWsrc/server/src/extension/node-runtime/node-runtime.cpp1#include "extension/node-runtime/node-runtime.hpp"COMMENT
LOWsrc/server/src/extension/services/ui-service.hpp1#pragma onceCOMMENT
LOWsrc/server/src/qml/font-grid-model.hpp1#pragma onceCOMMENT
LOWsrc/server/src/qml/clipboard-history-model.cpp1#include "clipboard-history-model.hpp"COMMENT
LOWsrc/server/src/qml/dmenu-model.cpp1#include "dmenu-model.hpp"COMMENT
LOWsrc/server/src/qml/general-settings-model.cpp1#include "general-settings-model.hpp"COMMENT
LOWsrc/server/src/qml/settings-window.cpp1#include "settings-window.hpp"COMMENT
LOWsrc/server/src/qml/root-search-sources.hpp1#pragma onceCOMMENT
LOWsrc/server/src/qml/extension-list-model.hpp1#pragma onceCOMMENT
LOWsrc/server/src/qml/vicinae-store-detail-host.cpp1#include "vicinae-store-detail-host.hpp"COMMENT
128 more matches not shown…
Decorative Section Separators20 hits · 81 pts
SeverityFileLineSnippetContext
MEDIUMextra/matugen.toml9# ============================================================================COMMENT
MEDIUMextra/matugen.toml11# ============================================================================COMMENT
MEDIUMextra/matugen.toml21# ============================================================================COMMENT
MEDIUMextra/matugen.toml23# ============================================================================COMMENT
MEDIUMextra/matugen.toml31# ============================================================================COMMENT
MEDIUMextra/matugen.toml33# ============================================================================COMMENT
MEDIUMextra/matugen.toml45# ============================================================================COMMENT
MEDIUMextra/matugen.toml47# ============================================================================COMMENT
MEDIUMextra/matugen.toml64# ============================================================================COMMENT
MEDIUMextra/matugen.toml66# ============================================================================COMMENT
MEDIUMextra/matugen.toml73# ============================================================================COMMENT
MEDIUMextra/matugen.toml75# ============================================================================COMMENT
MEDIUMextra/matugen.toml87# ============================================================================COMMENT
MEDIUMextra/matugen.toml89# ============================================================================COMMENT
MEDIUMextra/matugen.toml101# ============================================================================COMMENT
MEDIUMextra/matugen.toml103# ============================================================================COMMENT
MEDIUMextra/matugen.toml114# ============================================================================COMMENT
MEDIUMextra/matugen.toml116# ============================================================================COMMENT
MEDIUMextra/matugen.toml121# ============================================================================COMMENT
MEDIUMextra/matugen.toml123# ============================================================================COMMENT
Fake / Example Data36 hits · 50 pts
SeverityFileLineSnippetContext
LOWextra/extension-boilerplate/src/form.tsx252 text="This is a description. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididuCODE
LOWextra/extension-boilerplate/src/form.tsx252 text="This is a description. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididuCODE
LOWextra/schemas/extension.json23 "required": ["type", "name", "placeholder"],CODE
LOWextra/schemas/extension.json75 "placeholder": {CODE
LOWextra/schemas/extension.json295 "placeholder": {CODE
LOWsrc/server/src/qml/extension-form-model.cpp57 {ErrorRole, "error"}, {InfoRole, "info"}, {PlaceholderRole, "placeholder"},CODE
LOWsrc/server/src/qml/extension-form-model.cpp310 if (f.placeholder) data["placeholder"] = toQ(*f.placeholder);CODE
LOWsrc/server/src/qml/launcher-window.cpp228 map[QStringLiteral("placeholder")] = arg.placeholder;CODE
LOWsrc/server/src/qml/missing-preference-view-host.cpp115 {PlaceholderRole, "placeholder"},CODE
LOWsrc/server/src/qml/preference-form-model.cpp61 {PlaceholderRole, "placeholder"},CODE
LOW…src/services/extension-registry/extension-manifest.cpp81 base.setPlaceholder(obj["placeholder"].toString());CODE
LOW…src/services/extension-registry/extension-manifest.cpp145 arg.placeholder = obj.value("placeholder").toString();CODE
LOWsrc/lib/script-command/tests/edge-cases.cpp152# @vicinae.argument1 { "type": "text", "placeholder": "query", "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp167# @vicinae.argument1 { "type": "text", "placeholder": "query", "percentEncoded": false }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp180# @vicinae.argument1 { "type": "text", "placeholder": "query" }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp193# @vicinae.argument1 { "type": "text", "placeholder": "query", "optional": true }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp206# @vicinae.argument1 { "type": "text", "placeholder": "query", "optional": false }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp219# @vicinae.argument1 { "type": "text", "placeholder": "first" }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp220# @vicinae.argument2 { "type": "password", "placeholder": "second" }COMMENT
LOWsrc/lib/script-command/tests/edge-cases.cpp221# @vicinae.argument3 { "type": "dropdown", "placeholder": "third", "data": { "title": "Option", "value": "val" } }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp8# @vicinae.argument1 { "type": "unknown_type", "placeholder": "test" }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp19# @vicinae.argument1 { "type": "dropdown", "placeholder": "select" }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp30# @vicinae.argument1 { "type": "dropdown", "placeholder": "select", "data": { "title": "Option", "value": "opt1" } }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp47# @vicinae.argument1 { "type": "text", "placeholder": "enter text" }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp59# @vicinae.argument1 { "type": "password", "placeholder": "enter password" }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp71# @vicinae.argument1 { "type": "text", "placeholder": "test" }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp84# @vicinae.argument1 { "type": "text", "placeholder": "test", "optional": true, "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp109# @vicinae.argument1 { "type": "text", "placeholder": "test", "secure": true }COMMENT
LOWsrc/lib/script-command/tests/argument-validation.cpp121# @vicinae.argument1 { "type": "password", "placeholder": "test", "secure": false }COMMENT
LOWsrc/lib/script-command/tests/main.cpp20# @vicinae.argument1 { "type": "text", "placeholder": "from city", "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/main.cpp21# @vicinae.argument2 { "type": "text", "placeholder": "to city", "optional": true, "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/main.cpp65# @vicinae.argument1 { "type": "text", "placeholder": "from city", "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/main.cpp66# @vicinae.argument2 { "type": "text", "placeholder": "to city", "optional": true, "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/tests/fields.cpp18 REQUIRE(result->author.value() == "John Doe");CODE
LOWsrc/lib/script-command/scripts/demo-with-args.sh11# @raycast.argument1 { "type": "text", "placeholder": "from city", "percentEncoded": true }COMMENT
LOWsrc/lib/script-command/scripts/demo-with-args.sh12# @raycast.argument2 { "type": "text", "placeholder": "to city", "optional": true, "percentEncoded": true }COMMENT
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md33### AI generated codeCOMMENT
HIGHsrc/lib/fuzzy/include/fuzzy/fzf.hpp5 * The port was mostly generated by Claude Sonnet 4.5, minus a few performance improvements.COMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOWscripts/install.sh107 # Check if we can write to the target directoriesCOMMENT
LOWscripts/install.sh683 # Check if update is neededCOMMENT
LOWscripts/install.sh713 # Check if binary directory is in PATHCOMMENT
LOWscripts/macdeploy.sh5# Set VICINAE_CODESIGN_IDENTITY to use a real Developer ID identity.COMMENT
Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippetContext
LOW…ra/extension-boilerplate/src/desktop-notif-interval.ts10export default async function DesktopNotificationInterval() {CODE
LOWsrc/typescript/api/src/utils/extension-types.ts58function generateExtensionPreferences(manifest: Manifest): string {CODE
LOWsrc/typescript/api/src/utils/extension-types.ts117function generateCommandPreferences(manifest: Manifest): string {CODE
LOWsrc/typescript/api/src/api/window-management.ts206 export async function getWindowsOnActiveWorkspace(): Promise<CODE
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/typescript/CMakeLists.txt42# Step 1: generate all TS proto files from .fig definitionsCOMMENT
LOWsrc/typescript/CMakeLists.txt60# Step 2: bundle the extension manager (depends on generated proto + source + API package)COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/update-nix-npm-hashes.sh5# Usage:COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/typescript/api/src/api/components/actions.tsx342// TODO: implement date picker action. This probably requires a full rework of the action panel.COMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOWextra/pywal_to_json_converter.py83 except Exception as e:CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsrc/browser-extension/chrome/background.js69function handleRequest(type, data) {CODE