The missing integration layer for AI agents. Let them call any OpenAPI / MCP / GraphQL / custom js functions in secure environment.
This report presents the forensic synthetic code analysis of UsefulSoftwareCo/executor, a TypeScript project with 2,693 GitHub stars. SynthScan v2.0 examined 333,068 lines of code across 1792 source files, recording 576 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.5 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 576 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| LOW | .astro/types.d.ts | 1 | /// <reference types="astro/client" /> | COMMENT |
| LOW | examples/promise-sdk/src/main.ts | 121 | // type: "apiKey", | COMMENT |
| LOW | examples/all-plugins/src/main.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | examples/all-plugins/src/main.ts | 101 | // credentials: { | COMMENT |
| LOW | packages/core/vite-plugin/src/index.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/vite-plugin/src/index.ts | 121 | COMMENT | |
| LOW | packages/core/vite-plugin/src/index.ts | 181 | `plugin's UI will not be bundled. Check that the package is ` + | COMMENT |
| LOW | packages/core/vite-plugin/src/index.ts | 241 | // Consumers wanting strong typing for `virtual:executor/plugins-client` | COMMENT |
| LOW | packages/core/config/src/schema.ts | 101 | COMMENT | |
| LOW | packages/core/config/src/load-plugins.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/config/src/sink.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/executor.ts | 3041 | config.toolsSyncTtlMs === undefined ? DEFAULT_TOOLS_SYNC_TTL_MS : config.toolsSyncTtlMs; | COMMENT |
| LOW | packages/core/sdk/src/oauth.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/blob.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/executor-fuma-db.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/insufficient-scope.ts | 1 | // Detecting a scope-insufficient upstream rejection. A 403 that means "this | COMMENT |
| LOW | packages/core/sdk/src/policies.ts | 61 | export type PolicySource = "user" | "plugin-default"; | COMMENT |
| LOW | packages/core/sdk/src/promise-executor.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/promise-executor.ts | 21 | type InvokeOptions as EffectInvokeOptions, | COMMENT |
| LOW | …kages/core/sdk/src/sqlite-oauth-client-gc-migration.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-discovery.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-discovery.ts | 401 | }); | COMMENT |
| LOW | packages/core/sdk/src/migration-spec.ts | 121 | // | COMMENT |
| LOW | packages/core/sdk/src/migration-spec.ts | 341 | }; | COMMENT |
| LOW | packages/core/sdk/src/migration-spec.ts | 581 | export const migrateExpiresAt = (input: { | COMMENT |
| LOW | packages/core/sdk/src/migration-spec.ts | 661 | COMMENT | |
| LOW | packages/core/sdk/src/migration-spec.ts | 701 | if (slotKey.endsWith(":connection")) return "oauth-access"; | COMMENT |
| LOW | packages/core/sdk/src/migration-spec.ts | 1021 | : {}), | COMMENT |
| LOW | packages/core/sdk/src/public-origin.ts | 1 | // Shared resolution of a host's PUBLIC ORIGIN — the pinned base URL every host | COMMENT |
| LOW | packages/core/sdk/src/core-schema.ts | 121 | slug: keyColumn("slug"), | COMMENT |
| LOW | packages/core/sdk/src/core-schema.ts | 201 | // A registered OAuth app — pure app identity (id/secret + endpoints). It carries | COMMENT |
| LOW | packages/core/sdk/src/plugin.ts | 61 | import type { Tool, ToolAnnotations, ToolDef } from "./tool"; | COMMENT |
| LOW | packages/core/sdk/src/oauth-helpers.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-helpers.ts | 201 | // advertises one region's token endpoint, but issue authorization codes that | COMMENT |
| LOW | packages/core/sdk/src/integration.ts | 1 | import type { IntegrationSlug } from "./ids"; | COMMENT |
| LOW | packages/core/sdk/src/sqlite-data-migrations.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/types.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-service.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-service.ts | 641 | COMMENT | |
| LOW | packages/core/sdk/src/client.ts | 81 | /** | COMMENT |
| LOW | packages/core/sdk/src/client.ts | 381 | COMMENT | |
| LOW | packages/core/sdk/src/tools-list-merge.test.ts | 1 | import { describe, expect, it } from "@effect/vitest"; | COMMENT |
| LOW | packages/core/sdk/src/host-internal.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/config.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/health-check.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/health-check.ts | 21 | // Status: the four states a connection can be in. `expired` is the one this | COMMENT |
| LOW | packages/core/sdk/src/client.test.ts | 1 | // Regression coverage for `createPluginAtomClient`. The change that | COMMENT |
| LOW | packages/core/sdk/src/sqlite-config-blob-migration.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/oauth-gc.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/http-auth/auth-method.ts | 1 | import { Schema } from "effect"; | COMMENT |
| LOW | packages/core/sdk/src/http-auth/authoring.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/sdk/src/http-auth/legacy.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/execution/src/tool-invoker.test.ts | 41 | // v2 port. The v1 suite modelled namespaces as `staticSources` whose tools | COMMENT |
| LOW | packages/core/execution/src/promise.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/api/src/scoped-targets.test.ts | 21 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/api/src/update-check.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/api/src/observability.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/api/src/observability.ts | 21 | // inside their own method first). Every handler wraps its | COMMENT |
| LOW | packages/core/api/src/plugin-routes.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | packages/core/api/src/plugin-routes.ts | 81 | NonNullable<P extends { readonly handlers?: infer F } ? F : never> extends () => infer L | COMMENT |
| 376 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/core/api/src/update-check.ts | 105 | // ── dist-tags resolution ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/api/src/update-check.ts | 205 | // ── checkForUpdate ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/api/src/account/api.ts | 20 | // ── Neutral errors ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/api/src/account/api.ts | 49 | // ── Shared shapes ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/api/src/account/api.ts | 163 | // ── Group ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 20 | // ── Env ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 33 | // ── NavItem ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 52 | // ── PluginNav ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 99 | // ── IntegrationList ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 153 | // ── SidebarContent ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/app/src/web/shell.tsx | 266 | // ── Shell ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/components/update-card.tsx | 48 | // ── useLatestVersion ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/components/update-card.tsx | 84 | // ── Card chrome ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/components/update-card.tsx | 120 | // ── NpmUpdateCard (npm-installed CLI: copyable command) ─────────────────── | COMMENT |
| MEDIUM | packages/react/src/components/update-card.tsx | 208 | // ── DesktopUpdateCard (desktop app: native restart action) ──────────────── | COMMENT |
| MEDIUM | packages/react/src/components/update-card.tsx | 256 | // ── SidebarUpdateCard (the only export the shells consume) ──────────────── | COMMENT |
| MEDIUM | packages/react/src/api/analytics.tsx | 33 | // ── Integrations ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/api/analytics.tsx | 55 | // ── Connections & auth ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/api/analytics.tsx | 96 | // ── Tools ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 113 | // ── Policies page ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 123 | // ── API keys ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 128 | // ── Organization ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 134 | // ── Executions & approvals ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 143 | // ── MCP install / onboarding ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 152 | // ── Command palette ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 158 | // ── Docs / help ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 161 | // ── Cloud: auth & onboarding ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/analytics.tsx | 171 | // ── Cloud: billing & support ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/account-atoms.tsx | 13 | // ── Identity ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/account-atoms.tsx | 20 | // ── API keys ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/react/src/api/account-atoms.tsx | 29 | // ── Organization members ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 113 | // ── Brand ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 123 | // ── NavItem ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 142 | // ── DocsLink ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 181 | // ── IntegrationList ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 249 | // ── Avatar / initials ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 274 | // ── UserFooter ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 341 | // ── SidebarContent ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/shell.tsx | 410 | // ── Shell ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/react/src/multiplayer/auth-hint.tsx | 61 | // ── Browser-side cookie maintenance (AuthProvider) ─────────────────────────── | COMMENT |
| MEDIUM | e2e/selfhost/mcp-opencode-consent.test.ts | 64 | // ── Terminal: drive the real OpenCode binary ───────────────────────── | COMMENT |
| MEDIUM | e2e/selfhost/mcp-opencode-consent.test.ts | 111 | // ── Browser: approve the connection on the real consent screen ─────── | COMMENT |
| MEDIUM | e2e/cloud/org-switcher.test.ts | 21 | // ── Step 1: onboarding, create the first org ───────────────────── | COMMENT |
| MEDIUM | e2e/cloud/org-switcher.test.ts | 86 | // ── Step 3: switch back to the first org ───────────────────────── | COMMENT |
| MEDIUM | e2e/cloud/org-switcher.test.ts | 122 | // ── Assert: workspace label reflects the first org ─────────────── | COMMENT |
| MEDIUM | e2e/cloud/connection-owner-isolation.test.ts | 64 | // ── Session plumbing over the real auth endpoints ─────────────────────────── | COMMENT |
| MEDIUM | e2e/cloud/spec-update-convergence.test.ts | 108 | // ── Session plumbing over the real auth endpoints (mirrors the web app) ────── | COMMENT |
| MEDIUM | apps/desktop/src/main/index.ts | 801 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/desktop/src/main/index.ts | 815 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/cloud/src/auth/ssr-gate.ts | 99 | // ── Auth hint ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/cloud/src/web/auth.tsx | 27 | // ── Cloud-only multi-org atoms (CloudAuthApi) ────────────────────────────── | COMMENT |
| MEDIUM | apps/cloud/src/web/auth.tsx | 47 | // ── Provider ─────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …/kernel/runtime-dynamic-worker/src/integration.test.ts | 283 | await tools.mp.org.main.body.submit({ body: { file, name: "Acme" } }); | CODE |
| CRITICAL | …/kernel/runtime-dynamic-worker/src/integration.test.ts | 313 | await tools.u8.org.main.body.submit({ body: { file: bytes } }); | CODE |
| CRITICAL | …/kernel/runtime-dynamic-worker/src/integration.test.ts | 345 | await tools.j.org.main.body.submit({ body: { name: "Acme", count: 7, ok: true } }); | CODE |
| CRITICAL | …/kernel/runtime-dynamic-worker/src/integration.test.ts | 366 | await tools.oct.org.main.body.submit({ body: payload }); | CODE |
| CRITICAL | …s/kernel/runtime-dynamic-worker/src/invocation.test.ts | 913 | const result = yield* executor.execute("async () => tools.a.b.c.d.e({})", invoker); | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 77 | const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({ | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 100 | const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({ | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 198 | const result = await tools.executor.coreTools.oauth.clients.create({ | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 210 | const result = await tools.executor.coreTools.oauth.clients.list({}); | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 263 | const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({ | CODE |
| CRITICAL | e2e/scenarios/oauth-client-handoff.test.ts | 277 | const result = await tools.executor.coreTools.oauth.clients.list({}); | CODE |
| CRITICAL | apps/desktop/scripts/smoke-sidecar.ts | 558 | const list = unwrapToolData(await tools.petstore.org.main.pets.listPets({})); | CODE |
| CRITICAL | apps/desktop/scripts/smoke-sidecar.ts | 559 | const fetchedData = unwrapToolData(await tools.petstore.org.main.pets.getPet({ petId: list[1].id })); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …in-executor/rules/no-cross-package-relative-imports.js | 33 | function getCrossPackageRelativeImport(filename, specifier) { | CODE |
| LOW | …xlint-plugin-executor/rules/no-effect-internal-tags.js | 62 | function reportIfEffectTagComparison( | CODE |
| LOW | …xlint-plugin-executor/rules/no-effect-internal-tags.js | 92 | function isEffectTagForImportedModule(tag, importedEffectModules) { | CODE |
| LOW | …s/core/fumadb/src/migration-engine/auto-from-schema.ts | 22 | export function generateMigrationFromSchema( | CODE |
| LOW | …s/core/fumadb/src/migration-engine/auto-from-schema.ts | 248 | function onTableUnusedForeignKeyCheck( | CODE |
| LOW | …s/core/fumadb/src/migration-engine/auto-from-schema.ts | 271 | function onTableUnusedColumnsCheck( | CODE |
| LOW | …ore/fumadb/src/adapters/kysely/migration/introspect.ts | 625 | async function postgresqlIntrospectAttnumToName( | CODE |
| LOW | …ore/fumadb/src/adapters/kysely/migration/introspect.ts | 751 | async function introspectUniqueConstraints( | CODE |
| LOW | …ore/fumadb/src/adapters/kysely/migration/introspect.ts | 843 | async function introspectTableForeignKeys( | CODE |
| LOW | …s/core/fumadb/src/adapters/kysely/migration/execute.ts | 77 | function createUniqueIndexOrConstraint( | CODE |
| LOW | …s/core/fumadb/src/adapters/kysely/migration/execute.ts | 91 | function dropUniqueIndexOrConstraint( | CODE |
| LOW | …s/core/fumadb/src/adapters/kysely/migration/execute.ts | 388 | function mssqlDropDefaultConstraint(tableName: string, columnName: string) { | CODE |
| LOW | packages/core/sdk/src/owner-policy.ts | 123 | export function assertExecutorOwnerPolicyTable(table: AnyTable, tableKey?: string): void { | CODE |
| LOW | packages/plugins/toolkits/src/page.tsx | 415 | function ToolkitConnectionIconStack(props: { connections: readonly ConfiguredConnectionView[] }) { | CODE |
| LOW | …s/plugins/mcp/src/react/McpRemoteIntegrationFields.tsx | 34 | export function McpRemoteIntegrationFields(props: { | CODE |
| LOW | packages/plugins/mcp/src/react/auth-method-config.ts | 65 | export function mcpAuthMethodInputFromEditorValue( | CODE |
| LOW | packages/plugins/mcp/src/react/auth-method-config.ts | 75 | export function editorValueFromMcpAuthMethod(method: McpAuthMethod): AuthTemplateEditorValue { | CODE |
| LOW | packages/plugins/mcp/src/react/auth-method-config.ts | 102 | export function mcpAuthMethodInputsFromPlacements( | CODE |
| LOW | …es/plugins/openapi/src/react/AddOpenApiIntegration.tsx | 86 | export function AddOpenApiHealthCheckSection(props: { | CODE |
| LOW | …ckages/plugins/openapi/src/react/auth-method-config.ts | 77 | export function editorValueFromAuthentication(template: Authentication): AuthTemplateEditorValue { | CODE |
| LOW | …ckages/plugins/openapi/src/react/auth-method-config.ts | 110 | export function authenticationFromEditorValue( | CODE |
| LOW | …/openapi/src/react/OpenApiIntegrationDetailsFields.tsx | 26 | export function OpenApiIntegrationDetailsFields(props: { | CODE |
| LOW | packages/plugins/openapi/src/react/plugin-client.tsx | 17 | export default function createOpenApiClientPlugin(config?: OpenApiClientConfig) { | CODE |
| LOW | …ckages/plugins/graphql/src/react/auth-method-config.ts | 41 | export function graphqlAuthMethodInputFromEditorValue( | CODE |
| LOW | …ckages/plugins/graphql/src/react/auth-method-config.ts | 49 | export function editorValueFromGraphqlAuthMethod( | CODE |
| LOW | …ckages/plugins/graphql/src/react/auth-method-config.ts | 73 | export function graphqlAuthMethodInputsFromPlacements( | CODE |
| LOW | packages/react/src/plugins/oauth-sign-in.tsx | 121 | export function oauthClientIdMetadataDocumentUrl(options?: { | CODE |
| LOW | …kages/react/src/plugins/use-effective-oauth-client.tsx | 149 | export function selectClientsForEndpoints( | CODE |
| LOW | …kages/react/src/plugins/use-effective-oauth-client.tsx | 245 | export function useOAuthClientsForIntegration(opts: { | CODE |
| LOW | …kages/react/src/plugins/use-effective-oauth-client.tsx | 311 | export function selectDcrClientsForIntegration( | CODE |
| LOW | packages/react/src/plugins/integration-identity.tsx | 43 | export function integrationDisplayNameFromUrl(url: string, integrationKind: string): string | null { | CODE |
| LOW | packages/react/src/plugins/integration-identity.tsx | 129 | export function integrationDisplayNameFromStdio( | CODE |
| LOW | packages/react/src/plugins/integration-identity.tsx | 217 | export function IntegrationIdentityFields({ | CODE |
| LOW | packages/react/src/plugins/integration-identity.tsx | 247 | export function IntegrationIdentityFieldRows({ | CODE |
| LOW | packages/react/src/components/chart.tsx | 324 | function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) { | CODE |
| LOW | …react/src/components/integration-icon-with-account.tsx | 3 | export function IntegrationIconWithAccount(props: { | CODE |
| LOW | packages/react/src/components/add-account-modal.tsx | 139 | export function createCredentialPayloadOrigin(args: { | CODE |
| LOW | packages/react/src/components/card-stack.tsx | 340 | function CardStackEntryDescription({ className, ...props }: React.ComponentProps<"p">) { | CODE |
| LOW | packages/react/src/components/health-check-editor.tsx | 234 | function HealthCheckLivePreviewBlock(props: { | CODE |
| LOW | packages/react/src/components/elicitation-approval.tsx | 276 | function ElicitationApprovalFields({ | CODE |
| LOW | packages/react/src/components/elicitation-approval.tsx | 354 | function ElicitationApprovalFieldControl({ | CODE |
| LOW | packages/react/src/lib/shiki.ts | 211 | export function createCodeHighlighterPlugin(): CodeHighlighterPlugin { | CODE |
| LOW | packages/react/src/lib/auth-placements.tsx | 208 | export function authMethodsFromDescriptors( | CODE |
| LOW | packages/react/src/api/server-connection.tsx | 140 | export function ExecutorServerConnectionProvider( | CODE |
| LOW⚡ | packages/react/src/api/server-connection.tsx | 209 | export function useExecutorServerConnection(): ExecutorServerConnection { | CODE |
| LOW⚡ | packages/react/src/api/server-connection.tsx | 215 | export function useSetExecutorServerConnection(): (input: ExecutorServerConnectionInput) => void { | CODE |
| LOW⚡ | packages/react/src/api/server-connection.tsx | 221 | export function useExecutorServerConnectionControls(): ExecutorServerConnectionContextValue { | CODE |
| LOW | packages/react/src/pages/integration-detail.tsx | 569 | function NoConnectionToolsEmptyState(props: { | CODE |
| LOW | packages/react/src/pages/integration-detail.tsx | 594 | function IntegrationDetailSkeleton() { | CODE |
| LOW | packages/react/src/pages/integrations.tsx | 566 | function IntegrationFamilyGroupCard(props: { | CODE |
| LOW | apps/cloud/scripts/dev-db.ts | 58 | async function hasDrizzleMigrationHistory(path: string): Promise<boolean> { | CODE |
| LOW | …/cloud/src/web/components/create-organization-form.tsx | 13 | export function useCreateOrganizationForm(options: { | CODE |
| LOW | apps/cloud/src/web/components/org-menu-slot.tsx | 51 | function OrganizationSwitcherItems(props: { activeOrganizationId: string | null }) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/plugins/mcp/src/sdk/plugin.test.ts | 58 | // The call-tool fixtures share one JSON-RPC scaffold (handshake, tool listing, | COMMENT |
| MEDIUM | packages/plugins/openapi/src/sdk/plugin.test.ts | 984 | // agentic add path (MCP/API) does exactly this. Without server-side | COMMENT |
| MEDIUM | packages/plugins/openapi/src/sdk/derive-auth.ts | 4 | // caller omits `authenticationTemplate` (the agentic/API path has no client | COMMENT |
| MEDIUM | packages/react/src/components/page.tsx | 4 | // Settings page scaffold | COMMENT |
| MEDIUM | e2e/scenarios/no-auth-connection.test.ts | 1 | // The agentic no-auth wire-up: an agent registers a public REST API over MCP | COMMENT |
| MEDIUM | e2e/scenarios/connect-handoff.test.ts | 1 | // The agentic connect handoff: an agent adds an API over MCP, asks for a | COMMENT |
| MEDIUM | e2e/scenarios/connect-handoff.test.ts | 42 | // with no authenticationTemplate exercises exactly the agentic path: the | COMMENT |
| MEDIUM | apps/host-selfhost/docker-compose.yml | 8 | # generated keys across restarts and upgrades. Nothing else to orchestrate. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/wrdn-effect-atom-optimistic/SKILL.md | 18 | - `useState`, `useReducer`, `useRef` holding "pending" / "placeholder" / "in-flight" / "optimistic" values keyed by r | CODE |
| LOW | packages/core/api/src/account/org-slug.test.ts | 7 | expect(slugifyOrgName("Acme Corp")).toBe("acme-corp"); | CODE |
| LOW | packages/core/api/src/account/org-slug.test.ts | 72 | expect(await generateOrgSlug("Acme Corp", taken([]))).toBe("acme-corp"); | CODE |
| LOW | packages/core/api/src/account/org-slug.test.ts | 76 | const slug = await generateOrgSlug("Acme Corp", taken(["acme-corp"])); | CODE |
| LOW | packages/core/api/src/account/org-slug.test.ts | 87 | const slug = await generateOrgSlug("Acme Corp", async (candidate) => { | CODE |
| LOW | packages/react/src/components/add-account-modal.test.ts | 130 | ).toBe("user@example.com"); | CODE |
| LOW | apps/host-selfhost/vite.config.ts | 38 | process.env.EXECUTOR_BOOTSTRAP_ADMIN_EMAIL ??= "admin@example.com"; | CODE |
| LOW | apps/host-cloudflare/src/auth/cloudflare-access.test.ts | 11 | adminEmails: ["admin@example.com"], | CODE |
| LOW | .skills/effect-use-pattern/SKILL.md | 179 | client.customers.create({ email: "user@example.com" }), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/preview-sweep.yml | 6 | # open. A second pass (sweep-e2e) cleans up after the e2e harness on the same | COMMENT |
| MEDIUM | e2e/setup/desktop-macos.globalsetup.ts | 62 | // Push the bundle (tar-stream, robust over the just-booted link) and clear | COMMENT |
| MEDIUM | apps/cli/src/service.ts | 487 | // install is robust regardless of how it was invoked. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/core/fumadb/src/adapters/prisma/query.ts | 18 | // TODO: implement comparing values with another table's columns | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | e2e/src/vm/desktop.ts | 174 | except Exception: pass`; | CODE |