Repository Analysis

facebook/astryx

An open source design system that's fully customizable and agent ready

2.4 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of facebook/astryx, a TypeScript project with 8,903 GitHub stars. SynthScan v2.0 examined 410,904 lines of code across 2306 source files, recording 554 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 2.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).

2.4
Adjusted Score
2.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.9K
Stars
TypeScript
Language
410.9K
Lines of Code
2.3K
Files
554
Pattern Hits
2026-07-14
Scan Date
0.00
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 0HIGH 1MEDIUM 180LOW 373

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

Decorative Section Separators172 hits · 524 pts
SeverityFileLineSnippetContext
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh66# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh68# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh87# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh89# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh121# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh123# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh225# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh227# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh290# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh292# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh321# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh323# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh338# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh340# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh353# -------------------------------------------------------COMMENT
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh355# -------------------------------------------------------COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.tsx95// ─── Base Props (shared across all modes) ─────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.tsx155// ─── Mode-specific Props (discriminated union) ────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx34 // ─── Basic Rendering ─────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx115 // ─── Selection ───────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx141 // ─── Navigation ──────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx185 // ─── Date Constraints ────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx223 // ─── Multi-Month ─────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx270 // ─── Display Options ─────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx305 // ─── Range Mode ──────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx462 // ─── Accessibility ───────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx548 // ─── Bug Regression Tests ───────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx740 // ─── RTL (#3388) ─────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Calendar/Calendar.test.tsx740 // ─── RTL (#3388) ─────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Field/Field.tsx250 // ─── Horizontal-labels mode ───────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Field/Field.tsx280 // ─── Default mode (vertical / horizontal) ─────────────────────────────COMMENT
MEDIUMpackages/core/src/Field/Field.test.tsx296 // ─── width prop (#2755) ───────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Field/Field.test.tsx296 // ─── width prop (#2755) ───────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/Field/Field.test.tsx355 // ─── Horizontal-labels context ────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx27 // ─── Basic rendering ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx66 // ─── Direction modes ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx97 // ─── Context propagation ────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx126 // ─── Nesting ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx157 // ─── Snapshot tests ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/FormLayout/FormLayout.test.tsx189 // ─── Horizontal-labels with real Field children ─────────────────────────COMMENT
MEDIUMpackages/core/src/theme/expandTypeScale.ts304 // ── Layer 1: Raw size tokens (rem) ────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/theme/expandTypeScale.ts310 // ── Layer 2: Semantic tokens ──────────────────────────────────────────────COMMENT
MEDIUMpackages/core/src/hooks/useImageMode.test.ts98 // ── Reproduction for BB-001 (cluster C6) ────────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx140 // ─── Color assignment ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx156 // ─── Layout pass ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx185 // ─── Event dispatch ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx235 // ─── Context for interactions + v1 chrome ─────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx253 // ─── Legend ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/Chart.tsx268 // ─── Render ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/ChartTooltip.tsx186 // ─── Card positioning ──────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/ChartTooltip.tsx245 // ─── Subscribe to pointer events ───────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/ChartTooltip.tsx263 // ─── Derived data ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/ChartTooltip.tsx397 // ─── Render ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts111 // ─── 1. X scale ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts133 // ─── 2. Y domain from all series dataKeys ────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts215 // ─── Resolve the final y-domain ──────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts268 // ─── 2b. Categorical y band scale ────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts282 // ─── 3. Stacking ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts299 // ─── 4. Bar grouping ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/charts/src/layout.ts318 // ─── 5. Resolve each series ──────────────────────────────────────────COMMENT
112 more matches not shown…
Hyper-Verbose Identifiers169 hits · 169 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/app/src/report/Report.tsx90function MaintainabilityMetricsCard({CODE
LOWinternal/vibe-tests/src/deploy-report.ts271function injectScreenshotsIntoReport(CODE
LOWinternal/vibe-tests/src/interactive.ts994function generateSubagentInstructions(CODE
LOWinternal/vibe-tests/src/universal-eval.ts784function countMagicAndSemanticValues(CODE
LOWscripts/sync-templates.js203function generateBlockRouteWrapper(block) {CODE
LOW…e/src/InteractiveRoleContext/InteractiveRoleContext.ts51export function useInteractiveRoleContext(): InteractiveRole | null {CODE
LOWpackages/core/src/Kbd/Kbd.tsx117function subscribeToPlatformChanges(): () => void {CODE
LOWpackages/core/src/Kbd/Kbd.tsx121function getServerPlatformSnapshot(): boolean {CODE
LOWpackages/core/src/Calendar/dayCellUtils.ts249export function computeDayNeighborContinuity(input: {CODE
LOWpackages/core/src/CodeBlock/highlightRanges.ts46function ensureDynamicHighlightType(tokenType: string): void {CODE
LOWpackages/core/src/CodeBlock/highlightRanges.ts205export function applyHighlightRangesChunked(CODE
LOWpackages/core/src/CodeBlock/highlightRanges.ts333export function applyHighlightRangesBatch(CODE
LOWpackages/core/src/Markdown/Markdown.tsx1014function computeTableColumnMinWidths(node: {CODE
LOWpackages/core/src/Markdown/parser.perf.test.ts51function simulateStreamingFullReparse(CODE
LOWpackages/core/src/Markdown/parser.perf.test.ts61function simulateStreamingIncremental(CODE
LOWpackages/core/src/Markdown/parser.ts725function peelTrailingPunctAndParens(url: string): string {CODE
LOWpackages/core/src/utils/plainDate.ts209export function plainDateSetEndOfWeekExclusive(CODE
LOWpackages/core/src/Link/computeTargetAndRel.ts12export function computeTargetAndRel(CODE
LOWpackages/core/src/theme/generateThemeRules.ts56function appendPseudoToSelectorList(selector: string, pseudo: string): string {CODE
LOWpackages/core/src/theme/useTheme.ts103function getRootThemeAttrServerSnapshot(): 'light' | 'dark' | null {CODE
LOWpackages/core/src/theme/useTheme.ts117function notifyRootThemeAttrListeners(): void {CODE
LOWpackages/core/src/theme/expandTypeScale.ts357export function generateTypeScaleComponents(CODE
LOWpackages/core/src/theme/syntax/defineSyntaxTheme.ts101export function resolveSyntaxTokenForMode(CODE
LOW…le/plugins/pagination/useTablePagination-perf.test.tsx110function PaginationRenderCountTable({CODE
LOW…core/src/Table/plugins/filtering/useTableFiltering.tsx571function MultiSelectorFilterControl({CODE
LOW…able/plugins/selection/useTableSelection-perf.test.tsx83function SelectionRenderCountTable({CODE
LOW…s/core/src/SegmentedControl/SegmentedControlContext.ts38export function useSegmentedControlContext(): SegmentedControlContextValue {CODE
LOWpackages/core/src/TopNav/TopNavMegaMenuFeaturedCard.tsx126export function TopNavMegaMenuFeaturedCard({CODE
LOWpackages/core/src/NavMenu/NavMenuContext.tsx32export function useNavHeadingCloseContext(): NavHeadingCloseContextValue | null {CODE
LOW…ckages/core/src/PowerSearch/PowerSearchValueEditor.tsx64function enumItemsToSearchableItems(CODE
LOWpackages/lab/src/Schedule/shared.tsx357export function eventPastSurfaceColorStyle(CODE
LOWpackages/lab/src/Schedule/shared.tsx464export function formatTimezoneAbbreviation(CODE
LOWpackages/lab/src/Schedule/shared.tsx517export function formatEventAccessibilityLabel(CODE
LOWpackages/lab/src/Schedule/shared.tsx530export function getMinutesSinceStartOfDay(CODE
LOWpackages/lab/src/Schedule/MonthlyView.tsx343export function createScheduleMonthlyView({CODE
LOWpackages/lab/src/Schedule/zonedDateTime.ts63export function scheduleRangeToZonedDateTimeRange(CODE
LOWpackages/lab/src/Schedule/TimeGridView.tsx280function TimeGridAccessibilityGrid({CODE
LOWpackages/lab/src/Schedule/TimeGridView.tsx377function formatTimeGridAccessibilityCellLabel({CODE
LOWpackages/lab/src/Schedule/TimeGridView.tsx555function getAvailableTimedEventLevel(CODE
LOWpackages/lab/src/Schedule/dateMath.ts29export function getScheduleRangeFromDates({CODE
LOWpackages/lab/src/Schedule/plugins/PaginationPlugin.tsx28function SchedulePaginationControls() {CODE
LOWpackages/lab/src/Schedule/plugins/PaginationPlugin.tsx53function createSchedulePaginationPlugin({CODE
LOWpackages/lab/src/Schedule/plugins/PaginationPlugin.tsx91export function useSchedulePaginationPlugin({CODE
LOWpackages/lab/src/Chart/getChartColors.ts129export function getChartColorsFromResolver(CODE
LOWpackages/charts/src/getChartColors.ts189export function getChartColorsFromResolver(CODE
LOWpackages/charts/src/tooltip.ts36export function deriveTooltipSeriesValues(CODE
LOWpackages/charts/src/webgl.ts223export function registerContextLossHandlers(CODE
LOW…ents/ChatMessageMetadata/ChatMessageMetadataStatus.tsx21export default function ChatMessageMetadataStatus() {CODE
LOW…ts/ChatMessageMetadata/ChatMessageMetadataShowcase.tsx23export default function ChatMessageMetadataShowcase() {CODE
LOW…ents/ChatMessageMetadata/ChatMessageMetadataFooter.tsx23export default function ChatMessageMetadataFooter() {CODE
LOW…s/ChatMessageMetadata/ChatMessageMetadataTimestamp.tsx13export default function ChatMessageMetadataTimestamp() {CODE
LOW…onents/ChatMessageList/ChatMessageListFullFeatured.tsx19export default function ChatMessageListFullFeatured() {CODE
LOW…ts/ChatDictationButton/ChatDictationButtonShowcase.tsx16export default function ChatDictationButtonShowcase() {CODE
LOW…locks/components/Tooltip/TooltipInlineTextTooltips.tsx8export default function TooltipInlineTextTooltips() {CODE
LOW…onents/ToggleButtonGroup/ToggleButtonGroupShowcase.tsx13export default function ToggleButtonGroupShowcase() {CODE
LOW…onents/ToggleButtonGroup/ToggleButtonGroupVertical.tsx10export default function ToggleButtonGroupVertical() {CODE
LOW…onents/ChatMessageBubble/ChatMessageBubbleVariants.tsx13export default function ChatMessageBubbleVariants() {CODE
LOW…onents/ChatMessageBubble/ChatMessageBubbleMetadata.tsx18export default function ChatMessageBubbleMetadata() {CODE
LOW…onents/ChatMessageBubble/ChatMessageBubbleShowcase.tsx13export default function ChatMessageBubbleShowcase() {CODE
LOW…onents/ChatMessageBubble/ChatMessageBubbleGrouping.tsx15export default function ChatMessageBubbleGrouping() {CODE
109 more matches not shown…
Over-Commented Block98 hits · 98 pts
SeverityFileLineSnippetContext
LOWvitest.config.ts81 execArgv: ['--max-old-space-size=4096'],COMMENT
LOWinternal/vibe-tests/scripts/publish-report.sh1#!/usr/bin/env bashCOMMENT
LOWinternal/vibe-tests/scripts/smoke-test.sh1#!/usr/bin/env bashCOMMENT
LOWpackages/core/src/Typeahead/BaseTypeahead.tsx341COMMENT
LOWpackages/core/src/Markdown/parser.ts101 // Duck-type the legacy `ReadonlySet<string>` form: any object whoseCOMMENT
LOWpackages/core/src/Toast/ToastViewport.tsx121 // (via F6). Used to restore focus once all toasts are dismissed so focusCOMMENT
LOWpackages/core/src/AppShell/AppShell.tsx621 // =========================================================================COMMENT
LOWpackages/core/src/TabList/TabList.tsx141 // allowance for tab strips (ArrowRight/ArrowDown advance, ArrowLeft/ArrowUpCOMMENT
LOWpackages/core/src/Button/Button.tsx561 // a spinner. Interruptible loading is delayed too, so rapid re-clicks settleCOMMENT
LOWpackages/core/src/theme/tokens.stylex.ts361// can override them via typography.scale in defineTheme.COMMENT
LOWpackages/core/src/theme/useTheme.test.tsx141 expect(result.current.token('--color-accent-muted')).not.toContain(COMMENT
LOW…/Table/plugins/stickyColumns/useTableStickyColumns.tsx161COMMENT
LOWpackages/core/src/SegmentedControl/SegmentedControl.tsx161COMMENT
LOWpackages/core/src/HoverCard/HoverCard.tsx241COMMENT
LOWpackages/lab/src/Drawer/Drawer.tsx61COMMENT
LOWpackages/cli/templates/pages/mixed-gallery/page.tsx1// Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWpackages/cli/templates/pages/editor/page.tsx301// StylesCOMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts101 // Backgrounds — Figma-style flat with a single lifted surface.COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts161 '--color-icon-secondary': ['#737373', '#a3a3a3'],COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts181 // destructive button bg. Dark mode uses an alphaCOMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts201COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts221 // border light=T80 pastel dark=T60 mid-bright (>=5.8:1 vs body)COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts321 // =========================================================================COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts381 // Badge —COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts421 'variant:warning': {COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts481 color: 'var(--color-text-gray)',COMMENT
LOWpackages/cli/templates/themes/neutral/neutralTheme.ts521 '--color-text-primary': 'var(--color-text-red)',COMMENT
LOWpackages/cli/templates/themes/stone/stoneTheme.ts141COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts101 // Backgrounds — Figma-style flat with a single lifted surface.COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts161 '--color-icon-secondary': ['#737373', '#a3a3a3'],COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts181 // destructive button bg. Dark mode uses an alphaCOMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts201COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts221 // border light=T80 pastel dark=T60 mid-bright (>=5.8:1 vs body)COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts321 // =========================================================================COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts381 // Badge —COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts421 'variant:warning': {COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts481 color: 'var(--color-text-gray)',COMMENT
LOWpackages/themes/neutral/src/neutralTheme.ts521 '--color-text-primary': 'var(--color-text-red)',COMMENT
LOWpackages/themes/stone/src/stoneTheme.ts141COMMENT
LOW.github/workflows/release.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/release.yml21# 2. Run this workflow to publish the bumped versions.COMMENT
LOW.github/workflows/cleanup-previews.yml41COMMENT
LOW.github/workflows/codemod-verify.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/deploy.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/deploy.yml121 # broke the post-merge deploy of the XDS un-prefix migration (#2941):COMMENT
LOW.github/workflows/pr-comment.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/review-signal.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/review-signal.yml21# area-gated — a theme/template edit is where designCOMMENT
LOW.github/workflows/review-signal.yml41# self-serve code.COMMENT
LOW.github/workflows/review-signal.yml141COMMENT
LOW.github/workflows/review-signal.yml221 //COMMENT
LOW.github/workflows/review-signal.yml281 codeReasons.push('core change');COMMENT
LOW.github/workflows/review-signal.yml321 // --- Resolve approvals by reading reviews (fork-safe). ---COMMENT
LOW.github/workflows/review-signal.yml441 }COMMENT
LOW.github/workflows/review-clear.yml1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW.github/workflows/ci.yml301 #COMMENT
LOWapps/example-nextjs-stylex/next-env.d.ts1// Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWapps/example-nextjs-source/next-env.d.ts1// Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWapps/example-nextjs-tailwind/next-env.d.ts1// Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWapps/sandbox/next-env.d.ts1// Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
38 more matches not shown…
Fake / Example Data61 hits · 63 pts
SeverityFileLineSnippetContext
LOWpackages/core/src/SideNav/SideNav.test.tsx572 superheading="Acme Corp"CODE
LOWpackages/core/src/SideNav/SideNav.test.tsx578 expect(screen.getByText('Acme Corp')).toBeInTheDocument();CODE
LOWpackages/core/src/TimeInput/TimeInput.test.tsx495 expect(input).toHaveAttribute('placeholder', 'Select a time');CODE
LOWpackages/core/src/Typeahead/types.ts25 * label: 'Jane Doe',COMMENT
LOWpackages/core/src/Markdown/parser.test.ts705 children: [{type: 'text', content: 'user@example.com'}],CODE
LOWpackages/core/src/Markdown/parser.test.ts737 children: [{type: 'text', content: 'user@example.com'}],CODE
LOWpackages/core/src/Markdown/Markdown.test.tsx542 expect(link!.textContent).toBe('user@example.com');CODE
LOWpackages/core/src/Tokenizer/Tokenizer.test.tsx337 expect(input).not.toHaveAttribute('placeholder', 'Search people...');CODE
LOWpackages/core/src/Toast/ToastViewport.test.tsx28const EMPTY_OPTIONS: ToastOptions = {body: 'placeholder'};CODE
LOWpackages/core/src/DateTimeInput/DateTimeInput.test.tsx740 expect(timeInput).toHaveAttribute('placeholder', 'Select a time');CODE
LOWpackages/core/src/theme/types.ts164 | 'placeholder'CODE
LOWpackages/core/src/Avatar/AvatarStatusDot.tsx170 * name="John Doe"COMMENT
LOWpackages/core/src/Avatar/Avatar.tsx221 * getInitials('John Doe')COMMENT
LOWpackages/core/src/Avatar/Avatar.tsx260 * <Avatar src="/user.jpg" name="John Doe" />COMMENT
LOW…es/blocks/components/SideNav/SideNavWithHeaderMenu.tsx60 <ListItem label="Acme Corp" href="#" />CODE
LOW…ates/blocks/components/AppShell/AppShellWithBanner.tsx78 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…ates/blocks/components/AppShell/AppShellWithBanner.tsx78 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…ates/blocks/components/AppShell/AppShellTopNavOnly.tsx42 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…ates/blocks/components/AppShell/AppShellTopNavOnly.tsx42 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…ocks/components/AppShell/AppShellTopNavWithSideNav.tsx68 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…ocks/components/AppShell/AppShellTopNavWithSideNav.tsx68 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…tes/blocks/components/AppShell/AppShellSideNavOnly.tsx61 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…tes/blocks/components/AppShell/AppShellSideNavOnly.tsx61 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…tes/blocks/components/AppShell/AppShellContentOnly.tsx15 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…tes/blocks/components/AppShell/AppShellContentOnly.tsx15 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…plates/blocks/components/AppShell/AppShellShowcase.tsx56 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…plates/blocks/components/AppShell/AppShellShowcase.tsx56 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOW…s/components/FormLayout/FormLayoutHorizontalLabels.tsx12 const [displayName, setDisplayName] = useState('Jane Doe');CODE
LOW…es/blocks/components/Avatar/AvatarInitialsFallback.tsx10 {name: 'John Doe', note: 'First + last'},CODE
LOW…cks/components/HoverCard/HoverCardProfileHoverCard.tsx19 <Avatar name="Jane Doe" size={48} style={{flexShrink: 0}} />CODE
LOW…ates/blocks/components/HoverCard/HoverCardShowcase.tsx18 <Avatar name="Jane Doe" size="medium" />CODE
LOW…es/cli/templates/blocks/components/Text/TextColors.tsx26 color: 'placeholder' as const,CODE
LOW…s/components/SideNavHeading/SideNavHeadingShowcase.tsx34 superheading="Acme Corp"CODE
LOWpackages/cli/templates/pages/payment-form/page.tsx374 placeholder="123 Main Street"CODE
LOWpackages/cli/templates/pages/payment-form/page.tsx610 placeholder="John Doe"CODE
LOWpackages/cli/templates/pages/payment-form/page.tsx629 placeholder="123 Main Street"CODE
LOWpackages/cli/templates/pages/detail-page/page.tsx124 user: 'Jane Doe',CODE
LOWpackages/cli/templates/pages/detail-page/page.tsx202 <Avatar name="Jane Doe" size="xsmall" />CODE
LOWpackages/cli/templates/pages/shell-side-nav/page.tsx71 name: 'Acme Corp',CODE
LOW.github/instructions/templates.instructions.md81 "Lorem ipsum"/"Item 1"/"foo"); no dead code.CODE
LOWapps/storybook/stories/FormLayout.stories.tsx83 const [displayName, setDisplayName] = useState('Jane Doe');CODE
LOWapps/storybook/stories/FormLayout.stories.tsx231 const [name, setName] = useState('Jane Doe');CODE
LOWapps/storybook/stories/Timestamp.stories.tsx63 'placeholder',CODE
LOWapps/storybook/stories/AppShell.stories.tsx69 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOWapps/storybook/stories/AppShell.stories.tsx69 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed doCODE
LOWapps/storybook/stories/Link.stories.tsx27 'placeholder',CODE
LOWapps/storybook/stories/Dialog.stories.tsx254 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscingCODE
LOWapps/storybook/stories/Dialog.stories.tsx254 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscingCODE
LOWapps/storybook/stories/Dialog.stories.tsx541 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscingCODE
LOWapps/storybook/stories/Dialog.stories.tsx541 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscingCODE
LOWapps/storybook/stories/Avatar.stories.tsx89 name: 'John Doe',CODE
LOWapps/storybook/stories/Avatar.stories.tsx157 <Avatar name="John Doe" size="medium" />CODE
LOW…/storybook/stories/ToolbarEdgeCompensation.stories.tsx62 : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.'}CODE
LOW…/storybook/stories/ToolbarEdgeCompensation.stories.tsx62 : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.'}CODE
LOWapps/storybook/stories/Heading.stories.tsx23 'placeholder',CODE
LOWapps/storybook/stories/Heading.stories.tsx158 <Heading level={2} color="placeholder">CODE
LOWapps/storybook/stories/Text.stories.tsx39 'placeholder',CODE
LOWapps/storybook/stories/Text.stories.tsx164 <Text type="body" color="placeholder">CODE
LOWapps/storybook/stories/SideNav.stories.tsx151 <ListItem label="Acme Corp" href="#" />CODE
LOWapps/example-nextjs-tailwind/src/app/page.tsx235 <Avatar name="Jane Doe" size="small" />CODE
1 more matches not shown…
Verbosity Indicators19 hits · 38 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/src/deploy-report.ts93 // Step 1: Build previews if result files exist (.tsx or .json)COMMENT
LOWinternal/vibe-tests/src/deploy-report.ts127 // Step 2: Build the reportCOMMENT
LOWinternal/vibe-tests/src/deploy-report.ts157 // Step 3: Deploy to gh-pagesCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts309 // Step 1: Collect all 'const xxxRaw = { ... } as const;' blocksCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts318 // Step 2: Inline variable references in createTheme callsCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts337 // Step 3: Strip remaining type casts (but not in import lines)COMMENT
LOWinternal/vibe-tests/src/build-report.ts285 // Step 1: Ensure universal.json existsCOMMENT
LOWinternal/vibe-tests/src/build-report.ts289 // Step 2: If baseline provided, ensure comparisonCOMMENT
LOWinternal/vibe-tests/src/build-report.ts303 // Step 3: Load source code for per-prompt inspectionCOMMENT
LOWinternal/vibe-tests/src/build-report.ts436 // Step 4: Build the data scriptCOMMENT
LOWinternal/vibe-tests/src/build-report.ts453 // Step 5: Ensure CSS dist files exist (needed for report build)COMMENT
LOWinternal/vibe-tests/src/build-report.ts456 // Step 6: Dev mode or buildCOMMENT
LOWinternal/vibe-tests/src/build-report.ts491 // Step 5: Inject data and styles into the built HTMLCOMMENT
LOWpackages/core/src/Markdown/streaming.test.ts128 // Step 1: boundaries = [0, 5, 10]COMMENT
LOWpackages/core/src/Markdown/streaming.test.ts136 // Step 2: boundary 0 evicted → boundaries = [5, 10, 14]COMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts65 // Step 1: centerCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts69 // Step 2: azimuthCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts72 // Step 3: elevationCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts75 // Step 4: project to pixelsCOMMENT
Structural Annotation Overuse19 hits · 38 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/src/deploy-report.ts93 // Step 1: Build previews if result files exist (.tsx or .json)COMMENT
LOWinternal/vibe-tests/src/deploy-report.ts127 // Step 2: Build the reportCOMMENT
LOWinternal/vibe-tests/src/deploy-report.ts157 // Step 3: Deploy to gh-pagesCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts309 // Step 1: Collect all 'const xxxRaw = { ... } as const;' blocksCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts318 // Step 2: Inline variable references in createTheme callsCOMMENT
LOWinternal/vibe-tests/src/build-previews.ts337 // Step 3: Strip remaining type casts (but not in import lines)COMMENT
LOWinternal/vibe-tests/src/build-report.ts285 // Step 1: Ensure universal.json existsCOMMENT
LOWinternal/vibe-tests/src/build-report.ts289 // Step 2: If baseline provided, ensure comparisonCOMMENT
LOWinternal/vibe-tests/src/build-report.ts303 // Step 3: Load source code for per-prompt inspectionCOMMENT
LOWinternal/vibe-tests/src/build-report.ts436 // Step 4: Build the data scriptCOMMENT
LOWinternal/vibe-tests/src/build-report.ts453 // Step 5: Ensure CSS dist files exist (needed for report build)COMMENT
LOWinternal/vibe-tests/src/build-report.ts456 // Step 6: Dev mode or buildCOMMENT
LOWinternal/vibe-tests/src/build-report.ts491 // Step 5: Inject data and styles into the built HTMLCOMMENT
LOWpackages/core/src/Markdown/streaming.test.ts128 // Step 1: boundaries = [0, 5, 10]COMMENT
LOWpackages/core/src/Markdown/streaming.test.ts136 // Step 2: boundary 0 evicted → boundaries = [5, 10, 14]COMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts65 // Step 1: centerCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts69 // Step 2: azimuthCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts72 // Step 3: elevationCOMMENT
LOWpackages/lab/src/ThreeD/projection.test.ts75 // Step 4: project to pixelsCOMMENT
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMpackages/core/src/Layout/LayoutPanel.tsx235 // When no divider, collapse spacing for seamless visual flowCOMMENT
MEDIUMpackages/core/src/Layout/LayoutContent.tsx46 // When header has no divider, collapse top padding for seamless visual flowCOMMENT
MEDIUMpackages/core/src/Layout/LayoutContent.tsx53 // When footer has no divider, collapse bottom padding for seamless visual flowCOMMENT
MEDIUMpackages/cli/templates/pages/shell-top-nav/page.tsx51 // pixel-identical so the transition is seamless.COMMENT
MEDIUMapps/docsite/src/components/ThemeShowcaseTile.tsx316// This is more robust than regex-matching `rgb(...)` because modernCOMMENT
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHapps/storybook/stories/CodeBlock.stories.tsx134 print(f"Processing {config.input_path}")CODE
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/scripts/publish-report.sh8# Usage:COMMENT
LOWinternal/vibe-tests/scripts/smoke-test.sh13# Usage:COMMENT
LOWscripts/prune-branches.sh6# Usage:COMMENT
Self-Referential Comments1 hit · 4 pts
SeverityFileLineSnippetContext
MEDIUMinternal/vibe-tests/scripts/smoke-test.sh231 # Create a second iteration (baseline) with the same promptCOMMENT
Excessive Try-Catch Wrapping2 hits · 3 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/src/design-judge-gemini.py316 except Exception as e:CODE
MEDIUMinternal/vibe-tests/src/post-design-results.py228 print("Error: --iteration is required (or iterationId must be in scores file)", file=sys.stderr)CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpackages/cli/templates/pages/payment-form/page.tsx111// docsite; the CLI swaps these for an inline placeholder on scaffold).COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/scripts/smoke-test.sh305 # Check if this is the known vite theme alias bug (pre-existing, not our fault)COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWapps/storybook/stories/CodeBlock.stories.tsx135 # TODO: implement pipelineCOMMENT
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWinternal/vibe-tests/src/design-judge-gemini.py220CODE