The user infrastructure platform. You choose the frontend, backend, and database. Hexclave handles everything else.
This report presents the forensic synthetic code analysis of hexclave/hexclave, a TypeScript project with 6,826 GitHub stars. SynthScan v2.0 examined 511,958 lines of code across 2588 source files, recording 1546 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 4.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 1546 distinct pattern matches across 15 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 | docs/lib/platform-config.ts | 63 | export function getDefaultFrameworkForPlatform(platform: PlatformName): FrameworkName { | CODE |
| LOW | docs/src/app/docs/[[...slug]]/page.tsx | 14 | function getDefaultDocsRedirectUrl(): string | null { | CODE |
| LOW | docs/src/components/embedded-docs-message-bridge.tsx | 39 | export function EmbeddedDocsMessageBridge() { | CODE |
| LOW | docs/src/components/mdx/platform-codeblock.tsx | 149 | function convertExamplesToPlatforms(examples: CodeExample[]) { | CODE |
| LOW | docs/src/components/layouts/docs.tsx | 203 | function ClickableCollapsibleSection({ | CODE |
| LOW | docs/src/components/layouts/docs.tsx | 697 | function CollapsedHierarchicalItem({ | CODE |
| LOW | docs/src/components/layouts/docs.tsx | 759 | function convertToHierarchicalStructure(nodes: PageTree.Node[], currentPath: string, level: number = 0): CollapsedItem[] | CODE |
| LOW | docs/src/components/layouts/docs.tsx | 813 | function renderCollapsedSidebarContent(tree: PageTree.Root, pathname: string) { | CODE |
| LOW | docs/src/components/layouts/docs.tsx | 955 | function DocsSidebarCollapseTrigger() { | CODE |
| LOW | docs/src/components/layouts/docs-header-wrapper.tsx | 106 | function MobileClickableCollapsibleSection({ | CODE |
| LOW | docs/src/components/layouts/docs-header-wrapper.tsx | 229 | function GeneralDocsSidebarContent({ pageTree }: { pageTree?: PageTree.Root }) { | CODE |
| LOW | docs/src/components/layouts/docs/shared.tsx | 95 | export function getSidebarTabsFromOptions( | CODE |
| LOW | docs/src/components/layouts/api/api-sidebar.tsx | 153 | function ApiSidebarCollapseTrigger() { | CODE |
| LOW | docs/src/components/layouts/api/api-sidebar.tsx | 579 | function CollapsedHierarchicalItem({ | CODE |
| LOW | docs/src/components/layouts/api/api-sidebar.tsx | 649 | function extractMethodFromFilename(filename: string): 'GET' | 'POST' | 'PATCH' | 'DELETE' | 'PUT' | undefined { | CODE |
| LOW | docs/src/components/layouts/api/api-sidebar.tsx | 704 | function convertToHierarchicalStructure(organizedPages: Record<string, OrganizedSection>): CollapsedItem[] { | CODE |
| LOW | docs/src/components/sdk/type-documentation.tsx | 105 | function renderMemberDocumentation(typeInfo: TypeInfo, member: TypeMember, platform = 'react-like') { | CODE |
| LOW | docs/src/lib/env.ts | 1 | export function resolveInlineRenamedEnvVar(hexclaveName: string, stackName: string, hexclaveValue: string | undefined, s | CODE |
| LOW | examples/demo/src/app/turnstile-signup/page-client.tsx | 222 | function isMagicLinkChallengeRequired(result: MagicLinkSendResult): boolean { | CODE |
| LOW | examples/demo/src/app/turnstile-signup/page-client.tsx | 287 | export default function TurnstileSignupPageClient() { | CODE |
| LOW | examples/demo/src/app/turnstile-signup/page-client.tsx | 328 | function getOAuthCallbackUrlForTurnstileLab() { | CODE |
| LOW | examples/demo/src/app/turnstile-signup/page-client.tsx | 419 | async function handleMagicLinkVisibleDrill(): Promise<FlowResult> { | CODE |
| LOW | examples/demo/src/app/cli-auth-demo/page.tsx | 63 | function parseAccessTokenUserSnapshot(accessToken: string): { userId: string | null; isAnonymous: boolean } { | CODE |
| LOW | examples/demo/src/app/connected-accounts/page.tsx | 264 | function LegacyGetConnectedAccountDemo() { | CODE |
| LOW | examples/tanstack-start-demo/src/hexclave.ts | 7 | function replaceHexclavePortPrefix(value: string): string { | CODE |
| LOW | …s/lovable-react-18-example/src/components/ui/chart.tsx | 278 | function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) { | CODE |
| LOW | examples/convex/app/user-info.ts | 7 | export async function getUserInfoConvexHttpClient() { | CODE |
| LOW | configs/tsdown/js-library.ts | 45 | export default function createJsLibraryTsupConfig(_options: { barrelFiles?: string[] | undefined, onSuccess?: string | ( | CODE |
| LOW | …board-ui-components/src/components/chart-container.tsx | 119 | export function getPayloadConfigFromPayload( | CODE |
| LOW | …-ui-components/src/components/analytics-chart/state.ts | 101 | export function isAnalyticsChartDataLayer(l: AnalyticsChartLayer): l is AnalyticsChartDataLayer { | CODE |
| LOW | …-ui-components/src/components/analytics-chart/state.ts | 155 | export function computeLocalInProgressIdx( | CODE |
| LOW | …i-components/src/components/analytics-chart/strings.ts | 67 | export function resolveAnalyticsChartStrings( | CODE |
| LOW | …ts/analytics-chart/default-analytics-chart-tooltip.tsx | 107 | export function DefaultAnalyticsChartTooltip({ ctx }: DefaultAnalyticsChartTooltipProps) { | CODE |
| LOW | …i-components/src/components/analytics-chart/palette.ts | 24 | export function resolveAnalyticsChartPalette( | CODE |
| LOW | …hboard-ui-components/src/components/data-grid/state.ts | 22 | export function createDefaultDataGridState( | CODE |
| LOW | …components/src/components/data-grid/data-grid.test.tsx | 187 | function InteractiveDataGridHarness(props: { | CODE |
| LOW | …components/src/components/data-grid/data-grid.test.tsx | 320 | function InfiniteScrollLoadMoreHarness({ onFetch }: { onFetch: () => void }) { | CODE |
| LOW | …d-ui-components/src/components/data-grid/data-grid.tsx | 74 | export function isDataGridInteractiveRowClickTarget(target: EventTarget | null): boolean { | CODE |
| LOW | packages/template/scripts/generate-env.ts | 72 | function generateEnvVarsConstSnippet() { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 201 | function parseProjectAvailabilityResponse(body: unknown): boolean { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 232 | async function isLocalDashboardProjectAvailable(app: StackClientApp<true>): Promise<boolean> { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 635 | function hasPersistentTokenStoreForDevTool(app: StackClientApp<boolean>): boolean { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 660 | function isBestEffortOverviewError(error: unknown) { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 1254 | function appendBlockWithInlineMarkdown(tag: "p" | "li" | "h1" | "h2" | "h3", className: string, text: string) { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 1368 | function getCurrentAssistantMessage(): AssistantMessage { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 2149 | function animateNextPanelGeometryChange() { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 2223 | function getOrCreatePane(tabId: TabId): HTMLElement { | CODE |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 2366 | function closePanelAndPersistClosed() { | CODE |
| LOW | …ges/template/src/dev-tool/dev-tool-trigger-position.ts | 91 | export function getSnappedTriggerPlacement( | CODE |
| LOW | …ages/template/src/pushed-config-error-overlay/index.ts | 347 | export function mountPushedConfigErrorOverlay(app: StackClientApp<true>): () => void { | CODE |
| LOW | …ages/template/src/components-page/cli-auth-confirm.tsx | 26 | async function completeCliAuthWithRefreshToken(app: StackClientApp, loginCode: string, refreshToken: string) { | CODE |
| LOW | …mplate/src/components-page/hexclave-handler-client.tsx | 404 | function toAbsoluteOrRelativeRedirectTarget(url: URL): string { | CODE |
| LOW | …mplate/src/components-page/hexclave-handler-client.tsx | 408 | function useClientOriginAfterHydration(): string | undefined { | CODE |
| LOW | …ages/template/src/components-page/account-settings.tsx | 284 | function EmailsAndAuthPageSkeleton() { | CODE |
| LOW | …ages/template/src/components-page/account-settings.tsx | 293 | function ActiveSessionsPageSkeleton() { | CODE |
| LOW | …ages/template/src/components-page/account-settings.tsx | 333 | function NotificationsPageSkeleton() { | CODE |
| LOW | …ents-page/account-settings/payments/payments-panel.tsx | 112 | function SetDefaultPaymentMethodForm(props: { | CODE |
| LOW | …ount-settings/teams/team-member-invitation-section.tsx | 15 | export function TeamMemberInvitationSection(props: { team: Team }) { | CODE |
| LOW | …ount-settings/teams/team-member-invitation-section.tsx | 26 | function MemberInvitationsSectionInvitationsList(props: { team: Team }) { | CODE |
| LOW | …ount-settings/teams/team-member-invitation-section.tsx | 69 | function MemberInvitationSectionInner(props: { team: Team }) { | CODE |
| 948 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ckages/dashboard-ui-components/src/components/card.tsx | 7 | // ─── Card nesting context ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/dashboard-ui-components/src/components/card.tsx | 54 | // ─── Discriminated props ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/state.ts | 46 | // ─── Column value resolution ───────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/state.ts | 87 | // ─── Pagination ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/state.ts | 97 | // ─── Quick search ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/state.ts | 128 | // ─── Date helpers ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/state.ts | 195 | // ─── CSV Export ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 83 | // ── Feature flags ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 90 | // ── Display ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 97 | // ── Cell overflow ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 105 | // ── Overrides ────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 113 | // ── Date / dateTime ───────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 122 | // ── Cell-level callbacks ────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 134 | // ─── Sorting ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 141 | // ─── Selection ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 150 | // ─── Column visibility / pinning ───────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 158 | // ─── Pagination ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 295 | // ── Infinite scroll ──────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 303 | // ── State (fully controlled) ─────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 307 | // ── Modes ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …hboard-ui-components/src/components/data-grid/types.ts | 317 | // ── Layout ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 3 | // ─── Row identity ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 8 | // ─── Column definition ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 72 | // ── Sizing ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 170 | // ─── Combined grid state ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 192 | // ─── Data source ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 224 | // ─── Export ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 258 | // ─── Callbacks ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 277 | // ─── Main props ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 282 | // ── Data (pre-resolved by the consumer) ──────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 349 | // ── Callbacks ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 351 | // ── Customisation ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 380 | // ─── Toolbar / footer context ──────────────────────────────────────── | COMMENT |
| MEDIUM | …hboard-ui-components/src/components/data-grid/types.ts | 402 | // ─── Strings ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ponents/src/components/data-grid/data-grid-toolbar.tsx | 20 | // ─── Popover primitive ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ponents/src/components/data-grid/data-grid-toolbar.tsx | 74 | // ─── Quick search ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ponents/src/components/data-grid/data-grid-toolbar.tsx | 115 | // ─── Toolbar button ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ponents/src/components/data-grid/data-grid-toolbar.tsx | 149 | // ─── Column manager ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ponents/src/components/data-grid/data-grid-toolbar.tsx | 268 | // ─── Main toolbar ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 13 | // ─── URL <-> state encoding ────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 26 | // ── widths ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 73 | // ── hidden columns ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 100 | // ── sort model ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 142 | // ── quick search ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-components/src/components/data-grid/use-url-state.ts | 148 | // ─── Hook ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 66 | // ─── Row click target ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 93 | // ─── State translators (DataGridState ⇄ TanStack) ──────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 113 | // ─── Flex column width distribution ────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 136 | // ─── Selection logic (with shift-range anchor) ─────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 189 | // ─── Header cell ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 277 | // ─── Data cell ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 371 | // ─── Skeleton row ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 408 | // ─── Selection checkbox ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 447 | // ─── Infinite scroll sentinel ──────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 496 | // ─── Footer ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 578 | // ─── Main DataGrid ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 665 | // ── Build TanStack column defs from our column defs ────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 771 | // ── TanStack Table instance ────────────────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 808 | // ── Row IDs (stable across this render) ────────────────────── | COMMENT |
| MEDIUM | …d-ui-components/src/components/data-grid/data-grid.tsx | 841 | // ── Column width CSS variables (TanStack pattern) ──────────── | COMMENT |
| 172 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/implementations/swift/README.md | 31 | try await stack.signInWithCredential(email: "user@example.com", password: "password") | CODE |
| LOW | docs/src/components/stack-auth/stack-user-button.tsx | 5 | displayName: "John Doe", | CODE |
| LOW | …s/src/components/stack-auth/stack-user-button-demo.tsx | 26 | displayName: "John Doe", | CODE |
| LOW | …s/src/components/stack-auth/stack-account-settings.tsx | 21 | displayName: "John Doe", | CODE |
| LOW | …ts-page/account-settings/profile-page/profile-page.tsx | 19 | displayName: props.mockUser.displayName || 'John Doe', | CODE |
| LOW | packages/template/src/clickmap/clickmap-core.ts | 645 | const otherStableAttrs = ['aria-label', 'role', 'placeholder', 'title', 'type']; | CODE |
| LOW | packages/shared/src/schema-fields.ts | 774 | export const userDisplayNameSchema = yupString().nullable().max(256).meta({ openapiField: { description: _displayNameDes | CODE |
| LOW | packages/shared/src/schema-fields.ts | 875 | export const teamMemberDisplayNameSchema = yupString().meta({ openapiField: { description: _displayNameDescription('team | CODE |
| LOW⚡ | packages/shared/src/interface/client-interface.test.ts | 89 | await iface.sendMagicLinkEmail("user@example.com", "https://app.example.com/callback"); | CODE |
| LOW⚡ | packages/shared/src/interface/client-interface.test.ts | 92 | email: "user@example.com", | CODE |
| LOW⚡ | packages/shared/src/interface/client-interface.test.ts | 102 | await iface.sendMagicLinkEmail("user@example.com", "https://app.example.com/callback", { | CODE |
| LOW⚡ | packages/shared/src/interface/client-interface.test.ts | 108 | email: "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 120 | await iface.sendMagicLinkEmail("user@example.com", "https://app.example.com/callback", { | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 125 | email: "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 136 | await iface.sendMagicLinkEmail("user@example.com", "https://app.example.com/callback", { | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 141 | email: "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 154 | const result = await iface.sendMagicLinkEmail("user@example.com", "https://app.example.com/callback", { | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 174 | "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 182 | email: "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 195 | "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 337 | "user@example.com", | CODE |
| LOW | packages/shared/src/interface/client-interface.test.ts | 347 | email: "user@example.com", | CODE |
| LOW | packages/shared/src/utils/elements-chain.tsx | 42 | "placeholder", | CODE |
| LOW | apps/backend/prisma/seed.ts | 7 | import { seedDummyProject } from '@/lib/seed-dummy-data'; | CODE |
| LOW | apps/backend/prisma/seed.ts | 309 | // We create the subscription with raw Prisma (matching seed-dummy-data.ts) | COMMENT |
| LOW | apps/backend/prisma/seed.ts | 331 | // (mirrors the pattern used in seed-dummy-data.ts). | COMMENT |
| LOW | …p/api/latest/internal/preview/create-project/route.tsx | 3 | import { seedDummyProject } from "@/lib/seed-dummy-data"; | CODE |
| LOW | apps/backend/src/lib/cel-evaluator.ts | 155 | expect(ctx('user@example.com', 'us', 'password', null, 3, 4)).toEqual({ | CODE |
| LOW | apps/backend/src/lib/cel-evaluator.ts | 156 | email: 'user@example.com', emailDomain: 'example.com', countryCode: 'US', | CODE |
| LOW⚡ | apps/backend/src/lib/email-rendering.test.tsx | 134 | user: { displayName: 'John Doe' }, | CODE |
| LOW⚡ | apps/backend/src/lib/email-rendering.test.tsx | 143 | expect(result.data[0].html).toContain('John Doe'); | CODE |
| LOW⚡ | apps/backend/src/lib/email-rendering.test.tsx | 151 | user: { displayName: 'Jane Doe' }, | CODE |
| LOW⚡ | apps/backend/src/lib/email-rendering.test.tsx | 161 | expect(result.data[0].html).toContain('Jane Doe'); | CODE |
| LOW | apps/backend/src/lib/email-rendering.test.tsx | 543 | expect(result.data.html).toContain('John Doe'); | CODE |
| LOW | apps/backend/src/lib/email-rendering.tsx | 135 | const user = (previewMode && !options.user) ? { displayName: "John Doe" } : options.user; | CODE |
| LOW | apps/backend/src/lib/seed-dummy-data.test.ts | 3 | import { buildDummyPaymentsSetup } from "./seed-dummy-data"; | CODE |
| LOW | apps/backend/src/lib/emails.tsx | 222 | expect(normalizeEmail('user@example.com')).toBe('user@example.com'); | CODE |
| LOW | …)/projects/[projectId]/design-language/page-client.tsx | 818 | { name: "placeholder", type: "string", description: "Placeholder text for empty states." }, | CODE |
| LOW | …)/projects/[projectId]/design-language/page-client.tsx | 861 | { name: "John Doe", email: "john@example.com", time: "Active 2h ago", color: "cyan" }, | CODE |
| LOW | …)/projects/[projectId]/design-language/page-client.tsx | 1052 | { name: "placeholder", type: "string", default: "'Select'", description: "Placeholder label when no option | CODE |
| LOW | …rotected)/(outside-dashboard)/projects/page-client.tsx | 759 | placeholder="admin@example.com" | CODE |
| LOW | apps/dashboard/src/components/email-preview.tsx | 773 | senderName = "Acme Inc", | CODE |
| LOW | …shboard-account-settings/profile-page/profile-page.tsx | 19 | displayName: props.mockUser.displayName || 'John Doe', | CODE |
| LOW | …ts/src/hosted-components/auth/team-invitation-page.tsx | 119 | setDetails({ teamDisplayName: "Acme Corp" }); | CODE |
| LOW⚡ | …ponents/src/hosted-components/auth/onboarding-page.tsx | 66 | primaryEmail: demoEmail || "user@example.com", | CODE |
| LOW⚡ | …ponents/src/hosted-components/auth/onboarding-page.tsx | 75 | primaryEmail: "user@example.com", | CODE |
| LOW⚡ | …ponents/src/hosted-components/auth/onboarding-page.tsx | 84 | primaryEmail: "user@example.com", | CODE |
| LOW | …ponents/account-settings/profile-page/profile-page.tsx | 18 | displayName: props.mockUser.displayName || 'John Doe', | CODE |
| LOW | apps/e2e/tests/general/cli.test.ts | 151 | fs.writeFileSync(configFilePath, JSON.stringify({ STACK_CLI_REFRESH_TOKEN: "fake-token" }), { mode: 0o600 }); | CODE |
| LOW | apps/e2e/tests/general/cli.test.ts | 158 | expect(content).not.toContain("fake-token"); | CODE |
| LOW | apps/e2e/tests/js/convex.test.ts | 38 | email: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/convex.test.ts | 43 | email: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/app.test.ts | 14 | email: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/app.test.ts | 27 | email: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/app.test.ts | 85 | primaryEmail: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/app.test.ts | 96 | email: "test@test.com", | CODE |
| LOW⚡ | apps/e2e/tests/js/auth-like.test.ts | 6 | email: "test@test.com", | CODE |
| LOW⚡ | apps/e2e/tests/js/auth-like.test.ts | 11 | email: "test@test.com", | CODE |
| LOW | apps/e2e/tests/js/auth-like.test.ts | 241 | expect(serverUser!.primaryEmail).toBe("test@test.com"); | CODE |
| LOW | apps/e2e/tests/js/auth-like.test.ts | 258 | expect(serverUser!.primaryEmail).toBe("test@test.com"); | CODE |
| 95 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/code-examples/setup.ts | 501 | print(stack_auth_request('GET', '/api/v1/projects/current')) | CODE |
| HIGH | docs/code-examples/setup.ts | 512 | print(stack_auth_request('GET', '/api/v1/projects/current')) | CODE |
| HIGH | docs/code-examples/setup.ts | 523 | print(stack_auth_request('GET', '/api/v1/projects/current')) | CODE |
| HIGH | docs/src/components/api/webhooks-api-page.tsx | 338 | print(f'Received ${webhook.summary || name}: {event_data}') | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 259 | print("User cancelled the login process. Exiting") | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 297 | print("The user is logged in as", user["display_name"] or user["primary_email"]) | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 337 | return None | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 349 | return None | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 370 | return None | CODE |
| HIGH | …ied-prompts/skill-site-prompt-parts/ai-setup-prompt.ts | 386 | return None | CODE |
| HIGH⚡ | docs-mintlify/snippets/home-prompt-island.jsx | 3 | export const generatedSetupPromptText = "# Setting up Hexclave\n\nThis prompt explains how to set up Hexclave in your pr | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | docs/public/stack-auth-cli-template.py | 35 | # Step 1: Initiate the CLI auth process | COMMENT |
| LOW⚡ | docs/public/stack-auth-cli-template.py | 44 | # Step 2: Open the browser for the user to authenticate | COMMENT |
| LOW⚡ | docs/public/stack-auth-cli-template.py | 49 | # Step 3: Retrieve the token | COMMENT |
| LOW⚡ | examples/lovable-react-18-example/README.md | 26 | # Step 1: Clone the repository using the project's Git URL. | COMMENT |
| LOW⚡ | examples/lovable-react-18-example/README.md | 29 | # Step 2: Navigate to the project directory. | COMMENT |
| LOW⚡ | examples/lovable-react-18-example/README.md | 32 | # Step 3: Install the necessary dependencies. | COMMENT |
| LOW⚡ | examples/lovable-react-18-example/README.md | 35 | # Step 4: Start the development server with auto-reloading and an instant preview. | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3756 | // Step 1: Initiate the CLI auth process | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3780 | // Step 2: Open the browser for the user to authenticate and display the verification code | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3793 | // Step 3: Poll for the token | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 42 | // Step 1: Collect catalogId -> customerType mappings from products | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 46 | // Step 2: Find all catalog IDs that exist | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 50 | // Step 3: Add customerType keys for catalogs that need them | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 63 | // Step 4: Rename catalogs -> productLines | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 66 | // Step 5: Rename catalogId -> productLineId in products | COMMENT |
| LOW | apps/backend/src/lib/payments.tsx | 392 | // Step 1: Resolve the selected price from the product config | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 404 | // Step 2: Reject non-stackable products with quantity > 1 | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 409 | // Step 3: Fetch owned products once for all subsequent checks | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 412 | // Step 4: Check the customer doesn't already own this product | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 417 | // Step 5: Verify add-on prerequisites (customer must own the base product) | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 425 | // Step 6: Block purchase if customer already owns a product in the same product line. | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 526 | // Step 1: Create a new team permission definition | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 550 | // Step 2: Update project to set team creator default permissions to include the new permission | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 574 | // Step 3: Verify the permission is in the team creator default permissions | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 590 | // Step 4: Delete the permission definition | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 606 | // Step 5: Verify the deleted permission is no longer in team creator default permissions | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/server/entrypoint.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …plementations/swift/Sources/StackAuth/TokenStore.swift | 21 | COMMENT | |
| LOW | …plementations/swift/Sources/StackAuth/TokenStore.swift | 41 | case explicit(accessToken: String, refreshToken: String) | COMMENT |
| LOW | …/skills/pr-visual-writeup/scripts/detect_dev_server.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/docs-examples/src/app/signin/page.tsx | 1 | 'use client'; | COMMENT |
| LOW | examples/docs-examples/src/app/signin/page.tsx | 21 | // // this will redirect to the OAuth provider's login page | COMMENT |
| LOW | examples/docs-examples/src/app/signin/page.tsx | 41 | // if (!password) { | COMMENT |
| LOW | scripts/utils.ts | 61 | // Each element in skipStack can be either: | COMMENT |
| LOW | scripts/wait-for-dev-package-imports.ts | 1 | import { spawn } from "child_process"; | COMMENT |
| LOW | scripts/wait-for-dev-package-imports.ts | 21 | // watchers warming up, while a one-shot generator exits immediately on a missing | COMMENT |
| LOW | scripts/reseed-bulldozer.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/sc/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | packages/sc/src/next-static-analysis-workaround.ts | 1 | // Next statically analyzes the imports and ensures that the `next/headers` module is never imported on a client bundle. | COMMENT |
| LOW | packages/template/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | packages/template/src/config.ts | 1 | // Lightweight, side-effect-free entrypoint for authoring `hexclave.config.ts` | COMMENT |
| LOW | packages/template/src/dev-tool/dev-tool-core.ts | 221 | // development-environment dashboard. Rather than inferring from build-time env | COMMENT |
| LOW | …ages/template/src/components-page/hexclave-handler.tsx | 41 | // Default export preserved for backwards compatibility (legacy `as`-rename re-exports). | COMMENT |
| LOW | packages/template/src/lib/cookie.ts | 1 | import { cookies as rscCookies, headers as rscHeaders } from '@hexclave/sc/force-react-server'; // THIS_LINE_PLATFORM ne | COMMENT |
| LOW | packages/template/src/lib/cookie.ts | 21 | // - SameSite is set to `Lax` by default, which is already true in Chromium-based browsers, so this creates | COMMENT |
| LOW | packages/template/src/lib/cookie.ts | 41 | // which are fundamentally unsafe. Therefore, we need to take extra care that we only ever set Partitioned cookies | COMMENT |
| LOW | …lib/hexclave-app/apps/implementations/event-tracker.ts | 41 | // Dead-click detection (PostHog-style). Whether an element has a click handler | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 1461 | // TODO HACK this is a bit of a hack; while the order happens to work in practice (because the only actual | COMMENT |
| LOW | packages/template/src/clickmap/clickmap-core.ts | 501 | // Attribute clicks to the logical control, not the fragment the browser | COMMENT |
| LOW | packages/shared/src/config/schema.ts | 461 | // These are used to migrate old config overrides to the new format on the database. | COMMENT |
| LOW | packages/shared-backend/src/index.ts | 1 | // Reading and writing local Hexclave / Stack Auth config files. | COMMENT |
| LOW | apps/bulldozer-js/src/load-env.ts | 1 | import { config } from "dotenv"; | COMMENT |
| LOW | apps/bulldozer-js/src/payments/schema/index.ts | 1061 | // The id under which a grant entry is pushed into the ledger, and which an expiry references | COMMENT |
| LOW | apps/bulldozer-js/src/databases/piledriver/index.ts | 381 | // created immediately (as ["heap-reference", null]) and patched with the base64 key once the | COMMENT |
| LOW | apps/backend/prisma/seed.ts | 301 | COMMENT | |
| LOW | …kend/scripts/regen-internal-subscriptions-to-latest.ts | 321 | data: { product: latestProduct as unknown as Prisma.InputJsonValue }, | COMMENT |
| LOW | apps/backend/scripts/db-migrations.ts | 241 | break; | COMMENT |
| LOW | apps/backend/scripts/clickhouse-migrations.ts | 661 | // with click rows that pre-date elements_chain / scaled coords: the MV derives | COMMENT |
| LOW | apps/backend/src/hexclave.tsx | 1 | import { StackServerApp } from '@hexclave/next'; | COMMENT |
| LOW | apps/backend/src/oauth/index.tsx | 61 | // Resolves the OAuth `redirect_uri` we send to the provider (Google/GitHub/...) | COMMENT |
| LOW | …/backend/src/app/api/latest/internal/metrics/route.tsx | 1321 | topRegions: { country_code: string, count: number }[], | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 181 | // outstanding item grant tied to the purchase/subscription lifetime — grants | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 341 | // section-2 lifecycle picker: | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 421 | // needs either a bulldozer-aware mutex (writes-table sentinel row, advisory | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 461 | // Preserve the legacy `SubscriptionAlreadyRefunded` known-error code so | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 481 | // can still refund the money without `end_action`. | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 561 | throw new HexclaveAssertionError("Multiple subscription creation invoices found for subscription", { subscriptionI | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 681 | // refund row below already carries one — see the comment on the | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 721 | } | COMMENT |
| LOW | …latest/internal/payments/transactions/refund/route.tsx | 741 | customerType, | COMMENT |
| LOW | apps/backend/src/lib/clickhouse.tsx | 41 | COMMENT | |
| LOW | apps/backend/src/lib/external-db-sync-queue.ts | 41 | ON CONFLICT ("deduplicationKey") WHERE "startedFulfillingAt" IS NULL DO NOTHING | COMMENT |
| LOW | apps/backend/src/lib/external-db-sync-queue.ts | 61 | // "Active sibling" includes both pending rows and rows currently being processed | COMMENT |
| LOW | apps/backend/src/lib/payments/ensure-free-plan.ts | 141 | return false; | COMMENT |
| LOW | …/development-environment/project-availability/route.ts | 1 | import { getPublicEnvVar } from "@/lib/env"; | COMMENT |
| LOW | …/(protected)/projects/[projectId]/(overview)/globe.tsx | 501 | const squareSize = Math.min(parentBox.w, parentBox.h); | COMMENT |
| LOW | …rd/src/components/design-components/analytics-card.tsx | 41 | // | COMMENT |
| LOW | …hboard/src/components/data-table/transaction-table.tsx | 221 | // the source purchase active (no lifecycle change). The API expects either | COMMENT |
| LOW | apps/dashboard/src/lib/env.tsx | 61 | // TODO: NEXT_PUBLIC_VERSION_ALERTER_SEVERE_ONLY should be renamed to NEXT_PUBLIC_STACK_VERSION_ALERTER_SEVERE_ONLY | COMMENT |
| LOW | apps/e2e/tests/load-env.ts | 1 | import dotenv from "dotenv"; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/projects/[projectId]/analytics/tables/page-client.tsx | 163 | // AI-generated aggregate won't have an `event_at` column to sort on. | COMMENT |
| HIGH | …s/commands/create-dashboard/dashboard-sandbox-host.tsx | 370 | // Navigation API for AI-generated code | COMMENT |
| HIGH | …s/commands/create-dashboard/dashboard-sandbox-host.tsx | 465 | // Expose under both names. AI-generated dashboards (post-PR2 prompt) | COMMENT |
| HIGH | …s/commands/create-dashboard/dashboard-sandbox-host.tsx | 535 | // Execute AI-generated code with DashboardUI and Recharts in scope. | COMMENT |
| HIGH | …s/dashboard/src/components/vibe-coding/code-editor.tsx | 93 | // Same declaration emitted for both module names: AI-generated templates | COMMENT |
| HIGH | apps/dashboard/src/lib/ai-dashboard/contracts.ts | 3 | // Schema for AI-generated dashboard code | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | docs/public/stack-auth-cli-template.py | 35 | # Step 1: Initiate the CLI auth process | COMMENT |
| LOW⚡ | docs/public/stack-auth-cli-template.py | 44 | # Step 2: Open the browser for the user to authenticate | COMMENT |
| LOW⚡ | docs/public/stack-auth-cli-template.py | 49 | # Step 3: Retrieve the token | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3756 | // Step 1: Initiate the CLI auth process | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3780 | // Step 2: Open the browser for the user to authenticate and display the verification code | COMMENT |
| LOW | …b/hexclave-app/apps/implementations/client-app-impl.ts | 3793 | // Step 3: Poll for the token | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 42 | // Step 1: Collect catalogId -> customerType mappings from products | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 46 | // Step 2: Find all catalog IDs that exist | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 50 | // Step 3: Add customerType keys for catalogs that need them | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 63 | // Step 4: Rename catalogs -> productLines | COMMENT |
| LOW⚡ | …shared/src/config/migrate-catalogs-to-product-lines.ts | 66 | // Step 5: Rename catalogId -> productLineId in products | COMMENT |
| LOW | apps/backend/src/lib/payments.tsx | 392 | // Step 1: Resolve the selected price from the product config | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 404 | // Step 2: Reject non-stackable products with quantity > 1 | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 409 | // Step 3: Fetch owned products once for all subsequent checks | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 412 | // Step 4: Check the customer doesn't already own this product | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 417 | // Step 5: Verify add-on prerequisites (customer must own the base product) | COMMENT |
| LOW⚡ | apps/backend/src/lib/payments.tsx | 425 | // Step 6: Block purchase if customer already owns a product in the same product line. | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 526 | // Step 1: Create a new team permission definition | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 550 | // Step 2: Update project to set team creator default permissions to include the new permission | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 574 | // Step 3: Verify the permission is in the team creator default permissions | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 590 | // Step 4: Delete the permission definition | COMMENT |
| LOW | …d/endpoints/api/v1/team-permission-definitions.test.ts | 606 | // Step 5: Verify the deleted permission is no longer in team creator default permissions | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .cursor/hooks/stop-check.sh | 8 | # Check if this is a repeated stop hook call (loop_count > 0) | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1202 | # Check if manually revoked | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1209 | # Check if expired | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1249 | # Check if manually revoked | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1256 | # Check if expired | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1297 | # Check if manually revoked | COMMENT |
| LOW | docs/code-examples/api-keys.ts | 1304 | # Check if expired | COMMENT |
| LOW⚡ | .github/workflows/docker-server-build-run.yaml | 60 | # Check if curl failed completely | COMMENT |
| LOW⚡ | .github/workflows/docker-server-build-run.yaml | 66 | # Check if response code is empty | COMMENT |
| LOW⚡ | .github/workflows/docker-server-build-run.yaml | 72 | # Check if response code is 200 | COMMENT |
| LOW | .github/workflows/swift-sdk-publish.yaml | 80 | # Check if there are changes to commit | COMMENT |
| LOW | …ub/workflows/db-migration-backwards-compatibility.yaml | 41 | # Check if there are any changes in the migrations folder | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …i/latest/migration-tests/smart-route-handler/route.tsx | 24 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes and | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 40 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 64 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 115 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 192 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 269 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM | …2e/tests/backend/endpoints/api/migration-tests.test.ts | 292 | Welcome to the migration test route for SmartRouteHandler! This route only exists for demonstration purposes | CODE |
| MEDIUM⚡ | docs-mintlify/snippets/home-prompt-island.jsx | 3 | export const generatedSetupPromptText = "# Setting up Hexclave\n\nThis prompt explains how to set up Hexclave in your pr | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/src/components/chat/ai-chat.tsx | 165 | // Extract title - more robust matching | COMMENT |
| MEDIUM | apps/backend/src/lib/config/repo-agent.ts | 209 | // orchestrator polls (robust across the sandbox boundary; no stdout/encoding deps). | COMMENT |
| MEDIUM | …rojects/[projectId]/email-settings/domain-settings.tsx | 257 | // is the DNS zone apex — robust to multi-label public suffixes (`.co.uk`, `.com.au`, …). | COMMENT |
| LOW⚡ | docs-mintlify/snippets/home-prompt-island.jsx | 3 | export const generatedSetupPromptText = "# Setting up Hexclave\n\nThis prompt explains how to set up Hexclave in your pr | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docker/server/entrypoint.sh | 126 | # Create a working directory for our processed files. | COMMENT |
| MEDIUM | .agents/skills/pr-visual-writeup/scripts/upload_gist.sh | 2 | # Create a public gist, push every file under one or more dirs into it, print raw URLs. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/code-examples/setup.ts | 642 | except Exception as e: | CODE |
| LOW | docs/code-examples/setup.ts | 664 | except Exception as e: | CODE |
| LOW | docs/code-examples/setup.ts | 688 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/template/src/lib/hexclave-app/common.ts | 162 | * function handleRequest(req: Request) { | COMMENT |
| LOW | packages/template/src/lib/hexclave-app/common.ts | 202 | * function handleRequest(data) { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/e2e/tests/js/data-vault.test.ts | 36 | // TODO: implement this | COMMENT |