The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
This report presents the forensic synthetic code analysis of Kong/insomnia, a TypeScript project with 39,895 GitHub stars. SynthScan v2.0 examined 277,770 lines of code across 1629 source files, recording 325 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 4.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).
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 325 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 |
|---|---|---|---|---|
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 388 | "displayValue": "insomnia.request.url.urlObject.searchParams.append()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 389 | "name": "insomnia.request.url.urlObject.searchParams.append()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 390 | "value": "insomnia.request.url.urlObject.searchParams.append()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 393 | "displayValue": "insomnia.request.url.urlObject.searchParams.delete()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 394 | "name": "insomnia.request.url.urlObject.searchParams.delete()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 395 | "value": "insomnia.request.url.urlObject.searchParams.delete()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 398 | "displayValue": "insomnia.request.url.urlObject.searchParams.get()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 399 | "name": "insomnia.request.url.urlObject.searchParams.get()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 400 | "value": "insomnia.request.url.urlObject.searchParams.get()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 403 | "displayValue": "insomnia.request.url.urlObject.searchParams.getAll()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 404 | "name": "insomnia.request.url.urlObject.searchParams.getAll()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 405 | "value": "insomnia.request.url.urlObject.searchParams.getAll()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 408 | "displayValue": "insomnia.request.url.urlObject.searchParams.has()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 409 | "name": "insomnia.request.url.urlObject.searchParams.has()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 410 | "value": "insomnia.request.url.urlObject.searchParams.has()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 413 | "displayValue": "insomnia.request.url.urlObject.searchParams.set()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 414 | "name": "insomnia.request.url.urlObject.searchParams.set()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 415 | "value": "insomnia.request.url.urlObject.searchParams.set()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 418 | "displayValue": "insomnia.request.url.urlObject.searchParams.sort()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 419 | "name": "insomnia.request.url.urlObject.searchParams.sort()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 420 | "value": "insomnia.request.url.urlObject.searchParams.sort()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 423 | "displayValue": "insomnia.request.url.urlObject.searchParams.entries()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 424 | "name": "insomnia.request.url.urlObject.searchParams.entries()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 425 | "value": "insomnia.request.url.urlObject.searchParams.entries()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 428 | "displayValue": "insomnia.request.url.urlObject.searchParams.forEach()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 429 | "name": "insomnia.request.url.urlObject.searchParams.forEach()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 430 | "value": "insomnia.request.url.urlObject.searchParams.forEach()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 433 | "displayValue": "insomnia.request.url.urlObject.searchParams.keys()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 434 | "name": "insomnia.request.url.urlObject.searchParams.keys()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 435 | "value": "insomnia.request.url.urlObject.searchParams.keys()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 438 | "displayValue": "insomnia.request.url.urlObject.searchParams.values()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 439 | "name": "insomnia.request.url.urlObject.searchParams.values()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 440 | "value": "insomnia.request.url.urlObject.searchParams.values()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 443 | "displayValue": "insomnia.request.url.urlObject.searchParams.toString()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 444 | "name": "insomnia.request.url.urlObject.searchParams.toString()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 445 | "value": "insomnia.request.url.urlObject.searchParams.toString()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 733 | "displayValue": "insomnia.response.originalRequest.url.urlObject.toString()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 734 | "name": "insomnia.response.originalRequest.url.urlObject.toString()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 735 | "value": "insomnia.response.originalRequest.url.urlObject.toString()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 793 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.append()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 794 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.append()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 795 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.append()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 798 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.delete()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 799 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.delete()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 800 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.delete()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 803 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.get()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 804 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.get()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 805 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.get()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 808 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.getAll()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 809 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.getAll()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 810 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.getAll()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 813 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.has()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 814 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.has()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 815 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.has()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 818 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.set()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 819 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.set()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 820 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.set()" | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 823 | "displayValue": "insomnia.response.originalRequest.url.urlObject.searchParams.sort()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 824 | "name": "insomnia.response.originalRequest.url.urlObject.searchParams.sort()", | CODE |
| CRITICAL⚡ | …a-scripting-environment/src/autocomplete-snippets.json | 825 | "value": "insomnia.response.originalRequest.url.urlObject.searchParams.sort()" | CODE |
| 19 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/insomnia-inso/src/scripts/docs.ts | 30 | function generateSubcommandsMarkdown( | CODE |
| LOW | …kages/insomnia-inso/src/commands/lint-specification.ts | 37 | async function assertResolvesToPublicHost(hostname: string): Promise<void> { | CODE |
| LOW | packages/insomnia/src/ui/analytics.ts | 35 | export function readPendingImportAttribution(): ImportAttribution { | CODE |
| LOW | packages/insomnia/src/ui/organization-utils.ts | 57 | export async function updateLocalProjectToRemote({ | CODE |
| LOW | packages/insomnia/src/ui/organization-utils.ts | 127 | export function findMigrationTargetSpaceId(organizations: Organization[]): string { | CODE |
| LOW | packages/insomnia/src/ui/organization-utils.ts | 132 | export async function migrateProjectsUnderOrganization(personalOrganizationId: string, sessionId: string) { | CODE |
| LOW | …kages/insomnia/src/ui/utils/render-realtime-connect.ts | 21 | export async function renderRealtimeConnectPayload({ | CODE |
| LOW | packages/insomnia/src/ui/utils/grpc.ts | 20 | export function getGrpcConnectionErrorDetails(error: Error) { | CODE |
| LOW | packages/insomnia/src/ui/components/keydown-binder.ts | 54 | export function useDocBodyKeyboardShortcuts( | CODE |
| LOW | packages/insomnia/src/ui/components/time-from-now.tsx | 51 | export function convertEpochToMilliseconds(epoch: number) { | CODE |
| LOW | …navigation-sidebar/project-navigation-sidebar-utils.ts | 58 | export async function getWorkspacesByProjectIds(projectIds: string[]) { | CODE |
| LOW | …navigation-sidebar/project-navigation-sidebar-utils.ts | 83 | export async function getAllRequestsAndMetaByWorkspace(workspaceIds: string[]) { | CODE |
| LOW | …navigation-sidebar/project-navigation-sidebar-utils.ts | 205 | export function flattenCollectionChildren( | CODE |
| LOW | …/insomnia/src/ui/components/settings/import-export.tsx | 123 | async function writeExportedFileToFileSystem(filename: string, data: string) { | CODE |
| LOW | …nsomnia/src/ui/components/modals/cli-preview-modal.tsx | 8 | function generateCommandArgumentsForRequests( | CODE |
| LOW | …omnia/src/ui/components/modals/import-modal/shared.tsx | 191 | function getWorkspaceCountsByScope(workspaces: { scope?: string }[], scanResult: ScanResult) { | CODE |
| LOW | …src/ui/components/modals/invite-modal/invite-modal.tsx | 628 | async function revalidateCurrentUserRoleAndPermissionsInOrg(organizationId: string) { | CODE |
| LOW | …s/.client/codemirror/normalize-irregular-whitespace.ts | 31 | export function normalizeIrregularWhitespace(text: string) { | CODE |
| LOW | …mponents/.client/codemirror/extensions/autocomplete.ts | 130 | function completeIfAfterTagOrVarOpen(cm: CodeMirror.Editor) { | CODE |
| LOW | …insomnia/src/ui/components/git/git-oauth-auth-utils.ts | 16 | export function isOAuthAccessTokenExpired(credential: GitCredentials | null | undefined): boolean { | CODE |
| LOW | …insomnia/src/ui/components/git/git-oauth-auth-utils.ts | 37 | export function shouldShowConfigureGitHubAppLink( | CODE |
| LOW | …es/insomnia/src/ui/hooks/use-organization-features.tsx | 13 | export function useOrganizationPermissions() { | CODE |
| LOW | …nsomnia/src/ui/hooks/use-realtime-connection-events.ts | 10 | export function useRealtimeConnectionEvents({ | CODE |
| LOW | …/src/ui/hooks/use-realtime-connection-notifications.ts | 7 | export function useRealtimeConnectionNotifications({ | CODE |
| LOW | packages/insomnia/src/__mocks__/@grpc/grpc-js.ts | 87 | export function makeGenericClientConstructor() { | CODE |
| LOW | packages/insomnia/src/konnect/api.ts | 145 | export async function fetchKonnectOrganizationId(pat: string, signal?: AbortSignal): Promise<string | undefined> { | CODE |
| LOW | packages/insomnia/src/konnect/expression-parser.ts | 35 | export function extractFieldsFromExpression(expression: string): ExtractedRouteFields { | CODE |
| LOW | packages/insomnia/src/network/network.ts | 79 | export function getOrInheritHeaders({ | CODE |
| LOW | packages/insomnia/src/network/network.ts | 686 | export async function tryToExecuteAfterResponseScript(context: RequestAndContextAndResponse) { | CODE |
| LOW | packages/insomnia/src/network/send-request.node.ts | 38 | export async function getSendRequestCallbackMemDb( | CODE |
| LOW | packages/insomnia/src/basic-components/utils.ts | 32 | export function getBackgroundColorClasses(color: ButtonColor) { | CODE |
| LOW | packages/insomnia/src/common/project.ts | 218 | export async function getProjectsWithGitRepositories({ | CODE |
| LOW | packages/insomnia/src/common/api-specs.ts | 42 | export function resolveComponentSchemaRefs(spec: ParsedApiSpec, methodInfo: Record<string, any>) { | CODE |
| LOW | …ages/insomnia/src/common/organization-storage-rules.ts | 15 | export async function fetchAndCacheOrganizationStorageRule( | CODE |
| LOW | packages/insomnia/src/common/constants.ts | 368 | export function getMimeTypeFromContentType(contentType: string) { | CODE |
| LOW | packages/insomnia/src/common/render.ts | 516 | export async function getRenderedGrpcRequestMessage({ | CODE |
| LOW | packages/insomnia/src/common/render.ts | 528 | export async function getRenderedRequestAndContext({ | CODE |
| LOW | packages/insomnia/src/common/render.ts | 678 | export async function getRenderContextAncestors( | CODE |
| LOW | …ages/insomnia/src/common/spectral-ruleset-validator.ts | 41 | function containsPrototypePollution(value: string): boolean { | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 286 | export function insomniaSchemaTypeToScope(type: InsomniaFile['type']): WorkspaceScope { | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 849 | function getCollectionFromResources( | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 983 | function getEnvironmentsFromResources( | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 1022 | function getCookieJarFromResources( | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 1052 | function getTestSuitesFromResources( | CODE |
| LOW | packages/insomnia/src/common/insomnia-v5.ts | 1142 | function getMcpRequestFromResources( | CODE |
| LOW | packages/insomnia/src/common/import.ts | 82 | export async function fetchImportContentFromURI({ uri }: { uri: string }) { | CODE |
| LOW | packages/insomnia/src/common/import.ts | 109 | export async function getFilesFromPostmanExportedDataDump(filePath: string): Promise<PostmanDataDumpRawData> { | CODE |
| LOW | packages/insomnia/src/common/import.ts | 415 | function filterResourcesInWorkspace(resources: BaseModel[], workspace: Workspace) { | CODE |
| LOW | packages/insomnia/src/common/import.ts | 829 | export async function findRequestInExistingWorkspace( | CODE |
| LOW | …insomnia/src/common/insomnia-schema-migrations/v5.1.ts | 67 | export function cleanHeadersAndParameters(obj: any): any { | CODE |
| LOW | …nia/src/common/insomnia-schema-migrations/migration.md | 151 | export function cleanHeadersAndParameters(obj: any): any { | CODE |
| LOW⚡ | packages/insomnia/src/common/utils/vault.ts | 29 | export function decryptVaultKeyFromSession(vaultKey: string, toJsonWebKey: true): Promise<object>; | CODE |
| LOW⚡ | packages/insomnia/src/common/utils/vault.ts | 30 | export function decryptVaultKeyFromSession(vaultKey: string, toJsonWebKey: false): Promise<string>; | CODE |
| LOW⚡ | packages/insomnia/src/common/utils/vault.ts | 31 | export async function decryptVaultKeyFromSession(vaultKey: string, toJsonWebKey: boolean): Promise<string | object> { | CODE |
| LOW | …ia/src/common/templating/mask-or-decrypt-vault-data.ts | 7 | export async function maskOrDecryptVaultDataIfNecessary(vaultEnvironmentData: any, renderPurpose?: RenderPurpose) { | CODE |
| LOW | packages/insomnia/src/common/templating/utils.ts | 47 | export function normalizeToDotAndBracketNotation(prefix: string) { | CODE |
| LOW | packages/insomnia/src/common/templating/utils.ts | 144 | export function extractNunjucksTagFromCoords( | CODE |
| LOW | packages/insomnia/src/common/templating/render-error.ts | 58 | export function extractUndefinedVariableKey(text = '', templatingContext: Record<string, any>): string[] { | CODE |
| LOW | …omnia/src/common/templating/third_party/object-path.ts | 66 | (function countBackslashesBeforeClosing() { | CODE |
| LOW | packages/insomnia/src/sync/git/insomnia-filename.ts | 1 | export function safeToUseInsomniaFileName(fileName: string) { | CODE |
| 88 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ation-sidebar/project-navigation-sidebar-utils.test.ts | 14 | // ── Helpers for pure-function test fixtures ─────────────────────────────── | COMMENT |
| MEDIUM | …ation-sidebar/project-navigation-sidebar-utils.test.ts | 89 | // ── DB-backed tests ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ation-sidebar/project-navigation-sidebar-utils.test.ts | 241 | // ── Pure-function tests ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ation-sidebar/project-navigation-sidebar-utils.test.ts | 415 | // ── filterCollection ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/transform.ts | 5 | // ─── Template injection sanitisation ───────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/transform.ts | 55 | // ─── Proxy environment variables ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/transform.ts | 115 | // ─── Path handling ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/transform.ts | 231 | // ─── Header / path-parameter merging ───────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 13 | // ─── sanitizeRoute ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 232 | // ─── deriveProxyVarDefaults ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 330 | // ─── generatePathPlaceholder ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 422 | // ─── mergeHeaders ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 459 | // ─── mergePathParameters ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 478 | // ─── konnectHeadersChanged ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/insomnia/src/konnect/__tests__/transform.test.ts | 514 | // ─── pathParametersChanged ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 18 | // ─── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 127 | // ─── Feature: HTTP Route Sync ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 475 | // ─── Feature: Request Naming ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 566 | // ─── Feature: Re-sync ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 993 | // ─── Feature: Idempotent Sync (Route Keying) ────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1073 | // ─── Feature: gRPC Route Sync ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1301 | // ─── Feature: WebSocket Route Sync ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1489 | // ─── Feature: L4 (Stream) Routes — Skipped ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1515 | // ─── Feature: SNI-Only Routes ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1544 | // ─── Feature: Collection (Workspace) Naming ───────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1596 | // ─── Feature: Environment Variable Mapping ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1730 | // ─── Feature: Control Plane (Project) Naming ──────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1780 | // ─── Feature: Wildcard and Edge-Case Hosts ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 1832 | // ─── Feature: Expression-Based Routes ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/sync.test.ts | 2135 | // ─── Feature: Multi-Region Control Plane Sync ──────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 11 | // ─── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 61 | // ─── validatePat ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 117 | // ─── fetchAllControlPlanes — page-number pagination ────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 238 | // ─── fetchAllServices — offset pagination ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 307 | // ─── fetchRoutesForService — offset pagination ────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 387 | // ─── Retry logic (fetchWithRetry, tested through exported functions) ───────── | COMMENT |
| MEDIUM | packages/insomnia/src/konnect/__tests__/api.test.ts | 564 | // ─── fetchKonnectOrganizationId ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/insomnia/src/sync/git/repo-file-watcher.ts | 752 | // ── Check if file still exists and is not a symlink ────────────── | COMMENT |
| MEDIUM⚡ | packages/insomnia/src/sync/git/repo-file-watcher.ts | 770 | // ── Fast-path: mtime unchanged → skip ──────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/insomnia/src/sync/git/repo-file-watcher.ts | 780 | // ── Read file ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/insomnia/src/sync/git/repo-file-watcher.ts | 789 | // ── Content-hash dedup: skip if this is our own write ──────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …kages/insomnia-inso/src/commands/lint-specification.ts | 95 | // Step 1: flatten local extends and validate remote URLs (SSRF + disallowed keys). | COMMENT |
| LOW⚡ | …kages/insomnia-inso/src/commands/lint-specification.ts | 97 | // Step 2: fetch + fully inline remote extends so bundleAndLoadRuleset has nothing to fetch, | COMMENT |
| LOW | packages/insomnia/src/sync/git/git-repo-migration.ts | 234 | // Step 1: Rename git/ → .git/ | COMMENT |
| LOW⚡ | packages/insomnia/src/sync/git/git-repo-migration.ts | 256 | // Step 2: Collapse other/ → repo root | COMMENT |
| LOW⚡ | packages/insomnia/src/sync/git/git-repo-migration.ts | 264 | // Step 3: Flush all Insomnia YAML workspaces to disk so they become real files. | COMMENT |
| LOW | packages/insomnia/src/main/install-plugin.ts | 75 | // Step 1: Validate the plugin and fetch its npm metadata | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 96 | // Step 2: Create the plugin directory if it doesn't exist | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 103 | // Step 3: only allow tarballs from known hosts | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 122 | // Step 4: Install the plugin into a temporary directory | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 126 | // Step 5: Move the main plugin folder into the plugin directory | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 132 | // Step 6: Handle the plugin's dependencies | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …kages/insomnia-inso/src/commands/lint-specification.ts | 95 | // Step 1: flatten local extends and validate remote URLs (SSRF + disallowed keys). | COMMENT |
| LOW⚡ | …kages/insomnia-inso/src/commands/lint-specification.ts | 97 | // Step 2: fetch + fully inline remote extends so bundleAndLoadRuleset has nothing to fetch, | COMMENT |
| LOW | packages/insomnia/src/sync/git/git-repo-migration.ts | 234 | // Step 1: Rename git/ → .git/ | COMMENT |
| LOW⚡ | packages/insomnia/src/sync/git/git-repo-migration.ts | 256 | // Step 2: Collapse other/ → repo root | COMMENT |
| LOW⚡ | packages/insomnia/src/sync/git/git-repo-migration.ts | 264 | // Step 3: Flush all Insomnia YAML workspaces to disk so they become real files. | COMMENT |
| LOW | packages/insomnia/src/main/install-plugin.ts | 75 | // Step 1: Validate the plugin and fetch its npm metadata | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 96 | // Step 2: Create the plugin directory if it doesn't exist | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 103 | // Step 3: only allow tarballs from known hosts | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 122 | // Step 4: Install the plugin into a temporary directory | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 126 | // Step 5: Move the main plugin folder into the plugin directory | COMMENT |
| LOW⚡ | packages/insomnia/src/main/install-plugin.ts | 132 | // Step 6: Handle the plugin's dependencies | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/insomnia/src/ui/components/svg-icon.tsx | 117 | placeholder: 'placeholder', | CODE |
| LOW | …mnia/src/ui/components/settings/text-array-setting.tsx | 17 | placeholder?: InputHTMLAttributes<HTMLInputElement>['placeholder']; | CODE |
| LOW | …s/insomnia/src/ui/components/settings/text-setting.tsx | 13 | placeholder?: InputHTMLAttributes<HTMLInputElement>['placeholder']; | CODE |
| LOW | …insomnia/src/ui/components/settings/masked-setting.tsx | 14 | placeholder?: React.HTMLProps<HTMLInputElement>['placeholder']; | CODE |
| LOW | …ommon/__fixtures__/insomnia-v5-roundtrip/bookings.yaml | 165 | "contactEmail": "user@example.com" | CODE |
| LOW | …ges/insomnia/src/main/importers/importers/swagger-2.ts | 410 | 'string_email': () => 'user@example.com', | CODE |
| LOW | …ges/insomnia/src/main/importers/importers/openapi-3.ts | 560 | 'string_email': () => 'user@example.com', | CODE |
| LOW | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 231 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW⚡ | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 242 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW⚡ | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 251 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW⚡ | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 260 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW⚡ | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 269 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 283 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| LOW | …ckages/insomnia-data/__tests__/git-credentials.test.ts | 290 | author: { name: 'User', email: 'user@example.com' }, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/insomnia-inso/src/scripts/macos-pkg.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …navigation-sidebar/project-navigation-sidebar-utils.ts | 41 | // parentId: r.parentId, | COMMENT |
| LOW | …src/ui/components/modals/git-project-staging-modal.tsx | 181 | // Handle drops between items from other lists. | COMMENT |
| LOW | …c/ui/components/.client/codemirror/one-line-editor.tsx | 381 | useEffect(() => { | COMMENT |
| LOW | …nsomnia/src/templating/sandbox/in-sandbox-bootstrap.ts | 21 | ' "use strict";', | COMMENT |
| LOW | …a/src/common/__tests__/import-export-roundtrip.test.ts | 21 | COMMENT | |
| LOW | packages/insomnia/src/sync/git/ne-db-client.ts | 81 | const doc = await db.findOne(type, { _id: id }); | COMMENT |
| LOW | packages/insomnia/src/main/cloud-sync/core/util.ts | 81 | for (const key of allKeys) { | COMMENT |
| LOW | packages/insomnia-smoke-test/tests/smoke/invite.test.ts | 41 | // // Unlink the team. The team is showing as the first option in the list | COMMENT |
| LOW | …e-test/tests/migration/local-to-cloud-projects.test.ts | 41 | // @TODO Re-enable this test | COMMENT |
| LOW | …e-test/tests/migration/local-to-cloud-projects.test.ts | 61 | // await page.getByTestId('project').click(); | COMMENT |
| LOW | …mnia-scripting-environment/src/objects/send-request.ts | 101 | default: { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/insomnia/src/ui/components/request-url-bar.tsx | 134 | // robust to React StrictMode's double-mount and to the request pane keying by requestId. | COMMENT |
| MEDIUM | …test/playwright/pages/components/navigation-sidebar.ts | 109 | // Sometimes the dropdown button can be a bit tricky to click if the hover state isn't properly triggered, so we'll | COMMENT |
| MEDIUM | …test/playwright/pages/components/navigation-sidebar.ts | 175 | // Sometimes the dropdown button can be a bit tricky to click if the hover state isn't properly triggered, so we'll | COMMENT |
| MEDIUM | …test/playwright/pages/components/navigation-sidebar.ts | 192 | // Sometimes the dropdown button can be a bit tricky to click if the hover state isn't properly triggered, so we'll | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …omnia/src/routes/ai.mcp-generate-sampling-response.tsx | 53 | // Response sampling request with AI-generated response | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/insomnia-inso/src/scripts/macos-pkg.sh | 53 | # Create a staging area for the installer package. | COMMENT |
| MEDIUM | .github/workflows/release-start.yml | 83 | - name: Create Branch # Create a branch if it doesn't exist | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/insomnia/src/network/cancellation.renderer.ts | 17 | // TODO: implement cancelPreRequestScript on hiddenBrowserWindow side? | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/insomnia/src/entry.server.tsx | 12 | export default function handleRequest( | CODE |