💖🧸 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.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | uno.config.ts | 59 | export function safelistAllPrimaryBackgrounds(): string[] { | CODE |
| LOW | uno.config.ts | 69 | export function safelistSettingsEntryIcons(): string[] { | CODE |
| LOW | …airi-plugin-web-extension/src/shared/eventa-runtime.ts | 65 | export function createRuntimeEventaContext() { | CODE |
| LOW | …ents/skills/vueuse-functions/references/onLongPress.md | 124 | function onLongPressCallbackComponent(e: PointerEvent) { | CODE |
| LOW | …ents/skills/vueuse-functions/references/onLongPress.md | 158 | function onLongPressCallbackDirective(e: PointerEvent) { | CODE |
| LOW | …euse-functions/references/usePreferredReducedMotion.md | 39 | export declare function usePreferredReducedMotion( | CODE |
| LOW | …unctions/references/usePreferredReducedTransparency.md | 39 | export declare function usePreferredReducedTransparency( | CODE |
| LOW | …ls/vueuse-functions/references/createInjectionState.md | 36 | export function useCounterStoreWithDefaultValue() { | CODE |
| LOW | docs/.vitepress/composables/date.ts | 3 | export function isBetweenHalloweenAndHalfOfNovember(date: Date) { | CODE |
| LOW | docs/.vitepress/composables/date.ts | 11 | export function isBetweenChristmasAndHalfOfJanuary(date: Date) { | CODE |
| LOW | …s/plans/2026-07-01-tts-voice-pack-model-option-plan.md | 94 | function packIdFromVoicePackVoiceId(voiceId: string) { | CODE |
| LOW | …agotchi-godot/tools/exportXiaoerEdgeReferenceStages.py | 91 | def ensure_group_output_socket(tree): | CODE |
| LOW | …agotchi-godot/tools/exportXiaoerEdgeReferenceStages.py | 163 | def connect_edge_group_output(socket): | CODE |
| LOW | …ckages/vishot-runner-electron/src/runtime/artifacts.ts | 19 | export async function applyArtifactTransformers( | CODE |
| LOW⚡ | packages/vishot-runner-electron/src/utils/settings.ts | 44 | export async function openSettingsConnectionPage(_mainPage: Page, settingsPage: Page): Promise<void> { | CODE |
| LOW⚡ | packages/vishot-runner-electron/src/utils/settings.ts | 51 | export async function goToSettingsConnectionPage(settingsPage: Page): Promise<Page> { | CODE |
| LOW⚡ | packages/vishot-runner-electron/src/utils/settings.ts | 55 | export async function toggleSettingsSwitchByLabel(settingsPage: Page, label: RegExp | string): Promise<{ before: string, | CODE |
| LOW | packages/vishot-runner-electron/src/utils/selectors.ts | 19 | export async function waitForControlsIslandReady(page: Page): Promise<void> { | CODE |
| LOW | packages/vishot-runner-electron/src/utils/selectors.ts | 37 | export async function openSettingsFromControlsIsland(page: Page): Promise<void> { | CODE |
| LOW | packages/vishot-runner-electron/src/utils/selectors.ts | 51 | export async function openChatFromControlsIsland(page: Page): Promise<void> { | CODE |
| LOW | packages/vishot-runner-electron/src/utils/selectors.ts | 55 | export async function openHearingFromControlsIsland(page: Page): Promise<Page> { | CODE |
| LOW | packages/stage-ui-spine/src/utils/spine-version.ts | 27 | export function detectSpineVersionFromBinary(data: Uint8Array): SpineVersion | undefined { | CODE |
| LOW | packages/stage-ui-spine/src/utils/spine-version.ts | 53 | export function detectSpineVersionFromJson(json: string): SpineVersion | undefined { | CODE |
| LOW | packages/stage-ui-spine/src/utils/spine-preview.ts | 210 | function patchAssetManagerForZipAssets( | CODE |
| LOW | packages/stage-ui-spine/src/utils/spine-zip-loader.ts | 329 | function rewriteAtlasPageReferences(atlasText: string, layout: SpineModelLayout, blobUrls: Record<string, string>) { | CODE |
| LOW | …s/stage-ui-spine/src/components/scenes/spine/Model.vue | 352 | function patchAssetManagerForZipAssets( | CODE |
| LOW | packages/stage-pages/src/pages/settings/flux.vue | 265 | function showCheckoutReturnMessage(type: 'success' | 'error', text: string) { | CODE |
| LOW | …ges/settings/airi-card/components/CardDetailDialog.vue | 253 | function requestDeleteConfirmation(message: string): boolean { | CODE |
| LOW | …/airi-card/components/tabs/CardCreationTabArtistry.vue | 43 | function handleComfyWorkflowSelect(wf: ComfyUIWorkflowTemplate) { | CODE |
| LOW | …/airi-card/components/tabs/CardCreationTabArtistry.vue | 49 | function generateAgentInstructions(wf: ComfyUIWorkflowTemplate) { | CODE |
| LOW | …/airi-card/components/tabs/CardCreationTabArtistry.vue | 86 | function applyRecommendedInstructions() { | CODE |
| LOW | …ranscription/openai-compatible-audio-transcription.vue | 76 | async function handleGenerateTranscription(file: File) { | CODE |
| LOW | …ranscription/openai-compatible-audio-transcription.vue | 147 | function isValidTranscriptionModel(modelName: string | undefined | null): boolean { | CODE |
| LOW | …gs/providers/transcription/comet-api-transcription.vue | 60 | async function handleGenerateTranscription(file: File) { | CODE |
| LOW | …ders/transcription/official-provider-transcription.vue | 18 | async function handleGenerateTranscription(file: File) { | CODE |
| LOW | …s/providers/transcription/aliyun-nls-transcription.vue | 73 | function ensureProviderCredentials() { | CODE |
| LOW | …s/providers/transcription/mimo-audio-transcription.vue | 65 | async function handleGenerateTranscription(file: File) { | CODE |
| LOW | …providers/transcription/openai-audio-transcription.vue | 51 | async function handleGenerateTranscription(file: File) { | CODE |
| LOW | …s/src/pages/settings/account/account-settings-page.vue | 301 | async function handleSendSetPasswordLink() { | CODE |
| LOW | packages/stage-pages/src/pages/settings/scene/index.vue | 56 | function requestDeleteConfirmation(message: string): boolean { | CODE |
| LOW | …ges/stage-pages/src/pages/settings/modules/hearing.vue | 128 | async function resetSttTestVoiceInputSession() { | CODE |
| LOW | …ges/stage-pages/src/pages/settings/modules/hearing.vue | 303 | function syncOpenAICompatibleSettings() { | CODE |
| LOW | …age-pages/src/pages/settings/modules/consciousness.vue | 33 | function trackOfficialProviderSelection(providerId: string, modelId: string) { | CODE |
| LOW | …ages/stage-pages/src/pages/settings/modules/speech.vue | 119 | function modelIdFromStreamingOptionId(optionId: string) { | CODE |
| LOW | …ages/stage-pages/src/pages/settings/modules/speech.vue | 333 | function syncOpenAICompatibleSettings() { | CODE |
| LOW | …ages/stage-pages/src/pages/settings/modules/speech.vue | 584 | function commitCustomVoiceSelection() { | CODE |
| LOW | packages/stage-pages/src/pages/settings/data/status.ts | 17 | export function createDataSettingsStatusHelpers(emit: DataSettingsStatusEmit) { | CODE |
| LOW | packages/stage-pages/src/pages/settings/data/status.ts | 33 | export function createDataSettingsStatusState() { | CODE |
| LOW | packages/server-sdk/src/client.ts | 125 | function normalizeHeartbeatOptions(heartbeat?: false | ClientHeartbeatOptions): false | Required<ClientHeartbeatOptions> | CODE |
| LOW | packages/server-sdk/src/client.ts | 206 | function createConnectionTimeoutError(timeout: number) { | CODE |
| LOW | packages/airi-screenshot/src/cli.ts | 84 | export async function discoverTamagotchiScenarios(options: { | CODE |
| LOW | packages/airi-screenshot/src/cli.ts | 119 | async function resolveTamagotchiScenarioPath( | CODE |
| LOW | packages/airi-screenshot/src/cli.ts | 158 | export function parseAiriScreenshotCliArguments(argv: string[]): AiriScreenshotCliArguments { | CODE |
| LOW | packages/electron-screen-capture/src/renderer.ts | 15 | export function setupElectronScreenCapture(context: ReturnType<typeof createContext>['context']) { | CODE |
| LOW⚡ | packages/electron-screen-capture/src/main/utils.ts | 21 | export function toSerializableDesktopCapturerSource(source: DesktopCapturerSource): SerializableDesktopCapturerSource { | CODE |
| LOW⚡ | packages/electron-screen-capture/src/main/utils.ts | 31 | export function checkMacOSScreenCapturePermission(): ReturnType<typeof systemPreferences.getMediaAccessStatus> { | CODE |
| LOW⚡ | packages/electron-screen-capture/src/main/utils.ts | 39 | export function requestMacOSScreenCapturePermission(): void { | CODE |
| LOW | packages/electron-screen-capture/src/main/index.ts | 162 | export function initScreenCaptureForWindow(window: BrowserWindow, options?: InitWindowOptions): void { | CODE |
| LOW | packages/stage-shared/src/server-channel-qr.ts | 38 | export function createServerChannelQrPayload(payload: ServerChannelQrPayloadInput) { | CODE |
| LOW | packages/stage-shared/src/server-channel-qr.ts | 42 | export function parseServerChannelQrPayload(raw: string) { | CODE |
| 804 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 32 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 34 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 54 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 56 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 76 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 78 | # ================================================================ | COMMENT |
| MEDIUM⚡ | packages/stage-ui/src/composables/use-analytics.ts | 257 | // analytics module — both surfaces feed one PostHog series) ─────────── | COMMENT |
| MEDIUM⚡ | packages/stage-ui/src/composables/use-analytics.ts | 423 | // ─── Chat activation events ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/stage-ui/src/composables/use-analytics.ts | 1196 | // ─── Voice clone (custom TTS voice) ────────────────────────────────── | COMMENT |
| MEDIUM⚡ | packages/stage-ui/src/composables/use-analytics.ts | 1204 | // ─── Device pairing / channel (Electron / Tamagotchi) ───────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 367 | // ─── LLM round events (client-known fields only) ────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 592 | // ─── Conversation action events ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 690 | // ─── STT events ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 759 | // ─── Feedback and community triage events ──────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 783 | // ─── PTT events ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 994 | // ─── AIRI card (ccv3 character card) events ────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 1026 | // ─── App lifecycle ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 1034 | // ─── Feature usage / retention ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 1066 | // ─── Monetization (client side) ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 1115 | // ─── Data maintenance (churn-precursor signals) ────────────────────── | COMMENT |
| MEDIUM | packages/stage-ui/src/composables/use-analytics.ts | 1134 | // ─── Desktop (Electron / Tamagotchi) differentiators ───────────────── | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 4 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 8 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 29 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 31 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 51 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 53 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 67 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 69 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 83 | # ============================================================ | COMMENT |
| MEDIUM | apps/server/docker-compose.otel.yml | 85 | # ============================================================ | COMMENT |
| MEDIUM | …minecraft/src/cognitive/conscious/map-renderer.test.ts | 6 | // ─── Helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …minecraft/src/cognitive/conscious/map-renderer.test.ts | 48 | // ─── Tests ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 5 | // ─── Types ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 35 | // ─── Block Category Classification ────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 118 | // ─── Block Name → Category Mapping ────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 195 | // ─── Entity Classification ────────────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 269 | // ─── Surface Finding ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 296 | // ─── Renderers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ices/minecraft/src/cognitive/conscious/map-renderer.ts | 522 | // ─── Public API ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | services/computer-use-mcp/src/support-matrix.ts | 52 | // ── Workflow lane ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | services/computer-use-mcp/src/support-matrix.ts | 117 | // ── Browser lane ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | services/computer-use-mcp/src/support-matrix.ts | 150 | // ── Desktop/native lane ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | services/computer-use-mcp/src/support-matrix.ts | 212 | // ── Terminal lane ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | services/computer-use-mcp/src/support-matrix.ts | 324 | // ── Handoff lane ─────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | uno.config.ts | 21 | // ] | COMMENT |
| LOW | …ts/skills/vueuse-functions/references/useChangeCase.md | 21 | COMMENT | |
| LOW | …nts/skills/agent-browser/templates/capture-workflow.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ents/skills/agent-browser/templates/form-automation.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ents/skills/agent-browser/templates/form-automation.sh | 21 | agent-browser open "$FORM_URL" | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 81 | # | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 101 | # # Save state for future runs | COMMENT |
| LOW | …tchi-godot/tests/StageTamagotchiGodot.Tests/Program.cs | 1 | using System; | COMMENT |
| LOW | engines/stage-tamagotchi-godot/scripts/StageRoot.cs | 1 | using System; | COMMENT |
| LOW | …/stage-tamagotchi-godot/scripts/vrm/VrmAvatarLoader.cs | 1 | using System; | COMMENT |
| LOW | …amagotchi-godot/scripts/transport/StageViewPayloads.cs | 121 | COMMENT | |
| LOW | …tage-tamagotchi-godot/scripts/transport/StageBridge.cs | 1 | using System; | COMMENT |
| LOW | …tage-tamagotchi-godot/scripts/transport/StageBridge.cs | 41 | /// <summary> | COMMENT |
| LOW | …tage-tamagotchi-godot/scripts/transport/StageBridge.cs | 61 | /// Use when: | COMMENT |
| LOW | …tage-tamagotchi-godot/scripts/transport/StageBridge.cs | 101 | } | COMMENT |
| LOW | …ge-tamagotchi-godot/scripts/transport/StageEnvelope.cs | 1 | using System.Text.Json; | COMMENT |
| LOW | …-tamagotchi-godot/scripts/visuals/StageVisualPreset.cs | 1 | using System; | COMMENT |
| LOW | …-tamagotchi-godot/scripts/visuals/StageVisualPreset.cs | 101 | private static readonly Color StageBackgroundColor = new(0.015f, 0.014f, 0.018f, 1.0f); | COMMENT |
| LOW | …godot/scripts/visuals/StageEnvironmentAssetResolver.cs | 1 | using System.IO; | COMMENT |
| LOW | …godot/scripts/visuals/StageEnvironmentAssetResolver.cs | 21 | "stage-ui-three", | COMMENT |
| LOW | …tamagotchi-godot/scripts/scene/StageSceneController.cs | 1 | using System; | COMMENT |
| LOW | packages/plugin-protocol/src/types/events.ts | 641 | COMMENT | |
| LOW | …s/src/pages/settings/account/account-settings-page.vue | 61 | // Locale-aware thousand separator. Bare 5–6 digit numbers are noisy to scan | COMMENT |
| LOW | …s/src/pages/settings/account/account-settings-page.vue | 341 | // Two-step flow: | COMMENT |
| LOW | …rc/plugin-host/runtimes/shared/services/permissions.ts | 81 | for (const requestedSpec of requested) { | COMMENT |
| LOW | …rc/plugin-host/runtimes/shared/services/permissions.ts | 101 | // - requestedSpec.key = 'plugin.api.users' | COMMENT |
| LOW | …rc/plugin-host/runtimes/shared/services/permissions.ts | 201 | for (const spec of list) { | COMMENT |
| LOW | packages/stage-ui/vite.config.ts | 41 | ], | COMMENT |
| LOW | packages/stage-ui/src/stores/chat/session-store.ts | 461 | }) | COMMENT |
| LOW | packages/stage-ui/src/stores/chat/session-store.test.ts | 121 | describe('chat-session-store · user swap during in-flight ensureActiveSessionForCharacter', () => { | COMMENT |
| LOW | packages/stage-ui/src/stores/chat/session-store.test.ts | 221 | // B's hydrate must have fired — without the fix, the [userId, activeCardId] | COMMENT |
| LOW | …ages/stage-ui/src/stores/devtools/plugin-host-debug.ts | 121 | kits.value = snapshot.kits | COMMENT |
| LOW | packages/stage-ui/src/stores/mods/api/context-bridge.ts | 661 | // duplicated messages handling and output:* events emission. | COMMENT |
| LOW | packages/stage-ui/src/stores/analytics/index.ts | 141 | // | COMMENT |
| LOW | packages/stage-ui/src/libs/auth.ts | 41 | COMMENT | |
| LOW | packages/stage-ui/src/libs/auth.ts | 121 | COMMENT | |
| LOW | packages/stage-ui/src/libs/auth.ts | 141 | // | COMMENT |
| LOW | packages/stage-ui/src/libs/chat-sync/ws-client.test.ts | 141 | expect(nullUrl.value).toBeUndefined() | COMMENT |
| LOW | packages/stage-ui/src/libs/chat-sync/ws-client.test.ts | 181 | }) | COMMENT |
| LOW | …es/stage-ui/src/libs/speech/streaming-pipeline.test.ts | 301 | // | COMMENT |
| LOW | packages/stage-ui/src/components/scenes/Stage.vue | 801 | // the just-ended session; it costs nothing and the next message | COMMENT |
| LOW | …omponents/scenarios/settings/model-settings/live2d.vue | 181 | // async function patchMotionMap(source: File, motionMap: Record<string, string>): Promise<File> { | COMMENT |
| LOW | …omponents/scenarios/settings/model-settings/live2d.vue | 201 | // motions[value] = [{ File: key }] | COMMENT |
| LOW | packages/core-agent/src/runtime/llm-service.ts | 41 | content: `User encountered error: ${String(message.content ?? '')}`, | COMMENT |
| LOW | packages/core-agent/src/runtime/llm-service.ts | 241 | // `streamText(...).steps` is the authoritative completion signal for the | COMMENT |
| LOW | packages/core-agent/src/runtime/llm-service.ts | 281 | const message = String(error) | COMMENT |
| LOW | packages/core-agent/src/runtime/llm-service.test.ts | 161 | expect(out[0]).toEqual(message) | COMMENT |
| LOW | …ckages/stage-ui-three/src/composables/vrm/animation.ts | 181 | // hasPointerCapture(pointerId: number): boolean | COMMENT |
| LOW | …ckages/stage-ui-three/src/composables/vrm/animation.ts | 221 | // interface Object3D { | COMMENT |
| LOW | …kages/stage-ui-three/src/components/Model/VRMModel.vue | 961 | COMMENT | |
| LOW | .github/workflows/pr-triage.lock.yml | 1 | # gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4119968c6357ec3cc0eb9f26fd93713b8a51a37b6727e2b68400ba87cb9 | COMMENT |
| LOW | .github/workflows/pr-triage.lock.yml | 21 | # Not all edits will cause changes to this file. | COMMENT |
| LOW | .github/workflows/deploy-cloudflare-workers.yml | 41 | # NOTICE: | COMMENT |
| LOW | …workflows/deploy-cloudflare-workers-preview-deploy.yml | 121 | - name: Setup pnpm | COMMENT |
| LOW | apps/stage-web/vite.config.ts | 261 | short_description: 'AI driven VTuber & Companion, supports Live2D and VRM.', | COMMENT |
| LOW | apps/stage-pocket/ios/App/App/AppDelegate.swift | 21 | // the application and it begins the transition to the background state. | COMMENT |
| LOW | apps/server/instrumentation.ts | 41 | import { BatchLogRecordProcessor } from '@opentelemetry/sdk-logs' | COMMENT |
| LOW | apps/server/instrumentation.ts | 101 | // Source preference, strongest → weakest: | COMMENT |
| LOW | apps/server/instrumentation.ts | 141 | // shared provider would also ship every Langfuse generation span — prompt and | COMMENT |
| 49 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | services/computer-use-mcp/src/runtime-probes.ts | 124 | print(AXIsProcessTrusted() ? "granted" : "missing") | CODE |
| HIGH | services/computer-use-mcp/src/runtime-probes.ts | 158 | print(CGPreflightScreenCaptureAccess() ? "granted" : "missing") | CODE |
| HIGH | services/computer-use-mcp/src/bin/demo-hello-world.ts | 81 | print("Hello World! 🌍") | CODE |
| HIGH | services/computer-use-mcp/src/bin/demo-hello-world.ts | 82 | print("This project was created by AIRI computer-use-mcp terminal_exec tool.") | CODE |
| HIGH | services/computer-use-mcp/src/executors/macos-local.ts | 210 | print(String(data: data, encoding: .utf8)!) | CODE |
| HIGH | services/computer-use-mcp/src/executors/macos-local.ts | 294 | print("{}") | CODE |
| HIGH | services/computer-use-mcp/src/executors/macos-local.ts | 362 | print("{}") | CODE |
| HIGH | services/computer-use-mcp/src/executors/macos-local.ts | 396 | print("{}") | CODE |
| HIGH | services/computer-use-mcp/src/executors/macos-local.ts | 438 | print("{}") | CODE |
| HIGH | services/computer-use-mcp/src/display/enumerate.ts | 103 | print(String(data: data, encoding: .utf8)!) | CODE |
| HIGH | services/computer-use-mcp/src/accessibility/ax-tree.ts | 168 | print(String(data: data, encoding: .utf8)!) | CODE |
| HIGH | services/computer-use-mcp/src/accessibility/ax-tree.ts | 182 | print(String(data: data, encoding: .utf8)!) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/vueuse-functions/references/useFuse.md | 37 | 'John Doe', | CODE |
| LOW | .agents/skills/vueuse-functions/references/useFuse.md | 38 | 'Jane Doe', | CODE |
| LOW | .agents/skills/vueuse-functions/references/useFuse.md | 50 | * { "item": "John Doe", "index": 1 } | COMMENT |
| LOW | .agents/skills/vueuse-functions/references/useFuse.md | 52 | * { "item": "Jane Doe", "index": 2 } | COMMENT |
| LOW | …ents/skills/agent-browser/references/authentication.md | 132 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …ents/skills/agent-browser/references/authentication.md | 151 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …ents/skills/agent-browser/references/authentication.md | 208 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …gents/skills/agent-browser/references/snapshot-refs.md | 72 | agent-browser fill @e10 "user@example.com" | CODE |
| LOW | …/skills/agent-browser/references/session-management.md | 29 | agent-browser --session auth fill @e1 "user@example.com" | CODE |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 32 | # agent-browser fill @e1 "John Doe" # Text input | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 33 | # agent-browser fill @e2 "user@example.com" # Email input | COMMENT |
| LOW | …-practices/references/perf-v-once-v-memo-directives.md | 48 | const companyName = 'Acme Corp' | CODE |
| LOW | …ges/stage-ui/src/components/form/input/input.story.vue | 8 | const emailValue = ref('user@example.com') | CODE |
| LOW | …i/src/components/form/field/field-input-text.story.vue | 7 | const emailValue = ref('user@example.com') | CODE |
| LOW | …components/scenarios/chat/components/history.story.vue | 141 | content: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattis tristique. In | CODE |
| LOW | …components/scenarios/chat/components/history.story.vue | 141 | content: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum mattis tristique. In | CODE |
| LOW | …components/scenarios/chat/components/history.story.vue | 155 | { type: 'text', text: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum matti | CODE |
| LOW | …components/scenarios/chat/components/history.story.vue | 155 | { type: 'text', text: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus risus quis ipsum matti | CODE |
| LOW | …ponents/scenarios/providers/provider-api-key-input.vue | 28 | :placeholder="placeholder" | CODE |
| LOW | …ts/verifications/admin-flux-grants.integration.test.ts | 16 | const ADMIN_EMAIL = 'admin@example.com' | CODE |
| LOW | apps/server/src/libs/tests/env.test.ts | 79 | TEST_AUTH_USER_EMAIL: 'admin@example.com', | CODE |
| LOW | apps/server/src/libs/tests/env.test.ts | 85 | expect(env.TEST_AUTH_USER_EMAIL).toBe('admin@example.com') | CODE |
| LOW | apps/server/src/libs/tests/request-auth.test.ts | 56 | user: { id: 'user-1', email: 'user@example.com', name: 'User', emailVerified: true, image: null, createdAt: new Da | CODE |
| LOW | apps/server/src/libs/tests/request-auth.test.ts | 81 | email: 'user@example.com', | CODE |
| LOW | apps/server/src/routes/admin/voice-packs/route.test.ts | 18 | const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' } | CODE |
| LOW | …ps/server/src/routes/admin/config/router/route.test.ts | 13 | 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.ts | 18 | const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' } | CODE |
| LOW | apps/server/src/routes/admin/users/route.test.ts | 16 | const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' } | CODE |
| LOW | apps/server/src/routes/admin/users/route.test.ts | 59 | const app = createTestApp(services, { id: 'u', email: 'user@example.com', role: 'user' }) | CODE |
| LOW | …rver/src/routes/admin/capability-aliases/route.test.ts | 17 | const ADMIN: MockUser = { id: 'admin-1', email: 'admin@example.com', role: 'admin' } | CODE |
| LOW | …s/computer-use-mcp/src/bin/e2e-airi-discord-agentic.ts | 356 | || normalized.includes('placeholder') | CODE |
| LOW | …s/computer-use-mcp/src/bin/e2e-airi-discord-agentic.ts | 994 | placeholder: textarea.getAttribute('placeholder'), | CODE |
| LOW | …omputer-use-mcp/src/bin/e2e-airi-discord-observable.ts | 308 | || normalized.includes('placeholder') | CODE |
| LOW | …s/computer-use-mcp/src/bin/e2e-airi-chat-observable.ts | 762 | placeholder: textarea.getAttribute('placeholder'), | CODE |
| LOW | …ces/computer-use-mcp/src/transcript/transcript.test.ts | 533 | it('projected messages never contain synthetic fake-user compaction records', () => { | CODE |
| LOW | services/computer-use-mcp/src/utils/env-file.ts | 22 | 'placeholder', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 20 | # Step 1: Navigate to form | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 24 | # Step 2: Snapshot to discover form elements | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 29 | # Step 3: Fill form fields (customize these refs based on snapshot output) | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 46 | # Step 4: Wait for submission | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 50 | # Step 5: Verify result | COMMENT |
| LOW | .agents/skills/pnpm/references/features-patches.md | 12 | ### Step 1: Initialize Patch | COMMENT |
| LOW | .agents/skills/pnpm/references/features-patches.md | 27 | ### Step 2: Edit Files | COMMENT |
| LOW | .agents/skills/pnpm/references/features-patches.md | 36 | ### Step 3: Commit Patch | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1105 | // Step 1: encrypt new keys and preserve existing ciphertexts when the | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1115 | // Step 2: build the next LLM_ROUTER_CONFIG tree if any LLM/TTS/ASR slice | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1122 | // Step 3: build the next UNSPEECH_UPSTREAM. Streaming `models` + | COMMENT |
| LOW | …erver/src/services/domain/admin/router-config/index.ts | 1170 | // Step 4: real writes. configKV.set runs the per-key valibot validator, | COMMENT |
| LOW | …erver/src/services/domain/admin/router-config/index.ts | 1194 | // Step 5: cross-instance invalidation. audio-speech-ws reads | COMMENT |
| LOW | services/minecraft/src/skills/crafting.ts | 133 | // Step 1: Try to craft without a crafting table | COMMENT |
| LOW | services/minecraft/src/skills/crafting.ts | 196 | // Step 2: Find and use a crafting table | COMMENT |
| LOW | …ces/computer-use-mcp/src/transcript/transcript.test.ts | 159 | // Step 1: user + assistant + tool | COMMENT |
| LOW | …ces/computer-use-mcp/src/transcript/transcript.test.ts | 170 | // Step 2: simulate delta-only append (only new messages from this step) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/agents/agentic-workflows.agent.md | 33 | - Configuration: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/github-agentic-workflows.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 55 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/create-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 65 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/update-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 75 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/debug-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 85 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/upgrade-agentic-workflows.md | CODE |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 105 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/create-shared-agentic-workflow.md | CODE |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 144 | # Initialize repository for agentic workflows | COMMENT |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 172 | - Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.66.1/.github/aw/github-agentic-workf | CODE |
| MEDIUM | …05-15-001-feat-llm-tts-router-replacing-knoway-plan.md | 191 | │ │ │ ├── router.ts # core orchestration (key/upstream selection + fallback loop) | CODE |
| MEDIUM | services/telegram-bot/README.md | 67 | EMBEDDING_MODEL='nomic-embed-text' # embedding model | CODE |
| MEDIUM | services/minecraft/README.md | 186 | │ │ ├── brain.ts # Core reasoning loop/orchestration | CODE |
| MEDIUM | services/computer-use-mcp/FEASIBILITY.md | 25 | ### 2. The service now exposes a tool-first desktop orchestration surface | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 20 | # Step 1: Navigate to form | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 24 | # Step 2: Snapshot to discover form elements | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 29 | # Step 3: Fill form fields (customize these refs based on snapshot output) | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 46 | # Step 4: Wait for submission | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 50 | # Step 5: Verify result | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1105 | // Step 1: encrypt new keys and preserve existing ciphertexts when the | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1115 | // Step 2: build the next LLM_ROUTER_CONFIG tree if any LLM/TTS/ASR slice | COMMENT |
| LOW⚡ | …erver/src/services/domain/admin/router-config/index.ts | 1122 | // Step 3: build the next UNSPEECH_UPSTREAM. Streaming `models` + | COMMENT |
| LOW | …erver/src/services/domain/admin/router-config/index.ts | 1170 | // Step 4: real writes. configKV.set runs the per-key valibot validator, | COMMENT |
| LOW | …erver/src/services/domain/admin/router-config/index.ts | 1194 | // Step 5: cross-instance invalidation. audio-speech-ws reads | COMMENT |
| LOW | services/minecraft/src/skills/crafting.ts | 133 | // Step 1: Try to craft without a crafting table | COMMENT |
| LOW | services/minecraft/src/skills/crafting.ts | 196 | // Step 2: Find and use a crafting table | COMMENT |
| LOW | …ces/computer-use-mcp/src/transcript/transcript.test.ts | 159 | // Step 1: user + assistant + tool | COMMENT |
| LOW | …ces/computer-use-mcp/src/transcript/transcript.test.ts | 170 | // Step 2: simulate delta-only append (only new messages from this step) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …amagotchi/src/main/services/airi/plugins/index.test.ts | 958 | const setCookie = sessionMock.defaultSession.cookies.set.mock.calls.at(0)?.[0] as { name: string, value: string } | | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …es/stage-layouts/src/composables/use-transcriptions.ts | 128 | // TODO: implement non-streaming transcription | COMMENT |
| LOW | …es/plugin-sdk/src/channels/local/event-target/index.ts | 16 | // TODO: implement actual event target based host channel | COMMENT |
| LOW | …es/plugin-sdk/src/channels/local/event-target/index.ts | 49 | // TODO: implement actual event target based data channel | COMMENT |
| LOW | apps/server/src/routes/stripe/operations/webhook.ts | 354 | // TODO: implement subscription-based flux crediting when subscriptions are enabled | COMMENT |
| LOW | services/telegram-bot/src/llm/photo.ts | 67 | // TODO: implement this for photo searching | COMMENT |
| LOW | services/telegram-bot/src/llm/sticker.ts | 80 | // TODO: implement this for sticker searching | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/core-agent/src/runtime/response-categoriser.ts | 228 | // Fallback for filterToSpeech - uses rehype for robust incomplete tag detection | COMMENT |
| MEDIUM | …stage-ui-live2d/src/components/scenes/live2d/Model.vue | 379 | // Restart the selected runtime motion immediately for seamless looping | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml | 48 | # dangerously and need an immediate workaround, you can try using --no-sandbox. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | services/computer-use-mcp/src/bin/runner.ts | 22 | async function handleRequest(request: RunnerRequest) { | CODE |