Project NOMAD is an offline-first knowledge and education server. Wikipedia, thousands of books, courses, maps, and optional local AI, all running on hardware you own with no internet required.
This report presents the forensic synthetic code analysis of Crosstalk-Solutions/project-nomad, a TypeScript project with 36,362 GitHub stars. SynthScan v2.0 examined 94,438 lines of code across 441 source files, recording 232 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 5.5 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 232 distinct pattern matches across 12 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 | admin/database/seeders/service_seeder.ts | 32 | // ── Core / original services ────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/database/seeders/service_seeder.ts | 207 | // ── Supply Depot — curated catalog (ports 8400–8499) ───────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 8 | // ─── Product type ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 17 | // ─── Manifest (from api.fda.gov/download.json) ──────────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 32 | // ─── Download-state marker (persisted in KV, no migration) ──────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 68 | // ─── Install-state metadata (tier-installer → InstalledResource row) ────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 89 | // ─── Job params ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 146 | // ─── Search result DTO (collapsed by brand+generic) ────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 163 | // ─── Detail DTO (full label body) ───────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 188 | // ─── Interaction comparison DTO ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/drug_reference.ts | 202 | // ─── Ingest status (two-phase) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/conditions.ts | 18 | // ─── Curated condition spine ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/conditions.ts | 47 | // ─── Natural remedies (Phase 2) ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/types/conditions.ts | 103 | // ─── DTOs (server → client) ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/ingest_drug_data_job.ts | 109 | // ─── Local type aliases for yauzl callbacks ─────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/ingest_drug_data_job.ts | 155 | // ─── Public API ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/ingest_drug_data_job.ts | 212 | // ─── Job handler ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/ingest_drug_data_job.ts | 364 | // ─── Private helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/download_drug_data_job.ts | 44 | // ─── Public API ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/download_drug_data_job.ts | 103 | // ─── Job handler ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/jobs/download_drug_data_job.ts | 277 | // ─── Private helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/content_auto_update_service.ts | 480 | // ── Per-window budget ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/content_auto_update_service.ts | 514 | // ── Backoff + run recording ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/content_auto_update_service.ts | 548 | // ── Status snapshot ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/drug_reference_service.ts | 744 | // ── Download sub-status ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/drug_reference_service.ts | 763 | // ── Ingest sub-status ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/kiwix_catalog_service.ts | 132 | // ── ZIM internals ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/kiwix_catalog_service.ts | 254 | // ── Map internals ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/app/services/kiwix_catalog_service.ts | 283 | // ── Shared ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 29 | // ─── Spine parsing (fail-soft) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 105 | // ─── Lookup + projection ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 123 | // ─── Reverse link: indications text → curated situations ────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 161 | // ─── FULLTEXT query construction ────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 195 | // ─── Natural remedies (Phase 2) — parsing + lookup ─────────────────────────── | COMMENT |
| MEDIUM | admin/util/conditions.ts | 333 | // ─── Result ordering ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/drug_labels.ts | 19 | // ─── Internal structural types (no Lucid) ──────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/drug_labels.ts | 71 | // ─── Internal helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/drug_labels.ts | 145 | // ─── Exported helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/util/drug_labels.ts | 312 | // ─── Two-step ingest helpers (pure — no I/O) ────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update_backoff.spec.ts | 29 | // ── Failure backoff ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update_backoff.spec.ts | 59 | // ── Success reset ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/custom_app_guard.spec.ts | 6 | // ── Bind mounts ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/custom_app_guard.spec.ts | 77 | // ── Image references ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_ingest_status.spec.ts | 14 | // ─── partZipPath ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_ingest_status.spec.ts | 44 | // ─── parseDownloadState ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_ingest_status.spec.ts | 117 | // ─── deriveIngestPhase ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_ingest_status.spec.ts | 177 | // ─── resolveExpectedTotal ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_labels.spec.ts | 9 | // ─── mapDrugLabelRecord ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_labels.spec.ts | 208 | // ─── normalizeDrugName ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/drug_labels.spec.ts | 258 | // ─── parseDrugLabelManifest ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update.spec.ts | 46 | // ── Per-resource eligibility ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update.spec.ts | 126 | // ── Cap-bounded selection ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update.spec.ts | 194 | // ── Window boundary math (per-window budget reset) ───────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/content_auto_update.spec.ts | 208 | // ── Shared update window ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/app_auto_update.spec.ts | 35 | // ── Per-app eligibility ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/unit/app_auto_update.spec.ts | 133 | // ── Shared update window (reused from the core auto-update) ──────────────────── | COMMENT |
| MEDIUM | admin/tests/standalone/drug_ingest_status.standalone.ts | 31 | // ── partZipPath ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/standalone/drug_ingest_status.standalone.ts | 57 | // ── parseDownloadState ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/standalone/drug_ingest_status.standalone.ts | 111 | // ── deriveIngestPhase ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | admin/tests/standalone/drug_ingest_status.standalone.ts | 149 | // ── resolveExpectedTotal (the 0 ?? fallback bug) ───────────────────────────── | COMMENT |
| 52 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/migrate-disk-collector.sh | 102 | # Step 1: Stop old host process | COMMENT |
| LOW | install/migrate-disk-collector.sh | 121 | # Step 2: Backup compose.yml | COMMENT |
| LOW | install/migrate-disk-collector.sh | 133 | # Step 3: Remove old bind-mount from admin volumes | COMMENT |
| LOW | install/migrate-disk-collector.sh | 152 | # Step 4: Add disk-collector service block | COMMENT |
| LOW | install/migrate-disk-collector.sh | 202 | # Step 6: Verify | COMMENT |
| LOW | admin/app/jobs/run_download_job.ts | 183 | // Step 1: delete the OUTDATED file if it differs from the new one. | COMMENT |
| LOW | admin/app/services/rag_service.ts | 1585 | // Step 2: is the knowledge base even installed? Short-circuits before any | COMMENT |
| LOW | admin/app/services/rag_service.ts | 1600 | // Step 5: only check liveness once we know we'd otherwise act. The health | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 452 | // Step 4: Mark service as uninstalled | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 458 | // Step 5: Recreate the container | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1301 | // Step 1: Build/update the XML from current disk state | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1307 | // Step 2: Stop and remove old container (leave ZIM volumes intact) | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1664 | // Step 1: Pull new image (runtimeImage diverges from newImage for AMD, see above) | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1668 | // Step 2: Find and stop existing container | COMMENT |
| LOW | admin/app/services/docker_service.ts | 382 | // Step 1: Try to stop and remove the container if it exists | COMMENT |
| LOW | admin/app/services/docker_service.ts | 401 | // Step 2: Remove the container | COMMENT |
| LOW | admin/app/services/docker_service.ts | 418 | // Step 3: Clear volumes/data if needed | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1322 | // Step 3: Read the service record and authoritatively set the correct command. | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1338 | // Step 4: Recreate container directly (skipping _createContainer to avoid re-downloading | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1687 | // Step 3: Rename old container as safety net | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1719 | // Step 4: Create new container with inspected config + new image | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1794 | // Step 5: Start new container. If the start itself throws (bad device/GPU config, | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1819 | // Step 6: Health check — verify container stays running for 5 seconds | COMMENT |
| LOW⚡ | admin/docs/use-cases.md | 170 | ### Step 1: Identify Your Needs | COMMENT |
| LOW⚡ | admin/docs/use-cases.md | 173 | ### Step 2: Prioritize Content | COMMENT |
| LOW⚡ | admin/docs/use-cases.md | 180 | ### Step 3: Upload Relevant Documents | COMMENT |
| LOW⚡ | admin/docs/use-cases.md | 183 | ### Step 4: Download While You Can | COMMENT |
| LOW⚡ | admin/docs/use-cases.md | 186 | ### Step 5: Practice | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/migrate-disk-collector.sh | 102 | # Step 1: Stop old host process | COMMENT |
| LOW | install/migrate-disk-collector.sh | 121 | # Step 2: Backup compose.yml | COMMENT |
| LOW | install/migrate-disk-collector.sh | 133 | # Step 3: Remove old bind-mount from admin volumes | COMMENT |
| LOW | install/migrate-disk-collector.sh | 152 | # Step 4: Add disk-collector service block | COMMENT |
| LOW | install/migrate-disk-collector.sh | 202 | # Step 6: Verify | COMMENT |
| LOW | admin/app/jobs/run_download_job.ts | 183 | // Step 1: delete the OUTDATED file if it differs from the new one. | COMMENT |
| LOW | admin/app/services/rag_service.ts | 1585 | // Step 2: is the knowledge base even installed? Short-circuits before any | COMMENT |
| LOW | admin/app/services/rag_service.ts | 1600 | // Step 5: only check liveness once we know we'd otherwise act. The health | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 452 | // Step 4: Mark service as uninstalled | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 458 | // Step 5: Recreate the container | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1301 | // Step 1: Build/update the XML from current disk state | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1307 | // Step 2: Stop and remove old container (leave ZIM volumes intact) | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1664 | // Step 1: Pull new image (runtimeImage diverges from newImage for AMD, see above) | COMMENT |
| LOW⚡ | admin/app/services/docker_service.ts | 1668 | // Step 2: Find and stop existing container | COMMENT |
| LOW | admin/app/services/docker_service.ts | 382 | // Step 1: Try to stop and remove the container if it exists | COMMENT |
| LOW | admin/app/services/docker_service.ts | 401 | // Step 2: Remove the container | COMMENT |
| LOW | admin/app/services/docker_service.ts | 418 | // Step 3: Clear volumes/data if needed | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1322 | // Step 3: Read the service record and authoritatively set the correct command. | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1338 | // Step 4: Recreate container directly (skipping _createContainer to avoid re-downloading | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1687 | // Step 3: Rename old container as safety net | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1719 | // Step 4: Create new container with inspected config + new image | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1794 | // Step 5: Start new container. If the start itself throws (bad device/GPU config, | COMMENT |
| LOW | admin/app/services/docker_service.ts | 1819 | // Step 6: Health check — verify container stays running for 5 seconds | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/uninstall_nomad.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install/management_compose.yaml | 21 | # RELOCATING STORAGE: the host path on the LEFT of the colon below is the single source of | COMMENT |
| LOW | install/install_nomad.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install/install_nomad.sh | 161 | echo -e "${YELLOW}#${RESET} Docker not found. Installing Docker...\\n" | COMMENT |
| LOW | install/install_nomad.sh | 641 | # header_red | COMMENT |
| LOW | install/install_nomad.sh | 661 | # if [[ "$(dpkg-query --showformat='${version}' --show jq 2> /dev/null | sed -e 's/.*://' -e 's/-.*//g' -e 's/[^0- | COMMENT |
| LOW | install/run_updater_fixes.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install/run_updater_fixes.sh | 21 | # Downloads the updated sidecar Dockerfile (adds jq) and update-watcher.sh | COMMENT |
| LOW | install/update_nomad.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install/migrate-disk-collector.sh | 1 | #!/bin/bash | COMMENT |
| LOW | admin/types/kv_store.ts | 41 | 'ai.autoThinking': 'boolean', | COMMENT |
| LOW | admin/app/jobs/ingest_drug_data_job.ts | 61 | } | COMMENT |
| LOW | admin/app/jobs/ingest_drug_data_job.ts | 441 | const createParser = (await import('stream-json')).default.parser | COMMENT |
| LOW | admin/app/jobs/embed_file_job.ts | 201 | totalArticles: totalArticles || result.totalArticles, | COMMENT |
| LOW | admin/app/jobs/embed_file_job.ts | 361 | // Continuation batches (batchOffset > 0) must NOT reuse the deterministic | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 61 | const BENCHMARK_VERSION = '2.0.0' | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 101 | const SCORE_CHANNELS_V2 = Object.keys(REFERENCE_SCORES_V2) as ScoreChannelV2[] | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 121 | // | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 341 | // measures THAT machine while every other channel measures this one. The | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 581 | // si.graphics() resolves PCI IDs against the container's pci.ids database, | COMMENT |
| LOW | admin/app/services/benchmark_service.ts | 1021 | } | COMMENT |
| LOW | admin/app/services/system_service.ts | 121 | const ollamaContainer = containers.find((c) => c.Names.includes(`/${SERVICE_NAMES.OLLAMA}`)) | COMMENT |
| LOW | admin/config/session.ts | 1 | // import env from '#start/env' | COMMENT |
| LOW | admin/config/session.ts | 21 | // /** | COMMENT |
| LOW | admin/config/session.ts | 41 | // * list of available stores and their config. | COMMENT |
| LOW | admin/config/queue.ts | 1 | import env from '#start/env' | COMMENT |
| LOW | .github/workflows/release.yml | 81 | GH_TOKEN: ${{ secrets.COSMISTACKBOT_ACCESS_TOKEN }} | COMMENT |
| LOW | .github/scripts/finalize-release-notes.sh | 1 | #!/usr/bin/env bash | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/uninstall_nomad.sh | 97 | # Check if 'docker compose' (v2 plugin) is available | COMMENT |
| LOW | install/install_nomad.sh | 141 | # Check if the script is being run in debug mode | COMMENT |
| LOW | install/install_nomad.sh | 194 | # Check if Docker was installed successfully | COMMENT |
| LOW | install/install_nomad.sh | 204 | # Check if Docker service is running | COMMENT |
| LOW | install/install_nomad.sh | 221 | # Check if 'docker compose' (v2 plugin) is available | COMMENT |
| LOW | install/install_nomad.sh | 258 | # Check if nvidia-container-toolkit is already installed | COMMENT |
| LOW | install/install_nomad.sh | 305 | # Check if nvidia runtime already exists | COMMENT |
| LOW | install/install_nomad.sh | 495 | # Check if NVIDIA GPU is present | COMMENT |
| LOW | install/install_nomad.sh | 506 | # Check if NVIDIA Container Toolkit is installed | COMMENT |
| LOW | install/install_nomad.sh | 513 | # Check if Docker has NVIDIA runtime | COMMENT |
| LOW | install/update_nomad.sh | 103 | # Check if 'docker compose' (v2 plugin) is available | COMMENT |
| LOW | install/sidecar-updater/update-watcher.sh | 220 | # Check if an update request file exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | admin/app/utils/zim_filename.ts | 17 | export function findReplacedWikipediaFiles( | CODE |
| LOW | admin/app/utils/fs.ts | 47 | export async function listDirectoryContentsRecursive(path: string): Promise<FileEntry[]> { | CODE |
| LOW | admin/app/utils/downloads.ts | 294 | export async function doResumableDownloadWithRetry({ | CODE |
| LOW | admin/app/utils/content_auto_update_backoff.ts | 25 | export async function recordResourceUpdateSuccess(resource: InstalledResource): Promise<void> { | CODE |
| LOW | admin/app/utils/content_auto_update_backoff.ts | 35 | export async function recordResourceUpdateFailure( | CODE |
| LOW | admin/app/utils/affirmative_remedies.ts | 21 | export async function affirmativeRemediesEnabled(): Promise<boolean> { | CODE |
| LOW | admin/app/validators/common.ts | 79 | export function assertNotCloudMetadataUrl(urlString: string): void { | CODE |
| LOW | admin/app/services/kiwix_catalog_service.ts | 311 | export async function reconcileResourceUpdateState( | CODE |
| LOW | admin/util/zim.ts | 3 | export function isRawListRemoteZimFilesResponse(obj: any): obj is RawListRemoteZimFilesResponse { | CODE |
| LOW | admin/util/drug_labels.ts | 472 | export function resolveIngestRecordsShown( | CODE |
| LOW | admin/config/inertia.ts | 8 | export function invalidateAssistantNameCache() { | CODE |
| LOW | …rtia/components/drug-reference/DrugDisclaimerModal.tsx | 12 | export function hasAcknowledgedDrugDisclaimer(): boolean { | CODE |
| LOW | admin/inertia/hooks/useServiceInstallationActivity.ts | 6 | export default function useServiceInstallationActivity() { | CODE |
| LOW | admin/inertia/lib/collections.ts | 12 | function resolveTierResourcesInner( | CODE |
| LOW | admin/inertia/lib/util.ts | 6 | export function setGlobalNotificationCallback(callback: (notification: Notification) => void) { | CODE |
| LOW⚡ | admin/inertia/pages/drug-reference/interactions.tsx | 29 | export default function DrugReferenceInteractions({ ingestStatus, rowCount }: PageProps) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | install/management_compose.yaml | 41 | # PORT is the port the admin server listens on *inside* the container and should not be changed. If you want to ch | COMMENT |
| LOW⚡ | install/management_compose.yaml | 51 | # If you change the MySQL port, make sure to update this accordingly | COMMENT |
| LOW⚡ | install/management_compose.yaml | 60 | # If you change the Redis port, make sure to update this accordingly | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | admin/app/controllers/system_controller.ts | 396 | // Security guardrails: hard-block dangerous bind mounts / malformed images regardless of | COMMENT |
| MEDIUM | admin/app/controllers/system_controller.ts | 621 | // Security guardrails (same posture as create). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | admin/app/services/zim_extraction_service.ts | 185 | // that we can leverage for better chunking. If not, we'll just chunk it as one big piece of text. | COMMENT |
| MEDIUM | admin/app/services/kiwix_catalog_service.ts | 116 | // 1. Exact-name lookup (the robust path). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | admin/scripts/audit_catalog_ports.py | 61 | except Exception: | CODE |
| LOW | admin/scripts/audit_catalog_ports.py | 97 | except Exception: | CODE |
| MEDIUM | admin/scripts/audit_catalog_ports.py | 58 | def parse_config(raw): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | install/install_nomad.sh | 406 | # Create a admin.log file in the logs directory | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | admin/scripts/audit_catalog_ports.py | 77 | CODE | |
| LOW | admin/scripts/audit_catalog_ports.py | 101 | CODE |