Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. Don't be shy, join here: https://discord.com/invite/NAb6H3UTjK :)
This report presents the forensic synthetic code analysis of bluewave-labs/Checkmate, a TypeScript project with 10,185 GitHub stars. SynthScan v2.0 examined 146,523 lines of code across 679 source files, recording 1172 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 12.0 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 1172 distinct pattern matches across 9 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 | server/test/unit/services/emailService.test.ts | 15 | systemEmailUser: "user@example.com", | CODE |
| LOW⚡ | client/src/locales/tr.json | 92 | "placeholder": "Jordan" | CODE |
| LOW⚡ | client/src/locales/tr.json | 96 | "placeholder": "Ellis" | CODE |
| LOW⚡ | client/src/locales/tr.json | 104 | "placeholder": "you@example.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 250 | "placeholder": "Mevcut parolanızı girin" | CODE |
| LOW⚡ | client/src/locales/tr.json | 259 | "placeholder": "Yeni parolanızı girin" | CODE |
| LOW⚡ | client/src/locales/tr.json | 263 | "placeholder": "Yeni parolanızı onaylayın" | CODE |
| LOW⚡ | client/src/locales/tr.json | 533 | "placeholder": "uygulamam veya abcd1234" | CODE |
| LOW⚡ | client/src/locales/tr.json | 537 | "placeholder": "192.168.1.100 veya example.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 541 | "placeholder": "örn. Web Sitem" | CODE |
| LOW⚡ | client/src/locales/tr.json | 545 | "placeholder": "Gizli anahtarınızı girin" | CODE |
| LOW⚡ | client/src/locales/tr.json | 549 | "placeholder": "https://www.google.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 553 | "placeholder": "Bir oyun seçin" | CODE |
| LOW⚡ | client/src/locales/tr.json | 557 | "placeholder": "80" | CODE |
| LOW⚡ | client/src/locales/tr.json | 561 | "placeholder": "örn. my.service.v1 (genel sağlık için boş bırakın)" | CODE |
| LOW⚡ | client/src/locales/tr.json | 565 | "placeholder": "wss://example.com/socket" | CODE |
| LOW⚡ | client/src/locales/tr.json | 569 | "placeholder": "http://192.168.1.10:5001/api/v1/metrics" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1041 | "placeholder": "example.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1050 | "placeholder": "örn. Üretim Uyarıları", | CODE |
| LOW⚡ | client/src/locales/tr.json | 1056 | "placeholder": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6", | CODE |
| LOW⚡ | client/src/locales/tr.json | 1061 | "placeholder": "!abcdefg:matrix.org" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1224 | "placeholder": "1 - 100" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1228 | "placeholder": "1 - 100" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1232 | "placeholder": "1 - 100" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1236 | "placeholder": "1 - 150" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1248 | "placeholder": "smtp.gmail.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1252 | "placeholder": "587" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1256 | "placeholder": "you@example.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1260 | "placeholder": "Gerekli değilse boş bırakın" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1265 | "placeholder": "Parolanızı girin" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1269 | "placeholder": "example.com" | CODE |
| LOW⚡ | client/src/locales/tr.json | 1273 | "placeholder": "localhost" | CODE |
| LOW | client/src/locales/tr.json | 274 | "placeholder": "Role göre filtrele", | CODE |
| LOW | client/src/locales/tr.json | 295 | "placeholder": "E-posta adresini girin" | CODE |
| LOW | client/src/locales/tr.json | 299 | "placeholder": "Bir rol seçin" | CODE |
| LOW | client/src/locales/tr.json | 350 | "placeholder": "me@example.com" | CODE |
| LOW | client/src/locales/tr.json | 354 | "placeholder": "********" | CODE |
| LOW | client/src/locales/tr.json | 584 | "placeholder": "8.8.8.8" | CODE |
| LOW | client/src/locales/tr.json | 670 | "placeholder": "Konum seçin", | CODE |
| LOW | client/src/locales/tr.json | 739 | "placeholder": "Çözüm hakkında bir yorum ekleyin..." | CODE |
| LOW | client/src/locales/tr.json | 978 | "placeholder": "örn. Haftalık Bakım" | CODE |
| LOW | client/src/locales/tr.json | 1030 | "placeholder": "syt_YWxleF9ob2xsaWRheQ_VmtScmV0U2VjcmV0S2V5_abc123" | CODE |
| LOW | client/src/locales/tr.json | 1180 | "placeholder": "Google PageSpeed API anahtarınızı girin" | CODE |
| LOW | client/src/locales/tr.json | 1292 | "placeholder": "Checkmate bildirimleri" | CODE |
| LOW | client/src/locales/tr.json | 1419 | "placeholder": "Acme Inc." | CODE |
| LOW | client/src/locales/tr.json | 1423 | "placeholder": "my-status-page" | CODE |
| LOW | client/src/locales/tr.json | 1434 | "placeholder": "Monitör arayın ve seçin..." | CODE |
| LOW | client/src/locales/tr.json | 1444 | "placeholder": "Saat dilimi seçin..." | CODE |
| LOW | client/src/locales/tr.json | 1523 | "placeholder": "Monitör ara..." | CODE |
| LOW⚡ | client/src/locales/ja.json | 92 | "placeholder": "太郎" | CODE |
| LOW⚡ | client/src/locales/ja.json | 96 | "placeholder": "田中" | CODE |
| LOW⚡ | client/src/locales/ja.json | 104 | "placeholder": "you@example.com" | CODE |
| LOW⚡ | client/src/locales/ja.json | 250 | "placeholder": "現在のパスワードを入力" | CODE |
| LOW⚡ | client/src/locales/ja.json | 259 | "placeholder": "新しいパスワードを入力" | CODE |
| LOW⚡ | client/src/locales/ja.json | 263 | "placeholder": "新しいパスワードを確認" | CODE |
| LOW⚡ | client/src/locales/ja.json | 533 | "placeholder": "my-app または abcd1234" | CODE |
| LOW⚡ | client/src/locales/ja.json | 537 | "placeholder": "192.168.1.100 または example.com" | CODE |
| LOW⚡ | client/src/locales/ja.json | 541 | "placeholder": "例: My Website" | CODE |
| LOW⚡ | client/src/locales/ja.json | 545 | "placeholder": "シークレットキーを入力" | CODE |
| LOW⚡ | client/src/locales/ja.json | 549 | "placeholder": "https://www.google.com" | CODE |
| 822 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | server/test/unit/providers/network/portProvider.test.ts | 7 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/portProvider.test.ts | 101 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/portProvider.test.ts | 110 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/pageSpeedProvider.test.ts | 9 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/pageSpeedProvider.test.ts | 47 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/pageSpeedProvider.test.ts | 56 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/gameProvider.test.ts | 8 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/gameProvider.test.ts | 39 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/gameProvider.test.ts | 48 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 6 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | server/test/unit/providers/network/grpcProvider.test.ts | 65 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | server/test/unit/providers/network/grpcProvider.test.ts | 74 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | server/test/unit/providers/network/grpcProvider.test.ts | 77 | // ── Success paths ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 136 | // ── gRPC errors ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 233 | // ── Credentials ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 259 | // ── URL parsing ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 291 | // ── Validation ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 307 | // ── Outer catch ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/grpcProvider.test.ts | 341 | // ── getGrpcStatusName ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …er/test/unit/providers/network/advancedMatcher.test.ts | 5 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …er/test/unit/providers/network/advancedMatcher.test.ts | 23 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …er/test/unit/providers/network/advancedMatcher.test.ts | 34 | // ── jsonPath extraction ────────────────────────────────────────── | COMMENT |
| MEDIUM | …er/test/unit/providers/network/advancedMatcher.test.ts | 58 | // ── expectedValue matching ─────────────────────────────────────── | COMMENT |
| MEDIUM | …er/test/unit/providers/network/advancedMatcher.test.ts | 190 | // ── falsy value check (no expectedValue) ──────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/dnsProvider.test.ts | 7 | // ── Mocks ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/dnsProvider.test.ts | 22 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/dnsProvider.test.ts | 46 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/dnsProvider.test.ts | 55 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/webSocketProvider.test.ts | 7 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/webSocketProvider.test.ts | 38 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/unit/providers/network/webSocketProvider.test.ts | 47 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ver/test/unit/providers/network/dockerProvider.test.ts | 8 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ver/test/unit/providers/network/dockerProvider.test.ts | 47 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ver/test/unit/providers/network/dockerProvider.test.ts | 56 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ver/test/unit/providers/network/dockerProvider.test.ts | 59 | // ── Container matching ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ver/test/unit/providers/network/dockerProvider.test.ts | 120 | // ── Ambiguity detection ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ver/test/unit/providers/network/dockerProvider.test.ts | 169 | // ── Container inspection ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ver/test/unit/providers/network/dockerProvider.test.ts | 320 | // ── Outer catch ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/test/unit/providers/network/hardwareProvider.test.ts | 7 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/test/unit/providers/network/hardwareProvider.test.ts | 38 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …r/test/unit/providers/network/hardwareProvider.test.ts | 47 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/pingProvider.test.ts | 6 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/pingProvider.test.ts | 27 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/pingProvider.test.ts | 36 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 6 | // ── Mocks ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 45 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 83 | // ── Contract ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 95 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 98 | // ── Success paths ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 214 | // ── jsonPath + non-JSON response ───────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 242 | // ── AdvancedMatcher integration ────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 268 | // ── Error handling ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 349 | // ── customUpCodes ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/providers/network/httpProvider.test.ts | 437 | // ── HTTP method (GET / HEAD) ───────────────────────────────────────── | COMMENT |
| MEDIUM | …est/unit/providers/notifications/emailProvider.test.ts | 8 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …est/unit/providers/notifications/emailProvider.test.ts | 28 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/services/monitorStatusPolicy.test.ts | 5 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/services/monitorStatusPolicy.test.ts | 19 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/services/healthServer.test.ts | 8 | // ── Notes ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/test/unit/services/emailService.test.ts | 7 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| 175 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | server/test/unit/services/jobScheduler.test.ts | 80 | const seededTypes = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/jobScheduler.test.ts | 82 | const cleanupTypes = mocks.jobsRepository.upsertCleanupJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/jobScheduler.test.ts | 94 | const seededTypes = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL⚡ | server/test/unit/services/dbQueueWorker.test.ts | 571 | const types = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL⚡ | server/test/unit/services/dbQueueWorker.test.ts | 584 | const claims = (mocks: any, type: string) => mocks.jobsRepository.claimDueBatch.mock.calls.filter((c: any[]) => c[0] = | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 202 | const seededTypes = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 204 | const cleanupTypes = mocks.jobsRepository.upsertCleanupJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 219 | const seededTypes = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 232 | const claimedTypes = mocks.jobsRepository.claimDueBatch.mock.calls.map((c: any[]) => c[0]); | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 518 | const types = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| CRITICAL | server/test/unit/services/dbQueueWorker.test.ts | 539 | const types = mocks.jobsRepository.upsertJob.mock.calls.map((c: any[]) => c[0].type); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | CONTRIBUTING.md | 82 | #### Step 1: Clone the Repository | COMMENT |
| LOW⚡ | CONTRIBUTING.md | 89 | #### Step 2: Set Up Docker Containers (MongoDB) | COMMENT |
| LOW⚡ | CONTRIBUTING.md | 97 | #### Step 3: Set Up the Backend (Server) | COMMENT |
| LOW | CONTRIBUTING.md | 140 | #### Step 4: Set Up the Frontend (Client) | COMMENT |
| LOW | CONTRIBUTING.md | 174 | #### Step 5: Access the Application | COMMENT |
| LOW | server/src/worker/worker.check-pipeline.ts | 33 | // Step 1: Acquire | COMMENT |
| LOW | server/src/worker/worker.check-pipeline.ts | 75 | // Step 2: Record | COMMENT |
| LOW | server/src/worker/worker.check-evaluator.ts | 19 | // Step 3: Evaluate and return result to reactors | COMMENT |
| LOW | server/src/worker/worker.check-producer.ts | 40 | // Step 1: Acquire | COMMENT |
| LOW | server/src/worker/worker.check-producer.ts | 65 | // Step 2: Record | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 79 | // Step 1: Create measurement request | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 92 | // Step 2: Poll for results | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 105 | // Step 3: Build GeoCheck document | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | server/src/worker/worker.check-pipeline.ts | 33 | // Step 1: Acquire | COMMENT |
| LOW | server/src/worker/worker.check-pipeline.ts | 75 | // Step 2: Record | COMMENT |
| LOW | server/src/worker/worker.check-evaluator.ts | 19 | // Step 3: Evaluate and return result to reactors | COMMENT |
| LOW | server/src/worker/worker.check-producer.ts | 40 | // Step 1: Acquire | COMMENT |
| LOW | server/src/worker/worker.check-producer.ts | 65 | // Step 2: Record | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 79 | // Step 1: Create measurement request | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 92 | // Step 2: Poll for results | COMMENT |
| LOW | server/src/domain/geo-checks/geo-check.service.ts | 105 | // Step 3: Build GeoCheck document | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | server/test/unit/services/dbQueueWorker.test.ts | 1 | import { describe, expect, it, jest, beforeEach, afterEach } from "@jest/globals"; | COMMENT |
| LOW | server/scripts/seed-monitors.js | 1 | import mongoose from "mongoose"; | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 21 | # on: | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 41 | # permissions: | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 61 | # cat > .github/scripts/package.json << EOF | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 81 | # POEDITOR_API: ${{ secrets.POEDITOR_API }} | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 101 | # echo "All translation files are valid" | COMMENT |
| LOW | .github/workflows/poeditor-sync.yml | 121 | # with: | COMMENT |
| LOW | client/public/config.js | 1 | // Fallback so /config.js always resolves (e.g. under the Vite dev server). In | COMMENT |
| LOW | client/src/Validation/validation.js | 161 | "(?:(?:https?|ftp):\\/\\/)?" + | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | server/test/helpers/heartbeatTestHarness.ts | 87 | export function createHeartbeatTestHarness(): HeartbeatTestHarness { | CODE |
| LOW | …rc/db/migration/0008_backfillMonitorLastEvaluatedAt.ts | 12 | export async function backfillMonitorLastEvaluatedAt(logger: ILogger): Promise<void> { | CODE |
| LOW | …r/src/db/migration/0004_fixInfrastructureThresholds.ts | 8 | export async function fixInfrastructureThresholds(logger: ILogger): Promise<void> { | CODE |
| LOW | …ion/0006_cleanupDuplicateMonitorStatsForUniqueIndex.ts | 14 | export async function cleanupDuplicateMonitorStatsForUniqueIndex(logger: ILogger): Promise<void> { | CODE |
| LOW | …/src/db/migration/0003_cleanupDuplicateMonitorStats.ts | 9 | export async function cleanupDuplicateMonitorStats(logger: ILogger): Promise<void> { | CODE |
| LOW | …/src/db/migration/0001_migrateStatusWindowThreshold.ts | 2 | async function migrateStatusWindowThreshold() { | CODE |
| LOW | …/src/db/migration/0005_migrateStatusPageTypeToArray.ts | 5 | export async function migrateStatusPageTypeToArray(logger: ILogger): Promise<void> { | CODE |
| LOW | …ation/0007_migrateMaintenanceWindowMonitorIdToArray.ts | 20 | export async function migrateMaintenanceWindowMonitorIdToArray(logger: ILogger): Promise<void> { | CODE |
| LOW | client/src/Components/design-elements/Table.tsx | 397 | function HasMoreTablePaginationActions(props: HasMoreTablePaginationActionsProps) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/test-custom-ca.sh | 70 | # Check if files are not empty | COMMENT |
| LOW | scripts/test-custom-ca.sh | 75 | # Check if CA file starts with BEGIN CERTIFICATE | COMMENT |
| LOW | scripts/test-custom-ca.sh | 389 | # Check if required files exist | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | client/src/locales/en.json | 1394 | "description": "Add sample monitors for demonstration purposes." | CODE |