Repository Analysis

UsefulSoftwareCo/executor

The missing integration layer for AI agents. Let them call any OpenAPI / MCP / GraphQL / custom js functions in secure environment.

2.5 Likely human-written View on GitHub

Analysis Overview

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).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-12
Last Push
2.7K
Stars
TypeScript
Language
333.1K
Lines of Code
1.8K
Files
576
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

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

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 13HIGH 0MEDIUM 63LOW 500

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 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.

Over-Commented Block436 hits · 436 pts
SeverityFileLineSnippetContext
LOW.astro/types.d.ts1/// <reference types="astro/client" />COMMENT
LOWexamples/promise-sdk/src/main.ts121// type: "apiKey",COMMENT
LOWexamples/all-plugins/src/main.ts1// ---------------------------------------------------------------------------COMMENT
LOWexamples/all-plugins/src/main.ts101 // credentials: {COMMENT
LOWpackages/core/vite-plugin/src/index.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/vite-plugin/src/index.ts121COMMENT
LOWpackages/core/vite-plugin/src/index.ts181 `plugin's UI will not be bundled. Check that the package is ` +COMMENT
LOWpackages/core/vite-plugin/src/index.ts241// Consumers wanting strong typing for `virtual:executor/plugins-client`COMMENT
LOWpackages/core/config/src/schema.ts101COMMENT
LOWpackages/core/config/src/load-plugins.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/config/src/sink.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/executor.ts3041 config.toolsSyncTtlMs === undefined ? DEFAULT_TOOLS_SYNC_TTL_MS : config.toolsSyncTtlMs;COMMENT
LOWpackages/core/sdk/src/oauth.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/blob.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/executor-fuma-db.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/insufficient-scope.ts1// Detecting a scope-insufficient upstream rejection. A 403 that means "thisCOMMENT
LOWpackages/core/sdk/src/policies.ts61export type PolicySource = "user" | "plugin-default";COMMENT
LOWpackages/core/sdk/src/promise-executor.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/promise-executor.ts21 type InvokeOptions as EffectInvokeOptions,COMMENT
LOW…kages/core/sdk/src/sqlite-oauth-client-gc-migration.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-discovery.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-discovery.ts401 });COMMENT
LOWpackages/core/sdk/src/migration-spec.ts121//COMMENT
LOWpackages/core/sdk/src/migration-spec.ts341 };COMMENT
LOWpackages/core/sdk/src/migration-spec.ts581export const migrateExpiresAt = (input: {COMMENT
LOWpackages/core/sdk/src/migration-spec.ts661COMMENT
LOWpackages/core/sdk/src/migration-spec.ts701 if (slotKey.endsWith(":connection")) return "oauth-access";COMMENT
LOWpackages/core/sdk/src/migration-spec.ts1021 : {}),COMMENT
LOWpackages/core/sdk/src/public-origin.ts1// Shared resolution of a host's PUBLIC ORIGIN — the pinned base URL every hostCOMMENT
LOWpackages/core/sdk/src/core-schema.ts121 slug: keyColumn("slug"),COMMENT
LOWpackages/core/sdk/src/core-schema.ts201 // A registered OAuth app — pure app identity (id/secret + endpoints). It carriesCOMMENT
LOWpackages/core/sdk/src/plugin.ts61import type { Tool, ToolAnnotations, ToolDef } from "./tool";COMMENT
LOWpackages/core/sdk/src/oauth-helpers.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-helpers.ts201// advertises one region's token endpoint, but issue authorization codes thatCOMMENT
LOWpackages/core/sdk/src/integration.ts1import type { IntegrationSlug } from "./ids";COMMENT
LOWpackages/core/sdk/src/sqlite-data-migrations.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/types.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-service.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-service.ts641COMMENT
LOWpackages/core/sdk/src/client.ts81/**COMMENT
LOWpackages/core/sdk/src/client.ts381COMMENT
LOWpackages/core/sdk/src/tools-list-merge.test.ts1import { describe, expect, it } from "@effect/vitest";COMMENT
LOWpackages/core/sdk/src/host-internal.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/config.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/health-check.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/health-check.ts21// Status: the four states a connection can be in. `expired` is the one thisCOMMENT
LOWpackages/core/sdk/src/client.test.ts1// Regression coverage for `createPluginAtomClient`. The change thatCOMMENT
LOWpackages/core/sdk/src/sqlite-config-blob-migration.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/oauth-gc.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/http-auth/auth-method.ts1import { Schema } from "effect";COMMENT
LOWpackages/core/sdk/src/http-auth/authoring.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/sdk/src/http-auth/legacy.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/execution/src/tool-invoker.test.ts41// v2 port. The v1 suite modelled namespaces as `staticSources` whose toolsCOMMENT
LOWpackages/core/execution/src/promise.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/api/src/scoped-targets.test.ts21// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/api/src/update-check.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/api/src/observability.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/api/src/observability.ts21// inside their own method first). Every handler wraps itsCOMMENT
LOWpackages/core/api/src/plugin-routes.ts1// ---------------------------------------------------------------------------COMMENT
LOWpackages/core/api/src/plugin-routes.ts81 NonNullable<P extends { readonly handlers?: infer F } ? F : never> extends () => infer LCOMMENT
376 more matches not shown…
Decorative Section Separators52 hits · 174 pts
SeverityFileLineSnippetContext
MEDIUMpackages/core/api/src/update-check.ts105// ── dist-tags resolution ──────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/api/src/update-check.ts205// ── checkForUpdate ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/api/src/account/api.ts20// ── Neutral errors ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/api/src/account/api.ts49// ── Shared shapes ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/api/src/account/api.ts163// ── Group ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx20// ── Env ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx33// ── NavItem ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx52// ── PluginNav ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx99// ── IntegrationList ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx153// ── SidebarContent ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/app/src/web/shell.tsx266// ── Shell ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/components/update-card.tsx48// ── useLatestVersion ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/components/update-card.tsx84// ── Card chrome ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/components/update-card.tsx120// ── NpmUpdateCard (npm-installed CLI: copyable command) ───────────────────COMMENT
MEDIUMpackages/react/src/components/update-card.tsx208// ── DesktopUpdateCard (desktop app: native restart action) ────────────────COMMENT
MEDIUMpackages/react/src/components/update-card.tsx256// ── SidebarUpdateCard (the only export the shells consume) ────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx33 // ── Integrations ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx55 // ── Connections & auth ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx96 // ── Tools ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx113 // ── Policies page ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx123 // ── API keys ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx128 // ── Organization ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx134 // ── Executions & approvals ───────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx143 // ── MCP install / onboarding ─────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx152 // ── Command palette ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx158 // ── Docs / help ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx161 // ── Cloud: auth & onboarding ─────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/analytics.tsx171 // ── Cloud: billing & support ─────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/account-atoms.tsx13// ── Identity ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/account-atoms.tsx20// ── API keys ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/api/account-atoms.tsx29// ── Organization members ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx113// ── Brand ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx123// ── NavItem ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx142// ── DocsLink ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx181// ── IntegrationList ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx249// ── Avatar / initials ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx274// ── UserFooter ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx341// ── SidebarContent ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/shell.tsx410// ── Shell ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/react/src/multiplayer/auth-hint.tsx61// ── Browser-side cookie maintenance (AuthProvider) ───────────────────────────COMMENT
MEDIUMe2e/selfhost/mcp-opencode-consent.test.ts64 // ── Terminal: drive the real OpenCode binary ─────────────────────────COMMENT
MEDIUMe2e/selfhost/mcp-opencode-consent.test.ts111 // ── Browser: approve the connection on the real consent screen ───────COMMENT
MEDIUMe2e/cloud/org-switcher.test.ts21 // ── Step 1: onboarding, create the first org ─────────────────────COMMENT
MEDIUMe2e/cloud/org-switcher.test.ts86 // ── Step 3: switch back to the first org ─────────────────────────COMMENT
MEDIUMe2e/cloud/org-switcher.test.ts122 // ── Assert: workspace label reflects the first org ───────────────COMMENT
MEDIUMe2e/cloud/connection-owner-isolation.test.ts64// ── Session plumbing over the real auth endpoints ───────────────────────────COMMENT
MEDIUMe2e/cloud/spec-update-convergence.test.ts108// ── Session plumbing over the real auth endpoints (mirrors the web app) ──────COMMENT
MEDIUMapps/desktop/src/main/index.ts801// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMapps/desktop/src/main/index.ts815// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMapps/cloud/src/auth/ssr-gate.ts99// ── Auth hint ────────────────────────────────────────────────────────────────COMMENT
MEDIUMapps/cloud/src/web/auth.tsx27// ── Cloud-only multi-org atoms (CloudAuthApi) ──────────────────────────────COMMENT
MEDIUMapps/cloud/src/web/auth.tsx47// ── Provider ───────────────────────────────────────────────────────────────COMMENT
Hallucination Indicators13 hits · 130 pts
SeverityFileLineSnippetContext
CRITICAL…/kernel/runtime-dynamic-worker/src/integration.test.ts283 await tools.mp.org.main.body.submit({ body: { file, name: "Acme" } });CODE
CRITICAL…/kernel/runtime-dynamic-worker/src/integration.test.ts313 await tools.u8.org.main.body.submit({ body: { file: bytes } });CODE
CRITICAL…/kernel/runtime-dynamic-worker/src/integration.test.ts345 await tools.j.org.main.body.submit({ body: { name: "Acme", count: 7, ok: true } });CODE
CRITICAL…/kernel/runtime-dynamic-worker/src/integration.test.ts366 await tools.oct.org.main.body.submit({ body: payload });CODE
CRITICAL…s/kernel/runtime-dynamic-worker/src/invocation.test.ts913 const result = yield* executor.execute("async () => tools.a.b.c.d.e({})", invoker);CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts77const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts100const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts198const result = await tools.executor.coreTools.oauth.clients.create({CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts210const result = await tools.executor.coreTools.oauth.clients.list({});CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts263const handoff = await tools.executor.coreTools.oauth.clients.createHandoff({CODE
CRITICALe2e/scenarios/oauth-client-handoff.test.ts277const result = await tools.executor.coreTools.oauth.clients.list({});CODE
CRITICALapps/desktop/scripts/smoke-sidecar.ts558const list = unwrapToolData(await tools.petstore.org.main.pets.listPets({}));CODE
CRITICALapps/desktop/scripts/smoke-sidecar.ts559const fetchedData = unwrapToolData(await tools.petstore.org.main.pets.getPet({ petId: list[1].id }));CODE
Hyper-Verbose Identifiers53 hits · 54 pts
SeverityFileLineSnippetContext
LOW…in-executor/rules/no-cross-package-relative-imports.js33function getCrossPackageRelativeImport(filename, specifier) {CODE
LOW…xlint-plugin-executor/rules/no-effect-internal-tags.js62function reportIfEffectTagComparison(CODE
LOW…xlint-plugin-executor/rules/no-effect-internal-tags.js92function isEffectTagForImportedModule(tag, importedEffectModules) {CODE
LOW…s/core/fumadb/src/migration-engine/auto-from-schema.ts22export function generateMigrationFromSchema(CODE
LOW…s/core/fumadb/src/migration-engine/auto-from-schema.ts248 function onTableUnusedForeignKeyCheck(CODE
LOW…s/core/fumadb/src/migration-engine/auto-from-schema.ts271 function onTableUnusedColumnsCheck(CODE
LOW…ore/fumadb/src/adapters/kysely/migration/introspect.ts625async function postgresqlIntrospectAttnumToName(CODE
LOW…ore/fumadb/src/adapters/kysely/migration/introspect.ts751async function introspectUniqueConstraints(CODE
LOW…ore/fumadb/src/adapters/kysely/migration/introspect.ts843async function introspectTableForeignKeys(CODE
LOW…s/core/fumadb/src/adapters/kysely/migration/execute.ts77function createUniqueIndexOrConstraint(CODE
LOW…s/core/fumadb/src/adapters/kysely/migration/execute.ts91function dropUniqueIndexOrConstraint(CODE
LOW…s/core/fumadb/src/adapters/kysely/migration/execute.ts388function mssqlDropDefaultConstraint(tableName: string, columnName: string) {CODE
LOWpackages/core/sdk/src/owner-policy.ts123export function assertExecutorOwnerPolicyTable(table: AnyTable, tableKey?: string): void {CODE
LOWpackages/plugins/toolkits/src/page.tsx415function ToolkitConnectionIconStack(props: { connections: readonly ConfiguredConnectionView[] }) {CODE
LOW…s/plugins/mcp/src/react/McpRemoteIntegrationFields.tsx34export function McpRemoteIntegrationFields(props: {CODE
LOWpackages/plugins/mcp/src/react/auth-method-config.ts65export function mcpAuthMethodInputFromEditorValue(CODE
LOWpackages/plugins/mcp/src/react/auth-method-config.ts75export function editorValueFromMcpAuthMethod(method: McpAuthMethod): AuthTemplateEditorValue {CODE
LOWpackages/plugins/mcp/src/react/auth-method-config.ts102export function mcpAuthMethodInputsFromPlacements(CODE
LOW…es/plugins/openapi/src/react/AddOpenApiIntegration.tsx86export function AddOpenApiHealthCheckSection(props: {CODE
LOW…ckages/plugins/openapi/src/react/auth-method-config.ts77export function editorValueFromAuthentication(template: Authentication): AuthTemplateEditorValue {CODE
LOW…ckages/plugins/openapi/src/react/auth-method-config.ts110export function authenticationFromEditorValue(CODE
LOW…/openapi/src/react/OpenApiIntegrationDetailsFields.tsx26export function OpenApiIntegrationDetailsFields(props: {CODE
LOWpackages/plugins/openapi/src/react/plugin-client.tsx17export default function createOpenApiClientPlugin(config?: OpenApiClientConfig) {CODE
LOW…ckages/plugins/graphql/src/react/auth-method-config.ts41export function graphqlAuthMethodInputFromEditorValue(CODE
LOW…ckages/plugins/graphql/src/react/auth-method-config.ts49export function editorValueFromGraphqlAuthMethod(CODE
LOW…ckages/plugins/graphql/src/react/auth-method-config.ts73export function graphqlAuthMethodInputsFromPlacements(CODE
LOWpackages/react/src/plugins/oauth-sign-in.tsx121export function oauthClientIdMetadataDocumentUrl(options?: {CODE
LOW…kages/react/src/plugins/use-effective-oauth-client.tsx149export function selectClientsForEndpoints(CODE
LOW…kages/react/src/plugins/use-effective-oauth-client.tsx245export function useOAuthClientsForIntegration(opts: {CODE
LOW…kages/react/src/plugins/use-effective-oauth-client.tsx311export function selectDcrClientsForIntegration(CODE
LOWpackages/react/src/plugins/integration-identity.tsx43export function integrationDisplayNameFromUrl(url: string, integrationKind: string): string | null {CODE
LOWpackages/react/src/plugins/integration-identity.tsx129export function integrationDisplayNameFromStdio(CODE
LOWpackages/react/src/plugins/integration-identity.tsx217export function IntegrationIdentityFields({CODE
LOWpackages/react/src/plugins/integration-identity.tsx247export function IntegrationIdentityFieldRows({CODE
LOWpackages/react/src/components/chart.tsx324function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) {CODE
LOW…react/src/components/integration-icon-with-account.tsx3export function IntegrationIconWithAccount(props: {CODE
LOWpackages/react/src/components/add-account-modal.tsx139export function createCredentialPayloadOrigin(args: {CODE
LOWpackages/react/src/components/card-stack.tsx340function CardStackEntryDescription({ className, ...props }: React.ComponentProps<"p">) {CODE
LOWpackages/react/src/components/health-check-editor.tsx234function HealthCheckLivePreviewBlock(props: {CODE
LOWpackages/react/src/components/elicitation-approval.tsx276function ElicitationApprovalFields({CODE
LOWpackages/react/src/components/elicitation-approval.tsx354function ElicitationApprovalFieldControl({CODE
LOWpackages/react/src/lib/shiki.ts211export function createCodeHighlighterPlugin(): CodeHighlighterPlugin {CODE
LOWpackages/react/src/lib/auth-placements.tsx208export function authMethodsFromDescriptors(CODE
LOWpackages/react/src/api/server-connection.tsx140export function ExecutorServerConnectionProvider(CODE
LOWpackages/react/src/api/server-connection.tsx209export function useExecutorServerConnection(): ExecutorServerConnection {CODE
LOWpackages/react/src/api/server-connection.tsx215export function useSetExecutorServerConnection(): (input: ExecutorServerConnectionInput) => void {CODE
LOWpackages/react/src/api/server-connection.tsx221export function useExecutorServerConnectionControls(): ExecutorServerConnectionContextValue {CODE
LOWpackages/react/src/pages/integration-detail.tsx569function NoConnectionToolsEmptyState(props: {CODE
LOWpackages/react/src/pages/integration-detail.tsx594function IntegrationDetailSkeleton() {CODE
LOWpackages/react/src/pages/integrations.tsx566function IntegrationFamilyGroupCard(props: {CODE
LOWapps/cloud/scripts/dev-db.ts58async function hasDrizzleMigrationHistory(path: string): Promise<boolean> {CODE
LOW…/cloud/src/web/components/create-organization-form.tsx13export function useCreateOrganizationForm(options: {CODE
LOWapps/cloud/src/web/components/org-menu-slot.tsx51function OrganizationSwitcherItems(props: { activeOrganizationId: string | null }) {CODE
Modern AI Meta-Vocabulary8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMpackages/plugins/mcp/src/sdk/plugin.test.ts58// The call-tool fixtures share one JSON-RPC scaffold (handshake, tool listing,COMMENT
MEDIUMpackages/plugins/openapi/src/sdk/plugin.test.ts984 // agentic add path (MCP/API) does exactly this. Without server-sideCOMMENT
MEDIUMpackages/plugins/openapi/src/sdk/derive-auth.ts4// caller omits `authenticationTemplate` (the agentic/API path has no clientCOMMENT
MEDIUMpackages/react/src/components/page.tsx4// Settings page scaffoldCOMMENT
MEDIUMe2e/scenarios/no-auth-connection.test.ts1// The agentic no-auth wire-up: an agent registers a public REST API over MCPCOMMENT
MEDIUMe2e/scenarios/connect-handoff.test.ts1// The agentic connect handoff: an agent adds an API over MCP, asks for aCOMMENT
MEDIUMe2e/scenarios/connect-handoff.test.ts42// with no authenticationTemplate exercises exactly the agentic path: theCOMMENT
MEDIUMapps/host-selfhost/docker-compose.yml8# generated keys across restarts and upgrades. Nothing else to orchestrate.COMMENT
Fake / Example Data9 hits · 9 pts
SeverityFileLineSnippetContext
LOW.agents/skills/wrdn-effect-atom-optimistic/SKILL.md18 - `useState`, `useReducer`, `useRef` holding "pending" / "placeholder" / "in-flight" / "optimistic" values keyed by rCODE
LOWpackages/core/api/src/account/org-slug.test.ts7 expect(slugifyOrgName("Acme Corp")).toBe("acme-corp");CODE
LOWpackages/core/api/src/account/org-slug.test.ts72 expect(await generateOrgSlug("Acme Corp", taken([]))).toBe("acme-corp");CODE
LOWpackages/core/api/src/account/org-slug.test.ts76 const slug = await generateOrgSlug("Acme Corp", taken(["acme-corp"]));CODE
LOWpackages/core/api/src/account/org-slug.test.ts87 const slug = await generateOrgSlug("Acme Corp", async (candidate) => {CODE
LOWpackages/react/src/components/add-account-modal.test.ts130 ).toBe("user@example.com");CODE
LOWapps/host-selfhost/vite.config.ts38 process.env.EXECUTOR_BOOTSTRAP_ADMIN_EMAIL ??= "admin@example.com";CODE
LOWapps/host-cloudflare/src/auth/cloudflare-access.test.ts11 adminEmails: ["admin@example.com"],CODE
LOW.skills/effect-use-pattern/SKILL.md179 client.customers.create({ email: "user@example.com" }),CODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/preview-sweep.yml6# open. A second pass (sweep-e2e) cleans up after the e2e harness on the sameCOMMENT
MEDIUMe2e/setup/desktop-macos.globalsetup.ts62 // Push the bundle (tar-stream, robust over the just-booted link) and clearCOMMENT
MEDIUMapps/cli/src/service.ts487 // install is robust regardless of how it was invoked.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWpackages/core/fumadb/src/adapters/prisma/query.ts18// TODO: implement comparing values with another table's columnsCOMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOWe2e/src/vm/desktop.ts174 except Exception: pass`;CODE