Windows 95 in an app. Runs on macOS, Linux, and Windows.
This report presents the forensic synthetic code analysis of felixrieseberg/windows95, a TypeScript project with 24,167 GitHub stars. SynthScan v2.0 examined 19,537 lines of code across 87 source files, recording 52 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 8.2 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 52 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 | src/renderer/smb/test-standalone.ts | 25 | // ─── Build a minimal SMB request from scratch ──────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 51 | // ─── Setup test fixture ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 61 | // ─── Test 1: NetBIOS framing ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 81 | // ─── Test 2: NEGOTIATE ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 110 | // ─── Test 3: SESSION_SETUP ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 129 | // ─── Test 4: TREE_CONNECT ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 144 | // ─── Test 5: TRANS2 FIND_FIRST2 (directory listing) ────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 188 | // ─── Test 5b: FIND_FIRST2 level 0x104 (LFN) ────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 229 | // ─── Test 5d: filename safety + hidden attrs ───────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 277 | // ─── Test 5c: RAP NetShareEnum lists user share + TOOLS ────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 306 | // ─── Test 6: OPEN + READ + CLOSE ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 349 | // ─── Test 7: error paths ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 467 | // ─── Test 8: stale share root ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 554 | // ─── Test 8b: no share configured at all ──────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 570 | // ─── Test 9: share root deleted mid-session ───────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/test-standalone.ts | 633 | // ─── Cleanup ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/nbns.ts | 53 | // ─── Packet parsing ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/nbns.ts | 86 | // ─── NBNS protocol ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/nbns.ts | 193 | // ─── Ethernet frame building ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/index.ts | 101 | // ─── TCP 139 hook ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/renderer/smb/server.ts | 550 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/renderer/smb/server.ts | 552 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/renderer/smb/server.ts | 560 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/renderer/smb/server.ts | 562 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 291 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 293 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 367 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 369 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 384 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 386 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 445 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 450 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 508 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 510 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 645 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 647 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 767 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 775 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 878 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 881 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 1147 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 1151 | // ─────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/smb/server.ts | 1306 | // ─── helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/renderer/lib/libv86.js | 319 | new wa(f,()=>this.v86.cpu.devices.vga&&this.v86.cpu.devices.vga.screen_fill_buffer()):f.ansi?new bc(f):new ac(f);e.scree | CODE |
| CRITICAL | src/renderer/lib/libv86.js | 335 | N.prototype.get_disk_fdb=function(){return this.v86.cpu.devices.fdc.drives[1].get_buffer()};N.prototype.set_cdrom=async | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/bisect-v86.sh | 2 | # Bisect harness: checkout v86 to a commit, rebuild wasm, probe boot. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | guest-tools/agent/w95tools.c | 21 | * | COMMENT |
| LOW | src/renderer/smb/index.ts | 1 | // Glue: hook v86's TCP-connection bus event for port 139 and bridge it to | COMMENT |
| LOW | src/renderer/smb/index.ts | 101 | // ─── TCP 139 hook ─────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/bisect-v86.sh | 5 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/zero-free-clusters.py | 37 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/main/windows.ts | 26 | export function getOrCreateWindow(): BrowserWindow { | CODE |