The Bluesky Social application for Web, iOS, and Android
This report presents the forensic synthetic code analysis of bluesky-social/social-app, a TypeScript project with 18,119 GitHub stars. SynthScan v2.0 examined 294,985 lines of code across 1996 source files, recording 517 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.0 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 517 distinct pattern matches across 10 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 |
|---|---|---|---|---|
| CRITICAL⚡ | dev-env/mock-server.ts | 26 | await server.mocker.users.alice.agent.upsertProfile(() => ({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 30 | await server.mocker.users.bob.agent.upsertProfile(() => ({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 34 | await server.mocker.users.carla.agent.upsertProfile(() => ({ | CODE |
| CRITICAL | dev-env/mock-server.ts | 63 | const res = await server.mocker.users.bob.agent.post({ | CODE |
| CRITICAL | dev-env/mock-server.ts | 66 | await server.mocker.users.carla.agent.post({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 80 | await server.mocker.users.alice.agent.upsertProfile(() => ({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 84 | await server.mocker.users.bob.agent.upsertProfile(() => ({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 88 | await server.mocker.users.carla.agent.upsertProfile(() => ({ | CODE |
| CRITICAL⚡ | dev-env/mock-server.ts | 92 | await server.mocker.users.dan.agent.upsertProfile(() => ({ | CODE |
| CRITICAL | dev-env/mock-server.ts | 384 | await server.mocker.users.alice.agent.mute('muted-account.test') | CODE |
| CRITICAL | dev-env/mock-server.ts | 426 | await server.mocker.users.alice.agent.app.bsky.graph.block.create( | CODE |
| CRITICAL | dev-env/mock-server.ts | 449 | ].agent.app.bsky.graph.block.create( | CODE |
| CRITICAL | dev-env/mock-server.ts | 470 | await server.mocker.users.alice.agent.app.bsky.graph.block.create( | CODE |
| CRITICAL | dev-env/mock-server.ts | 481 | ].agent.app.bsky.graph.block.create( | CODE |
| CRITICAL | dev-env/test-pds.ts | 95 | // await agent.app.bsky.actor.profile.create( | COMMENT |
| CRITICAL | dev-env/test-pds.ts | 103 | // await agent.app.bsky.labeler.service.create( | COMMENT |
| CRITICAL | dev-env/test-pds.ts | 331 | return await agent.app.bsky.feed.generator.create( | CODE |
| CRITICAL | dev-env/test-pds.ts | 377 | const profile = await agent.app.bsky.actor.profile.get({ | CODE |
| CRITICAL | dev-env/test-pds.ts | 406 | const res = await this.users[user]?.agent.app.bsky.graph.list.create( | CODE |
| CRITICAL | dev-env/test-pds.ts | 421 | await this.users[owner]?.agent.app.bsky.graph.listitem.create( | CODE |
| CRITICAL | bskyogcard/src/routes/starter-pack.tsx | 33 | const result = await ctx.appviewAgent.app.bsky.graph.getStarterPack({ | CODE |
| CRITICAL | bskyogcard/src/routes/chat-invite.tsx | 31 | const result = await ctx.chatAgent.chat.bsky.group.getJoinLinkPreviews({ | CODE |
| CRITICAL | bskyogcard/src/routes/avatar-bubbles.tsx | 33 | const result = await ctx.appviewAgent.api.app.bsky.actor.getProfiles({ | CODE |
| CRITICAL | src/features/liveNow/index.tsx | 359 | await agent.app.bsky.actor.status.delete({ | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 723 | return this.agent.chat.bsky.convo.getConvo( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 766 | return this.agent.chat.bsky.convo.getConvoMembers( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 811 | return this.agent.chat.bsky.convo.getMessages( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 1168 | const response = await this.agent.chat.bsky.convo.sendMessage( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 1264 | const {data} = await this.agent.chat.bsky.convo.sendMessageBatch( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 1307 | return this.agent.chat.bsky.convo.deleteMessageForSelf( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 1532 | const {data} = await this.agent.chat.bsky.convo.addReaction( | CODE |
| CRITICAL | src/state/messages/convo/agent.ts | 1597 | await this.agent.chat.bsky.convo.removeReaction( | CODE |
| CRITICAL | src/state/messages/events/agent.ts | 263 | return this.agent.chat.bsky.convo.getLog( | CODE |
| CRITICAL | src/state/messages/events/agent.ts | 362 | return this.agent.chat.bsky.convo.getLog( | CODE |
| CRITICAL | src/state/queries/activity-subscriptions.ts | 46 | const response = await agent.app.bsky.notification.declaration.get({ | CODE |
| CRITICAL | src/state/queries/activity-subscriptions.ts | 76 | const response = await agent.app.bsky.notification.declaration.put( | CODE |
| CRITICAL | src/state/queries/post-quotes.ts | 39 | const res = await agent.api.app.bsky.feed.getQuotes({ | CODE |
| CRITICAL | src/state/queries/service-config.ts | 23 | const {data} = await agent.api.app.bsky.unspecced.getConfig() | CODE |
| CRITICAL | src/state/queries/list-memberships.ts | 44 | const res = await agent.app.bsky.graph.listitem.create( | CODE |
| CRITICAL | src/state/queries/list-memberships.ts | 144 | await agent.app.bsky.graph.listitem.delete({ | CODE |
| CRITICAL | src/state/queries/starter-packs.ts | 131 | return await agent.app.bsky.graph.starterpack.create( | CODE |
| CRITICAL | src/state/queries/starter-packs.ts | 300 | await agent.app.bsky.graph.list.delete({ | CODE |
| CRITICAL | src/state/queries/starter-packs.ts | 305 | await agent.app.bsky.graph.starterpack.delete({ | CODE |
| CRITICAL | src/state/queries/profile.ts | 567 | return await agent.app.bsky.graph.block.create( | CODE |
| CRITICAL | src/state/queries/profile.ts | 589 | await agent.app.bsky.graph.block.delete({ | CODE |
| CRITICAL | src/state/queries/list.ts | 87 | const res = await agent.app.bsky.graph.list.create( | CODE |
| CRITICAL | src/state/queries/list.ts | 140 | const {value: record} = await agent.app.bsky.graph.list.get({ | CODE |
| CRITICAL | src/state/queries/list.ts | 205 | const res = await agent.app.bsky.graph.listitem.list({ | CODE |
| CRITICAL | src/state/queries/post.ts | 417 | return agent.api.app.bsky.graph.muteThread({root: uri}) | CODE |
| CRITICAL | src/state/queries/post.ts | 426 | return agent.api.app.bsky.graph.unmuteThread({root: uri}) | CODE |
| CRITICAL⚡ | src/state/queries/messages/actor-declaration.ts | 109 | const result = await agent.api.com.atproto.repo.deleteRecord({ | CODE |
| CRITICAL | src/state/queries/threadgate/index.ts | 119 | agent.api.com.atproto.repo.getRecord({ | CODE |
| CRITICAL | src/state/queries/threadgate/index.ts | 165 | agent.api.com.atproto.repo.putRecord({ | CODE |
| CRITICAL | …queries/verification/useVerificationCreateMutation.tsx | 22 | const {uri} = await agent.app.bsky.graph.verification.create( | CODE |
| CRITICAL | …ueries/verification/useVerificationsRemoveMutation.tsx | 36 | return agent.app.bsky.graph.verification.delete({ | CODE |
| CRITICAL | src/state/queries/postgate/index.ts | 58 | agent.api.com.atproto.repo.getRecord({ | CODE |
| CRITICAL | src/state/queries/postgate/index.ts | 99 | agent.api.com.atproto.repo.putRecord({ | CODE |
| CRITICAL | src/view/com/composer/state/composer.ts | 272 | postToRemove.embed.media.video.abortController.abort() | CODE |
| CRITICAL | src/view/com/notifications/NotificationFeedItem.tsx | 898 | const res = await agent.api.chat.bsky.convo.getConvoForMembers( | CODE |
| CRITICAL | src/lib/generate-starterpack.ts | 35 | const list = await agent.app.bsky.graph.list.create( | CODE |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/withGradleJVMHeapSizeIncrease.js | 26 | module.exports = function withGradleJVMHeapSizeIncrease(config) { | CODE |
| LOW | plugins/withAndroidManifestLargeHeapPlugin.js | 3 | module.exports = function withAndroidManifestPlugin(appConfig) { | CODE |
| LOW | plugins/withAndroidStylesAccentColorPlugin.js | 8 | module.exports = function withAndroidStylesAccentColorPlugin(appConfig) { | CODE |
| LOW | plugins/withAndroidNoJitpackPlugin.js | 5 | module.exports = function withAndroidNoJitpackPlugin(config) { | CODE |
| LOW | plugins/withAndroidManifestFCMIconPlugin.js | 3 | module.exports = function withAndroidManifestFCMIconPlugin(appConfig) { | CODE |
| LOW | …-handler/src/BackgroundNotificationHandlerProvider.tsx | 19 | export function BackgroundNotificationPreferencesProvider({ | CODE |
| LOW | modules/bottom-sheet/src/BottomSheetPortal.tsx | 12 | export function BottomSheetPortalProvider({ | CODE |
| LOW | …es/bottom-sheet/src/BottomSheetNativeComponent.web.tsx | 3 | export function BottomSheetNativeComponent(_: BottomSheetViewProps) { | CODE |
| LOW | modules/bottom-sheet/src/BottomSheetNativeComponent.tsx | 129 | function BottomSheetNativeComponentInner({ | CODE |
| LOW | …po-bluesky-swiss-army/src/PlatformInfo/index.native.ts | 8 | export function getIsReducedMotionEnabled(): boolean { | CODE |
| LOW | …ules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts | 4 | export function getIsReducedMotionEnabled(): boolean { | CODE |
| LOW | …/expo-bluesky-swiss-army/src/PlatformInfo/index.web.ts | 4 | export function getIsReducedMotionEnabled(): boolean { | CODE |
| LOW | modules/expo-bluesky-swiss-army/src/Referrer/index.ts | 4 | export function getGooglePlayReferrerInfoAsync(): Promise<GooglePlayReferrerInfo> { | CODE |
| LOW | …ules/expo-bluesky-swiss-army/src/Referrer/index.web.ts | 6 | export function getGooglePlayReferrerInfoAsync(): Promise<GooglePlayReferrerInfo> { | CODE |
| LOW | …ules/expo-bluesky-swiss-army/src/Referrer/index.ios.ts | 5 | export function getGooglePlayReferrerInfoAsync(): Promise<GooglePlayReferrerInfo> { | CODE |
| LOW | …/expo-bluesky-swiss-army/src/Referrer/index.android.ts | 7 | export function getGooglePlayReferrerInfoAsync(): Promise<GooglePlayReferrerInfo | null> { | CODE |
| LOW | src/Navigation.tsx | 671 | function NotificationsTabNavigator() { | CODE |
| LOW | src/Navigation.tsx | 909 | function handlePushNotificationEntry() { | CODE |
| LOW | src/locale/helpers.ts | 159 | export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { | CODE |
| LOW | …ures/inviteFriends/hooks/useFollowersPromoDismissed.ts | 7 | export function useFollowersPromoDismissed() { | CODE |
| LOW | src/features/liveEvents/preferences.ts | 39 | function useWebOnlyDebugLiveEventPreferences() { | CODE |
| LOW | src/features/liveEvents/preferences.ts | 59 | export function useUpdateLiveEventPreferences(props: { | CODE |
| LOW | src/features/liveEvents/context.tsx | 106 | export function useUserPreferencedLiveEvents() { | CODE |
| LOW | src/features/liveEvents/context.tsx | 122 | export function useActiveLiveEventFeedUris() { | CODE |
| LOW | …onents/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx | 17 | export function DiscoverFeedLiveEventFeedsAndTrendingBanner() { | CODE |
| LOW | …vents/components/ExploreScreenLiveEventFeedsBanner.tsx | 7 | export function ExploreScreenLiveEventFeedsBanner() { | CODE |
| LOW | …/liveEvents/components/SidebarLiveEventFeedsBanner.tsx | 15 | export function SidebarLiveEventFeedsBanner() { | CODE |
| LOW | src/features/liveNow/index.tsx | 213 | export function useUpsertLiveStatusMutation( | CODE |
| LOW | src/features/liveNow/index.tsx | 347 | export function useRemoveLiveStatusMutation() { | CODE |
| LOW | src/features/liveNow/utils.ts | 23 | export function getLiveLinkFromStatusRecord(statusRecord: unknown): string { | CODE |
| LOW | src/state/feed-feedback.tsx | 305 | function sendOrAggregateInteractionsForStats( | CODE |
| LOW⚡ | src/state/birthdate.ts | 21 | export function snoozeBirthdateUpdateAllowedForDid(did: string) { | CODE |
| LOW⚡ | src/state/birthdate.ts | 30 | export function hasSnoozedBirthdateUpdateForDid(did: string) { | CODE |
| LOW⚡ | src/state/birthdate.ts | 38 | export function useIsBirthdateUpdateAllowed() { | CODE |
| LOW | src/state/util.ts | 35 | export function useCloseAllActiveElements() { | CODE |
| LOW⚡ | src/state/threadgate-hidden-replies.tsx | 66 | export function useThreadgateHiddenReplyUris() { | CODE |
| LOW⚡ | src/state/threadgate-hidden-replies.tsx | 70 | export function useThreadgateHiddenReplyUrisAPI() { | CODE |
| LOW⚡ | src/state/threadgate-hidden-replies.tsx | 74 | export function useMergedThreadgateHiddenReplies({ | CODE |
| LOW | src/state/threadgate-hidden-replies.tsx | 89 | export function useMergeThreadgateHiddenReplies() { | CODE |
| LOW | src/state/preferences/languages.tsx | 129 | export function getAppLanguageAsContentLanguage() { | CODE |
| LOW | src/state/preferences/alt-text-required.tsx | 56 | export function useSetRequireAltTextEnabled() { | CODE |
| LOW | src/state/preferences/large-alt-badge.tsx | 56 | export function useSetLargeAltBadgeEnabled() { | CODE |
| LOW | src/state/messages/events/index.tsx | 40 | export function MessagesEventBusProviderInner({ | CODE |
| LOW | src/state/cache/profile-shadow.ts | 62 | export function listenProfileShadowUpdate( | CODE |
| LOW | src/state/cache/profile-shadow.ts | 144 | export function usePostAuthorShadowFilter(data?: FeedPage[]) { | CODE |
| LOW | src/state/shell/drawer-swipe-disabled.tsx | 24 | export function useSetDrawerSwipeDisabled() { | CODE |
| LOW | src/state/shell/reminders.e2e.ts | 1 | export function shouldRequestEmailConfirmation() { | CODE |
| LOW | src/state/shell/reminders.e2e.ts | 5 | export function snoozeEmailConfirmationPrompt() {} | CODE |
| LOW⚡ | src/state/shell/minimal-mode.tsx | 90 | export function useMinimalShellModeSetters() { | CODE |
| LOW⚡ | src/state/shell/minimal-mode.tsx | 99 | export function useEnableMinimalShellMode({enabled} = {enabled: true}) { | CODE |
| LOW⚡ | src/state/shell/minimal-mode.tsx | 109 | export function useEnableMinimalShellModeForScreen( | CODE |
| LOW | src/state/shell/reminders.ts | 7 | export function shouldRequestEmailConfirmation(account: SessionAccount) { | CODE |
| LOW | src/state/shell/reminders.ts | 36 | export function snoozeEmailConfirmationPrompt() { | CODE |
| LOW | src/state/shell/logged-out.tsx | 56 | function getRequestedAccountFromLanding( | CODE |
| LOW | src/state/persisted/util.ts | 48 | export function normalizeLanguageTagToTwoLetterCode(lang: string) { | CODE |
| LOW | src/state/queries/activity-subscriptions.ts | 22 | export function useActivitySubscriptionsQuery() { | CODE |
| LOW | src/state/queries/activity-subscriptions.ts | 39 | export function useNotificationDeclarationQuery() { | CODE |
| LOW | src/state/queries/activity-subscriptions.ts | 70 | export function useNotificationDeclarationMutation() { | CODE |
| LOW | src/state/queries/known-followers.ts | 20 | export function useProfileKnownFollowersQuery(did: string | undefined) { | CODE |
| LOW | src/state/queries/join-links.ts | 61 | export function invalidateJoinLinkPreviewsForCode( | CODE |
| 341 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | __e2e__/perf-test.yml | 1 | # flow.yaml | COMMENT |
| LOW | bskyweb/embedr-static/robots.txt | 1 | # Hello Friends! | COMMENT |
| LOW | dev-env/test-pds.ts | 81 | publicUrl: 'http://localhost:2584', | COMMENT |
| LOW | dev-env/test-pds.ts | 101 | // ) | COMMENT |
| LOW | .github/dependabot.yml | 1 | version: 2 | COMMENT |
| LOW | .github/workflows/claude-mention.yml | 1 | name: claude-mention | COMMENT |
| LOW | modules/BlueskyNSE/NotificationService.swift | 1 | import Intents | COMMENT |
| LOW | src/platform/crypto.ts | 1 | // HACK | COMMENT |
| LOW | src/state/queries/nuxs/index.ts | 41 | } | COMMENT |
| LOW | src/screens/Messages/components/MessageComposer.tsx | 141 | } | COMMENT |
| LOW | …eens/Messages/components/splitView/leftColumnScroll.ts | 1 | // Holds the splitview left column's scroll offset across re-mounts caused | COMMENT |
| LOW | src/screens/Search/modules/ExploreTrendingVideos.tsx | 61 | COMMENT | |
| LOW | src/view/shell/index.tsx | 161 | handler = handler.requireExternalGestureToFail(trendingScrollGesture) | COMMENT |
| LOW | src/view/com/util/Link.tsx | 361 | </Text> | COMMENT |
| LOW | src/lib/demo.ts | 41 | record: { | COMMENT |
| LOW | src/lib/demo.ts | 121 | // width: 598, | COMMENT |
| LOW | src/lib/international-telephone-codes.ts | 1241 | unicodeFlag: '🇲🇵', | COMMENT |
| LOW | src/lib/api/feed-manip.ts | 261 | // Some feeds, like Following, dedupe by thread, so you only see the most recent reply. | COMMENT |
| LOW | src/lib/media/video/constants.ts | 1 | // Shared compression knobs. Mirrored between native (compress.ts) and web | COMMENT |
| LOW | src/analytics/PassiveAnalytics.tsx | 21 | ax.metric('state:background', { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .jscodeshift/file/lingui-v5.js | 8 | * _(msg`Lorem ipsum`) | COMMENT |
| LOW | .jscodeshift/file/lingui-v5.js | 13 | * l`Lorem ipsum` | COMMENT |
| LOW | src/screens/Messages/components/MessageComposer.tsx | 254 | ? l({message: 'Loading chat…', context: 'placeholder'}) | CODE |
| LOW | src/components/forms/TextField.tsx | 150 | 'value' | 'onChangeText' | 'placeholder' | CODE |
| LOW | src/components/ProgressGuide/FollowDialog.tsx | 49 | type: 'placeholder' | CODE |
| LOW | src/components/ProgressGuide/FollowDialog.tsx | 182 | type: 'placeholder', | CODE |
| LOW | src/components/ProgressGuide/FollowDialog.tsx | 258 | case 'placeholder': { | CODE |
| LOW | src/components/dialogs/SearchablePeopleList.tsx | 59 | type: 'placeholder' | CODE |
| LOW | src/components/dialogs/SearchablePeopleList.tsx | 152 | type: 'placeholder', | CODE |
| LOW | src/components/dialogs/SearchablePeopleList.tsx | 285 | case 'placeholder': { | CODE |
| LOW | src/components/dms/AddMembersFlow.tsx | 55 | type: 'placeholder' | CODE |
| LOW | src/components/dms/AddMembersFlow.tsx | 234 | _items.push({type: 'placeholder', key: i + ''}) | CODE |
| LOW | src/components/dms/AddMembersFlow.tsx | 296 | case 'placeholder': { | CODE |
| LOW | src/components/dms/InitiateChatFlow.tsx | 73 | type: 'placeholder' | CODE |
| LOW | src/components/dms/InitiateChatFlow.tsx | 321 | type: 'placeholder', | CODE |
| LOW | src/components/dms/InitiateChatFlow.tsx | 461 | case 'placeholder': { | CODE |
| LOW | src/view/screens/Storybook/Forms.tsx | 65 | defaultValue="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies lacin | CODE |
| LOW | src/view/screens/Storybook/Forms.tsx | 65 | defaultValue="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies lacin | CODE |
| LOW | src/view/com/composer/text-input/TextInput.types.ts | 36 | | 'placeholder' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/components/intents/GroupChatJoinDialog.tsx | 110 | // Optimistically mark the link as requested so any invite cards | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bskylink/tests/infra/with-test-db.sh | 3 | # Example usage: | COMMENT |
| LOW | dev-env/dev-infra/with-test-db.sh | 3 | # Example usage: | COMMENT |
| LOW | dev-env/dev-infra/with-test-redis-and-db.sh | 3 | # Example usage: | COMMENT |
| LOW | scripts/push-notification/send.sh | 7 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | web/index.html | 144 | Feel free to customize this however you'd like. | CODE |
| LOW | src/view/com/util/Views.tsx | 6 | // If you explode these into functions, don't forget to forwardRef! | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/view/com/composer/drafts/state/api.ts | 514 | // legacy `images`, >4 promotes to `gallery`). This keeps restore robust | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/state/queries/post-feed.ts | 208 | * If this is a public view, we need to check if posts fail moderation. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/screens/VideoFeed/index.tsx | 1047 | // TODO: implement viaRepost -sfn | COMMENT |