A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.
This report presents the forensic synthetic code analysis of samanhappy/mcphub, a TypeScript project with 2,225 GitHub stars. SynthScan v2.0 examined 117,692 lines of code across 524 source files, recording 165 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.4 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 165 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 1 | // ── Mock UserRepository ─────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 41 | // ── findBySsoUserId ────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 67 | // ── toIUser mapping ───────────────────────────────────────── | COMMENT |
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 111 | // ── create with ssoUserId ─────────────────────────────────── | COMMENT |
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 146 | // ── createWithHashedPassword with ssoUserId ───────────────── | COMMENT |
| MEDIUM | tests/dao/userDaoDbImpl.test.ts | 165 | // ── update with ssoUserId ─────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 17 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 19 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 78 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 80 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 117 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 119 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 145 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 147 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 181 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 183 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/utils/tokenTruncation.test.ts | 260 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/utils/tokenTruncation.test.ts | 262 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/utils/tokenTruncation.test.ts | 272 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/utils/tokenTruncation.test.ts | 274 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 292 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 294 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 454 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 456 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 506 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/utils/tokenTruncation.test.ts | 508 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/controllers/userController.test.ts | 3 | // ── Mock service layer ─────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/controllers/userController.test.ts | 55 | // ── createUser ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/controllers/userController.test.ts | 109 | // ── updateExistingUser ─────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/userService.test.ts | 1 | // ── Mock DAO layer ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/userService.test.ts | 41 | // ── createNewUser ──────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/userService.test.ts | 90 | // ── updateUser ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/userService.test.ts | 141 | // ── deleteUser ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 3 | // ── Mock DAO layer ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 20 | // ── Mock Better Auth runtime config ────────────────────────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 27 | // ── Mock Better Auth modules (used by getBetterAuthSession) ────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 45 | // ── Priority 1: ssoUserId match ────────────────────────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 104 | // ── Priority 2: email match (legacy fallback) ──────────────── | COMMENT |
| MEDIUM⚡ | tests/services/betterAuthSession.test.ts | 162 | // ── Priority 3: username match (backward compat) ───────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 219 | // ── Priority 4: create new user ────────────────────────────── | COMMENT |
| MEDIUM | tests/services/betterAuthSession.test.ts | 282 | // ── Session edge cases ─────────────────────────────────────── | COMMENT |
| MEDIUM | src/types/index.ts | 759 | // ─── Context Footprint (token cost) feature ─────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 50 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 52 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 73 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 75 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 98 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 100 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 350 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 352 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 415 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/utils/tokenTruncation.ts | 417 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/services/vectorSearchService.ts | 1145 | // ── Phase 1: Generate all embeddings in memory (no DB access) ────────────── | COMMENT |
| MEDIUM | src/services/vectorSearchService.ts | 1216 | // ── Phase 2: Persist embeddings to DB ────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | mcp_settings.json | 10 | "AMAP_MAPS_API_KEY": "your-api-key" | CODE |
| HIGH | articals/intro2.md | 60 | "AMAP_MAPS_API_KEY": "your-api-key" | CODE |
| HIGH | frontend/src/components/ServerForm.tsx | 617 | placeholder="your-api-key" | CODE |
| HIGH | tests/cli/commands/install.test.ts | 34 | env: { AMAP_MAPS_API_KEY: '<your-api-key>' }, | CODE |
| HIGH | tests/cli/commands/install.test.ts | 38 | AMAP_MAPS_API_KEY: { description: 'AMap API key', required: true, example: '<your-api-key>' }, | CODE |
| HIGH | examples/openapi-schema-config.json | 13 | "value": "your-api-key-here" | CODE |
| HIGH | examples/openapi-schema-config.json | 246 | "value": "your-api-key-here" | CODE |
| HIGH | src/services/vectorSearchService.ts | 40 | ` -H "Authorization: Bearer <YOUR_API_KEY>"`, | CODE |
| HIGH | src/services/vectorSearchService.ts | 40 | ` -H "Authorization: Bearer <YOUR_API_KEY>"`, | CODE |
| HIGH | src/services/vectorSearchService.ts | 800 | `[Embedding] Reproducible curl (copy/paste and replace <YOUR_API_KEY>):\n${debugCurl}`, | CODE |
| HIGH | src/services/vectorSearchService.ts | 800 | `[Embedding] Reproducible curl (copy/paste and replace <YOUR_API_KEY>):\n${debugCurl}`, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/config/migrationUtils.ts | 63 | // Step 1: Backup current data | COMMENT |
| LOW⚡ | src/config/migrationUtils.ts | 68 | // Step 2: Perform migration | COMMENT |
| LOW⚡ | src/config/migrationUtils.ts | 77 | // Step 3: Validate migration | COMMENT |
| LOW | src/scripts/dao-demo.ts | 128 | // Step 1: Show current configuration | COMMENT |
| LOW | src/scripts/dao-demo.ts | 140 | // Step 2: Switch to DAO and show same data | COMMENT |
| LOW | src/scripts/dao-demo.ts | 154 | // Step 3: Demonstrate CRUD operations | COMMENT |
| LOW | src/scripts/dao-demo.ts | 218 | // Step 4: Show benefits | COMMENT |
| LOW⚡ | src/db/connection.ts | 277 | // Step 1: Drop any existing index on the column | COMMENT |
| LOW⚡ | src/db/connection.ts | 284 | // Step 2: Ensure embedding column exists and uses vector type | COMMENT |
| LOW⚡ | src/db/connection.ts | 292 | // Step 3: Try to create appropriate indices | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 158 | // Step 1: Parse WWW-Authenticate header to get resource metadata URL | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 166 | // Step 2: Fetch protected resource metadata | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 169 | // Step 3: Select first authorization server (TODO: implement proper selection logic) | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 176 | // Step 4: Determine resource URL (canonical URI of MCP server) | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 179 | // Step 5: Extract supported scopes from resource metadata | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 238 | // Step 1: Determine the authorization server URL | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 254 | // Step 2: Prepare client metadata for registration | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 289 | // Step 3: Perform dynamic client registration | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 302 | // Step 4: Store registered client information | COMMENT |
| LOW | src/services/sseService.ts | 183 | // Step 1: Try to match as a group (by name or id), since group has higher priority | COMMENT |
| LOW | src/services/sseService.ts | 242 | // Step 2: Not a group, try to match as a server name | COMMENT |
| LOW | src/services/sseService.ts | 262 | // Step 3: Not a valid group or server, deny access | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/config/migrationUtils.ts | 63 | // Step 1: Backup current data | COMMENT |
| LOW⚡ | src/config/migrationUtils.ts | 68 | // Step 2: Perform migration | COMMENT |
| LOW⚡ | src/config/migrationUtils.ts | 77 | // Step 3: Validate migration | COMMENT |
| LOW | src/scripts/dao-demo.ts | 128 | // Step 1: Show current configuration | COMMENT |
| LOW | src/scripts/dao-demo.ts | 140 | // Step 2: Switch to DAO and show same data | COMMENT |
| LOW | src/scripts/dao-demo.ts | 154 | // Step 3: Demonstrate CRUD operations | COMMENT |
| LOW | src/scripts/dao-demo.ts | 218 | // Step 4: Show benefits | COMMENT |
| LOW⚡ | src/db/connection.ts | 277 | // Step 1: Drop any existing index on the column | COMMENT |
| LOW⚡ | src/db/connection.ts | 284 | // Step 2: Ensure embedding column exists and uses vector type | COMMENT |
| LOW⚡ | src/db/connection.ts | 292 | // Step 3: Try to create appropriate indices | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 158 | // Step 1: Parse WWW-Authenticate header to get resource metadata URL | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 166 | // Step 2: Fetch protected resource metadata | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 169 | // Step 3: Select first authorization server (TODO: implement proper selection logic) | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 176 | // Step 4: Determine resource URL (canonical URI of MCP server) | COMMENT |
| LOW⚡ | src/services/oauthClientRegistration.ts | 179 | // Step 5: Extract supported scopes from resource metadata | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 238 | // Step 1: Determine the authorization server URL | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 254 | // Step 2: Prepare client metadata for registration | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 289 | // Step 3: Perform dynamic client registration | COMMENT |
| LOW | src/services/oauthClientRegistration.ts | 302 | // Step 4: Store registered client information | COMMENT |
| LOW | src/services/sseService.ts | 183 | // Step 1: Try to match as a group (by name or id), since group has higher priority | COMMENT |
| LOW | src/services/sseService.ts | 242 | // Step 2: Not a group, try to match as a server name | COMMENT |
| LOW | src/services/sseService.ts | 262 | // Step 3: Not a valid group or server, deny access | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | frontend/src/pages/SettingsPage.tsx | 352 | function getDefaultTokenLimitForUI(model: string): number { | CODE |
| LOW | frontend/src/pages/SettingsPage.tsx | 375 | function parseEmbeddingMaxTokensForUpdate( | CODE |
| LOW | frontend/src/pages/SettingsPage.tsx | 386 | function parseBasePacingDelayForUpdate( | CODE |
| LOW | scripts/dev-backend.js | 12 | function resolvePathFromProjectRoot(value) { | CODE |
| LOW | src/dao/examples.ts | 138 | export async function exampleSystemConfigOperations() { | CODE |
| LOW | src/dao/examples.ts | 169 | export async function exampleUserConfigOperations() { | CODE |
| LOW | src/utils/path.ts | 175 | function resolveSettingsPathFromEnv(envPath: string, filename: string): string { | CODE |
| LOW | src/utils/ssrf.ts | 149 | export function createRedirectValidatingFetch( | CODE |
| LOW | src/utils/tokenCost.ts | 41 | export function serializePromptDefinition( | CODE |
| LOW | src/utils/tokenCost.ts | 51 | export function serializeResourceDefinition( | CODE |
| LOW | src/utils/tokenTruncation.ts | 34 | export function getModelDefaultTokenLimit(model: string): number { | CODE |
| LOW | src/db/types/postgresVectorType.ts | 7 | export function registerPostgresVectorType(dataSource: DataSource): void { | CODE |
| LOW | src/controllers/oauthServerController.ts | 34 | async function resolveBetterAuthUserForAuthorize( | CODE |
| LOW | src/controllers/oauthServerController.ts | 106 | async function validateClientRedirectUri( | CODE |
| LOW | src/services/changelogService.ts | 22 | export function clearChangelogUpdateCache(): void { | CODE |
| LOW | src/services/changelogService.ts | 69 | async function fetchUpdateInfoFromMcphubWeb( | CODE |
| LOW | src/services/activityLoggingService.ts | 146 | export function getActivityLoggingService(): ActivityLoggingService { | CODE |
| LOW | src/services/hostedInternalAuth.ts | 58 | export function serializeInternalRequestBodyForSignature(body?: unknown): string { | CODE |
| LOW | src/services/hostedInternalAuth.ts | 143 | export function verifyInternalExpressRequest( | CODE |
| LOW | src/services/hostedControlPlaneClient.ts | 107 | function createSignedControlPlaneHeaders( | CODE |
| LOW | src/services/hostedControlPlaneClient.ts | 119 | function createValidateHostedApiKeyAuthHeaders(): InternalRequestAuthHeaders { | CODE |
| LOW | src/services/vectorSearchService.ts | 853 | function generateFallbackEmbedding(text: string): number[] { | CODE |
| LOW | src/services/vectorSearchService.ts | 1625 | async function checkDatabaseVectorDimensions(dimensionsNeeded: number): Promise<boolean> { | CODE |
| LOW | src/services/vectorSearchService.ts | 1774 | async function clearMismatchedVectorData(expectedDimensions: number): Promise<void> { | CODE |
| LOW | src/services/openApiGeneratorService.ts | 27 | function convertToolSchemaToOpenAPI(tool: Tool): { | CODE |
| LOW | src/services/openApiGeneratorService.ts | 93 | function generateOperationFromTool(tool: Tool, serverName: string): OpenAPIV3.OperationObject { | CODE |
| LOW | src/services/hostedEventSubscriber.ts | 36 | function shouldSubscribeToRedisEvents(): boolean { | CODE |
| LOW | src/services/hostedEventSubscriber.ts | 80 | export async function startHostedEventSubscriber(): Promise<void> { | CODE |
| LOW | src/services/hostedEventSubscriber.ts | 218 | export async function stopHostedEventSubscriber(): Promise<void> { | CODE |
| LOW | src/services/templateService.ts | 218 | function stripOpenApiSecuritySecrets( | CODE |
| LOW | src/services/mcpService.ts | 3671 | export async function filterResourceTemplatesByGroup( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/controllers/serverController.ts | 1993 | oidcTarget.providerId = auth.betterAuth.providers.oidc.providerId.trim(); | CODE |
| CRITICAL | src/controllers/serverController.ts | 1997 | oidcTarget.discoveryUrl = auth.betterAuth.providers.oidc.discoveryUrl.trim(); | CODE |
| CRITICAL | src/controllers/serverController.ts | 2012 | const promptValue = auth.betterAuth.providers.oidc.prompt.trim(); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/utils/parameterConversion.test.ts | 103 | const params = { name: 'John Doe' }; | CODE |
| LOW | tests/utils/parameterConversion.test.ts | 113 | expect(result.name).toBe('John Doe'); | CODE |
| LOW⚡ | tests/controllers/userController.test.ts | 144 | email: 'admin@example.com', | CODE |
| LOW⚡ | tests/controllers/userController.test.ts | 150 | body: { isAdmin: true, email: 'admin@example.com' }, | CODE |
| LOW⚡ | tests/controllers/userController.test.ts | 158 | email: 'admin@example.com', | CODE |
| LOW⚡ | tests/services/userService.test.ts | 114 | email: 'admin@example.com', | CODE |
| LOW⚡ | tests/services/userService.test.ts | 117 | await updateUser('testuser', { isAdmin: true, email: 'admin@example.com' }); | CODE |
| LOW⚡ | tests/services/userService.test.ts | 120 | expect(mockUpdate).toHaveBeenCalledWith('testuser', { email: 'admin@example.com' }); | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 129 | user: { id: 'ba-456', email: 'user@example.com', name: 'User' }, | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 133 | username: 'user@example.com', | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 134 | email: 'user@example.com', | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 142 | expect(mockUpdate).toHaveBeenCalledWith('user@example.com', { ssoUserId: 'ba-456' }); | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 147 | user: { id: undefined, email: 'user@example.com' }, | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 151 | username: 'user@example.com', | CODE |
| LOW⚡ | tests/services/betterAuthSession.test.ts | 152 | email: 'user@example.com', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/ci.yml | 61 | # - name: Enable Corepack | COMMENT |
| LOW | .github/workflows/ci.yml | 81 | # POSTGRES_PASSWORD: postgres | COMMENT |
| LOW | .github/workflows/ci.yml | 101 | # - name: Install dependencies | COMMENT |
| LOW | src/clients/__tests__/openapi-server-template.test.ts | 1 | import { OpenAPIClient } from '../openapi.js'; | COMMENT |
| LOW | src/cli/call-arguments.ts | 1 | import fs from 'node:fs'; | COMMENT |
| LOW | src/services/vectorSearchService.ts | 141 | 'https://api.openai.com', | COMMENT |
| LOW | src/services/vectorSearchService.ts | 201 | COMMENT |