Repository Analysis

hyperdxio/hyperdx

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by ClickHouse and OpenTelemetry.

3.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of hyperdxio/hyperdx, a TypeScript project with 9,668 GitHub stars. SynthScan v2.0 examined 360,739 lines of code across 1303 source files, recording 550 pattern matches distributed across 14 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).

3.1
Adjusted Score
3.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
9.7K
Stars
TypeScript
Language
360.7K
Lines of Code
1.3K
Files
550
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 4HIGH 0MEDIUM 244LOW 302

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 550 distinct pattern matches across 14 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.

Decorative Section Separators236 hits · 744 pts
SeverityFileLineSnippetContext
MEDIUM.config/wt.toml7# ---------------------------------------------------------------------------COMMENT
MEDIUM.config/wt.toml9# ---------------------------------------------------------------------------COMMENT
MEDIUM.config/wt.toml12# ---------------------------------------------------------------------------COMMENT
MEDIUM.config/wt.toml14# ---------------------------------------------------------------------------COMMENT
MEDIUM.config/wt.toml18# ---------------------------------------------------------------------------COMMENT
MEDIUM.config/wt.toml21# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/dev-kill-ports.sh2# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/dev-kill-ports.sh5# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/dev-env.sh2# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/dev-env.sh4# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/dev-env.sh35# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/test-e2e.sh30# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/test-e2e.sh32# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/test-e2e.sh50# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/ensure-dev-portal.sh2# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/ensure-dev-portal.sh11# ---------------------------------------------------------------------------COMMENT
MEDIUMpackages/app/src/components/ColorRulesEditor.tsx36// ─── Types ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/components/ColorRulesEditor.tsx46// ─── Operator options (number-tile subset) ────────────────────────────────────COMMENT
MEDIUMpackages/app/src/components/ColorRulesEditor.tsx70// ─── Single sortable rule row ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/components/ColorRulesEditor.tsx285// ─── ColorRulesEditor ─────────────────────────────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts506 // ── Valid forms (no errors) ──────────────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts631 // ── Raw SQL validation ───────────────────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts818 // ── Source validation ────────────────────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts861 // ── Series valueExpression validation ────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts970 // ── Metric name validation ───────────────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts1052 // ── Number / Pie single-series validation ────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts1214 // ── Alert thresholdMax validation ───────────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts1356 // ── Multiple validation errors at once ───────────────────────────────COMMENT
MEDIUM…app/src/components/ChartEditor/__tests__/utils.test.ts1415 // ── Heatmap-specific validation ───────────────────────────────────────COMMENT
MEDIUMpackages/app/src/__tests__/utils.test.ts1386// ─── evaluateColorCondition ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/__tests__/utils.test.ts1601// ─── resolveConditionalColor ──────────────────────────────────────────────────COMMENT
MEDIUM…kages/common-utils/src/__tests__/mine-patterns.test.ts3// ─── Helpers ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kages/common-utils/src/__tests__/mine-patterns.test.ts25// ─── Tests ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/__tests__/types.test.ts6 // ─── Positive cases ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/__tests__/types.test.ts130 // ─── Negative cases ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/__tests__/types.test.ts287 // ─── Positive cases ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/__tests__/types.test.ts303 // ─── Negative cases ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/drain/mine-patterns.ts10// ─── Denoise constants ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/drain/mine-patterns.ts19// ─── Body normalization ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/drain/mine-patterns.ts29// ─── Types ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/common-utils/src/drain/mine-patterns.ts81// ─── Core mining function ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/cli.ts523 // ── Anchor-time resolution ───────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/cli.ts563 // ── Re-seed ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/cli.ts741 // ─── Auto-grade ──────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/cli.ts771 // ─── Auto-report ────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/grade.ts239 // ── Post-run inspection (scenario hook) ──────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/grade.ts272 // ── LLM Judge ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/grade.ts289 // ── Combined score ───────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts20// ─── Types ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts70// ─── Tool call analysis ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts158// ─── Dashboard inspection ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts207 // ── Collect container evidence ──────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts232 // ── Collect tile evidence ───────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts305 // ── Cleanup ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts336// ─── Evidence formatting for the LLM judge ──────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts338// ─── Distractor / misleading-data awareness analysis ──────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/grading/dashboardInspection.ts583 // ── Misleading-data / distractor-awareness signals ──────────────────COMMENT
MEDIUMpackages/hdx-eval/src/__tests__/dashboard-build.test.ts175 // ── Misleading-data trap: messy severity casing/aliases ──────────COMMENT
MEDIUMpackages/hdx-eval/src/__tests__/noisy-signals.test.ts40 // ─── Per-pattern shares ────────────────────────────────────────────────COMMENT
MEDIUMpackages/hdx-eval/src/__tests__/noisy-signals.test.ts109 // noise from load-bearing — the cells are composite. ───────────────COMMENT
176 more matches not shown…
Hyper-Verbose Identifiers206 hits · 210 pts
SeverityFileLineSnippetContext
LOWscripts/dev-portal/index.html720 function renderHistoryWorktreeCard(worktree, entries) {CODE
LOWpackages/app/tests/e2e/seed-clickhouse.ts703function generateInterestingFilterKeyLogData(seedRef: number): string {CODE
LOWpackages/app/tests/e2e/seed-clickhouse.ts725function generateMetadataMvLogData(seedRef: number): string {CODE
LOWpackages/app/src/source.ts56export function getSourceValidationNotificationId(sourceId: string) {CODE
LOWpackages/app/src/source.ts62export function getFirstTimestampValueExpression(valueExpression: string) {CODE
LOWpackages/app/src/source.ts70export function getDisplayedTimestampValueExpression(eventModel: TSource) {CODE
LOWpackages/app/src/source.ts459export function getDurationSecondsExpression(source: TTraceSource) {CODE
LOWpackages/app/src/source.ts484function isDurationPreservingAggFn(aggFn: string | undefined): boolean {CODE
LOWpackages/app/src/source.ts503export function getTraceDurationNumberFormat(CODE
LOWpackages/app/src/source.ts533export function getFirstSeriesNumberFormat(CODE
LOWpackages/app/src/source.ts552export function useSingleSeriesNumberFormat(CODE
LOWpackages/app/src/defaults.ts10export function searchChartConfigDefaults(CODE
LOWpackages/app/src/HDXMultiSeriesTimeChart.tsx557export function collectMemoChartGradientHexes(CODE
LOWpackages/app/src/utils.ts310export function formatDistanceToNowStrictShort(date: Date) {CODE
LOWpackages/app/src/utils.ts583function isCategoricalChartPaletteToken(CODE
LOWpackages/app/src/utils.ts758export function getChartColorSuccessHighlight(): string {CODE
LOWpackages/app/src/NamespaceDetailsSidePanel.tsx223export default function NamespaceDetailsSidePanel({CODE
LOWpackages/app/src/dashboard.ts104export function normalizeRawDashboardTileColors(input: unknown): unknown {CODE
LOWpackages/app/src/serviceDashboard.ts29export function makeCoalescedFieldsAccessQuery(CODE
LOWpackages/app/src/serviceDashboard.ts201export function useServiceDashboardExpressions({CODE
LOWpackages/app/src/DBSearchPage.tsx768function useSearchedConfigToChartConfig(CODE
LOWpackages/app/src/DBSearchPage.tsx868function formatDroppedFiltersMessage(count: number): string {CODE
LOWpackages/app/src/ChartUtils.tsx427export function formatResponseForCategoricalChart(CODE
LOWpackages/app/src/ChartUtils.tsx566function firstGroupColumnIsLogLevel(CODE
LOWpackages/app/src/ChartUtils.tsx580function addResponseToFormattedData({CODE
LOWpackages/app/src/ChartUtils.tsx669export function formatResponseForTimeChart({CODE
LOWpackages/app/src/ChartUtils.tsx1143export function convertToNumberChartConfig(CODE
LOWpackages/app/src/ChartUtils.tsx1152export function convertToTableChartConfig(CODE
LOWpackages/app/src/ChartUtils.tsx1175export function buildMVDateRangeIndicator({CODE
LOWpackages/app/src/GranularityPicker.tsx73function GranularityPickerControlledComponent(props: UseControllerProps<any>) {CODE
LOWpackages/app/src/utils/searchWindows.ts18export function generateTimeWindowsDescending(CODE
LOWpackages/app/src/utils/searchWindows.ts62export function generateTimeWindowsAscending(CODE
LOWpackages/app/src/utils/materializedViews.ts104async function getMetadataForMaterializedViewAndTable(CODE
LOWpackages/app/src/utils/materializedViews.ts185export function inferTimestampColumnGranularity(CODE
LOWpackages/app/src/utils/materializedViews.ts324export async function inferMaterializedViewConfig(CODE
LOWpackages/app/src/utils/highlightedAttributes.ts9export function getSelectExpressionsForHighlightedAttributes(CODE
LOWpackages/app/src/utils/highlightedAttributes.ts18export function getHighlightedAttributesFromData(CODE
LOWpackages/app/src/utils/tilePositioning.ts27export function calculateNextTilePosition(CODE
LOWpackages/app/src/utils/sourceFieldSuggestions.tsx152export function inferSourceFieldCandidates(CODE
LOWpackages/app/src/utils/sourceFieldSuggestions.tsx218export function getSourceConfigPairingWarnings(CODE
LOWpackages/app/src/utils/directTrace.ts3export function buildDirectTraceWhereClause(CODE
LOWpackages/app/src/utils/directTrace.ts24export function getDefaultDirectTraceDateRange(CODE
LOWpackages/app/src/utils/alerts.ts50export function extendDateRangeToInterval(CODE
LOWpackages/app/src/utils/alerts.ts156export function parseScheduleStartAtValue(CODE
LOW…kages/app/src/components/NumberTileBackgroundChart.tsx33export function sparklinePointsFromGraphResults(CODE
LOW…kages/app/src/components/NumberTileBackgroundChart.tsx93function NumberTileBackgroundChartInner({CODE
LOW…kages/app/src/components/NumberTileBackgroundChart.tsx170export default function NumberTileBackgroundChart({CODE
LOWpackages/app/src/components/infraCorrelations.ts85export function getActiveInfraCorrelations(CODE
LOW…ages/app/src/components/MetricAttributeHelperPanel.tsx393export function MetricAttributeHelperPanel({CODE
LOWpackages/app/src/components/sourceSelectUtils.tsx51export function useFilteredSortedSourceItems(CODE
LOWpackages/app/src/components/sourceSelectUtils.tsx54export function useFilteredSortedSourceItems(CODE
LOWpackages/app/src/components/sourceSelectUtils.tsx57export function useFilteredSortedSourceItems({CODE
LOWpackages/app/src/components/deltaChartUtils.ts143export function flattenedKeyToSqlExpression(CODE
LOWpackages/app/src/components/SourceSchemaPreview.tsx201export function isSourceSchemaPreviewEnabled(CODE
LOW…ges/app/src/components/DBHighlightedAttributesList.tsx18export function DBHighlightedAttributesList({CODE
LOWpackages/app/src/components/DBTraceWaterfallChart.tsx427function useFilteredEventsAroundFocus(CODE
LOWpackages/app/src/components/DBTraceWaterfallChart.tsx564export function DBTraceWaterfallChartContainer({CODE
LOW…pp/src/components/ServiceDashboardDbQuerySidePanel.tsx24export default function ServiceDashboardDbQuerySidePanel({CODE
LOWpackages/app/src/components/ContextSidePanel.tsx170 function generateSegmentedControlData() {CODE
LOW…ages/app/src/components/ChartDisplaySettingsDrawer.tsx106export default function ChartDisplaySettingsDrawer({CODE
146 more matches not shown…
Over-Commented Block67 hits · 67 pts
SeverityFileLineSnippetContext
LOW.kodiak.toml21# automerge label. This option only applies when `merge.require_automerge_label`COMMENT
LOW.kodiak.toml41# merge commit.COMMENT
LOW.kodiak.toml81COMMENT
LOWdocker-compose.dev.yml141COMMENT
LOWdocker-compose.yml1name: hdx-ossCOMMENT
LOW.config/wt.toml1# HyperDX worktrunk project configCOMMENT
LOWdocker/otel-collector/config.yaml121 # Normalize the severity_text caseCOMMENT
LOWdocker/otel-collector/custom.config.yaml21# limit_percentage: 75COMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash81# env), but the round trip through the exporter into ClickHouse is notCOMMENT
LOWscripts/dev-env.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/dev-env.sh21# - OS ephemeral ports (32768+ Linux, 49152+ macOS)COMMENT
LOWscripts/test-e2e.sh1#!/bin/bashCOMMENT
LOWscripts/test-e2e.sh21#COMMENT
LOWscripts/ensure-dev-portal.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/dev-portal/server.js1#!/usr/bin/env nodeCOMMENT
LOWpackages/app/css.d.ts1// Ambient declarations for plain (non-module) stylesheet side-effect imports,COMMENT
LOWpackages/app/types/hyperdx-api.d.ts1// The serverless entry point is only used in Vercel preview deploymentsCOMMENT
LOWpackages/app/tests/e2e/seed-clickhouse.ts121// and filters on the nested value, exercising the JSONExtractString(...) filterCOMMENT
LOWpackages/app/tests/e2e/features/sessions.spec.ts81 // existing session-side-panel (via DBRowSidePanelInner). No secondCOMMENT
LOW…ckages/app/tests/e2e/components/TimePickerComponent.ts81 for (let attempt = 0; attempt < 5; attempt++) {COMMENT
LOWpackages/app/styles/_bootstrap-utilities.scss1// Custom layout utility classes to replace BootstrapCOMMENT
LOWpackages/app/src/HDXMultiSeriesTableChart.tsx401 <tr>COMMENT
LOWpackages/app/src/DBDashboardPage.tsx421 const [isFullscreen, setIsFullscreen] = useState(false);COMMENT
LOWpackages/app/src/DBDashboardPage.tsx1701 !!dashboard?.id &&COMMENT
LOWpackages/app/src/HDXMultiSeriesTableChart.module.scss1// Trailing arrow hint for dashboard table tile rows with aCOMMENT
LOWpackages/app/src/components/DBHeatmapChart.tsx1041 }COMMENT
LOWpackages/app/src/components/DBNumberChart.tsx261 const formattedValue = formatNumber(value as number, resolvedNumberFormat);COMMENT
LOWpackages/app/src/components/AlertPreviewChart.tsx61 where: where || '',COMMENT
LOW…ckages/app/src/components/DBSearchPageFilters/utils.ts141 filterState[`${parsed.baseName}['${parsed.propertyPath}']`]COMMENT
LOW…ckages/app/src/components/DBSearchPageFilters/utils.ts161//COMMENT
LOW…src/components/TimelineChart/TimelineChart.stories.tsx101 };COMMENT
LOW…/components/Sources/SourceForm/TraceTableModelForm.tsx101 marks={[COMMENT
LOWpackages/common-utils/src/types.ts1201 // types ignore the field. Other tile types (line / bar / pie) shipCOMMENT
LOWpackages/common-utils/src/core/renderChartConfig.ts1761 * AGGREGATION_TEMPORALITY_DELTA = 1;COMMENT
LOW…s/common-utils/src/__tests__/renderChartConfig.test.ts3461 // The Map-schema vs JSON-schema attrHashExpr distinction was collapsed inCOMMENT
LOWpackages/cli/src/api/client.ts301 });COMMENT
LOWpackages/hdx-eval/src/cli.ts521 }COMMENT
LOWpackages/hdx-eval/src/grading/dashboardInspection.ts341// - 4 internal/distractor services (health-checker, cron-scheduler,COMMENT
LOW…kages/hdx-eval/src/scenarios/noisy-signals/generate.ts41// the agent has to look at event.name / body templates.COMMENT
LOW…kages/hdx-eval/src/scenarios/latency-spike/generate.ts101 'database',COMMENT
LOW…kages/api/src/routers/external-api/v2/savedSearches.ts21COMMENT
LOW…es/api/src/routers/external-api/v2/utils/dashboards.ts161// colors on a single normalization path. A rule whose color cannot beCOMMENT
LOW…es/api/src/routers/external-api/v2/utils/dashboards.ts321 return {COMMENT
LOW…es/api/src/routers/external-api/v2/utils/dashboards.ts401 };COMMENT
LOW…es/api/src/routers/external-api/v2/utils/dashboards.ts761 case 'heatmap': {COMMENT
LOW…es/api/src/routers/external-api/v2/utils/dashboards.ts781 // - `aggConditionLanguage` is hardcoded `'lucene'`; theCOMMENT
LOW…ckages/api/src/routers/api/__tests__/dashboard.test.ts121 .expect(200);COMMENT
LOW…api/src/clickhouse/__tests__/renderChartConfig.test.ts721 );COMMENT
LOW…api/src/clickhouse/__tests__/renderChartConfig.test.ts881 // Row A: ResourceAttributes={service.name: api, host: h1}, Attributes={}COMMENT
LOWpackages/api/src/utils/redactSecrets.ts1// redactSecrets: best-effort allowlist redactor for LLM input thatCOMMENT
LOWpackages/api/src/utils/redactSecrets.ts21//COMMENT
LOWpackages/api/src/utils/redactSecrets.ts41// llm-vendor-key sk-... (OpenAI), sk-ant-... (Anthropic),COMMENT
LOWpackages/api/src/utils/redactSecrets.ts61}COMMENT
LOWpackages/api/src/utils/redactSecrets.ts81 // same authority as the lowercase form). The scheme group coversCOMMENT
LOWpackages/api/src/utils/zod.ts341 select: z.array(externalDashboardSelectItemSchema).length(1),COMMENT
LOWpackages/api/src/mcp/tools/query/table.ts241 // Cast to the concrete `McpSelectItem[]` because Zod 3.x widensCOMMENT
LOW…kages/api/src/mcp/__tests__/dashboards/prompts.test.ts321 // line start (with a trailing space) so digit-and-dot substringsCOMMENT
LOW…kages/api/src/mcp/__tests__/dashboards/prompts.test.ts341 // Rule 2 must cover EVERY select item (including number tiles), notCOMMENT
LOW…kages/api/src/mcp/__tests__/dashboards/prompts.test.ts361 // Rule 2 now carries a concrete number-tile example. Claude'sCOMMENT
LOWpackages/api/src/controllers/savedSearch.ts81 // requires a replica set), the deletes are not atomic, so this order picksCOMMENT
7 more matches not shown…
Hallucination Indicators4 hits · 40 pts
SeverityFileLineSnippetContext
CRITICALpackages/api/src/opamp/controllers/opampController.ts323 otelCollectorConfig.service.pipelines.traces.receivers.push('otlp/hyperdx');CODE
CRITICALpackages/api/src/opamp/controllers/opampController.ts324 otelCollectorConfig.service.pipelines.metrics.receivers.push(CODE
CRITICALpackages/api/src/opamp/controllers/opampController.ts379 otelCollectorConfig.service.pipelines.traces.receivers.push('datadog');CODE
CRITICALpackages/api/src/opamp/controllers/opampController.ts380 otelCollectorConfig.service.pipelines.metrics.receivers.push('datadog');CODE
Redundant / Tautological Comments12 hits · 21 pts
SeverityFileLineSnippetContext
LOWdocker/otel-collector/entrypoint.sh40# Check if OPAMP_SERVER_URL is defined to determine modeCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/assertions.bash15 # Check if the query file exists and is readableCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/assertions.bash26 # Check if the expected file exists and is readableCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/assertions.bash40 # Check if the clickhouse-client command succeededCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash2 # Check if docker is installedCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash8 # Check if curl is installedCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash14 # Check if clickhouse-client is installedCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash36 # Check if we reached max attempts (container not ready)COMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash54 # Check if the data file exists and is readableCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash70 # Check if the curl command succeededCOMMENT
LOWsmoke-tests/otel-collector/test_helpers/utilities.bash132 # Check if we should keep the test containers runningCOMMENT
LOW.github/workflows/release.yml70 # Check if version already published (skip-if-exists)COMMENT
AI Slop Vocabulary4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMpackages/app/src/components/DBHeatmapChart.tsx242 // Collect non-zero counts and sort to find a robust normalization ceiling.COMMENT
MEDIUMpackages/common-utils/src/core/renderChartConfig.ts1205 // Add aggConditions to where clause to utilize indexCOMMENT
MEDIUMpackages/hdx-eval/src/__tests__/dashboard-build.test.ts205 // distinct number. This is exactly the kind of inconsistency a robustCOMMENT
MEDIUMpackages/api/src/controllers/ai.ts250 // TODO: More robust recovery logicCOMMENT
Self-Referential Comments2 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM.config/wt.toml4# This file is committed and shared with the team. It configures lifecycleCOMMENT
MEDIUMdocker/otel-collector/entrypoint.sh85 # Create a agent log file for the supervisor and collector child process. NormallyCOMMENT
Structural Annotation Overuse5 hits · 8 pts
SeverityFileLineSnippetContext
LOWpackages/api/src/routers/api/__tests__/sources.test.ts344 // Step 1: Update the metric source (but keep it as Metric)COMMENT
LOWpackages/api/src/routers/api/__tests__/sources.test.ts376 // Step 2: Change the source to a Log typeCOMMENT
LOWpackages/otel-collector/README.md285### Step 1: Look up the core versionCOMMENT
LOWpackages/otel-collector/README.md295### Step 2: Update these filesCOMMENT
LOWpackages/otel-collector/README.md333### Step 3: VerifyCOMMENT
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/deep-review.yml15# Triggers automatically on every non-draft PR. The multi-agent fan-out isCOMMENT
MEDIUM.github/workflows/deep-review.yml182 # The multi-agent fan-out below is expensive. `synchronize` fires onCOMMENT
Example Usage Blocks3 hits · 5 pts
SeverityFileLineSnippetContext
LOWscripts/dev-env.sh9# Usage:COMMENT
LOWscripts/test-e2e.sh6# Usage:COMMENT
LOWpackages/hdx-eval/scripts/env.sh7# Usage:COMMENT
Fake / Example Data4 hits · 4 pts
SeverityFileLineSnippetContext
LOWpackages/app/src/__tests__/SessionSidePanel.test.tsx95 userEmail: 'user@example.com',CODE
LOWpackages/app/src/hooks/__tests__/useCsvExport.test.tsx13 { name: 'John Doe', age: 30, email: 'john@example.com' },CODE
LOWpackages/app/src/hooks/__tests__/useCsvExport.test.tsx31 { Name: 'John Doe', Age: '30', 'Email Address': 'john@example.com' },CODE
LOWpackages/api/src/routers/api/__tests__/team.test.ts326 token: 'fake_token',CODE
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/app/src/timeQuery.ts349 // TODO: Add validation UICOMMENT
LOWpackages/app/src/timeQuery.ts458 // TODO: Add validation UICOMMENT
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/api/src/routers/api/__tests__/sources.test.ts344 // Step 1: Update the metric source (but keep it as Metric)COMMENT
LOWpackages/api/src/routers/api/__tests__/sources.test.ts376 // Step 2: Change the source to a Log typeCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWpackages/app/.storybook/public/mockServiceWorker.js118async function handleRequest(event, requestId) {CODE