Repository Analysis

liliMozi/openhanako

A personal AI agent with memory, personality, and autonomy.

5.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of liliMozi/openhanako, a TypeScript project with 5,358 GitHub stars. SynthScan v2.0 examined 597,049 lines of code across 2302 source files, recording 2194 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 5.0 places this repository in the Low AI signal 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).

5.0
Adjusted Score
5.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.4K
Stars
TypeScript
Language
597.0K
Lines of Code
2.3K
Files
2.2K
Pattern Hits
2026-07-14
Scan Date
0.01
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

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 12MEDIUM 353LOW 1829

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 2194 distinct pattern matches across 12 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 Identifiers1736 hits · 1752 pts
SeverityFileLineSnippetContext
LOWvite.config.ts176function serveMobilePwaStaticFiles(): Plugin {CODE
LOWcore/execution-boundary.ts4export function createRuntimeExecutionBoundary(runtimeContext, options: { workbenchRoot?: any; workbenchKind?: string } CODE
LOWcore/execution-boundary.ts16export function createLocalExecutionBoundary({CODE
LOWcore/plugin-manager.ts102function normalizeUiHostCapabilities(raw, pluginId) {CODE
LOWcore/plugin-manager.ts120function normalizeActivationEvents(raw, hasLifecycle) {CODE
LOWcore/plugin-manager.ts148function normalizePluginToolResult(raw, pluginId) {CODE
LOWcore/plugin-manager.ts163function getDynamicToolInvocationStyle( toolDef: any = {}) {CODE
LOWcore/plugin-manager.ts199function withInvocationSessionHelpers(ctx, sessionCtx) {CODE
LOWcore/server-runtime-context.ts17export function createServerRuntimeContext({ hanakoHome, appVersion = "?" }) {CODE
LOWcore/provider-catalog.ts29function normalizeDeletedProviders(value: any): string[] {CODE
LOWcore/capability-policy.ts102export function capabilityDecisionSummary(value) {CODE
LOWcore/workspace-instruction-files.ts67export function collectWorkspaceInstructionFiles({ cwd, workspaceContext }: { cwd?: any; workspaceContext?: any } = {}) CODE
LOWcore/workspace-instruction-files.ts98export function formatWorkspaceInstructionFiles(files: any, { locale }: { locale?: any } = {}) {CODE
LOWcore/workspace-instruction-files.ts121export function buildWorkspaceInstructionPrompt({ cwd, workspaceContext, locale }: { cwd?: string; workspaceContext?: unCODE
LOWcore/session-coordinator.ts215function cacheContractDebugEnabled() {CODE
LOWcore/session-coordinator.ts219function assertVideoInputSupported(model: any, videos: any) {CODE
LOWcore/session-coordinator.ts229function assertAudioInputSupported(model: any, audios: any) {CODE
LOWcore/session-coordinator.ts718function buildDeepSeekRoleplayReasoningContext(agent: any) {CODE
LOWcore/session-coordinator.ts726function normalizeSessionExperimentFlags(value: any) {CODE
LOWcore/session-coordinator.ts734function sessionExperimentFlagsForMeta(value: any) {CODE
LOWcore/session-coordinator.ts739function hasSessionPermissionModeFields(value: any) {CODE
LOWcore/session-coordinator.ts747function normalizeSessionWorkspaceMount(value: any) {CODE
LOWcore/session-coordinator.ts121function splitLeadingSessionReminder(text: any) {CODE
LOWcore/session-coordinator.ts134function detachReminderFromLatestUserMessage(messages: any) {CODE
LOWcore/session-coordinator.ts166function reattachReminderToLatestUserMessage(messages: any, reminder: any) {CODE
LOWcore/session-coordinator.ts193function createReminderAwareTurnContextExtension(options: any) {CODE
LOWcore/session-coordinator.ts254function normalizePluginSessionMeta({ ownerPluginId, sessionKind, sessionVisibility }: any = {}) {CODE
LOWcore/session-coordinator.ts272function sessionMatchesListOptions(sessionLike, options: any = {}) {CODE
LOWcore/session-coordinator.ts290function extractPlainTextFromContent(content: any, { stripThink = false } = {}) {CODE
LOWcore/session-coordinator.ts304function timestampFromHistoryMessage(message: any, fallback = Date.now()) {CODE
LOWcore/session-coordinator.ts313function activeToolDefinitionsFromSnapshot(allToolObjects: any, snapshotToolNames: any) {CODE
LOWcore/session-coordinator.ts324function normalizeDeletedAgentTranscriptMessage(message: any) {CODE
LOWcore/session-coordinator.ts345function readSessionBranchMessages(sessionPath: any) {CODE
LOWcore/session-coordinator.ts372function deletedAgentContinuationError(code: string, message: string, status = 422) {CODE
LOWcore/session-coordinator.ts383function resolveAssistantUsageModel(modelMeta: any, fallbackModel: any, resolveModel: any) {CODE
LOWcore/session-coordinator.ts399function modelMetaForAssistantUsage(message: any, fallbackModel: any, resolvedModel: any) {CODE
LOWcore/session-coordinator.ts407function costRatesForAssistantUsage({ modelMeta, resolvedModel, fallbackModel }: any) {CODE
LOWcore/session-coordinator.ts450function logDeepSeekReasoningVisibility({ event, model, sessionPath, agentId }: any) {CODE
LOWcore/session-coordinator.ts467function collectThinkingVisibilityStats(message: any) {CODE
LOWcore/session-coordinator.ts502function collectAssistantTextFromMessage(message: any) {CODE
LOWcore/session-coordinator.ts529function collectSessionFilesFromToolResult(result: any) {CODE
LOWcore/session-coordinator.ts568function normalizeMemoryPressureOptions(raw: any) {CODE
LOWcore/session-coordinator.ts588function estimateSessionRuntimeRetainedBytes(session: any) {CODE
LOWcore/session-coordinator.ts599function estimateRetainedValueBytes(value: any, seen: WeakSet<any>, budget: any, depth = 0) {CODE
LOWcore/session-coordinator.ts653function buildAppendSystemPromptSnapshot({CODE
LOWcore/session-coordinator.ts683function readDeepSeekRoleplayExperimentFlag(prefs: any) {CODE
LOWcore/session-coordinator.ts691function normalizeDeepSeekRoleplayReasoningContext(value: any) {CODE
LOWcore/session-coordinator.ts704function readAgentRosterDescription(agent: any) {CODE
LOWcore/web-session-store.ts128function persistWebSessionRegistry(hanakoHome, registry) {CODE
LOWcore/web-session-store.ts133function validateWebSessionRegistry(value, label) {CODE
LOWcore/vision-prepare.ts19function isRecoverableVisionPrepareError(err) {CODE
LOWcore/vision-prepare.ts39function appendVisionFailureNotice(text, err) {CODE
LOWcore/vision-prepare.ts48export async function prepareVisionInputForTextOnlyModel({CODE
LOWcore/plugin-iframe-ticket-service.ts112function pluginIframeTicketKeyPath(hanakoHome) {CODE
LOWcore/session-turn-actions.ts97function promptPayloadFromUserMessage(message) {CODE
LOWcore/session-turn-actions.ts112function attachedImagePathsFromText(text) {CODE
LOWcore/session-turn-actions.ts152function replaceAgentMessagesFromBranch(session) {CODE
LOWcore/speech-recognition-service.ts292function normalizeSpeechRecognitionConfigPatch(patch, current: any = {}) {CODE
LOWcore/mount-aware-file-service.ts474function normalizeOperationContext(value) {CODE
LOWcore/mount-aware-file-service.ts531function searchMatchesForWorkbench(rootPath, matches = []) {CODE
1676 more matches not shown…
Decorative Section Separators346 hits · 1041 pts
SeverityFileLineSnippetContext
MEDIUMcore/plugin-manager.ts834 // ── Task 5: Tool loader ──────────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts964 // ── Task 6: Skill paths + Command loader ────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1050 // ── Task 7: Route loader ─────────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1138 // ── Task 8: Extension loader ─────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1164 // ── Task 9: Configuration loader ─────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1215 // ── Page / Widget loader ──────────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1289 // ── Task 10: Agent templates + Provider loader ───────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1341 // ── Operation queue ───────────────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1361 // ── Hot operations ───────────────────────────────────────────────────────COMMENT
MEDIUMcore/plugin-manager.ts1555 // ── Lifecycle ─────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrate-providers.ts33// ── 原子写入工具 ──────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrate-providers.ts54// ── 主迁移函数 ────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrate-providers.ts243// ── 内部工具 ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrations.ts57// ── 迁移表 ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrations.ts153// ── Runner ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/migrations.ts193// ── 迁移实现 ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/agent.ts253 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts255 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts723 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts725 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts747 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts749 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts941 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts943 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts979 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts981 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts1036 // ════════════════════════════COMMENT
MEDIUMcore/agent.ts1038 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1623 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1625 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1632 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1634 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2851 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2853 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2860 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2862 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts623 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts625 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1000 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1002 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1298 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1300 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1724 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1726 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1873 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1875 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1899 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts1901 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2191 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2193 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2319 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2321 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2608 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2610 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2688 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2690 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2780 // ════════════════════════════COMMENT
MEDIUMcore/engine.ts2782 // ════════════════════════════COMMENT
MEDIUMcore/provider-registry.ts351// ── 内置插件 ────────────────────────────────────────────────────────────────COMMENT
MEDIUMcore/provider-registry.ts437// ── Types (JSDoc) ─────────────────────────────────────────────────────────────COMMENT
286 more matches not shown…
Cross-Language Confusion12 hits · 75 pts
SeverityFileLineSnippetContext
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py337 ? {{ sessionId: toolCtx.sessionId, sessionPath: toolCtx.sessionPath || null }}CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py337 ? {{ sessionId: toolCtx.sessionId, sessionPath: toolCtx.sessionPath || null }}CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py338 : null);CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py398 ? {{ sessionId: toolCtx.sessionId, sessionPath: toolCtx.sessionPath || null }}CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py398 ? {{ sessionId: toolCtx.sessionId, sessionPath: toolCtx.sessionPath || null }}CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py399 : null);CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py446 if (payload?.pluginId && payload.pluginId !== ctx.pluginId) return HANA_BUS_SKIP;CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py476 if (payload?.pluginId && payload.pluginId !== ctx.pluginId) return HANA_BUS_SKIP;CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py641 if (msg.protocol !== PROTOCOL || msg.version !== VERSION || msg.id !== id || msg.type !== type) return;CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py671 if (!stripped || stripped.startsWith("./") || stripped === "api/plugins" || stripped.startsWith("api/plugins/")) {{CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py715 return {{ theme: params.get("hana-theme") || undefined, cssUrl: params.get("hana-css") || undefined }};CODE
HIGH…2set/hana-plugin-creator/scripts/create_hana_plugin.py975 theme={{customTheme || (themeMode === 'hana' ? 'warm-paper' : undefined)}}CODE
Fake / Example Data38 hits · 38 pts
SeverityFileLineSnippetContext
LOWtests/server-home-guards.test.ts118 token: "fake-token",CODE
LOWtests/desk-route.test.ts123 fs.writeFileSync(zipPath, "placeholder");CODE
LOWtests/desk-route.test.ts246 contentBase64: Buffer.from("placeholder").toString("base64"),CODE
LOWdesktop/src/locales/zh.json304 "placeholder": "在会话中查找"CODE
LOWdesktop/src/locales/zh.json372 "placeholder": "说点什么...",CODE
LOWdesktop/src/locales/zh.json576 "placeholder": {CODE
LOWdesktop/src/locales/zh.json961 "placeholder": "搜索设置",CODE
LOWdesktop/src/locales/zh.json2260 "placeholder": "你的名字",CODE
LOWdesktop/src/locales/zh.json2608 "placeholder": "搜索工作台",CODE
LOWdesktop/src/locales/ja.json304 "placeholder": "会話内を検索"CODE
LOWdesktop/src/locales/ja.json372 "placeholder": "なにか話しかけてみてください...",CODE
LOWdesktop/src/locales/ja.json621 "placeholder": {CODE
LOWdesktop/src/locales/ja.json961 "placeholder": "設定を検索",CODE
LOWdesktop/src/locales/ja.json2260 "placeholder": "あなたの名前",CODE
LOWdesktop/src/locales/ja.json2608 "placeholder": "ワークスペースを検索",CODE
LOWdesktop/src/locales/en.json304 "placeholder": "Find in conversation"CODE
LOWdesktop/src/locales/en.json372 "placeholder": "Say something...",CODE
LOWdesktop/src/locales/en.json621 "placeholder": {CODE
LOWdesktop/src/locales/en.json961 "placeholder": "Search settings",CODE
LOWdesktop/src/locales/en.json2260 "placeholder": "Your name",CODE
LOWdesktop/src/locales/en.json2608 "placeholder": "Search workspace",CODE
LOWdesktop/src/locales/ko.json304 "placeholder": "대화에서 찾기"CODE
LOWdesktop/src/locales/ko.json372 "placeholder": "무슨 이야기든 해보세요...",CODE
LOWdesktop/src/locales/ko.json621 "placeholder": {CODE
LOWdesktop/src/locales/ko.json961 "placeholder": "설정 검색",CODE
LOWdesktop/src/locales/ko.json2260 "placeholder": "당신의 이름",CODE
LOWdesktop/src/locales/ko.json2608 "placeholder": "작업 공간 검색",CODE
LOWdesktop/src/locales/zh-TW.json304 "placeholder": "在會話中查找"CODE
LOWdesktop/src/locales/zh-TW.json372 "placeholder": "說點什麼...",CODE
LOWdesktop/src/locales/zh-TW.json576 "placeholder": {CODE
LOWdesktop/src/locales/zh-TW.json961 "placeholder": "搜尋設定",CODE
LOWdesktop/src/locales/zh-TW.json2260 "placeholder": "你的名字",CODE
LOWdesktop/src/locales/zh-TW.json2608 "placeholder": "搜尋工作台",CODE
LOW…/src/react/components/input/input-editor-extensions.ts10export type InputEditorPlaceholder = PlaceholderOptions['placeholder'];CODE
LOW…eact/__tests__/settings/BridgeTab.credentials.test.tsx324 expect(input).toHaveAttribute('placeholder', 'settings.bridge.secretStoredPlaceholder');CODE
LOW…_tests__/components/InputArea.paste-and-slash.test.tsx87 default: { configure: () => ({ name: 'placeholder' }) },CODE
LOW…/__tests__/components/InputArea.focus-surface.test.tsx63 default: { configure: () => ({ name: 'placeholder' }) },CODE
LOW…ts__/components/InputArea.welcome-placeholder.test.tsx124 const placeholderExtension = mocks.editorOptions?.extensions?.find(ext => ext.name === 'placeholder');CODE
Structural Annotation Overuse17 hits · 27 pts
SeverityFileLineSnippetContext
LOWskills2set/skill-creator/SKILL.md201### Step 1: Spawn all runs (with-skill AND baseline) in the same turnCOMMENT
LOWskills2set/skill-creator/SKILL.md231### Step 2: While runs are in progress, draft assertionsCOMMENT
LOWskills2set/skill-creator/SKILL.md239### Step 3: As runs complete, capture timing dataCOMMENT
LOWskills2set/skill-creator/SKILL.md253### Step 4: Grade, aggregate, and launch the viewerCOMMENT
LOWskills2set/skill-creator/SKILL.md294### Step 5: Read the feedbackCOMMENT
LOWskills2set/skill-creator/SKILL.md364### Step 1: Generate trigger eval queriesCOMMENT
LOWskills2set/skill-creator/SKILL.md387### Step 2: Review with userCOMMENT
LOWskills2set/skill-creator/SKILL.md402### Step 3: Run the optimization loopCOMMENT
LOWskills2set/skill-creator/SKILL.md429### Step 4: Apply the resultCOMMENT
LOWlib/memory/memory-ticker.ts764 // Step 0: compileDaily——把已经翻篇的昨天蒸馏成 memory/daily/{date}.md。COMMENT
LOWlib/memory/memory-ticker.ts785 // Step 1: compileToday(日期切换后刷新 today.md,新一天无 session 时会清空)COMMENT
LOWlib/memory/memory-ticker.ts799 // Step 2: rollDailyWindow——把滚出 6 日窗口的 daily 条目 fold 进 longterm 并删除源文件。COMMENT
LOWlib/memory/memory-ticker.ts820 // Step 3: compileFacts(独立于 step 1-2)——恒走增量编译,facts.md 是唯一产物COMMENT
LOWlib/memory/memory-ticker.ts838 // Step 4: assemble(纯文件操作,先从 daily/ 目录装配 week.md 再拼 memory.md,总是执行)COMMENT
LOWlib/memory/memory-ticker.ts848 // Step 5: deep-memory(独立,更新 facts.db)COMMENT
LOWlib/bridge/qq-adapter.ts710 // Step 1: 上传。实时 Bridge 路径会传 isGroup;手动发送等未知入口保留探测顺序。COMMENT
LOWlib/bridge/qq-adapter.ts724 // Step 2: 发送富媒体消息COMMENT
Over-Commented Block15 hits · 14 pts
SeverityFileLineSnippetContext
LOWcore/migrations.ts61 1: cleanDanglingProviderRefs,COMMENT
LOWcore/skill-manager.ts21// 上限(macOS 默认 256),触发 EMFILE → 错误日志雪崩 → server OOM/SIGKILL。COMMENT
LOWcore/slash-commands/index.ts1import { SlashCommandRegistry } from "../slash-command-registry.ts";COMMENT
LOWplugins/mcp/lib/mcp-http-client.ts301 } catch (err) {COMMENT
LOWplugins/mcp/lib/mcp-runtime.ts581 if (info.expected) return; // deliberate stop/teardown — honour the user.COMMENT
LOWtests/artifact-boot.test.ts701COMMENT
LOWtests/todo-compat.test.ts421describe("extractLatestTodosFromEntries (branch-aware)", () => {COMMENT
LOWtests/bootstrap-keepalive.test.ts101 && e.receivedAt <= blockEnd.receivedAtCOMMENT
LOWtests/bridge-strip-internal-tags.test.ts141});COMMENT
LOWtests/setup-auto-updater.ts81//COMMENT
LOWdesktop/native/HanaWindowsSandboxHelper/main.cpp1#ifndef UNICODECOMMENT
LOW…s__/components/StreamingSelectionPreservation.test.tsx1// @vitest-environment jsdomCOMMENT
LOWserver/index.ts261COMMENT
LOWshared/tool-categories.ts1// shared/tool-categories.jsCOMMENT
LOWshared/contract-versions.ts1import contractVersions from "./contract-versions.json";COMMENT
Verbosity Indicators8 hits · 14 pts
SeverityFileLineSnippetContext
LOWlib/memory/memory-ticker.ts764 // Step 0: compileDaily——把已经翻篇的昨天蒸馏成 memory/daily/{date}.md。COMMENT
LOWlib/memory/memory-ticker.ts785 // Step 1: compileToday(日期切换后刷新 today.md,新一天无 session 时会清空)COMMENT
LOWlib/memory/memory-ticker.ts799 // Step 2: rollDailyWindow——把滚出 6 日窗口的 daily 条目 fold 进 longterm 并删除源文件。COMMENT
LOWlib/memory/memory-ticker.ts820 // Step 3: compileFacts(独立于 step 1-2)——恒走增量编译,facts.md 是唯一产物COMMENT
LOWlib/memory/memory-ticker.ts838 // Step 4: assemble(纯文件操作,先从 daily/ 目录装配 week.md 再拼 memory.md,总是执行)COMMENT
LOWlib/memory/memory-ticker.ts848 // Step 5: deep-memory(独立,更新 facts.db)COMMENT
LOWlib/bridge/qq-adapter.ts710 // Step 1: 上传。实时 Bridge 路径会传 isGroup;手动发送等未知入口保留探测顺序。COMMENT
LOWlib/bridge/qq-adapter.ts724 // Step 2: 发送富媒体消息COMMENT
Excessive Try-Catch Wrapping7 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUMskills2set/skill-creator/eval-viewer/generate_review.py404 print(f"Error: {workspace} is not a directory", file=sys.stderr)CODE
LOWskills2set/skill-creator/scripts/run_eval.py223 except Exception as e:CODE
MEDIUMskills2set/skill-creator/scripts/run_eval.py276 print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr)CODE
LOWskills2set/skill-creator/scripts/package_skill.py106 except Exception as e:CODE
MEDIUMskills2set/skill-creator/scripts/improve_description.py204 print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr)CODE
MEDIUMskills2set/skill-creator/scripts/run_loop.py269 print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr)CODE
LOW…2set/hana-plugin-creator/scripts/create_hana_plugin.py71 except Exception:CODE
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippetContext
LOWskills2set/skill-creator/eval-viewer/generate_review.py85CODE
LOWskills2set/skill-creator/eval-viewer/generate_review.py149CODE
LOWskills2set/skill-creator/eval-viewer/generate_review.py288CODE
LOWskills2set/skill-creator/scripts/run_eval.py35CODE
LOWskills2set/skill-creator/scripts/package_skill.py42CODE
LOWskills2set/skill-creator/scripts/improve_description.py19CODE
LOWskills2set/skill-creator/scripts/aggregate_benchmark.py67CODE
LOWskills2set/skill-creator/scripts/generate_report.py16CODE
LOWskills2set/skill-creator/scripts/utils.py7CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMpackage-lock.json16056 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",CODE
MEDIUMdesktop/src/react/settings/helpers.ts181 ..._ids.slice(2), // high-contrast, grass-aroma, contemplation, absolutely, delve, deep-think, new-warm-papeCODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMcore/session-health.ts76// 坏数据成因:agentic 工具循环里 assistant 回包 stopReason=error/aborted 时,Pi SDKCOMMENT
Unused Imports3 hits · 3 pts
SeverityFileLineSnippetContext
LOWskills2set/skill-creator/scripts/quick_validate.py7CODE
LOW…2set/hana-plugin-creator/scripts/create_hana_plugin.py2CODE
LOW…2set/hana-plugin-creator/scripts/create_hana_plugin.py7CODE