Repository Analysis

unkeyed/unkey

The Developer Platform for Modern APIs

4.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of unkeyed/unkey, a Go project with 5,391 GitHub stars. SynthScan v2.0 examined 539,626 lines of code across 5413 source files, recording 1682 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 4.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).

4.6
Adjusted Score
4.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.4K
Stars
Go
Language
539.6K
Lines of Code
5.4K
Files
1.7K
Pattern Hits
2026-07-14
Scan Date
0.01
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 52HIGH 0MEDIUM 71LOW 1559

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 1682 distinct pattern matches across 11 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.

Over-Commented Block1259 hits · 1107 pts
SeverityFileLineSnippetContext
LOWcmd/dev/github/setup.go1package githubCOMMENT
LOWtools/generate-rpc-clients/main.go1// generate-rpc-clients generates simplified client wrappers for Connect RPC service interfaces.COMMENT
LOWtools/pricing/pricing.go1// Package pricing declares the Unkey Stripe billing catalog as typed Go data.COMMENT
LOWtools/pricing/pricing.go21//COMMENT
LOWtools/pricing/cmd/pricing/main.go1// Command pricing reconciles the Unkey Stripe billing catalog (declared in theCOMMENT
LOWtools/pricing/internal/stripeenv/client.go21 // (`{"api_key":"..."}`). Override with STRIPE_SECRET_ID.COMMENT
LOWtools/pricing/internal/stripeenv/client.go81// Client is a configured Stripe client bound to the environment it targets.COMMENT
LOWweb/tools/local/tsconfig.json21 // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JCOMMENT
LOWweb/tools/local/tsconfig.json41 /* JavaScript Support */COMMENT
LOWweb/tools/local/tsconfig.json61 // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of outpuCOMMENT
LOWweb/tools/local/tsconfig.json81 "strictPropertyInitialization": true /* Check for class properties that are declared but not set in the constructor.COMMENT
LOWweb/tools/local/src/audit-log-benchmark.ts41const DEFAULT_COUNT = 1_000_000;COMMENT
LOWweb/tools/migrate/ch_logs.ts1import { createClient } from "@clickhouse/client-web";COMMENT
LOWweb/tools/migrate/ch_copy.ts1import { createClient } from "@clickhouse/client-web";COMMENT
LOWweb/internal/encryption/tsconfig.json1{COMMENT
LOWweb/internal/encryption/tsconfig.json21 // "noLib": true, /* Disable including any library files, including the default lCOMMENT
LOWweb/internal/encryption/tsconfig.json41 /* Emit */COMMENT
LOWweb/internal/encryption/tsconfig.json61 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reporCOMMENT
LOWweb/internal/encryption/tsconfig.json81 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */COMMENT
LOWweb/internal/clickhouse/src/resources.ts121// ─── Hybrid timeseries (MV for cold tail + raw for live bucket) ───────COMMENT
LOWweb/internal/clickhouse/src/resources.ts181 windowStartMs: windowStartSec * 1000,COMMENT
LOWweb/internal/clickhouse/src/resources.ts261 rawAgg: "sum(container_value) / {bucketSeconds: UInt32}",COMMENT
LOWweb/internal/clickhouse/src/resources.ts301 AND ts >= {tMs: Int64}COMMENT
LOWweb/internal/clickhouse/src/instance-events.ts21 // Optional time bounds. Logs viewer passes a tight range; the eventsCOMMENT
LOWweb/internal/hash/tsconfig.json1{COMMENT
LOWweb/internal/hash/tsconfig.json21 // "noLib": true, /* Disable including any library files, including the default lCOMMENT
LOWweb/internal/hash/tsconfig.json41 /* Emit */COMMENT
LOWweb/internal/hash/tsconfig.json61 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reporCOMMENT
LOWweb/internal/hash/tsconfig.json81 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */COMMENT
LOWweb/internal/encoding/tsconfig.json1{COMMENT
LOWweb/internal/encoding/tsconfig.json21 // "noLib": true, /* Disable including any library files, including the default lCOMMENT
LOWweb/internal/encoding/tsconfig.json41 /* Emit */COMMENT
LOWweb/internal/encoding/tsconfig.json61 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reporCOMMENT
LOWweb/internal/encoding/tsconfig.json81 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */COMMENT
LOWweb/internal/icons/src/icons/clock-rotate-clockwise.tsx61 // <polylineCOMMENT
LOWweb/internal/icons/src/icons/clock-rotate-clockwise.tsx81 // strokeLinecap="round"COMMENT
LOWweb/internal/db/src/schema/acme_users.ts21 // Relations defined but no foreign keys enforcedCOMMENT
LOWweb/internal/db/src/schema/frontline_routes.ts21 // sticky determines whether a fullyQualifiedDomainName should get reassigned to the latest deploymentCOMMENT
LOWweb/internal/db/src/schema/instances.ts21// migration. The flat lifecycle enum on `status` is a separate concern —COMMENT
LOWweb/internal/db/src/schema/clickhouse_outbox.ts1import { bigint, index, json, mysqlTable, varchar } from "drizzle-orm/mysql-core";COMMENT
LOWweb/internal/keys/tsconfig.json1{COMMENT
LOWweb/internal/keys/tsconfig.json21 // "noLib": true, /* Disable including any library files, including the default lCOMMENT
LOWweb/internal/keys/tsconfig.json41 /* Emit */COMMENT
LOWweb/internal/keys/tsconfig.json61 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reporCOMMENT
LOWweb/internal/keys/tsconfig.json81 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */COMMENT
LOWweb/internal/error/tsconfig.json1{COMMENT
LOWweb/internal/error/tsconfig.json21 // "noLib": true, /* Disable including any library files, including the default lCOMMENT
LOWweb/internal/error/tsconfig.json41 /* Emit */COMMENT
LOWweb/internal/error/tsconfig.json61 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reporCOMMENT
LOWweb/internal/error/tsconfig.json81 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */COMMENT
LOWweb/internal/resend/scripts/sync-templates.tsx1// Renders the emails that the Go control plane sends (by Resend templateCOMMENT
LOWweb/apps/dashboard/proxy.ts41 "/api/auth/refresh",COMMENT
LOW…ps/dashboard/app/(app)/[workspaceSlug]/apis/actions.ts1// Both functions in this file are pure server-side helpers consumed only byCOMMENT
LOW…view)/sentinel-policies/components/add-panel/schema.ts121// client-only `override` toggle. Discriminated on `override` so the two statesCOMMENT
LOW…ts/[namespaceId]/_overview/components/charts/index.tsx61 // const formatLatency = (value: number) =>COMMENT
LOW…ts/[namespaceId]/_overview/components/charts/index.tsx81 // {COMMENT
LOWweb/apps/dashboard/components/charts/chart-domain.ts1// When the caller opts into contraction and non-zero data covers less thanCOMMENT
LOWweb/apps/dashboard/components/charts/chart-domain.ts21COMMENT
LOWweb/apps/dashboard/lib/trpc/routers/github.ts321 // victim org's installation id under their workspace, and use theCOMMENT
LOW…c/routers/deploy/metrics/environment-requests-query.ts41// the resolution; the ClickHouse package resolves it to a table. `now` is aCOMMENT
1199 more matches not shown…
Hallucination Indicators52 hits · 690 pts
SeverityFileLineSnippetContext
CRITICAL…/add-panel/match-condition-editor/condition-fields.tsx241 const generateRegex = trpc.deploy.environmentSettings.sentinel.generateRegex.useMutation({CODE
CRITICAL…onents/charts/line-chart/hooks/use-fetch-timeseries.ts59 trpc.ratelimit.overview.logs.queryRatelimitLatencyTimeseries.useQuery(queryParams, {CODE
CRITICAL…rt-role/components/assign-key/hooks/use-search-keys.ts15 const { data, isLoading, error } = trpc.authorization.roles.keys.search.useQuery(CODE
CRITICAL…ert-role/components/assign-key/hooks/use-fetch-keys.ts11 trpc.authorization.roles.keys.query.useInfiniteQuery(CODE
CRITICAL…ents/assign-permission/hooks/use-search-permissions.ts15 const { data, isLoading, error } = trpc.authorization.roles.permissions.search.useQuery(CODE
CRITICAL…nents/assign-permission/hooks/use-fetch-permissions.ts11 trpc.authorization.roles.permissions.query.useInfiniteQuery(CODE
CRITICAL…view-table/hooks/use-ratelimits-overview-list-query.ts110 const { data, isLoading, isFetching } = trpc.ratelimit.overview.logs.query.useQuery(queryParams, {CODE
CRITICAL…view-table/hooks/use-ratelimits-overview-list-query.ts132 utils.ratelimit.overview.logs.query.prefetch(params, { staleTime: Number.POSITIVE_INFINITY }),CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx50 trpcUtils.authorization.roles.keys.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx53 trpcUtils.authorization.roles.permissions.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx161 trpcUtils.key.update.rbac.permissions.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx164 trpcUtils.key.update.rbac.roles.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx167 trpcUtils.authorization.roles.keys.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx170 trpcUtils.authorization.roles.permissions.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx180 trpcUtils.key.update.rbac.permissions.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx183 trpcUtils.key.update.rbac.roles.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx186 trpcUtils.authorization.roles.keys.query.prefetchInfinite({CODE
CRITICAL…onents/actions/keys-table-action.popover.constants.tsx189 trpcUtils.authorization.roles.permissions.query.prefetchInfinite({CODE
CRITICAL…c/components/assign-role/hooks/use-fetch-keys-roles.ts10 trpc.key.update.rbac.roles.query.useInfiniteQuery(CODE
CRITICAL…/components/assign-role/hooks/use-search-keys-roles.ts15 const { data, isLoading, error } = trpc.key.update.rbac.roles.search.useQuery(CODE
CRITICAL…/assign-permission/hooks/use-fetch-keys-permissions.ts10 trpc.key.update.rbac.permissions.query.useInfiniteQuery(CODE
CRITICAL…assign-permission/hooks/use-search-keys-permissions.ts15 const { data, isLoading, error } = trpc.authorization.roles.permissions.search.useQuery(CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts174 trpcClient.deploy.environmentSettings.build.updateAutoDeploy.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts183 trpcClient.deploy.environmentSettings.build.updateDockerfile.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts192 trpcClient.deploy.environmentSettings.build.updateDockerContext.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts201 trpcClient.deploy.environmentSettings.build.updateBuildCommand.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts210 trpcClient.deploy.environmentSettings.build.updateWatchPaths.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts219 trpcClient.deploy.environmentSettings.runtime.updatePort.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts228 trpcClient.deploy.environmentSettings.runtime.updateCpu.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts237 trpcClient.deploy.environmentSettings.runtime.updateMemory.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts246 trpcClient.deploy.environmentSettings.runtime.updateStorage.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts255 trpcClient.deploy.environmentSettings.runtime.updateCommand.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts264 trpcClient.deploy.environmentSettings.runtime.updateHealthcheck.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts277 trpcClient.deploy.environmentSettings.runtime.updateRegions.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts295 trpcClient.deploy.environmentSettings.runtime.updateInstances.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts305 trpcClient.deploy.environmentSettings.runtime.updateUpstreamProtocol.mutate({CODE
CRITICAL…shboard/lib/collections/deploy/environment-settings.ts314 trpcClient.deploy.environmentSettings.runtime.updateOpenapiSpecPath.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts26 trpcClient.deploy.environmentSettings.sentinel.reorder.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts91 const result = await trpcClient.deploy.environmentSettings.sentinel.list.query({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts201 trpcClient.deploy.environmentSettings.sentinel.keyauth.create.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts207 trpcClient.deploy.environmentSettings.sentinel.ratelimit.create.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts213 trpcClient.deploy.environmentSettings.sentinel.firewall.create.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts219 trpcClient.deploy.environmentSettings.sentinel.openapi.create.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts230 trpcClient.deploy.environmentSettings.sentinel.keyauth.update.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts236 trpcClient.deploy.environmentSettings.sentinel.ratelimit.update.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts242 trpcClient.deploy.environmentSettings.sentinel.firewall.update.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts248 trpcClient.deploy.environmentSettings.sentinel.openapi.update.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts259 trpcClient.deploy.environmentSettings.sentinel.keyauth.delete.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts265 trpcClient.deploy.environmentSettings.sentinel.ratelimit.delete.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts271 trpcClient.deploy.environmentSettings.sentinel.firewall.delete.mutate({CODE
CRITICAL…/dashboard/lib/collections/deploy/sentinel-policies.ts277 trpcClient.deploy.environmentSettings.sentinel.openapi.delete.mutate({CODE
CRITICAL…apps/dashboard/lib/collections/ratelimit/namespaces.ts56 const mutation = trpcClient.ratelimit.namespace.update.name.mutate({CODE
Decorative Section Separators58 hits · 202 pts
SeverityFileLineSnippetContext
MEDIUMtools/pricing/internal/reconcile/reconcile.go99// ── Plans ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/reconcile.go143// ── Meters + metered prices ──────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/reconcile.go198// ── API products ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/reconcile.go254// ── Webhooks ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/reconcile.go292// ── Orphan detection ─────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/reconcile.go344// ── helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/stripe.go20// ── Snapshot ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/stripe.go106// ── Queries (in-memory, against the snapshot) ────────────────────────────────COMMENT
MEDIUMtools/pricing/internal/reconcile/stripe.go139// ── Writes ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts67// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts69// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts209// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts211// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts273// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts275// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts310// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/sentinel.ts312// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/resources.ts4// ─── Time window config ────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/resources.ts121// ─── Hybrid timeseries (MV for cold tail + raw for live bucket) ───────COMMENT
MEDIUMweb/internal/clickhouse/src/resources.ts187// ─── Metric registry ──────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/resources.ts364// ─── Current Resource Summary (latest window from raw FINAL view) ─────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts7// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts9// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts22// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts24// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts42// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts44// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts51// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/clickhouse/src/build-steps.ts53// ─────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/match/src/types.ts12// ── Narrowing ───────────────────────────────────────────────────────────────COMMENT
MEDIUMweb/internal/match/src/types.ts77// ── Exhaustiveness subtraction ───────────────────────────────────────────────COMMENT
MEDIUM…view)/sentinel-policies/components/add-panel/schema.ts108// ── Policy form schema ──────────────────────────────────────────────────COMMENT
MEDIUM…view)/sentinel-policies/components/add-panel/schema.ts302// ── Form → canonical (protojson) conversion ─────────────────────────────COMMENT
MEDIUM…view)/sentinel-policies/components/add-panel/schema.ts439// ── Canonical → form conversion (inverse of toSentinelPolicy) ───────────COMMENT
MEDIUM…lay/node-details-panel/components/resource-metrics.tsx87// ─── main ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…lay/node-details-panel/components/resource-metrics.tsx267// ─── formatting ───────────────────────────────────────────────────────COMMENT
MEDIUM…lay/node-details-panel/components/resource-metrics.tsx269// ─── display ──────────────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts16// ── Limits ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts28// ── String match (protojson oneof: exact | prefix | regex) ──────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts75// ── Key location (protojson oneof: bearer | header | queryParam) ────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts97// ── Common policy fields ────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts106// ── KeyAuth policy ──────────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts146// ── RateLimit policy ───────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts175// ── Firewall policy ─────────────────────────────────────────────────────COMMENT
MEDIUM…ard/lib/collections/deploy/sentinel-policies.schema.ts199// ── OpenAPI Validation policy ──────────────────────────────────────────COMMENT
MEDIUM…/dashboard/lib/collections/deploy/sentinel-policies.ts192// ── Per-type dispatch ───────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h17// ─── primitive types ──────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h27// ─── BPF program section macro ────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h32// ─── BPF map definition macros (libbpf-style) ─────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h40// ─── BPF map type constants ───────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h47// ─── BPF map flags ────────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h51// ─── libbpf-style map pinning ────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h61// ─── tc action codes ──────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h78// ─── BPF helper function numbers + declarations ───────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h85// ─── Endian conversion ────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h98// ─── Ethernet protocol constants ─────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h105// ─── Compiler hint ────────────────────────────────────────────────────COMMENT
MEDIUMsvc/heimdall/internal/network/bpf/network_helpers.h111// ─── Kernel struct subsets ────────────────────────────────────────────COMMENT
Hyper-Verbose Identifiers111 hits · 114 pts
SeverityFileLineSnippetContext
LOWweb/tools/local/src/cmd/seed/utils.ts750export function getNormallyDistributedIndex(CODE
LOWweb/tools/local/src/cmd/seed/utils.ts775export function initializeIdentifierPools() {CODE
LOWweb/tools/local/src/cmd/seed/batch-helper.ts123export async function promptForApiRequestGeneration(): Promise<boolean> {CODE
LOWweb/tools/local/src/cmd/seed/event-generator.ts62export function selectKeyWithNormalDistribution(keys: KeyInfo[]): KeyInfo {CODE
LOWweb/tools/local/src/cmd/seed/event-generator.ts111export function generateVerificationEvent(CODE
LOWweb/tools/local/src/cmd/seed/event-generator.ts269export function generateMatchingApiRequestForVerification(CODE
LOWweb/tools/local/src/cmd/seed/event-generator.ts330export function generateMatchingApiRequestForRatelimit(CODE
LOW…al/ui/src/components/date-time/components/calendar.tsx10function CustomMonthCaptionComponent({ calendarMonth }: { calendarMonth: { date: Date } }) {CODE
LOWweb/internal/clickhouse/src/sentinel.ts280export function getDeploymentRpsTimeseries(ch: Querier) {CODE
LOWweb/internal/clickhouse/src/sentinel.ts320export function getDeploymentLatencyWithTimeseries(ch: Querier) {CODE
LOWweb/internal/clickhouse/src/logs.ts345function getLogsTimeseriesWhereClause(CODE
LOWweb/internal/clickhouse/src/ratelimits.ts164function getRatelimitLogsTimeseriesWhereClause(CODE
LOWweb/internal/clickhouse/src/ratelimits.ts246function createBatchTimeseriesQuery(interval: TimeInterval) {CODE
LOWweb/internal/clickhouse/src/ratelimits.ts277function createBatchTimeseriesQuerier(interval: TimeInterval) {CODE
LOWweb/internal/clickhouse/src/ratelimits.ts554export function getRatelimitLogEnrichment(ch: Querier) {CODE
LOWweb/internal/clickhouse/src/ratelimits.ts944function createLatencyTimeseriesQuery(interval: TimeInterval, whereClause: string) {CODE
LOWweb/internal/clickhouse/src/ratelimits.ts986function getRatelimitLatencyTimeseriesWhereClause(params: RatelimitLatencyTimeseriesParams): {CODE
LOWweb/internal/clickhouse/src/ratelimits.ts1015function createLatencyTimeseriesQuerier(interval: TimeInterval) {CODE
LOWweb/internal/clickhouse/src/success.ts7export function getActiveWorkspacesPerMonth(ch: Querier) {CODE
LOWweb/internal/clickhouse/src/verifications.ts514function createVerificationTimeseriesQuery(interval: TimeInterval, whereClause: string) {CODE
LOWweb/internal/clickhouse/src/verifications.ts553function getVerificationTimeseriesWhereClause(CODE
LOWweb/internal/clickhouse/src/verifications.ts646function createVerificationTimeseriesQuerier(interval: TimeInterval) {CODE
LOWweb/internal/clickhouse/src/verifications.ts737async function batchVerificationTimeseries(CODE
LOWweb/internal/clickhouse/src/verifications.ts785function mergeVerificationTimeseriesResults(CODE
LOWweb/internal/clickhouse/src/verifications.ts908function createIdentityTimeseriesQuery(interval: TimeInterval, whereClause: string) {CODE
LOWweb/internal/clickhouse/src/verifications.ts947function getIdentityTimeseriesWhereClause(CODE
LOWweb/internal/clickhouse/src/verifications.ts1024function createIdentityTimeseriesQuerier(interval: TimeInterval) {CODE
LOWweb/internal/clickhouse/src/keys/active_keys.ts144function createActiveKeysTimeseriesQuery(interval: TimeInterval, whereClause: string) {CODE
LOWweb/internal/clickhouse/src/keys/active_keys.ts184function getActiveKeysTimeseriesWhereClause(CODE
LOWweb/internal/clickhouse/src/keys/active_keys.ts249function createActiveKeysTimeseriesQuerier(interval: TimeInterval) {CODE
LOW…/icons/src/icons/arrow-dotted-rotate-anticlockwise.tsx15export function ArrowDottedRotateAnticlockwise({ iconSize = "xl-thin", ...props }: IconProps) {CODE
LOW…nternal/resend/emails/secret_scanning_key_detected.tsx18export function SecretScanningKeyDetected({ date, source, url }: Props) {CODE
LOW…tings/root-keys/components/dialog/utils/permissions.ts49export function getCategoryPermissionNames(CODE
LOW…d]/(project)/components/environment-filter-options.tsx9export function useEnvironmentFilterOptions(): EnvironmentFilterOption[] {CODE
LOW…/runtime-logs-filters/runtime-logs-severity-filter.tsx50export function RuntimeLogsSeverityFilter() {CODE
LOW…view)/settings/hooks/use-multi-environment-settings.ts14export function useMultiEnvironmentSettings(): MultiEnvironmentSettings | null {CODE
LOW…erview)/sentinel-policies/components/list/skeleton.tsx8export function SentinelPoliciesListSkeleton({ rows = 10 }: { rows?: number }) {CODE
LOW…erview)/sentinel-policies/components/list/skeleton.tsx21function SentinelPolicyRowSkeleton({ index, isLast }: { index: number; isLast: boolean }) {CODE
LOW…)/overview/components/production-card-actions-menu.tsx26export function ProductionCardActionsMenu({CODE
LOW…overview)/overview/components/card-rollback-banner.tsx7export function ProductionCardRollbackBanner() {CODE
LOW…iew/components/production-deployment-card-skeleton.tsx10export function ProductionDeploymentCardSkeleton() {CODE
LOW…ew)/env-vars/components/add/add-env-var-expandable.tsx123 function purgeLegacyPersistedDraft() {CODE
LOW…/(overview)/env-vars/components/list/env-vars-list.tsx205function useCloseEditOnGroupCollapse(CODE
LOW…le/components/actions/deployment-action-eligibility.ts36export function isCancellableDeploymentStatus(status: DeploymentStatus): boolean {CODE
LOW…le/components/actions/deployment-action-eligibility.ts42export function isRedeployableDeploymentStatus(status: DeploymentStatus): boolean {CODE
LOW…le/components/actions/deployment-action-eligibility.ts52export function getDeploymentActionEligibility(CODE
LOW…eployments/[deploymentId]/deployment-detail-header.tsx48function DeploymentDetailHeaderContent({ deployment }: { deployment: Deployment }) {CODE
LOW…d]/apps/[appId]/components/pending-redeploy-banner.tsx54 function getDismissedAutomatically() {CODE
LOW…yment-card/components/active-deployment-card-empty.tsx13export function ActiveDeploymentCardEmpty({CODE
LOW…ponents/active-deployment-card/components/skeleton.tsx6export function ActiveDeploymentCardSkeleton() {CODE
LOW…/[namespaceId]/_overview/components/controls/index.tsx11export function RatelimitOverviewLogsControls() {CODE
LOW…/identities/[identityId]/components/controls/index.tsx19export function IdentityDetailsLogsControls({CODE
LOWweb/apps/dashboard/app/auth/actions.ts562export async function completeAuthRadarEmailChallenge(params: {CODE
LOWweb/apps/dashboard/app/auth/actions.ts622export async function completeAuthRadarSmsChallenge(params: {CODE
LOW…/apps/dashboard/app/new/components/onboarding-card.tsx24export function OnboardingCardDescription({CODE
LOWweb/apps/dashboard/app/api/webhooks/stripe/route.ts51async function resolveApiSubscriptionContext(CODE
LOWweb/apps/dashboard/app/api/webhooks/stripe/route.ts88async function deactivateNonCreatorMemberships(orgId: string): Promise<void> {CODE
LOWweb/apps/dashboard/components/ui/chart.tsx331function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) {CODE
LOW…view-table/hooks/use-ratelimits-overview-list-query.ts25export function useRatelimitsOverviewListPaginated({CODE
LOW…board/components/auth/post-auth-invitation-handler.tsx25export function PostAuthInvitationHandler({CODE
51 more matches not shown…
Structural Annotation Overuse61 hits · 111 pts
SeverityFileLineSnippetContext
LOWcmd/dev/github/README.md15### Step 1: Create the GitHub AppCOMMENT
LOWcmd/dev/github/README.md28### Step 2: Start the dev environmentCOMMENT
LOWcmd/dev/github/README.md36### Step 3: Seed the databaseCOMMENT
LOWcmd/dev/github/README.md42### Step 4: Trigger a deploymentCOMMENT
LOWinternal/services/ratelimit/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWinternal/services/ratelimit/db/generate.go9// Step 2: build the shared sqlc bulk-insert plugin used by sqlc.json.COMMENT
LOWinternal/services/ratelimit/db/generate.go12// Step 3: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWinternal/services/ratelimit/db/generate.go16// Step 4: delete deleteme.go because database.go already provides theCOMMENT
LOWinternal/services/keys/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWinternal/services/keys/db/generate.go9// Step 2: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWinternal/services/keys/db/generate.go13// Step 3: delete deleteme.go because database.go already provides theCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md33## Step 1: Update the SDK to latestCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md42## Step 2: Read the inputsCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md48## Step 3: Group endpointsCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md62## Step 4: Directory structureCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md304## Step 5: Generate documentationCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md435## Step 6: Write testsCOMMENT
LOW.claude/skills/gen-api-cli/SKILL.md514## Step 7: VerifyCOMMENT
LOWsvc/frontline/internal/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWsvc/frontline/internal/db/generate.go9// Step 2: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWsvc/frontline/internal/db/generate.go13// Step 3: delete deleteme.go because database.go already provides theCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go68 // Step 1: Resolve domainCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go76 // Step 2: Claim the challengeCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go95 // Step 3: Obtain certificate via DNS-01 challengeCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go165 // Step 5: Persist certificate to DBCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go173 // Step 6: Mark challenge as verifiedCOMMENT
LOWsvc/ctrl/worker/customdomain/verify_handler.go91 // Step 1: Try CNAME verification. This works for subdomains with a real CNAME record.COMMENT
LOWsvc/ctrl/worker/customdomain/verify_handler.go102 // Step 2: Check if TXT verification is needed.COMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go36 // Step 1: Populate cache on all nodes by making API callsCOMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go54 // Step 2: Delete API from first node (this should trigger distributed invalidation)COMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go63 // Step 3: Verify cache invalidation propagates to all nodes within 5 secondsCOMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go115 // Step 4: Verify all nodes consistently return 404 for the deleted APICOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go33 // Step 1: Set up test resourcesCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go59 // Step 2: Calculate test parametersCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go80 // Step 3: Calculate expected limitsCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go115 // Step 4: Run the load testCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go162 // Step 5: Verify resultsCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go183 // Step 6: Verify ClickHouse Ratelimit dataCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go219 // Step 6: Verify Clickhouse Metrics DataCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go32 // Step 1: Set up test resourcesCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go59 // Step 2: Calculate test parametersCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go83 // Step 3: Calculate expected limitsCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go96 // Step 4: Run the load testCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go134 // Step 5: Verify resultsCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go159 // Step 6: Verify ClickHouse Verification dataCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go196 // Step 7: Verify Clickhouse Metrics DataCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go122 // Step 1: Set up test resourcesCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go138 // Step 2: Run concurrent load testCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go213 // Step 3: Verify accuracyCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go258 // Step 4: Verify final state in database with polling-based waitCOMMENT
LOWsvc/api/openapi/generate_bundle.go41 // Step 1: Preprocess paths to inline external referencesCOMMENT
LOWsvc/api/openapi/generate_bundle.go48 // Step 2: Configure libopenapi for bundlingCOMMENT
LOWsvc/api/openapi/generate_bundle.go67 // Step 3: Bundle all references into a single documentCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go604 // Step 1: Add credits with refillCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go619 // Step 2: Clear refill onlyCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go635 // Step 3: Add back refill without changing remainingCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go655 // Step 4: Clear everythingCOMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go252 // Step 1: Create initial identity with "Advanced" tier ratelimit (300k/month)COMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go267 // Step 2: Delete old identity (tier downgrade starts)COMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go272 // Step 3: Create new identity with "Starter" tier ratelimit (20k/month)COMMENT
1 more matches not shown…
Verbosity Indicators50 hits · 90 pts
SeverityFileLineSnippetContext
LOWinternal/services/ratelimit/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWinternal/services/ratelimit/db/generate.go9// Step 2: build the shared sqlc bulk-insert plugin used by sqlc.json.COMMENT
LOWinternal/services/ratelimit/db/generate.go12// Step 3: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWinternal/services/ratelimit/db/generate.go16// Step 4: delete deleteme.go because database.go already provides theCOMMENT
LOWinternal/services/keys/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWinternal/services/keys/db/generate.go9// Step 2: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWinternal/services/keys/db/generate.go13// Step 3: delete deleteme.go because database.go already provides theCOMMENT
LOWsvc/frontline/internal/db/generate.go5// Step 1: remove stale *_generated.go files so renamed or deleted queriesCOMMENT
LOWsvc/frontline/internal/db/generate.go9// Step 2: run sqlc, which reads sqlc.json, parses queries/, and emitsCOMMENT
LOWsvc/frontline/internal/db/generate.go13// Step 3: delete deleteme.go because database.go already provides theCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go68 // Step 1: Resolve domainCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go76 // Step 2: Claim the challengeCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go95 // Step 3: Obtain certificate via DNS-01 challengeCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go165 // Step 5: Persist certificate to DBCOMMENT
LOW…c/ctrl/worker/certificate/process_challenge_handler.go173 // Step 6: Mark challenge as verifiedCOMMENT
LOWsvc/ctrl/worker/customdomain/verify_handler.go91 // Step 1: Try CNAME verification. This works for subdomains with a real CNAME record.COMMENT
LOWsvc/ctrl/worker/customdomain/verify_handler.go102 // Step 2: Check if TXT verification is needed.COMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go36 // Step 1: Populate cache on all nodes by making API callsCOMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go54 // Step 2: Delete API from first node (this should trigger distributed invalidation)COMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go63 // Step 3: Verify cache invalidation propagates to all nodes within 5 secondsCOMMENT
LOWsvc/api/integration/cluster/cache/e2e_test.go115 // Step 4: Verify all nodes consistently return 404 for the deleted APICOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go33 // Step 1: Set up test resourcesCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go59 // Step 2: Calculate test parametersCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go80 // Step 3: Calculate expected limitsCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go115 // Step 4: Run the load testCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go162 // Step 5: Verify resultsCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go183 // Step 6: Verify ClickHouse Ratelimit dataCOMMENT
LOWsvc/api/integration/multi_node_ratelimiting/run.go219 // Step 6: Verify Clickhouse Metrics DataCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go32 // Step 1: Set up test resourcesCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go59 // Step 2: Calculate test parametersCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go83 // Step 3: Calculate expected limitsCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go96 // Step 4: Run the load testCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go134 // Step 5: Verify resultsCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go159 // Step 6: Verify ClickHouse Verification dataCOMMENT
LOWsvc/api/integration/multi_node_usagelimiting/run.go196 // Step 7: Verify Clickhouse Metrics DataCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go122 // Step 1: Set up test resourcesCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go138 // Step 2: Run concurrent load testCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go213 // Step 3: Verify accuracyCOMMENT
LOW…ion/multi_node_usagelimiting/accuracy/accuracy_test.go258 // Step 4: Verify final state in database with polling-based waitCOMMENT
LOWsvc/api/openapi/generate_bundle.go41 // Step 1: Preprocess paths to inline external referencesCOMMENT
LOWsvc/api/openapi/generate_bundle.go48 // Step 2: Configure libopenapi for bundlingCOMMENT
LOWsvc/api/openapi/generate_bundle.go67 // Step 3: Bundle all references into a single documentCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go604 // Step 1: Add credits with refillCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go619 // Step 2: Clear refill onlyCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go635 // Step 3: Add back refill without changing remainingCOMMENT
LOWsvc/api/routes/v2_keys_update_key/three_state_test.go655 // Step 4: Clear everythingCOMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go252 // Step 1: Create initial identity with "Advanced" tier ratelimit (300k/month)COMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go267 // Step 2: Delete old identity (tier downgrade starts)COMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go272 // Step 3: Create new identity with "Starter" tier ratelimit (20k/month)COMMENT
LOW…c/api/routes/v2_identities_delete_identity/200_test.go287 // Step 4: Delete new identity (this is where the bug used to happen)COMMENT
Example Usage Blocks57 hits · 86 pts
SeverityFileLineSnippetContext
LOWinternal/services/ratelimit/metrics/prometheus.go49 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go64 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go79 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go101 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go119 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go139 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go168 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go184 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go224 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go241 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go258 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go273 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go289 // Example usage:COMMENT
LOWinternal/services/ratelimit/metrics/prometheus.go305 // Example usage:COMMENT
LOWinternal/services/keys/metrics/prometheus.go24 // Example usage:COMMENT
LOWinternal/services/keys/metrics/prometheus.go41 // Example usage:COMMENT
LOWinternal/services/usagelimiter/metrics/prometheus.go38 // Example usage:COMMENT
LOWinternal/services/usagelimiter/metrics/prometheus.go54 // Example usage:COMMENT
LOWinternal/services/usagelimiter/metrics/prometheus.go70 // Example usage:COMMENT
LOWsvc/ctrl/internal/db/custom_types.go52// Example usage:COMMENT
LOWdev/k8s/topolvm/setup-vg.sh7# Usage:COMMENT
LOWpkg/clickhouse/doc.go16// Example usage:COMMENT
LOWpkg/rbac/lexer.go103// Example usage:COMMENT
LOWpkg/rbac/parser.go51// Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go12 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go28 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go45 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go61 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go76 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go91 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go106 // Example usage:COMMENT
LOWpkg/cache/metrics/prometheus.go121 // Example usage:COMMENT
LOWpkg/hash/doc.go12// Example usage:COMMENT
LOWpkg/zen/context.go9// Example usage:COMMENT
LOWpkg/zen/context.go56// Usage example:COMMENT
LOWpkg/zen/context.go88// Usage example:COMMENT
LOWpkg/zen/metrics/prometheus.go53 // Example usage:COMMENT
LOWpkg/zen/metrics/prometheus.go72 // Example usage:COMMENT
LOWpkg/zen/metrics/prometheus.go87 // Example usage:COMMENT
LOWpkg/zen/metrics/prometheus.go103 // Example usage:COMMENT
LOWpkg/batch/metrics/prometheus.go29 // Example usage:COMMENT
LOWpkg/batch/metrics/prometheus.go55 // Example usage:COMMENT
LOWpkg/batch/metrics/prometheus.go73 // Example usage:COMMENT
LOWpkg/batch/metrics/prometheus.go89 // Example usage:COMMENT
LOWpkg/ptr/deref.go29// Example usage:COMMENT
LOWpkg/db/custom_types.go52// Example usage:COMMENT
LOWpkg/prometheus/server.go44// Example usage:COMMENT
LOWpkg/prometheus/server.go126// Example usage:COMMENT
LOWpkg/prometheus/metrics/panic.go17 // Example usage:COMMENT
LOWpkg/fault/wrapped.go148// Example usage:COMMENT
LOWpkg/circuitbreaker/doc.go16// Example usage:COMMENT
LOWpkg/circuitbreaker/metrics/prometheus.go12 // Example usage:COMMENT
LOWpkg/circuitbreaker/metrics/prometheus.go24 // Example usage:COMMENT
LOWpkg/testutil/containers/s3.go39// Example usage:COMMENT
LOWpkg/buffer/metrics/prometheus.go22 // Example usage:COMMENT
LOWpkg/buffer/metrics/prometheus.go37 // Example usage:COMMENT
LOWpkg/buffer/metrics/prometheus.go52 // Example usage:COMMENT
Modern AI Meta-Vocabulary8 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUMinternal/services/ratelimit/db/generate.go13// typed Go code plus a scaffold db file named "deleteme.go".COMMENT
MEDIUMinternal/services/ratelimit/db/doc.go14// pkg/mysql/schema and queries in queries/, and removes the scaffold db fileCOMMENT
MEDIUMinternal/services/keys/db/generate.go10// typed Go code plus a scaffold db file named "deleteme.go".COMMENT
MEDIUMsvc/frontline/internal/db/generate.go10// typed Go code plus a scaffold db file named "deleteme.go".COMMENT
MEDIUMsvc/frontline/internal/db/doc.go24// the temporary db scaffold file that sqlc emits (see generate.go andCOMMENT
MEDIUMsvc/ctrl/worker/deploy/build.go197// gitBuildContext carries the inputs that the shared git-build scaffoldCOMMENT
MEDIUMsvc/ctrl/worker/deploy/railpack.go132 // Names are already validated by the scaffold; the template onlyCOMMENT
MEDIUMsvc/ctrl/services/ops/rebuild_deployment.go12// authentication. See the proto doc for semantics and guardrails.COMMENT
Fake / Example Data19 hits · 19 pts
SeverityFileLineSnippetContext
LOWweb/internal/resend/emails/api_v1_migration.tsx81 username: "John Doe",CODE
LOWweb/internal/resend/emails/api_v1_migration.tsx82 workspaceName: "Acme Corp",CODE
LOWweb/internal/resend/emails/compute_budget_alert.tsx73 workspaceName: "Acme Inc",CODE
LOWweb/internal/resend/emails/compute_budget_stopped.tsx66 workspaceName: "Acme Inc",CODE
LOWweb/apps/portal/src/routes/dave-initial-design/-seed.ts348 appName: "Acme Inc",CODE
LOWweb/apps/dashboard/lib/auth/local.ts58 email: "admin@example.com",CODE
LOWweb/apps/dashboard/lib/auth/tests/workos-auth.test.ts843 email: "user@example.com",CODE
LOW…/routers/deploy/deployment/deployment-query-helpers.ts62 deployment.gitCommitAuthorAvatarUrl ?? "https://github.com/identicons/dummy-user.png",CODE
LOWdemo_api/main.go1140 example: "John Doe"CODE
LOWdemo_api/main.go1193 example: "John Doe"CODE
LOWdemo_api/main.go1238 example: "John Doe"CODE
LOWsvc/api/routes/v2_keys_whoami/200_test.go174 "created_by": "admin@example.com",CODE
LOWsvc/api/routes/v2_identities_get_identity/200_test.go178 strings.Repeat("Lorem ipsum dolor sit amet ", 50),CODE
LOWsvc/api/routes/v2_identities_get_identity/200_test.go178 strings.Repeat("Lorem ipsum dolor sit amet ", 50),CODE
LOWsvc/api/routes/v2_keys_get_key/200_test.go190 "created_by": "admin@example.com",CODE
LOW…c/api/routes/v2_identities_create_identity/200_test.go269 "name": "John Doe",CODE
LOWsvc/vault/internal/vault/corruption_detection_test.go424 "fake-key-id",CODE
LOWpkg/zen/session_bind_query_test.go217 queryValues.Add("name", "John Doe")CODE
LOWpkg/zen/session_bind_query_test.go230 assert.Equal(t, "John Doe", target.Name)CODE
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…ot-keys/components/dialog/hooks/use-root-key-dialog.ts7// Utility function for robust permission array comparison using Set-based equality checkCOMMENT
MEDIUMweb/apps/dashboard/components/logs/parse-timestamp.ts42 // Parse timestamp to number with robust validationCOMMENT
MEDIUMweb/apps/dashboard/components/logs/utils.tsx166 // Normalize timestamps to numeric for robust comparisonCOMMENT
MEDIUMpkg/fault/doc.go2// building robust applications with rich error context and secure user messaging.COMMENT
MEDIUMpkg/circuitbreaker/lib.go65 // tiny sample can't trip it. This is robust to traffic volume — a briefCOMMENT
Redundant / Tautological Comments2 hits · 2 pts
SeverityFileLineSnippetContext
LOWcmd/healthcheck/main.go27unkey healthcheck https://api.unkey.dev/health # Check if a service is healthyCODE
LOWdev/setup-wildcard-dns.sh24# Check if dnsmasq is installedCOMMENT