Repository Analysis

moeru-ai/airi

💖🧸 Self hosted, you-owned Grok Companion, a container of souls of waifu, cyber livings to bring them into our worlds, wishing to achieve Neuro-sama's altitude. Capable of realtime voice chat, Minecraft, Factorio playing. Web / macOS / Windows supported.

2.4 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of moeru-ai/airi, a TypeScript project with 42,128 GitHub stars. SynthScan v2.0 examined 572,250 lines of code across 3797 source files, recording 1120 pattern matches distributed across 13 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
42.1K
Stars
TypeScript
Language
572.2K
Lines of Code
3.8K
Files
1.1K
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 1HIGH 12MEDIUM 60LOW 1047

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 1120 distinct pattern matches across 13 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.

Hyper-Verbose Identifiers864 hits · 881 pts
SeverityFileLineSnippetContext
LOWuno.config.ts59export function safelistAllPrimaryBackgrounds(): string[] {CODE
LOWuno.config.ts69export function safelistSettingsEntryIcons(): string[] {CODE
LOW…airi-plugin-web-extension/src/shared/eventa-runtime.ts65export function createRuntimeEventaContext() {CODE
LOW…ents/skills/vueuse-functions/references/onLongPress.md124function onLongPressCallbackComponent(e: PointerEvent) {CODE
LOW…ents/skills/vueuse-functions/references/onLongPress.md158function onLongPressCallbackDirective(e: PointerEvent) {CODE
LOW…euse-functions/references/usePreferredReducedMotion.md39export declare function usePreferredReducedMotion(CODE
LOW…unctions/references/usePreferredReducedTransparency.md39export declare function usePreferredReducedTransparency(CODE
LOW…ls/vueuse-functions/references/createInjectionState.md36export function useCounterStoreWithDefaultValue() {CODE
LOWdocs/.vitepress/composables/date.ts3export function isBetweenHalloweenAndHalfOfNovember(date: Date) {CODE
LOWdocs/.vitepress/composables/date.ts11export function isBetweenChristmasAndHalfOfJanuary(date: Date) {CODE
LOW…s/plans/2026-07-01-tts-voice-pack-model-option-plan.md94function packIdFromVoicePackVoiceId(voiceId: string) {CODE
LOW…agotchi-godot/tools/exportXiaoerEdgeReferenceStages.py91def ensure_group_output_socket(tree):CODE
LOW…agotchi-godot/tools/exportXiaoerEdgeReferenceStages.py163 def connect_edge_group_output(socket):CODE
LOW…ckages/vishot-runner-electron/src/runtime/artifacts.ts19export async function applyArtifactTransformers(CODE
LOWpackages/vishot-runner-electron/src/utils/settings.ts44export async function openSettingsConnectionPage(_mainPage: Page, settingsPage: Page): Promise<void> {CODE
LOWpackages/vishot-runner-electron/src/utils/settings.ts51export async function goToSettingsConnectionPage(settingsPage: Page): Promise<Page> {CODE
LOWpackages/vishot-runner-electron/src/utils/settings.ts55export async function toggleSettingsSwitchByLabel(settingsPage: Page, label: RegExp | string): Promise<{ before: string,CODE
LOWpackages/vishot-runner-electron/src/utils/selectors.ts19export async function waitForControlsIslandReady(page: Page): Promise<void> {CODE
LOWpackages/vishot-runner-electron/src/utils/selectors.ts37export async function openSettingsFromControlsIsland(page: Page): Promise<void> {CODE
LOWpackages/vishot-runner-electron/src/utils/selectors.ts51export async function openChatFromControlsIsland(page: Page): Promise<void> {CODE
LOWpackages/vishot-runner-electron/src/utils/selectors.ts55export async function openHearingFromControlsIsland(page: Page): Promise<Page> {CODE
LOWpackages/stage-ui-spine/src/utils/spine-version.ts27export function detectSpineVersionFromBinary(data: Uint8Array): SpineVersion | undefined {CODE
LOWpackages/stage-ui-spine/src/utils/spine-version.ts53export function detectSpineVersionFromJson(json: string): SpineVersion | undefined {CODE
LOWpackages/stage-ui-spine/src/utils/spine-preview.ts210function patchAssetManagerForZipAssets(CODE
LOWpackages/stage-ui-spine/src/utils/spine-zip-loader.ts329function rewriteAtlasPageReferences(atlasText: string, layout: SpineModelLayout, blobUrls: Record<string, string>) {CODE
LOW…s/stage-ui-spine/src/components/scenes/spine/Model.vue352function patchAssetManagerForZipAssets(CODE
LOWpackages/stage-pages/src/pages/settings/flux.vue265function showCheckoutReturnMessage(type: 'success' | 'error', text: string) {CODE
LOW…ges/settings/airi-card/components/CardDetailDialog.vue253function requestDeleteConfirmation(message: string): boolean {CODE
LOW…/airi-card/components/tabs/CardCreationTabArtistry.vue43function handleComfyWorkflowSelect(wf: ComfyUIWorkflowTemplate) {CODE
LOW…/airi-card/components/tabs/CardCreationTabArtistry.vue49function generateAgentInstructions(wf: ComfyUIWorkflowTemplate) {CODE
LOW…/airi-card/components/tabs/CardCreationTabArtistry.vue86function applyRecommendedInstructions() {CODE
LOW…ranscription/openai-compatible-audio-transcription.vue76async function handleGenerateTranscription(file: File) {CODE
LOW…ranscription/openai-compatible-audio-transcription.vue147function isValidTranscriptionModel(modelName: string | undefined | null): boolean {CODE
LOW…gs/providers/transcription/comet-api-transcription.vue60async function handleGenerateTranscription(file: File) {CODE
LOW…ders/transcription/official-provider-transcription.vue18async function handleGenerateTranscription(file: File) {CODE
LOW…s/providers/transcription/aliyun-nls-transcription.vue73function ensureProviderCredentials() {CODE
LOW…s/providers/transcription/mimo-audio-transcription.vue65async function handleGenerateTranscription(file: File) {CODE
LOW…providers/transcription/openai-audio-transcription.vue51async function handleGenerateTranscription(file: File) {CODE
LOW…s/src/pages/settings/account/account-settings-page.vue301async function handleSendSetPasswordLink() {CODE
LOWpackages/stage-pages/src/pages/settings/scene/index.vue56function requestDeleteConfirmation(message: string): boolean {CODE
LOW…ges/stage-pages/src/pages/settings/modules/hearing.vue128async function resetSttTestVoiceInputSession() {CODE
LOW…ges/stage-pages/src/pages/settings/modules/hearing.vue303function syncOpenAICompatibleSettings() {CODE
LOW…age-pages/src/pages/settings/modules/consciousness.vue33function trackOfficialProviderSelection(providerId: string, modelId: string) {CODE
LOW…ages/stage-pages/src/pages/settings/modules/speech.vue119function modelIdFromStreamingOptionId(optionId: string) {CODE
LOW…ages/stage-pages/src/pages/settings/modules/speech.vue333function syncOpenAICompatibleSettings() {CODE
LOW…ages/stage-pages/src/pages/settings/modules/speech.vue584function commitCustomVoiceSelection() {CODE
LOWpackages/stage-pages/src/pages/settings/data/status.ts17export function createDataSettingsStatusHelpers(emit: DataSettingsStatusEmit) {CODE
LOWpackages/stage-pages/src/pages/settings/data/status.ts33export function createDataSettingsStatusState() {CODE
LOWpackages/server-sdk/src/client.ts125function normalizeHeartbeatOptions(heartbeat?: false | ClientHeartbeatOptions): false | Required<ClientHeartbeatOptions>CODE
LOWpackages/server-sdk/src/client.ts206function createConnectionTimeoutError(timeout: number) {CODE
LOWpackages/airi-screenshot/src/cli.ts84export async function discoverTamagotchiScenarios(options: {CODE
LOWpackages/airi-screenshot/src/cli.ts119async function resolveTamagotchiScenarioPath(CODE
LOWpackages/airi-screenshot/src/cli.ts158export function parseAiriScreenshotCliArguments(argv: string[]): AiriScreenshotCliArguments {CODE
LOWpackages/electron-screen-capture/src/renderer.ts15export function setupElectronScreenCapture(context: ReturnType<typeof createContext>['context']) {CODE
LOWpackages/electron-screen-capture/src/main/utils.ts21export function toSerializableDesktopCapturerSource(source: DesktopCapturerSource): SerializableDesktopCapturerSource {CODE
LOWpackages/electron-screen-capture/src/main/utils.ts31export function checkMacOSScreenCapturePermission(): ReturnType<typeof systemPreferences.getMediaAccessStatus> {CODE
LOWpackages/electron-screen-capture/src/main/utils.ts39export function requestMacOSScreenCapturePermission(): void {CODE
LOWpackages/electron-screen-capture/src/main/index.ts162export function initScreenCaptureForWindow(window: BrowserWindow, options?: InitWindowOptions): void {CODE
LOWpackages/stage-shared/src/server-channel-qr.ts38export function createServerChannelQrPayload(payload: ServerChannelQrPayloadInput) {CODE
LOWpackages/stage-shared/src/server-channel-qr.ts42export function parseServerChannelQrPayload(raw: string) {CODE
804 more matches not shown…
Decorative Section Separators45 hits · 141 pts
SeverityFileLineSnippetContext
MEDIUM…kills/agent-browser/templates/authenticated-session.sh32# ================================================================COMMENT
MEDIUM…kills/agent-browser/templates/authenticated-session.sh34# ================================================================COMMENT
MEDIUM…kills/agent-browser/templates/authenticated-session.sh54# ================================================================COMMENT
MEDIUM…kills/agent-browser/templates/authenticated-session.sh56# ================================================================COMMENT
MEDIUM…kills/agent-browser/templates/authenticated-session.sh76# ================================================================COMMENT
MEDIUM…kills/agent-browser/templates/authenticated-session.sh78# ================================================================COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts257 // analytics module — both surfaces feed one PostHog series) ───────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts423 // ─── Chat activation events ──────────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1196 // ─── Voice clone (custom TTS voice) ──────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1204 // ─── Device pairing / channel (Electron / Tamagotchi) ─────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts367 // ─── LLM round events (client-known fields only) ──────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts592 // ─── Conversation action events ─────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts690 // ─── STT events ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts759 // ─── Feedback and community triage events ────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts783 // ─── PTT events ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts994 // ─── AIRI card (ccv3 character card) events ──────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1026 // ─── App lifecycle ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1034 // ─── Feature usage / retention ───────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1066 // ─── Monetization (client side) ──────────────────────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1115 // ─── Data maintenance (churn-precursor signals) ──────────────────────COMMENT
MEDIUMpackages/stage-ui/src/composables/use-analytics.ts1134 // ─── Desktop (Electron / Tamagotchi) differentiators ─────────────────COMMENT
MEDIUMapps/server/docker-compose.otel.yml4 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml8 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml29 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml31 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml51 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml53 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml67 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml69 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml83 # ============================================================COMMENT
MEDIUMapps/server/docker-compose.otel.yml85 # ============================================================COMMENT
MEDIUM…minecraft/src/cognitive/conscious/map-renderer.test.ts6// ─── Helpers ────────────────────────────────────────────────────────COMMENT
MEDIUM…minecraft/src/cognitive/conscious/map-renderer.test.ts48// ─── Tests ──────────────────────────────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts5// ─── Types ───────────────────────────────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts35// ─── Block Category Classification ──────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts118// ─── Block Name → Category Mapping ──────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts195// ─── Entity Classification ──────────────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts269// ─── Surface Finding ────────────────────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts296// ─── Renderers ──────────────────────────────────────────────────────COMMENT
MEDIUM…ices/minecraft/src/cognitive/conscious/map-renderer.ts522// ─── Public API ─────────────────────────────────────────────────────COMMENT
MEDIUMservices/computer-use-mcp/src/support-matrix.ts52 // ── Workflow lane ──────────────────────────────────────────────────────COMMENT
MEDIUMservices/computer-use-mcp/src/support-matrix.ts117 // ── Browser lane ───────────────────────────────────────────────────────COMMENT
MEDIUMservices/computer-use-mcp/src/support-matrix.ts150 // ── Desktop/native lane ────────────────────────────────────────────────COMMENT
MEDIUMservices/computer-use-mcp/src/support-matrix.ts212 // ── Terminal lane ───────────────────────────────────────────────────────COMMENT
MEDIUMservices/computer-use-mcp/src/support-matrix.ts324 // ── Handoff lane ───────────────────────────────────────────────────────COMMENT
Over-Commented Block109 hits · 109 pts
SeverityFileLineSnippetContext
LOWuno.config.ts21// ]COMMENT
LOW…ts/skills/vueuse-functions/references/useChangeCase.md21COMMENT
LOW…nts/skills/agent-browser/templates/capture-workflow.sh1#!/bin/bashCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh1#!/bin/bashCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh21agent-browser open "$FORM_URL"COMMENT
LOW…kills/agent-browser/templates/authenticated-session.sh1#!/bin/bashCOMMENT
LOW…kills/agent-browser/templates/authenticated-session.sh81#COMMENT
LOW…kills/agent-browser/templates/authenticated-session.sh101# # Save state for future runsCOMMENT
LOW…tchi-godot/tests/StageTamagotchiGodot.Tests/Program.cs1using System;COMMENT
LOWengines/stage-tamagotchi-godot/scripts/StageRoot.cs1using System;COMMENT
LOW…/stage-tamagotchi-godot/scripts/vrm/VrmAvatarLoader.cs1using System;COMMENT
LOW…amagotchi-godot/scripts/transport/StageViewPayloads.cs121COMMENT
LOW…tage-tamagotchi-godot/scripts/transport/StageBridge.cs1using System;COMMENT
LOW…tage-tamagotchi-godot/scripts/transport/StageBridge.cs41 /// <summary>COMMENT
LOW…tage-tamagotchi-godot/scripts/transport/StageBridge.cs61 /// Use when:COMMENT
LOW…tage-tamagotchi-godot/scripts/transport/StageBridge.cs101 }COMMENT
LOW…ge-tamagotchi-godot/scripts/transport/StageEnvelope.cs1using System.Text.Json;COMMENT
LOW…-tamagotchi-godot/scripts/visuals/StageVisualPreset.cs1using System;COMMENT
LOW…-tamagotchi-godot/scripts/visuals/StageVisualPreset.cs101 private static readonly Color StageBackgroundColor = new(0.015f, 0.014f, 0.018f, 1.0f);COMMENT
LOW…godot/scripts/visuals/StageEnvironmentAssetResolver.cs1using System.IO;COMMENT
LOW…godot/scripts/visuals/StageEnvironmentAssetResolver.cs21 "stage-ui-three",COMMENT
LOW…tamagotchi-godot/scripts/scene/StageSceneController.cs1using System;COMMENT
LOWpackages/plugin-protocol/src/types/events.ts641COMMENT
LOW…s/src/pages/settings/account/account-settings-page.vue61// Locale-aware thousand separator. Bare 5–6 digit numbers are noisy to scanCOMMENT
LOW…s/src/pages/settings/account/account-settings-page.vue341// Two-step flow:COMMENT
LOW…rc/plugin-host/runtimes/shared/services/permissions.ts81 for (const requestedSpec of requested) {COMMENT
LOW…rc/plugin-host/runtimes/shared/services/permissions.ts101 // - requestedSpec.key = 'plugin.api.users'COMMENT
LOW…rc/plugin-host/runtimes/shared/services/permissions.ts201 for (const spec of list) {COMMENT
LOWpackages/stage-ui/vite.config.ts41 ],COMMENT
LOWpackages/stage-ui/src/stores/chat/session-store.ts461 })COMMENT
LOWpackages/stage-ui/src/stores/chat/session-store.test.ts121describe('chat-session-store · user swap during in-flight ensureActiveSessionForCharacter', () => {COMMENT
LOWpackages/stage-ui/src/stores/chat/session-store.test.ts221 // B's hydrate must have fired — without the fix, the [userId, activeCardId]COMMENT
LOW…ages/stage-ui/src/stores/devtools/plugin-host-debug.ts121 kits.value = snapshot.kitsCOMMENT
LOWpackages/stage-ui/src/stores/mods/api/context-bridge.ts661 // duplicated messages handling and output:* events emission.COMMENT
LOWpackages/stage-ui/src/stores/analytics/index.ts141 //COMMENT
LOWpackages/stage-ui/src/libs/auth.ts41COMMENT
LOWpackages/stage-ui/src/libs/auth.ts121COMMENT
LOWpackages/stage-ui/src/libs/auth.ts141 //COMMENT
LOWpackages/stage-ui/src/libs/chat-sync/ws-client.test.ts141 expect(nullUrl.value).toBeUndefined()COMMENT
LOWpackages/stage-ui/src/libs/chat-sync/ws-client.test.ts181 })COMMENT
LOW…es/stage-ui/src/libs/speech/streaming-pipeline.test.ts301 //COMMENT
LOWpackages/stage-ui/src/components/scenes/Stage.vue801 // the just-ended session; it costs nothing and the next messageCOMMENT
LOW…omponents/scenarios/settings/model-settings/live2d.vue181// async function patchMotionMap(source: File, motionMap: Record<string, string>): Promise<File> {COMMENT
LOW…omponents/scenarios/settings/model-settings/live2d.vue201// motions[value] = [{ File: key }]COMMENT
LOWpackages/core-agent/src/runtime/llm-service.ts41 content: `User encountered error: ${String(message.content ?? '')}`,COMMENT
LOWpackages/core-agent/src/runtime/llm-service.ts241 // `streamText(...).steps` is the authoritative completion signal for theCOMMENT
LOWpackages/core-agent/src/runtime/llm-service.ts281 const message = String(error)COMMENT
LOWpackages/core-agent/src/runtime/llm-service.test.ts161 expect(out[0]).toEqual(message)COMMENT
LOW…ckages/stage-ui-three/src/composables/vrm/animation.ts181 // hasPointerCapture(pointerId: number): booleanCOMMENT
LOW…ckages/stage-ui-three/src/composables/vrm/animation.ts221 // interface Object3D {COMMENT
LOW…kages/stage-ui-three/src/components/Model/VRMModel.vue961COMMENT
LOW.github/workflows/pr-triage.lock.yml1# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4119968c6357ec3cc0eb9f26fd93713b8a51a37b6727e2b68400ba87cb9COMMENT
LOW.github/workflows/pr-triage.lock.yml21# Not all edits will cause changes to this file.COMMENT
LOW.github/workflows/deploy-cloudflare-workers.yml41 # NOTICE:COMMENT
LOW…workflows/deploy-cloudflare-workers-preview-deploy.yml121 - name: Setup pnpmCOMMENT
LOWapps/stage-web/vite.config.ts261 short_description: 'AI driven VTuber & Companion, supports Live2D and VRM.',COMMENT
LOWapps/stage-pocket/ios/App/App/AppDelegate.swift21 // the application and it begins the transition to the background state.COMMENT
LOWapps/server/instrumentation.ts41import { BatchLogRecordProcessor } from '@opentelemetry/sdk-logs'COMMENT
LOWapps/server/instrumentation.ts101 // Source preference, strongest → weakest:COMMENT
LOWapps/server/instrumentation.ts141 // shared provider would also ship every Langfuse generation span — prompt andCOMMENT
49 more matches not shown…
Cross-Language Confusion (JS/TS)12 hits · 60 pts
SeverityFileLineSnippetContext
HIGHservices/computer-use-mcp/src/runtime-probes.ts124print(AXIsProcessTrusted() ? "granted" : "missing")CODE
HIGHservices/computer-use-mcp/src/runtime-probes.ts158print(CGPreflightScreenCaptureAccess() ? "granted" : "missing")CODE
HIGHservices/computer-use-mcp/src/bin/demo-hello-world.ts81 print("Hello World! 🌍")CODE
HIGHservices/computer-use-mcp/src/bin/demo-hello-world.ts82 print("This project was created by AIRI computer-use-mcp terminal_exec tool.")CODE
HIGHservices/computer-use-mcp/src/executors/macos-local.ts210print(String(data: data, encoding: .utf8)!)CODE
HIGHservices/computer-use-mcp/src/executors/macos-local.ts294print("{}")CODE
HIGHservices/computer-use-mcp/src/executors/macos-local.ts362print("{}")CODE
HIGHservices/computer-use-mcp/src/executors/macos-local.ts396print("{}")CODE
HIGHservices/computer-use-mcp/src/executors/macos-local.ts438print("{}")CODE
HIGHservices/computer-use-mcp/src/display/enumerate.ts103print(String(data: data, encoding: .utf8)!)CODE
HIGHservices/computer-use-mcp/src/accessibility/ax-tree.ts168 print(String(data: data, encoding: .utf8)!)CODE
HIGHservices/computer-use-mcp/src/accessibility/ax-tree.ts182print(String(data: data, encoding: .utf8)!)CODE
Fake / Example Data36 hits · 40 pts
SeverityFileLineSnippetContext
LOW.agents/skills/vueuse-functions/references/useFuse.md37 'John Doe',CODE
LOW.agents/skills/vueuse-functions/references/useFuse.md38 'Jane Doe',CODE
LOW.agents/skills/vueuse-functions/references/useFuse.md50 * { "item": "John Doe", "index": 1 }COMMENT
LOW.agents/skills/vueuse-functions/references/useFuse.md52 * { "item": "Jane Doe", "index": 2 }COMMENT
LOW…ents/skills/agent-browser/references/authentication.md132agent-browser fill @e1 "user@example.com"CODE
LOW…ents/skills/agent-browser/references/authentication.md151agent-browser fill @e1 "user@example.com"CODE
LOW…ents/skills/agent-browser/references/authentication.md208agent-browser fill @e1 "user@example.com"CODE
LOW…gents/skills/agent-browser/references/snapshot-refs.md72agent-browser fill @e10 "user@example.com"CODE
LOW…/skills/agent-browser/references/session-management.md29agent-browser --session auth fill @e1 "user@example.com"CODE
LOW…ents/skills/agent-browser/templates/form-automation.sh32# agent-browser fill @e1 "John Doe" # Text inputCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh33# agent-browser fill @e2 "user@example.com" # Email inputCOMMENT
LOW…-practices/references/perf-v-once-v-memo-directives.md48const companyName = 'Acme Corp'CODE
LOW…ges/stage-ui/src/components/form/input/input.story.vue8const emailValue = ref('user@example.com')CODE
LOW…i/src/components/form/field/field-input-text.story.vue7const emailValue = ref('user@example.com')CODE
LOW…components/scenarios/chat/components/history.story.vue141 content: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattis tristique. InCODE
LOW…components/scenarios/chat/components/history.story.vue141 content: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattis tristique. InCODE
LOW…components/scenarios/chat/components/history.story.vue155 { type: 'text', text: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattiCODE
LOW…components/scenarios/chat/components/history.story.vue155 { type: 'text', text: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattiCODE
LOW…ponents/scenarios/providers/provider-api-key-input.vue28 :placeholder="placeholder"CODE
LOW…ts/verifications/admin-flux-grants.integration.test.ts16const ADMIN_EMAIL = 'admin@example.com'CODE
LOWapps/server/src/libs/tests/env.test.ts79 TEST_AUTH_USER_EMAIL: 'admin@example.com',CODE
LOWapps/server/src/libs/tests/env.test.ts85 expect(env.TEST_AUTH_USER_EMAIL).toBe('admin@example.com')CODE
LOWapps/server/src/libs/tests/request-auth.test.ts56 user: { id: 'user-1', email: 'user@example.com', name: 'User', emailVerified: true, image: null, createdAt: new DaCODE
LOWapps/server/src/libs/tests/request-auth.test.ts81 email: 'user@example.com',CODE
LOWapps/server/src/routes/admin/voice-packs/route.test.ts18const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' }CODE
LOW…ps/server/src/routes/admin/config/router/route.test.ts13 c.set('user', { id: 'admin-1', email: 'admin@example.com', role: 'admin' } as HonoEnv['Variables']['user'])CODE
LOW…server/src/routes/admin/provider-catalog/route.test.ts18const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' }CODE
LOWapps/server/src/routes/admin/users/route.test.ts16const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' }CODE
LOWapps/server/src/routes/admin/users/route.test.ts59 const app = createTestApp(services, { id: 'u', email: 'user@example.com', role: 'user' })CODE
LOW…rver/src/routes/admin/capability-aliases/route.test.ts17const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' }CODE
LOW…s/computer-use-mcp/src/bin/e2e-airi-discord-agentic.ts356 || normalized.includes('placeholder')CODE
LOW…s/computer-use-mcp/src/bin/e2e-airi-discord-agentic.ts994 placeholder: textarea.getAttribute('placeholder'),CODE
LOW…omputer-use-mcp/src/bin/e2e-airi-discord-observable.ts308 || normalized.includes('placeholder')CODE
LOW…s/computer-use-mcp/src/bin/e2e-airi-chat-observable.ts762 placeholder: textarea.getAttribute('placeholder'),CODE
LOW…ces/computer-use-mcp/src/transcript/transcript.test.ts533 it('projected messages never contain synthetic fake-user compaction records', () => {CODE
LOWservices/computer-use-mcp/src/utils/env-file.ts22 'placeholder',CODE
Structural Annotation Overuse17 hits · 32 pts
SeverityFileLineSnippetContext
LOW…ents/skills/agent-browser/templates/form-automation.sh20# Step 1: Navigate to formCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh24# Step 2: Snapshot to discover form elementsCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh29# Step 3: Fill form fields (customize these refs based on snapshot output)COMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh46# Step 4: Wait for submissionCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh50# Step 5: Verify resultCOMMENT
LOW.agents/skills/pnpm/references/features-patches.md12### Step 1: Initialize PatchCOMMENT
LOW.agents/skills/pnpm/references/features-patches.md27### Step 2: Edit FilesCOMMENT
LOW.agents/skills/pnpm/references/features-patches.md36### Step 3: Commit PatchCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1105 // Step 1: encrypt new keys and preserve existing ciphertexts when theCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1115 // Step 2: build the next LLM_ROUTER_CONFIG tree if any LLM/TTS/ASR sliceCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1122 // Step 3: build the next UNSPEECH_UPSTREAM. Streaming `models` +COMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1170 // Step 4: real writes. configKV.set runs the per-key valibot validator,COMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1194 // Step 5: cross-instance invalidation. audio-speech-ws readsCOMMENT
LOWservices/minecraft/src/skills/crafting.ts133 // Step 1: Try to craft without a crafting tableCOMMENT
LOWservices/minecraft/src/skills/crafting.ts196 // Step 2: Find and use a crafting tableCOMMENT
LOW…ces/computer-use-mcp/src/transcript/transcript.test.ts159 // Step 1: user + assistant + toolCOMMENT
LOW…ces/computer-use-mcp/src/transcript/transcript.test.ts170 // Step 2: simulate delta-only append (only new messages from this step)COMMENT
Modern AI Meta-Vocabulary12 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUM.github/agents/agentic-workflows.agent.md33- Configuration: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/github-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md55**Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/create-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md65**Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/update-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md75**Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/debug-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md85**Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/upgrade-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md105**Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/create-shared-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md144# Initialize repository for agentic workflowsCOMMENT
MEDIUM.github/agents/agentic-workflows.agent.md172- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/github-agentic-workfCODE
MEDIUM…05-15-001-feat-llm-tts-router-replacing-knoway-plan.md191│ │ │ ├── router.ts # core orchestration (key/upstream selection + fallback loop)CODE
MEDIUMservices/telegram-bot/README.md67EMBEDDING_MODEL='nomic-embed-text' # embedding modelCODE
MEDIUMservices/minecraft/README.md186│ │ ├── brain.ts # Core reasoning loop/orchestrationCODE
MEDIUMservices/computer-use-mcp/FEASIBILITY.md25### 2. The service now exposes a tool-first desktop orchestration surfaceCOMMENT
Verbosity Indicators14 hits · 27 pts
SeverityFileLineSnippetContext
LOW…ents/skills/agent-browser/templates/form-automation.sh20# Step 1: Navigate to formCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh24# Step 2: Snapshot to discover form elementsCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh29# Step 3: Fill form fields (customize these refs based on snapshot output)COMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh46# Step 4: Wait for submissionCOMMENT
LOW…ents/skills/agent-browser/templates/form-automation.sh50# Step 5: Verify resultCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1105 // Step 1: encrypt new keys and preserve existing ciphertexts when theCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1115 // Step 2: build the next LLM_ROUTER_CONFIG tree if any LLM/TTS/ASR sliceCOMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1122 // Step 3: build the next UNSPEECH_UPSTREAM. Streaming `models` +COMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1170 // Step 4: real writes. configKV.set runs the per-key valibot validator,COMMENT
LOW…erver/src/services/domain/admin/router-config/index.ts1194 // Step 5: cross-instance invalidation. audio-speech-ws readsCOMMENT
LOWservices/minecraft/src/skills/crafting.ts133 // Step 1: Try to craft without a crafting tableCOMMENT
LOWservices/minecraft/src/skills/crafting.ts196 // Step 2: Find and use a crafting tableCOMMENT
LOW…ces/computer-use-mcp/src/transcript/transcript.test.ts159 // Step 1: user + assistant + toolCOMMENT
LOW…ces/computer-use-mcp/src/transcript/transcript.test.ts170 // Step 2: simulate delta-only append (only new messages from this step)COMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…amagotchi/src/main/services/airi/plugins/index.test.ts958 const setCookie = sessionMock.defaultSession.cookies.set.mock.calls.at(0)?.[0] as { name: string, value: string } | CODE
TODO Padding6 hits · 9 pts
SeverityFileLineSnippetContext
LOW…es/stage-layouts/src/composables/use-transcriptions.ts128 // TODO: implement non-streaming transcriptionCOMMENT
LOW…es/plugin-sdk/src/channels/local/event-target/index.ts16 // TODO: implement actual event target based host channelCOMMENT
LOW…es/plugin-sdk/src/channels/local/event-target/index.ts49 // TODO: implement actual event target based data channelCOMMENT
LOWapps/server/src/routes/stripe/operations/webhook.ts354 // TODO: implement subscription-based flux crediting when subscriptions are enabledCOMMENT
LOWservices/telegram-bot/src/llm/photo.ts67 // TODO: implement this for photo searchingCOMMENT
LOWservices/telegram-bot/src/llm/sticker.ts80 // TODO: implement this for sticker searchingCOMMENT
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMpackages/core-agent/src/runtime/response-categoriser.ts228 // Fallback for filterToSpeech - uses rehype for robust incomplete tag detectionCOMMENT
MEDIUM…stage-ui-live2d/src/components/scenes/live2d/Model.vue379 // Restart the selected runtime motion immediately for seamless loopingCOMMENT
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMapps/stage-tamagotchi/ai.moeru.airi.flatpak.yml48 # dangerously and need an immediate workaround, you can try using --no-sandbox.COMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWservices/computer-use-mcp/src/bin/runner.ts22async function handleRequest(request: RunnerRequest) {CODE