Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
This report presents the forensic synthetic code analysis of sabrogden/Ditto, a C project with 6,740 GitHub stars. SynthScan v2.0 examined 192,453 lines of code across 514 source files, recording 651 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 3.1 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 651 distinct pattern matches across 3 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 | resource.h | 1 | //{{NO_DEPENDENCIES}} | COMMENT |
| LOW | resource.h | 21 | #define IDR_EDIT_WND_FORMAT_200 135 | COMMENT |
| LOW | resource.h | 41 | #define IDD_MOVE_TO_GROUP 156 | COMMENT |
| LOW | resource.h | 61 | #define IDB_COG_16_16 183 | COMMENT |
| LOW | resource.h | 81 | #define IDB_CLOSE_16_16 201 | COMMENT |
| LOW | resource.h | 101 | #define IDB_PNG7 221 | COMMENT |
| LOW | resource.h | 121 | #define IDR_DESC_OPTIONS_MENU 238 | COMMENT |
| LOW | resource.h | 141 | #define IDB_PNG10 273 | COMMENT |
| LOW | resource.h | 161 | #define return_32 292 | COMMENT |
| LOW | resource.h | 181 | #define maximize_28 310 | COMMENT |
| LOW | resource.h | 201 | #define IDB_PNG20 332 | COMMENT |
| LOW | resource.h | 221 | #define system_menu_84 357 | COMMENT |
| LOW | resource.h | 241 | #define minimize_40 378 | COMMENT |
| LOW | resource.h | 261 | #define IDC_SELECT 1003 | COMMENT |
| LOW | resource.h | 281 | #define IDC_EDIT_DESCRIPTION 1017 | COMMENT |
| LOW | resource.h | 301 | #define IDC_NAMED_PASTE 1027 | COMMENT |
| LOW | resource.h | 321 | #define IDC_BUTTON_REFRESH 1040 | COMMENT |
| LOW | resource.h | 341 | #define IDC_PLAY_SOUND_2 1043 | COMMENT |
| LOW | resource.h | 361 | #define IDR_QUICK_PASTE 2005 | COMMENT |
| LOW | resource.h | 381 | #define IDC_REPAIR 2019 | COMMENT |
| LOW | resource.h | 401 | #define IDC_HOTKEY9 2032 | COMMENT |
| LOW | resource.h | 421 | #define IDC_STATIC_DATE 2040 | COMMENT |
| LOW | resource.h | 441 | #define IDC_CHECK_WIN4 2045 | COMMENT |
| LOW | resource.h | 461 | #define IDC_STATIC_8 2059 | COMMENT |
| LOW | resource.h | 481 | #define IDC_COMBO_LANGUAGE 2070 | COMMENT |
| LOW | resource.h | 501 | #define IDC_COPY_2 2089 | COMMENT |
| LOW | resource.h | 521 | #define IDC_COPY_3 2099 | COMMENT |
| LOW | resource.h | 541 | #define IDC_STATIC_CUT_3 2107 | COMMENT |
| LOW | resource.h | 561 | #define IDC_STATIC_SELECTED_SIZE_TEXT 2116 | COMMENT |
| LOW | resource.h | 581 | #define IDC_BUTTON_ADD_SCRIPT 2124 | COMMENT |
| LOW | resource.h | 601 | #define IDC_RADIO_MOUSE 2130 | COMMENT |
| LOW | resource.h | 621 | #define IDC_BUTTON3 2144 | COMMENT |
| LOW | resource.h | 641 | #define IDC_STATIC_SCRIPT 2163 | COMMENT |
| LOW | resource.h | 661 | #define ID_MENU_PROPERTIES 32776 | COMMENT |
| LOW | resource.h | 681 | #define ID_SORT_DESCENDING 32797 | COMMENT |
| LOW | resource.h | 701 | #define ID_MENU_VIEWGROUPS 32819 | COMMENT |
| LOW | resource.h | 721 | #define ID_MENU_GROUPS_MOVETOGROUP 32840 | COMMENT |
| LOW | resource.h | 741 | #define ID_BUTTON_CLOSE 32864 | COMMENT |
| LOW | resource.h | 761 | #define ID_QUICKOPTIONS_SHOWINTASKBAR 32885 | COMMENT |
| LOW | resource.h | 781 | #define ID_MENU_SAVECURRENTCLIPBOARD 32905 | COMMENT |
| LOW | resource.h | 801 | #define ID_GROUPS_TOGGLELASTGROUP 32925 | COMMENT |
| LOW | resource.h | 821 | #define ID_SPECIALPASTE_PASTE32945 32945 | COMMENT |
| LOW | resource.h | 841 | #define ID_FIRST_OPTIONS 32965 | COMMENT |
| LOW | resource.h | 861 | #define BUTTON_FONT 32985 | COMMENT |
| LOW | resource.h | 881 | // | COMMENT |
| LOW | ICU_Loader/pch.h | 1 | // pch.h: This is a precompiled header file. | COMMENT |
| LOW | ICU_Loader/targetver.h | 1 | #pragma once | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 41 | extern "C" { | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 421 | #define SQLITE_OK 0 /* Successful result */ | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 441 | #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 481 | #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8)) | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 501 | #define SQLITE_IOERR_VNODE (SQLITE_IOERR | (27<<8)) | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 521 | #define SQLITE_READONLY_RECOVERY (SQLITE_READONLY | (1<<8)) | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 541 | #define SQLITE_WARNING_AUTOINDEX (SQLITE_WARNING | (1<<8)) | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 561 | #define SQLITE_OPEN_MAIN_DB 0x00000100 /* VFS only */ | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 621 | #define SQLITE_IOCAP_ATOMIC64K 0x00000100 | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 1141 | #define SQLITE_FCNTL_OVERWRITE 11 | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 1161 | #define SQLITE_FCNTL_COMMIT_ATOMIC_WRITE 32 | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 2021 | ** [sqlite3_int64] parameter which is the default maximum size for an in-memory | COMMENT |
| LOW | ICU_Loader/sqlite3.h | 2041 | /* previously SQLITE_CONFIG_CHUNKALLOC 12 which is now unused. */ | COMMENT |
| 589 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/chaiscript/chaiscript.hpp | 18 | /// seamless integration with C++ on all levels, including shared_ptr objects, functors and exceptions. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/NTray.cpp | 142 | 5. Demo app now initially creates the first icon as hidden for demonstration purposes. | CODE |