Node.js port of Multi-user SocialCalc
This report presents the forensic synthetic code analysis of audreyt/ethercalc, a TypeScript project with 3,036 GitHub stars. SynthScan v2.0 examined 106,482 lines of code across 455 source files, recording 181 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.6 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 181 distinct pattern matches across 8 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 | docker-compose.yml | 52 | # ────────────────────────── migration profile ────────────────────────── | COMMENT |
| MEDIUM | scripts/repro-open-issues.ts | 37 | // ─── Headless SocialCalc formula/export repros ───────────────────────── | COMMENT |
| MEDIUM | scripts/repro-open-issues.ts | 175 | // ─── HTTP repros (optional) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/repro-open-issues.ts | 335 | // ─── main ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/triage-open-issues.ts | 83 | // ─── Formula / export embedded repros ─────────────────────────────────── | COMMENT |
| MEDIUM | scripts/triage-open-issues.ts | 429 | // ─── main ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/shared/src/messages.ts | 12 | // ─── Client → Server ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/shared/src/messages.ts | 116 | // ─── Server → Client ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/shared/src/messages.ts | 234 | // ─── Codec ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/shared/src/oracle-scenarios.ts | 55 | // ─── WebSocket scenarios ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/migrate/src/sources/filesystem-source.ts | 126 | // ───────────── single-blob (dump.json) ───────────── | COMMENT |
| MEDIUM | packages/migrate/src/sources/filesystem-source.ts | 235 | // ───────────── directory (dump/) ───────────── | COMMENT |
| MEDIUM | packages/worker/test/lib-ws-handlers.node.test.ts | 32 | // ─── Fake context builders ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/test/lib-ws-handlers.node.test.ts | 151 | // ─── Handler-by-handler coverage ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/test/lib-ws-handlers.node.test.ts | 610 | // ─── dispatchWsMessage routing ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/test/lib-ws-handlers.node.test.ts | 722 | // ─── Integration-style tests exercising the full dispatcher surface ──────── | COMMENT |
| MEDIUM | packages/worker/test/lib-ws-handlers.node.test.ts | 799 | // ─── Context wiring edge cases ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/test/room.node.test.ts | 947 | // ─── Phase 8 export handlers ───────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/test/room.test.ts | 151 | // ─── Design "fold": double-apply regression + storage bounds ────────── | COMMENT |
| MEDIUM | packages/worker/test/routes-rooms.test.ts | 272 | // ─── Phase 6: POST /_/:room (commands) ─────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 329 | // ─── Phase 8: export routes ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 351 | // ─── Phase 8.1: sheet-data for multi-sheet export ──────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 358 | // ─── Phase 6: cross-DO rename primitives ───────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 372 | // ─── Phase 11b: full-fidelity migration seed ───────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 382 | // ─── Phase 11b: client-side chunked snapshot upload ────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 394 | // ─── Phase 7: native WebSocket upgrade ─────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 404 | // ─── Phase 9: cron fire-trigger hook ─────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 418 | // ─── Handlers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 667 | // ─── Export handlers (Phase 8) ──────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 710 | // ─── Rename primitives (Phase 6) ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1054 | // ─── Cron fire-trigger (Phase 9) ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1107 | // ─── WebSocket acceptance ────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1259 | // ─── WsContext assembly ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1351 | // ─── WS broadcast primitives ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1490 | // ─── Internals ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/room.ts | 1659 | // ─── Hooks used by future phases (chat/ecell) ────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/lib/xlsx-build.ts | 42 | // ─── Cells-based high-fidelity exporter ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/lib/xlsx-build.ts | 359 | // ─── Multi-sheet helpers (Phase 8.1) ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/lib/ws-handlers.ts | 109 | // ─── Handlers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/lib/ws-handlers.ts | 279 | // ─── Top-level dispatcher ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 96 | // ─── Cross-room index endpoints (Phase 5.1 — backed by D1) ───────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 133 | // ─── Template copy ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 158 | // ─── _exists ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 178 | // ─── POST /_ (create) ────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 223 | // ─── PUT /_/:room (overwrite snapshot) ───────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 253 | // ─── GET /_/:room (raw save) ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 273 | // ─── GET /_/:room/cells (full cell map JSON) ─────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 289 | // ─── GET /_/:room/cells/:cell (single cell JSON) ─────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 301 | // ─── POST /_/:room/pitr-restore (hosted SQLite DO recovery) ──────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 480 | // ─── DELETE /_/:room ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/worker/src/routes/rooms.ts | 497 | // ─── POST /_/:room (execute commands) ─────────────────────────────── | COMMENT |
| MEDIUM | packages/oracle-harness/test/zip-fixtures.ts | 16 | // ─── XLSX ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/oracle-harness/test/zip-fixtures.ts | 133 | // ─── ODS ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/oracle-harness/test/zip-fixtures.ts | 232 | // ─── corrupted ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/oracle-harness/src/matchers.ts | 311 | // ─── internal helpers ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/client/test/mock-socialcalc.ts | 84 | // ─── Graph test plumbing ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/client/test/graph.test.ts | 25 | // ─── makePalette ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/client/test/graph.test.ts | 71 | // ─── installGraph — registration & constants ───────────────────────────── | COMMENT |
| MEDIUM | packages/client/test/graph.test.ts | 122 | // ─── GraphOnClick ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/client/test/graph.test.ts | 270 | // ─── updateGraphRangeProposal ──────────────────────────────────────────── | COMMENT |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | run_grain.sh | 1 | #!/bin/bash | COMMENT |
| LOW | run_grain.sh | 21 | # `ethercalc migrate` subprocess while workerd is briefly started with | COMMENT |
| LOW | docker-compose.yml | 1 | # EtherCalc self-host compose file (§13 Q5). | COMMENT |
| LOW | vite.config.ts | 1 | import { defineConfig } from 'vite-plus'; | COMMENT |
| LOW | bin/migrate-legacy.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | bin/migrate-legacy.sh | 21 | # `./backups/ethercalc-YYYYMMDDTHHMMSSZ.tar.gz`. | COMMENT |
| LOW | bin/workerd-entrypoint.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tests/oracle/docker-compose.yml | 1 | # Oracle stack — EtherCalc (current main) + Redis, isolated from the | COMMENT |
| LOW | static/socialcalc.css | 1 | /* | COMMENT |
| LOW | static/jszip.js | 2561 | // If the central dir data are false, we are doomed. | COMMENT |
| LOW | static/jszip.js | 4381 | * time through here. WIN_INIT is set to MAX_MATCH since the longest match | COMMENT |
| LOW | static/jszip.js | 4401 | // * to end of window, whichever is less. | COMMENT |
| LOW | static/jszip.js | 5941 | // } while (--len); | COMMENT |
| LOW | static/jszip.js | 9081 | // (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && | COMMENT |
| LOW | scripts/ratchet-verify.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/build-workerd-bundle.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 21 | // | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 41 | // Factory-local bag. Formerly created in socialcalcconstants as | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 61 | // use this file except in compliance with the License. You may obtain a copy of | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 701 | COMMENT | |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 721 | // | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 10201 | // | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 11041 | // | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 11061 | // Portions (c) Copyright 2007 Socialtext, Inc. | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 15581 | // SocialCalc Formula Reference Rewrite Helpers | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 15881 | }; | COMMENT |
| LOW | packages/socialcalc-headless/src/socialcalc.bundled.ts | 16901 | var spcdata = spc[id].data; | COMMENT |
| LOW | packages/client-multi/vite.config.ts | 1 | import { defineConfig } from 'vite'; | COMMENT |
| LOW | packages/worker/vitest.node.config.ts | 21 | // Phase 7.1 restored `src/room.ts` to the Node coverage gate. The | COMMENT |
| LOW | packages/worker/wrangler.toml | 1 | name = "ethercalc" | COMMENT |
| LOW | packages/worker/wrangler.toml | 81 | # to this wrangler.toml, so it points up two levels to the repo-root | COMMENT |
| LOW | packages/worker/wrangler.toml | 101 | # /_timetrigger` ping; Cloudflare invokes the Worker's `scheduled()` | COMMENT |
| LOW | packages/worker/wrangler.toml | 121 | # dashboard. See FINDINGS.md "Phase 9 — send_email binding setup". | COMMENT |
| LOW | packages/worker/wrangler.toml | 141 | binding = "DB" | COMMENT |
| LOW | packages/worker/wrangler.toml | 161 | COMMENT | |
| LOW | packages/worker/vitest.config.ts | 21 | plugins: [ | COMMENT |
| LOW | packages/worker/src/room.ts | 381 | } | COMMENT |
| LOW | packages/worker/src/room.ts | 701 | const bytes = sheetViewToBinaryWorkbook(ss.exportSheetData(), format); | COMMENT |
| LOW | packages/worker/src/room.ts | 821 | // | COMMENT |
| LOW | packages/worker/src/room.ts | 1501 | * `/_do/snapshot` DO-to-DO route; unresolved siblings just stay absent | COMMENT |
| LOW | packages/worker/src/scheduled.ts | 101 | } | COMMENT |
| LOW | packages/worker/src/types-shim.d.ts | 1 | /* eslint-disable */ | COMMENT |
| LOW | packages/worker/src/index.ts | 121 | }); | COMMENT |
| LOW | packages/worker/src/index.ts | 141 | // `cron_triggers` table and fires due rows just like `scheduled()`. | COMMENT |
| LOW | packages/worker/src/lib/xlsx-build.ts | 41 | COMMENT | |
| LOW | packages/worker/src/lib/xlsx-build.ts | 361 | // Multi-sheet rooms (prefix `=`) in legacy EtherCalc are a TOC sheet whose | COMMENT |
| LOW | packages/worker/src/routes/assets.ts | 121 | COMMENT | |
| LOW | packages/worker/src/routes/rooms.ts | 261 | // would load the entire save into worker memory and re-set a | COMMENT |
| LOW | packages/worker/src/routes/rooms.ts | 481 | app.delete('/_/:room', async (c) => { | COMMENT |
| LOW | packages/worker/src/routes/rooms.ts | 501 | // 1. classify body (JSON {command} / text / xlsx) | COMMENT |
| LOW | packages/worker/src/routes/rooms.ts | 521 | // 7. join the (possibly-array) command with newlines and | COMMENT |
| LOW | packages/client/src/boot.ts | 141 | (host as BootHost & { __MULTI__?: { rows?: unknown[] } }).__MULTI__?.rows ?? | COMMENT |
| LOW | .github/workflows/nightly.yml | 1 | name: Nightly | COMMENT |
| LOW | helm/values.yaml | 101 | # Legacy room-index gate. The Worker currently emits CORS headers | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | static/jquery-ui.min.js | 6 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(e,s){var n,a, | CODE |
| CRITICAL | static/ethercalc.js | 17 | Xt.optgroup=Xt.option,Xt.tbody=Xt.tfoot=Xt.colgroup=Xt.caption=Xt.thead,Xt.th=Xt.td,rt.extend({clone:function(e,t,o){var | CODE |
| CRITICAL | static/ethercalc.js | 19 | return{width:r?e.position.scrollbarWidth():0,height:n?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var o=e( | CODE |
| CRITICAL | static/jquery.js | 4 | },a,b,arguments.length>1)},show:function(){return Wb(this,!0)},hide:function(){return Wb(this)},toggle:function(a){retur | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …superpowers/plans/2026-07-10-multi-toc-csv-post-fix.md | 166 | export function workbookToLoadClipboardCommand( | CODE |
| LOW | …superpowers/plans/2026-07-10-multi-toc-csv-post-fix.md | 185 | export function xlsxToLoadClipboardCommands(bytes: Uint8Array): string[] { | CODE |
| LOW | spikes/leanstral-xlsx-coords/attempt-2-request.md | 146 | export function workbookToLoadClipboardCommand(bytes: Uint8Array): string | null { | CODE |
| LOW | spikes/leanstral-xlsx-coords/attempt-2-request.md | 208 | export function enforceSocialCalcColumnLimit( | CODE |
| LOW | packages/worker/test/routes-rooms-post.node.test.ts | 601 | function makeFakeZipCentralDirectory( | CODE |
| LOW | packages/worker/test/xlsx-import.node.test.ts | 609 | function makeFakeZipCentralDirectory( | CODE |
| LOW | packages/worker/test/routes-rooms-xlsx-put.test.ts | 19 | function makeFakeZipCentralDirectory( | CODE |
| LOW | packages/worker/src/lib/xlsx-build.ts | 257 | export function sheetViewToBinaryWorkbook( | CODE |
| LOW | packages/worker/src/lib/xlsx-build.ts | 274 | export function buildMultiSheetWorkbookFromSheets( | CODE |
| LOW | packages/worker/src/lib/xlsx-import.ts | 79 | export function enforceImportArchiveLimit(bytes: Uint8Array): void { | CODE |
| LOW | packages/worker/src/lib/xlsx-import.ts | 224 | export function enforceSocialCalcColumnLimit( | CODE |
| LOW | packages/worker/src/lib/xlsx-import.ts | 492 | export function workbookToLoadClipboardCommand(bytes: Uint8Array): string | null { | CODE |
| LOW | packages/worker/src/lib/xlsx-import.ts | 534 | export function xlsxToLoadClipboardCommands(bytes: Uint8Array): string[] { | CODE |
| LOW | packages/worker/src/lib/room-create-limit.ts | 38 | export function parseRoomCreateLimitConfig( | CODE |
| LOW | packages/worker/src/handlers/room-entry.ts | 168 | export function buildTemplateFormRedirect( | CODE |
| LOW | packages/oracle-harness/src/matchers.ts | 187 | function isReplayGeneratedRoomlink(entry: unknown): boolean { | CODE |
| LOW | packages/oracle-harness/src/record.ts | 55 | export function defaultMatcherForResponse( | CODE |
| LOW | packages/oracle-harness/src/replay.ts | 64 | function hasRecordedWsExpectations(scenario: WsScenario): boolean { | CODE |
| LOW | packages/oracle-harness/src/replay.ts | 151 | export function sortRecordedByScenarioOrder( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 216 | export function canonicalizeContentTypesXml( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 245 | export function canonicalizeWorkbookRelsXml( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 272 | export function canonicalizeXlsxWorksheetXml( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 319 | export function canonicalizeXlsxWorkbookXml(raw: string): string { | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 335 | export function canonicalizeOdsManifestRdf( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 377 | export function canonicalizeOdsContentXml(raw: string): string { | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 400 | export function canonicalizeOdsManifestXml( | CODE |
| LOW | packages/oracle-harness/src/zip-canonical.ts | 438 | function removeMatchingDescendants( | CODE |
| LOW | packages/oracle-harness/src/ws-normalize.ts | 76 | function normalizeAskLogExpectStep(step: WsExpectStep): WsExpectStep { | CODE |
| LOW | packages/client/src/boot.ts | 242 | export function installSocialCalcLogoLink(host: BootHost): void { | CODE |
| LOW | packages/client/src/boot.ts | 269 | export function installLegacyExportBindings(host: BootHost): void { | CODE |
| LOW | lemma/context.md | 100 | export function workbookToLoadClipboardCommand(bytes: Uint8Array): string | null { | CODE |
| LOW | lemma/context.md | 173 | export function enforceSocialCalcColumnLimit( | CODE |
| LOW | lemma/request.md | 168 | export function workbookToLoadClipboardCommand(bytes: Uint8Array): string | null { | CODE |
| LOW | lemma/request.md | 241 | export function enforceSocialCalcColumnLimit( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/oracle/docker-compose.yml | 5 | # before the TypeScript rewrite scaffolding (Phases 1-2) landed on | COMMENT |
| MEDIUM | …perpowers/specs/2026-07-10-pitr-room-restore-design.md | 102 | ### Worker orchestration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | static/multi.js | 17 | function o(e,t){if(!i.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,o=n in document;if(!o){var a= | CODE |
| MEDIUM | static/multi.js | 17 | function o(e,t){if(!i.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,o=n in document;if(!o){var a= | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/migrate-legacy.sh | 25 | # Usage: | COMMENT |
| LOW | scripts/ratchet-verify.sh | 20 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | static/jszip.js | 1238 | * The implementation is in jszip-load.js, don't forget to include it. | COMMENT |