A free and open source instant messaging and VoIP chat app built for friends, groups, and communities.
This report presents the forensic synthetic code analysis of fluxerapp/fluxer, a TypeScript project with 9,650 GitHub stars. SynthScan v2.0 examined 1,396,630 lines of code across 7309 source files, recording 3604 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 2.9 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 3604 distinct pattern matches across 11 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 | fluxer_api/vitest.config.ts | 18 | function resolveDefaultParallelWorkers(): number { | CODE |
| LOW | …pkgs/http_client/src/PublicInternetRequestUrlPolicy.ts | 147 | function createBlockedRequestError(url: URL, context: RequestUrlValidationContext, reason: string): HttpError { | CODE |
| LOW | …pkgs/http_client/src/PublicInternetRequestUrlPolicy.ts | 170 | export function createPublicInternetRequestUrlPolicy( | CODE |
| LOW | fluxer_api/pkgs/http_client/src/HttpClient.ts | 194 | function recordSuccessfulRequestMetrics( | CODE |
| LOW | fluxer_api/pkgs/http_client/src/HttpClient.ts | 241 | function recordUnhandledErrorMetrics( | CODE |
| LOW | fluxer_api/pkgs/locale/src/catalog/LocaleCatalog.ts | 192 | export function getPreferredLocaleForLanguageCode(languageCode: string): LocaleCode | null { | CODE |
| LOW | fluxer_api/pkgs/locale/src/catalog/LocaleCatalog.ts | 207 | export function findLocaleByLanguagePrefix(languageCode: string): LocaleCode | null { | CODE |
| LOW | fluxer_api/pkgs/locale/src/catalog/LocaleCatalog.ts | 221 | function createNormalizedLocaleLookup(): ReadonlyMap<string, LocaleCode> { | CODE |
| LOW | …kgs/locale/src/resolution/AcceptLanguageNegotiation.ts | 17 | export function resolveLocaleFromAcceptLanguageHeader(acceptLanguageHeader: string | null | undefined): LocaleCode { | CODE |
| LOW | …kgs/locale/src/resolution/AcceptLanguageNegotiation.ts | 37 | function parseAcceptLanguagePreferences(acceptLanguageHeader: string): Array<AcceptLanguagePreference> { | CODE |
| LOW | …kgs/locale/src/resolution/AcceptLanguageNegotiation.ts | 76 | function findLanguageFallbackMatch(preferences: ReadonlyArray<AcceptLanguagePreference>): LocaleCode | null { | CODE |
| LOW | fluxer_api/pkgs/sms/src/PhoneLookupTypes.ts | 61 | export function getSmsPumpingRiskThreshold(countryCode: string | null): number { | CODE |
| LOW | …/media_proxy_utils/src/ExternalMediaProxyUrlBuilder.ts | 20 | function normalizeMediaProxyEndpoint(mediaProxyEndpoint: string): string { | CODE |
| LOW | …/media_proxy_utils/src/ExternalMediaProxyUrlBuilder.ts | 40 | export function createExternalMediaProxyUrlBuilder( | CODE |
| LOW | …s/media_proxy_utils/src/ExternalMediaProxyPathCodec.ts | 61 | function reconstructLegacyOriginalUrl(proxyUrlPath: string): string { | CODE |
| LOW | …s/media_proxy_utils/src/ExternalMediaProxyPathCodec.ts | 88 | export function buildExternalMediaProxyPath(inputUrl: string): string { | CODE |
| LOW | …uxer_api/pkgs/geoip/src/CassandraIpInfoRequestAudit.ts | 63 | export function createCassandraIpInfoRequestAuditLogger( | CODE |
| LOW | fluxer_api/pkgs/geoip/src/CassandraIpInfoCache.ts | 16 | export function createCassandraIpInfoCache(options: CassandraIpInfoCacheOptions): IpInfoCache { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/PostgresIpInfoKv.ts | 52 | export function createPostgresIpInfoCache(options: PostgresIpInfoOptions): IpInfoCache { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/PostgresIpInfoKv.ts | 88 | export function createPostgresIpInfoRequestAuditLogger(options: PostgresIpInfoOptions): IpInfoRequestAuditLogger { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/IpInfoService.ts | 273 | export function createUnavailableIpInfoService(reason = 'IPInfo not configured'): IpInfoService { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/GeoipStartup.ts | 75 | export function resolveGeoipRuntimeSourceConfig( | CODE |
| LOW | fluxer_api/pkgs/geoip/src/GeoipStartup.ts | 96 | export async function ensureGeoipDatabaseOnStartup(options: EnsureGeoipStartupOptions): Promise<GeoipStartupResult> { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/GeoipStartup.ts | 169 | function createGeoipFilesystemSourceConfig(rawValue: string | undefined): GeoipFilesystemSourceConfig { | CODE |
| LOW | fluxer_api/pkgs/geoip/src/GeoipStartup.ts | 248 | function requireGeoipRuntimePathOptions(serviceName: string, temporaryDirectory: string): void { | CODE |
| LOW | fluxer_api/pkgs/initialization/src/Init.ts | 25 | export function startServiceInitialization(config: ServiceInitConfig): ShutdownFn { | CODE |
| LOW | …kgs/initialization/src/CreateServiceInstrumentation.ts | 13 | export function createServiceInstrumentation(options: CreateServiceInstrumentationOptions): ShutdownFn { | CODE |
| LOW | fluxer_api/pkgs/mime_utils/src/ContentTypeUtils.ts | 165 | export function isSupportedMediaContentType(contentType: string): boolean { | CODE |
| LOW | fluxer_api/pkgs/mime_utils/src/ContentTypeUtils.ts | 169 | export function getContentTypeFromFilename(filename: string): string { | CODE |
| LOW | fluxer_api/pkgs/cassandra/src/Client.ts | 174 | export function getDefaultCassandraClient(): ICassandraClient { | CODE |
| LOW | fluxer_api/pkgs/rate_limit/src/RateLimitService.ts | 23 | function millisecondsToDecimalSeconds(milliseconds: number): number { | CODE |
| LOW | …pi/pkgs/rate_limit/src/internal/RateLimitValidation.ts | 3 | export function assertPositiveFiniteNumber(value: number, fieldName: string): void { | CODE |
| LOW⚡ | fluxer_api/pkgs/worker/src/runtime/WorkerFactory.ts | 64 | function isLegacyCreateWorkerOptions(options: WorkerFactoryOptions): options is CreateWorkerLegacyOptions { | CODE |
| LOW⚡ | fluxer_api/pkgs/worker/src/runtime/WorkerFactory.ts | 68 | function resolveLegacyQueueOptions(config: WorkerQueueConfig, queueProvider?: IQueueProvider): WorkerQueueOptions { | CODE |
| LOW⚡ | fluxer_api/pkgs/worker/src/runtime/WorkerFactory.ts | 76 | function resolveWorkerFactoryOptions(options: WorkerFactoryOptions): ResolvedWorkerFactoryOptions { | CODE |
| LOW | fluxer_api/pkgs/worker/src/runtime/WorkerFactory.ts | 101 | function assertTaskRegistryMutable(runner: WorkerRunner | null): void { | CODE |
| LOW | …i/pkgs/elasticsearch_search/src/ElasticsearchClient.ts | 16 | export function createElasticsearchClient(config: ElasticsearchClientConfig): Client { | CODE |
| LOW | …earch_search/src/adapters/ElasticsearchIndexAdapter.ts | 377 | function isResourceAlreadyExistsError(error: unknown): boolean { | CODE |
| LOW | …earch_search/src/adapters/ElasticsearchIndexAdapter.ts | 426 | function isAnalysisSettingsMissingError(error: unknown): boolean { | CODE |
| LOW | fluxer_api/pkgs/kv_client/src/KVCommandArguments.ts | 48 | export function createStringEntriesFromPairs(args: Array<string>): Array<{ | CODE |
| LOW | fluxer_api/pkgs/kv_client/src/KVCommandArguments.ts | 68 | export function createZSetMembersFromScorePairs(scoreMembers: Array<number | string>): Array<{ | CODE |
| LOW | fluxer_api/pkgs/kv_client/src/KVCommandArguments.ts | 100 | export function parseRangeByScoreArguments(args: Array<string | number>): KVRangeByScoreOptions { | CODE |
| LOW | fluxer_api/pkgs/kv_client/src/KVCommandArguments.ts | 155 | function createInvalidArgumentError(message: string): KVClientError { | CODE |
| LOW | fluxer_api/src/api/CreateApiContext.ts | 58 | export function resetApiServicesForTesting(): void { | CODE |
| LOW | fluxer_api/src/api/App.ts | 30 | function AbuseAwareAppErrorHandler(err: Error, ctx: Context<HonoEnv>): Response | Promise<Response> { | CODE |
| LOW | fluxer_api/src/api/SearchFactory.ts | 21 | function createElasticsearchSearchProvider(lock?: ElasticsearchDistributedLock): ISearchProvider { | CODE |
| LOW | fluxer_api/src/api/SearchFactory.ts | 43 | function createMeilisearchSearchProvider(): ISearchProvider { | CODE |
| LOW | fluxer_api/src/api/SearchFactory.ts | 62 | export function setInjectedSearchProvider(provider: ISearchProvider | undefined): void { | CODE |
| LOW | fluxer_api/src/api/SearchFactory.ts | 86 | export function getGuildMemberSearchService(): IGuildMemberSearchService | null { | CODE |
| LOW | fluxer_api/src/api/Config.ts | 20 | function resolveGatewayInternalUrl(master: MasterConfig): string { | CODE |
| LOW | fluxer_api/src/api/Config.ts | 46 | function resolveTrustClientIpHeader(proxyConfig: object): boolean { | CODE |
| LOW | fluxer_api/src/api/Validator.ts | 76 | function extractVariablesFromIssue(issue: ZodError['issues'][number]): Record<string, unknown> | undefined { | CODE |
| LOW | fluxer_api/src/api/favorite_meme/FavoriteMemeModel.ts | 9 | export function mapFavoriteMemeToResponse(meme: FavoriteMeme): FavoriteMemeResponse { | CODE |
| LOW | fluxer_api/src/api/favorite_meme/FavoriteMemeService.ts | 81 | function resolveFavoriteMemeAnimationFlag( | CODE |
| LOW | …c/api/favorite_meme/tests/FavoriteMemeExtended.test.ts | 194 | async function createAccountWithPersonalNotes(harness: ApiTestHarness) { | CODE |
| LOW | fluxer_api/src/api/webhook/WebhookModel.ts | 10 | export function mapWebhookToTokenResponse(webhook: Webhook): z.infer<typeof WebhookTokenResponse> { | CODE |
| LOW | fluxer_api/src/api/webhook/WebhookModel.ts | 21 | export async function mapWebhookToResponseWithCache({ | CODE |
| LOW | fluxer_api/src/api/webhook/WebhookController.ts | 42 | function validateWebhookMessagePayload(data: unknown): WebhookMessageRequest { | CODE |
| LOW | fluxer_api/src/api/webhook/WebhookController.ts | 50 | async function parseWebhookJsonMessageData(ctx: Context<HonoEnv>): Promise<WebhookExecuteMessageData> { | CODE |
| LOW | fluxer_api/src/api/webhook/WebhookController.ts | 61 | async function parseWebhookMultipartMessageData( | CODE |
| 3406 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | fluxer_api/src/api/admin/services/AdminVoiceService.ts | 348 | await this.deps.apiContext.services.cache.publish(VOICE_CONFIGURATION_CHANNEL, JSON.stringify(message)); | CODE |
| CRITICAL | fluxer_api/src/api/admin/services/AdminReportService.ts | 189 | await this.deps.channelService.messages.send.sendMessage({ | CODE |
| CRITICAL | fluxer_api/src/api/system/PneumaticPostService.ts | 196 | const message = await this.deps.channelService.messages.send.sendMessage({ | CODE |
| CRITICAL | …i/src/api/worker/executors/ScheduledMessageExecutor.ts | 70 | await this.deps.channelService.messages.send.validateMessageCanBeSent({ | CODE |
| CRITICAL | …i/src/api/worker/executors/ScheduledMessageExecutor.ts | 75 | await this.deps.channelService.messages.send.sendMessage({ | CODE |
| CRITICAL⚡ | fluxer_api/src/api/risk/AccountPolicyEvaluator.ts | 987 | return normalized ? this.document.classifiers.emailTlds.lowRisk.has(normalized) : false; | CODE |
| CRITICAL⚡ | fluxer_api/src/api/risk/AccountPolicyEvaluator.ts | 994 | return this.document.classifiers.emailTlds.lowRisk.has(normalized) ? null : 'high'; | CODE |
| CRITICAL⚡ | fluxer_api/src/api/risk/AccountPolicyEvaluator.ts | 999 | return tld ? this.document.classifiers.emailTlds.blocked.has(tld) : false; | CODE |
| CRITICAL⚡ | fluxer_api/src/api/risk/AccountPolicyEvaluator.ts | 1004 | return this.document.classifiers.network.trustedPrivacyProviderMarkers.some((marker) => | CODE |
| CRITICAL⚡ | fluxer_api/src/api/risk/AccountPolicyEvaluator.ts | 1012 | ? this.document.classifiers.network.educationOrgMarkers.some((marker) => normalized.includes(marker)) | CODE |
| CRITICAL | deploy/k8s/fluxer-api-approved-image-policy.yaml | 28 | expression: "object.spec.template.spec.containers.filter(c, c.name == variables.containerName)" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …xer_api/src/api/webhook/tests/SlackTransformer.test.ts | 75 | author_name: 'John Doe', | CODE |
| LOW | …xer_api/src/api/webhook/tests/SlackTransformer.test.ts | 82 | expect(result.embeds?.[0].author?.name).toBe('John Doe'); | CODE |
| LOW | fluxer_api/src/api/database/types/UserTypes.ts | 414 | 'placeholder', | CODE |
| LOW | …uxer_api/src/api/report/tests/ContentReporting.test.ts | 811 | reporter_full_legal_name: 'John Doe', | CODE |
| LOW | …uxer_api/src/api/report/tests/ContentReporting.test.ts | 843 | reporter_full_legal_name: 'Jane Doe', | CODE |
| LOW | …uxer_api/src/api/report/tests/ContentReporting.test.ts | 860 | reporter_full_legal_name: 'John Doe', | CODE |
| LOW | …uxer_api/src/api/report/tests/ContentReporting.test.ts | 875 | reporter_full_legal_name: 'John Doe', | CODE |
| LOW | …uxer_api/src/api/report/tests/ContentReporting.test.ts | 930 | reporter_full_legal_name: 'John Doe', | CODE |
| LOW | fluxer_api/src/api/csam/tests/NcmecReporter.test.ts | 17 | reporterEmail: 'admin@example.com', | CODE |
| LOW | fluxer_api/src/api/csam/tests/NcmecReporter.test.ts | 141 | reporterEmail: 'admin@example.com', | CODE |
| LOW | fluxer_media_proxy/src/media_process.rs | 3059 | meta["placeholder"].as_str().is_some_and(|s| !s.is_empty()), | CODE |
| LOW | tools/dev/cassandra_target_schema.json | 199 | "name": "placeholder", | CODE |
| LOW | tools/dev/cassandra_target_schema.json | 470 | "name": "placeholder", | CODE |
| LOW | tools/dev/cassandra_target_schema.json | 4125 | "name": "placeholder", | CODE |
| LOW | fluxer_unfurl/src/resolvers/klipy.rs | 316 | placeholder: Some("placeholder".to_owned()), | CODE |
| LOW | fluxer_unfurl/src/resolvers/klipy.rs | 327 | assert_eq!(media.placeholder.as_deref(), Some("placeholder")); | CODE |
| LOW | fluxer_unfurl/src/resolvers/xkcd.rs | 185 | placeholder: Some("placeholder".to_owned()), | CODE |
| LOW | fluxer_unfurl/src/resolvers/xkcd.rs | 202 | assert_eq!(media.placeholder.as_deref(), Some("placeholder")); | CODE |
| LOW | fluxer_unfurl/src/resolvers/wikipedia.rs | 325 | placeholder: Some("placeholder".to_owned()), | CODE |
| LOW | fluxer_unfurl/src/resolvers/wikipedia.rs | 336 | assert_eq!(media.placeholder.as_deref(), Some("placeholder")); | CODE |
| LOW | fluxer_unfurl/src/resolvers/tenor.rs | 348 | placeholder: Some("placeholder".to_owned()), | CODE |
| LOW | fluxer_unfurl/src/resolvers/tenor.rs | 359 | assert_eq!(media.placeholder.as_deref(), Some("placeholder")); | CODE |
| LOW | fluxer_marketing/build.rs | 499 | let mentions_placeholder_handling = lowercase_comment.contains("placeholder") | CODE |
| LOW | fluxer_admin/openapi-admin.json | 13982 | "placeholder": { | CODE |
| LOW | fluxer_admin/openapi-admin.json | 14144 | "placeholder": { | CODE |
| LOW | fluxer_admin/tests/api_deserialization.rs | 261 | "reporter_email": "user@example.com", | CODE |
| LOW | fluxer_admin/tests/htmx_acceptance.rs | 802 | "email": "admin@example.com", | CODE |
| LOW | fluxer_admin/src/api/generated.rs | 60 | "email": "admin@example.com", | CODE |
| LOW | fluxer_admin/src/templates/pages/bans.rs | 43 | placeholder: "user@example.com", | CODE |
| LOW | fluxer_admin/src/templates/pages/instance_config.rs | 521 | "user@example.com", | CODE |
| LOW⚡ | …components/modals/tabs/component_gallery_tab/index.tsx | 347 | title="Lorem ipsum dolor sit amet" | CODE |
| LOW⚡ | …components/modals/tabs/component_gallery_tab/index.tsx | 347 | title="Lorem ipsum dolor sit amet" | CODE |
| LOW⚡ | …components/modals/tabs/component_gallery_tab/index.tsx | 348 | description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore e | CODE |
| LOW⚡ | …components/modals/tabs/component_gallery_tab/index.tsx | 348 | description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore e | CODE |
| LOW | …/components/channel_view/ChannelCompactCallSurface.tsx | 15 | mediaMode?: 'live' | 'placeholder'; | CODE |
| LOW | …s/channel/components/channel_view/GuildChannelView.tsx | 475 | mediaMode={isConnectedToThisChannel ? 'live' : 'placeholder'} | CODE |
| LOW | …l/components/embeds/attachments/AttachmentGridItem.tsx | 393 | key="placeholder" | CODE |
| LOW | …eatures/channel/components/embeds/media/EmbedVideo.tsx | 130 | key="placeholder" | CODE |
| LOW | …tures/channel/components/embeds/media/EmbedYouTube.tsx | 72 | key="placeholder" | CODE |
| LOW | …src/features/voice/components/CompactVoiceCallView.tsx | 10 | if (props.mediaMode === 'placeholder') { | CODE |
| LOW | …res/voice/components/compact_voice_call_view/shared.ts | 43 | export type CompactVoiceCallMediaMode = 'live' | 'placeholder'; | CODE |
| LOW | …c/features/expressions/commands/FavoriteGifCommands.ts | 41 | entries: Array<Omit<FavoriteGifEntry, 'placeholder'> & {placeholder?: string | null}>; | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 42 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 104 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 1230 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 2750 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 2806 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 2961 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 3116 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 3406 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 3733 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 3879 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 3953 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 5544 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 5659 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 6030 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 6267 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 6428 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 6515 | "msgid": "user@example.com" | CODE |
| LOW | …eatures/i18n/locales/auto-i18n-reviewed-unchanged.json | 6604 | "msgid": "user@example.com" | CODE |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | deny.toml | 16 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | deny.toml | 18 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | deny.toml | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | deny.toml | 30 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deny.toml | 69 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deny.toml | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deny.toml | 92 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deny.toml | 94 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | fluxer_docs/zensical.toml | 1 | # ============================================================================ | COMMENT |
| MEDIUM | fluxer_docs/zensical.toml | 7 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 121 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 123 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 304 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 308 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 311 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 319 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 323 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 328 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 333 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 341 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM | fluxer_docs/zensical.toml | 352 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM | fluxer_docs/zensical.toml | 354 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM | fluxer_docs/zensical.toml | 365 | # ---------------------------------------------------------------------------- | STRING |
| MEDIUM | fluxer_docs/zensical.toml | 372 | # ---------------------------------------------------------------------------- | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | deny.toml | 21 | yanked = "deny" | COMMENT |
| LOW | fluxer_media_proxy/src/vips_shim.c | 1 | // SPDX-License-Identifier: AGPL-3.0-or-later | COMMENT |
| LOW | fluxer_media_proxy/src/vips_shim.c | 21 | #include <math.h> | COMMENT |
| LOW | fluxer_desktop/native/linux-screen-capture/src/lib.rs | 1 | #![deny(clippy::all)] | COMMENT |
| LOW | fluxer_desktop/native/webrtc-sender/Cargo.toml | 61 | # when Vision is unavailable. tract is a pure-Rust ONNX inference engine: no | COMMENT |
| LOW | fluxer_desktop/native/webrtc-sender/Cargo.toml | 81 | # deep_filter declares tract ^0.19.4, but newer releases in that semver range | COMMENT |
| LOW | fluxer_desktop/native/mac-screen-capture/src/lib.rs | 1 | #![deny(clippy::all)] | COMMENT |
| LOW | fluxer_desktop/native/.cargo/config.toml | 1 | # SPDX-License-Identifier: AGPL-3.0-or-later | COMMENT |
| LOW | fluxer_desktop/native/mac-app-audio/src/lib.rs | 1 | #![deny(clippy::all)] | COMMENT |
| LOW | fluxer_docs/zensical.toml | 1 | # ============================================================================ | COMMENT |
| LOW | fluxer_docs/zensical.toml | 21 | COMMENT | |
| LOW | fluxer_docs/zensical.toml | 101 | # CSS files. | COMMENT |
| LOW | fluxer_docs/zensical.toml | 121 | # ---------------------------------------------------------------------------- | COMMENT |
| LOW | fluxer_docs/zensical.toml | 141 | # must be relative to the "docs_dir". | COMMENT |
| LOW | fluxer_docs/zensical.toml | 161 | # - https://zensical.org/docs/setup/language/ | COMMENT |
| LOW | fluxer_docs/zensical.toml | 181 | # code for the current page. | COMMENT |
| LOW | fluxer_docs/zensical.toml | 201 | # the footnote without leaving the context of the document. | COMMENT |
| LOW | fluxer_docs/zensical.toml | 221 | # Turn on this feature to expand all collapsible sections in the | COMMENT |
| LOW | fluxer_docs/zensical.toml | 241 | # With instant prefetching, your site will start to fetch a page once the | COMMENT |
| LOW | fluxer_docs/zensical.toml | 261 | COMMENT | |
| LOW | fluxer_docs/zensical.toml | 281 | COMMENT | |
| LOW | fluxer_docs/zensical.toml | 301 | #"toc.integrate", | COMMENT |
| LOW | fluxer_docs/zensical.toml | 321 | #logo = "lucide/smile" | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | fluxer_docs/docs/operator/get-started.md | 33 | ## Step 1: Install Docker | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 50 | ## Step 2: Download the stack | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 74 | ## Step 3: Configure `.env` | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 129 | ## Step 4: Publish the hostname | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 171 | ## Step 5: Open the firewall | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 184 | ## Step 6: Start the stack | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 207 | ## Step 7: Verify the instance | COMMENT |
| LOW | fluxer_docs/docs/operator/get-started.md | 259 | ## Step 8: Create the owner account | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | fluxer_marketing/content/policies/guidelines.md | 176 | ### 9. Deceptive AI-generated and manipulated content | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | fluxer_docs/zensical.toml | 113 | # With the `extra_javascript` option you can add your own JavaScript to your | STRING |
| MEDIUM⚡ | fluxer_docs/zensical.toml | 312 | # If you don't have a dedicated project logo, you can use a built-in icon from | STRING |
| MEDIUM | fluxer_docs/zensical.toml | 99 | # With the "extra_css" option you can add your own CSS styling to customize | STRING |
| LOW | packages/i18n/scripts/PruneUnusedI18nKeys.ts | 445 | console.log("\npruning complete. don't forget to regenerate i18n types:"); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …game-capture/test-apps/i686-present-fixture/Cargo.toml | 19 | # is to be built for the 32-bit (i686 / WOW64) target so the harness can drive | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/bench/_compare_criterion.py | 14 | CODE | |
| LOW | fluxer_docs/scripts/write_csp_header.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/bench/_compare_criterion.py | 51 | CODE |