Repository Analysis

AAswordman/Operit

The most powerful AI agent and AI chat software on Android/Operit是一款Android上能力最为强大、发展最久的AI Agent

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of AAswordman/Operit, a Kotlin project with 7,349 GitHub stars. SynthScan v2.0 examined 776,699 lines of code across 2513 source files, recording 1105 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 4.1 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).

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-08-28
Last Push
7.3K
Stars
Kotlin
Language
776.7K
Lines of Code
2.5K
Files
1.1K
Pattern Hits
2026-08-29
Scan Date
0.13
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 158HIGH 172MEDIUM 13LOW 762

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 1105 distinct pattern matches across 18 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.

Hallucination Indicators158 hits · 1555 pts
SeverityFileLineSnippetContext
CRITICALtools/compose_dsl/generate_compose_dsl_artifacts.py1236 androidx.compose.ui.text.input.PasswordVisualTransformation()STRING
CRITICAL…e/operit/ui/features/token/TokenConfigWebViewScreen.kt69 val urlConfig by urlConfigManager.urlConfigFlow.collectAsState(initial = com.ai.assistance.operit.ui.features.token.CODE
CRITICAL…rit/ui/features/demo/components/PermissionLevelCard.kt969 com.ai.assistance.operit.core.tools.system.ShizukuInstaller.isShizukuUpdateNeeded(CODE
CRITICAL…i/features/settings/sections/ModelParametersSection.kt741 return com.ai.assistance.operit.data.model.CustomParameterData(CODE
CRITICAL…i/features/settings/sections/ModelParametersSection.kt1088 com.ai.assistance.operit.data.model.CustomParameterData(CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt396 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Loaded ${folders.size} folders: $folders")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt499 com.ai.assistance.operit.util.AppLogger.d("MemoryVM", "Node click on doc, searching with global CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt502 com.ai.assistance.operit.util.AppLogger.d("MemoryVM", "Node click on doc, no global query. GettiCODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt722 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "No nodes selected, aborting delete.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt737 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "deleteSelectedNodes called with ${selectedIds.CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt739 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "No nodes selected, aborting delete.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt745 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Calling repository.deleteMemoriesByUuids wCODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt748 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Graph refreshed after deletion.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt760 com.ai.assistance.operit.util.AppLogger.e("MemoryViewModel", "Failed to delete selected memories", e)CODE
CRITICAL…ance/operit/ui/features/memory/screens/MemoryScreen.kt278 com.ai.assistance.operit.util.AppLogger.d(CODE
CRITICAL…ance/operit/ui/features/memory/screens/MemoryScreen.kt292 com.ai.assistance.operit.util.AppLogger.d(CODE
CRITICAL…/operit/ui/features/tokenstats/TokenStatsComponents.kt1453 com.ai.assistance.operit.data.stats.ModelPriceSettings(CODE
CRITICAL…/operit/ui/features/tokenstats/TokenStatsComponents.kt1466 com.ai.assistance.operit.data.stats.ModelPriceSettings(CODE
CRITICAL…nce/operit/ui/features/tokenstats/TokenStatsDialogs.kt63 return com.ai.assistance.operit.data.stats.TokenStatsTimeRanges.customRange(startMs, endMs)CODE
CRITICAL…/chat/components/style/cursor/UserMessageComposable.kt437 com.ai.assistance.operit.util.AppLogger.e("UserMessageComposable", "Failed to decode image: $id", e)CODE
CRITICAL…/chat/components/style/cursor/UserMessageComposable.kt652 com.ai.assistance.operit.util.AppLogger.e("UserMessageComposable", "Failed to parse message content", e)CODE
CRITICAL…/components/style/input/agent/AgentChatInputSection.kt3253private fun androidx.compose.ui.graphics.drawscope.DrawScope.drawRoundedTopEdge(CODE
CRITICAL…components/style/bubble/BubbleUserMessageComposable.kt1010 com.ai.assistance.operit.util.AppLogger.e("BubbleUserMessageComposable", "Failed to parse message content", e)CODE
CRITICAL…/ui/features/chat/components/part/CustomXmlRenderer.kt343 com.ai.assistance.operit.ui.common.displays.MarkdownTextComposable(CODE
CRITICAL…it/ui/features/workflow/viewmodel/WorkflowViewModel.kt1379 val newConnection = com.ai.assistance.operit.data.model.WorkflowNodeConnection(CODE
CRITICAL…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt350 com.ai.assistance.operit.util.AppLogger.e("HtmlPackager", "Failed to copy file: ${docFile.name}", e)CODE
CRITICAL…s/toolbox/screens/ffmpegtoolbox/FFmpegToolboxScreen.kt144 result = com.ai.assistance.operit.core.tools.StringResultData(""),CODE
CRITICAL…s/toolbox/screens/ffmpegtoolbox/FFmpegToolboxScreen.kt254 result = com.ai.assistance.operit.core.tools.StringResultData(""),CODE
CRITICAL…eatures/toolbox/screens/tooltester/ToolTesterScreen.kt148 item(span = { androidx.compose.foundation.lazy.grid.GridItemSpan(maxLineSpan) }) {CODE
CRITICAL…ox/screens/filemanager/components/ToolbarComponents.kt511 imageVector = com.ai.assistance.operit.ui.features.toolbox.screens.filemanager.utils.getFileCODE
CRITICAL…/ui/features/packages/screens/ArtifactPublishScreen.kt96private fun com.ai.assistance.operit.data.api.MarketV2Entry.toArtifactPublishEditInfo(): ArtifactPublishEditInfo {CODE
CRITICAL…/ui/features/packages/screens/ArtifactPublishScreen.kt116fun com.ai.assistance.operit.data.api.MarketV2Entry.toArtifactPublishClusterContext(CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt166 com.ai.assistance.operit.util.AppLogger.d("MCPConfigScreen", "初始化 - 检查服务器状态")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt175 com.ai.assistance.operit.util.AppLogger.d("MCPConfigScreen", "MCP服务器已在运行")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt177 com.ai.assistance.operit.util.AppLogger.d("MCPConfigScreen", "MCP服务器未运行")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt181 com.ai.assistance.operit.util.AppLogger.d("MCPConfigScreen", "已安装的MCP插件列表:")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt185 com.ai.assistance.operit.util.AppLogger.d("MCPConfigScreen", "插件ID: $pluginId, 已启用: $isEnabled")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt187 com.ai.assistance.operit.util.AppLogger.e("MCPConfigScreen", "无法读取插件 $pluginId 的启用状态: ${e.message}")CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt465 com.ai.assistance.operit.ui.features.packages.screens.mcp.components.MCPDeployConfirmDialog(CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt505 com.ai.assistance.operit.ui.features.packages.screens.mcp.components.MCPCommandsEditDialog(CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt1077 val launcher = registry.register("zip_picker", androidx.activity.result.contract.ActivityResCODE
CRITICAL…/screens/artifact/viewmodel/ArtifactMarketViewModel.kt543 metric = com.ai.assistance.operit.ui.features.packages.market.MarketSortOption.UPDATED.toRankMetric(),CODE
CRITICAL…/screens/artifact/viewmodel/ArtifactMarketViewModel.kt564 metric = com.ai.assistance.operit.ui.features.packages.market.MarketSortOption.UPDATED.toRankMetric(),CODE
CRITICAL…operit/ui/common/composedsl/ToolPkgComposeDslScreen.kt4034 com.ai.assistance.operit.ui.common.icons.MaterialIconNameResolver.resolveOrNull(iconKey)CODE
CRITICAL…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt608 androidx.compose.ui.text.input.PasswordVisualTransformation()CODE
CRITICAL…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt3291 androidx.compose.foundation.text.selection.DisableSelection(CODE
CRITICAL…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt3347 androidx.compose.foundation.text.selection.SelectionContainer(CODE
CRITICAL…/floating/ui/window/screen/FloatingChatWindowScreen.kt193 androidx.compose.ui.unit.Constraints.fixed(CODE
CRITICAL…ain/java/com/ai/assistance/operit/ui/main/OperitApp.kt225 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…ain/java/com/ai/assistance/operit/ui/main/OperitApp.kt324 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…ain/java/com/ai/assistance/operit/ui/main/OperitApp.kt481 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt684 com.ai.assistance.operit.ui.features.agreement.screens.AgreementScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt918 com.ai.assistance.operit.ui.features.settings.screens.PersonaCardGenerationScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt939 com.ai.assistance.operit.ui.features.settings.screens.WaifuModeSettingsScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt959 com.ai.assistance.operit.ui.features.settings.screens.CustomEmojiManagementScreen(CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1107 com.ai.assistance.operit.api.chat.EnhancedAIService.getInstance(context)CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1256 val enhancedService = com.ai.assistance.operit.api.chat.EnhancedAIService.getInstance(context)CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1342 val enhancedService = com.ai.assistance.operit.api.chat.EnhancedAIService.getInstance(context)CODE
CRITICAL…s/defaultTool/websession/browser/BrowserToolSupport.kt195 com.ai.assistance.operit.core.tools.defaultTool.websession.browser.BrowserNetworkRequestEntry(CODE
CRITICAL…rit/core/tools/defaultTool/debugger/DebuggerUITools.kt321 com.ai.assistance.operit.data.model.ToolParameter(CODE
98 more matches not shown…
Cross-File Repetition150 hits · 750 pts
SeverityFileLineSnippetContext
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0兼容autoglm,提供基于独立ui控制器模型(例如 autoglm-phone-9b)的高层ui自动化子代理工具,用于根据自然语言意图自动规划并执行点击/输入/滑动等一系列界面操作。 当用户提出需要帮忙完成某个界面操作任务(例如打开应用、STRING
HIGHexamples/automatic_ui_subagent.ts0兼容autoglm,提供基于独立ui控制器模型(例如 autoglm-phone-9b)的高层ui自动化子代理工具,用于根据自然语言意图自动规划并执行点击/输入/滑动等一系列界面操作。 当用户提出需要帮忙完成某个界面操作任务(例如打开应用、STRING
HIGHexamples/automatic_ui_subagent.js0兼容autoglm,提供基于独立ui控制器模型(例如 autoglm-phone-9b)的高层ui自动化子代理工具,用于根据自然语言意图自动规划并执行点击/输入/滑动等一系列界面操作。 当用户提出需要帮忙完成某个界面操作任务(例如打开应用、STRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0compatible with autoglm. provides a high-level ui automation sub-agent based on an independent ui-controller model (e.g.STRING
HIGHexamples/automatic_ui_subagent.ts0compatible with autoglm. provides a high-level ui automation sub-agent based on an independent ui-controller model (e.g.STRING
HIGHexamples/automatic_ui_subagent.js0compatible with autoglm. provides a high-level ui automation sub-agent based on an independent ui-controller model (e.g.STRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0ui子代理使用建议: - 屏幕选择规则(重要):不传 agent_id 或传 'default' => 主屏幕;传入且不为 'default' => 对应虚拟屏会话(虚拟屏必须可用,否则会失败)。 - 会话复用(重要):多次调用尽量复用同一STRING
HIGHexamples/automatic_ui_subagent.ts0ui子代理使用建议: - 屏幕选择规则(重要):不传 agent_id 或传 'default' => 主屏幕;传入且不为 'default' => 对应虚拟屏会话(虚拟屏必须可用,否则会失败)。 - 会话复用(重要):多次调用尽量复用同一STRING
HIGHexamples/automatic_ui_subagent.js0ui子代理使用建议: - 屏幕选择规则(重要):不传 agent_id 或传 'default' => 主屏幕;传入且不为 'default' => 对应虚拟屏会话(虚拟屏必须可用,否则会失败)。 - 会话复用(重要):多次调用尽量复用同一STRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0ui sub-agent usage advice: - screen selection rule (important): omitted agent_id or 'default' => main screen; provided aSTRING
HIGHexamples/automatic_ui_subagent.ts0ui sub-agent usage advice: - screen selection rule (important): omitted agent_id or 'default' => main screen; provided aSTRING
HIGHexamples/automatic_ui_subagent.js0ui sub-agent usage advice: - screen selection rule (important): omitted agent_id or 'default' => main screen; provided aSTRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0并行运行 1-4 个 ui 子代理(强制虚拟屏)。 注意:并行调用时,每个子代理对它自身都是全新对话,因此 intent_1..4 需要由主agent分别写清楚“已完成/下一步/关键信息”。 建议并行时每个子代理使用不同的 agent_idSTRING
HIGHexamples/automatic_ui_subagent.ts0并行运行 1-4 个 ui 子代理(强制虚拟屏)。 注意:并行调用时,每个子代理对它自身都是全新对话,因此 intent_1..4 需要由主agent分别写清楚“已完成/下一步/关键信息”。 建议并行时每个子代理使用不同的 agent_idSTRING
HIGHexamples/automatic_ui_subagent.js0并行运行 1-4 个 ui 子代理(强制虚拟屏)。 注意:并行调用时,每个子代理对它自身都是全新对话,因此 intent_1..4 需要由主agent分别写清楚“已完成/下一步/关键信息”。 建议并行时每个子代理使用不同的 agent_idSTRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0ui子代理使用建议(主屏模式): - 屏幕选择规则(重要):主屏模式始终在主屏幕执行;agent_id 会被忽略/不适用。 - 启动前置(非常重要):当你第一次需要操作某个应用时,intent 开头必须写“启动xxx应用 ...”,让子代理STRING
HIGHexamples/automatic_ui_subagent.ts0ui子代理使用建议(主屏模式): - 屏幕选择规则(重要):主屏模式始终在主屏幕执行;agent_id 会被忽略/不适用。 - 启动前置(非常重要):当你第一次需要操作某个应用时,intent 开头必须写“启动xxx应用 ...”,让子代理STRING
HIGHexamples/automatic_ui_subagent.js0ui子代理使用建议(主屏模式): - 屏幕选择规则(重要):主屏模式始终在主屏幕执行;agent_id 会被忽略/不适用。 - 启动前置(非常重要):当你第一次需要操作某个应用时,intent 开头必须写“启动xxx应用 ...”,让子代理STRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0ui sub-agent usage advice (main-screen mode): - screen selection rule (important): main-screen mode always operates on tSTRING
HIGHexamples/automatic_ui_subagent.ts0ui sub-agent usage advice (main-screen mode): - screen selection rule (important): main-screen mode always operates on tSTRING
HIGHexamples/automatic_ui_subagent.js0ui sub-agent usage advice (main-screen mode): - screen selection rule (important): main-screen mode always operates on tSTRING
HIGHapp/src/main/assets/packages/automatic_ui_subagent.js0run the ui sub-agent on the main screen (forced main screen). note: main-screen mode does not support virtual sessions aSTRING
HIGHexamples/automatic_ui_subagent.ts0run the ui sub-agent on the main screen (forced main screen). note: main-screen mode does not support virtual sessions aSTRING
HIGHexamples/automatic_ui_subagent.js0run the ui sub-agent on the main screen (forced main screen). note: main-screen mode does not support virtual sessions aSTRING
HIGHapp/src/main/assets/packages/workflow.js0工作流管理工具:创建/查询/更新/启用/禁用/删除/触发执行;支持 on_success/on_error 分支;支持语音触发(speech)。STRING
HIGHexamples/workflow.ts0工作流管理工具:创建/查询/更新/启用/禁用/删除/触发执行;支持 on_success/on_error 分支;支持语音触发(speech)。STRING
HIGHexamples/workflow.js0工作流管理工具:创建/查询/更新/启用/禁用/删除/触发执行;支持 on_success/on_error 分支;支持语音触发(speech)。STRING
HIGHapp/src/main/assets/packages/workflow.js0workflow management tools for creating/querying/updating/enabling/disabling/deleting workflows, triggering execution, anSTRING
HIGHexamples/workflow.ts0workflow management tools for creating/querying/updating/enabling/disabling/deleting workflows, triggering execution, anSTRING
HIGHexamples/workflow.js0workflow management tools for creating/querying/updating/enabling/disabling/deleting workflows, triggering execution, anSTRING
HIGHapp/src/main/assets/packages/workflow.js0工作流工具使用建议(给 ai): - 核心概念(请优先对齐这些语义): - 节点类型:trigger/execute/condition/logic/extract - 触发节点类型:manual/schedule/tasker/intenSTRING
HIGHexamples/workflow.ts0工作流工具使用建议(给 ai): - 核心概念(请优先对齐这些语义): - 节点类型:trigger/execute/condition/logic/extract - 触发节点类型:manual/schedule/tasker/intenSTRING
HIGHexamples/workflow.js0工作流工具使用建议(给 ai): - 核心概念(请优先对齐这些语义): - 节点类型:trigger/execute/condition/logic/extract - 触发节点类型:manual/schedule/tasker/intenSTRING
HIGHapp/src/main/assets/packages/workflow.js0workflow tool usage advice (for the ai): - core concepts (align your reasoning with these semantics): - node types: trigSTRING
HIGHexamples/workflow.ts0workflow tool usage advice (for the ai): - core concepts (align your reasoning with these semantics): - node types: trigSTRING
HIGHexamples/workflow.js0workflow tool usage advice (for the ai): - core concepts (align your reasoning with these semantics): - node types: trigSTRING
HIGHapp/src/main/assets/packages/workflow.js0创建工作流。 参数说明: - nodes: json 数组字符串(推荐传对象数组,让封装自动 stringify) - connections: json 数组字符串(同上) 节点类型(node.type): - trigger / exeSTRING
HIGHexamples/workflow.ts0创建工作流。 参数说明: - nodes: json 数组字符串(推荐传对象数组,让封装自动 stringify) - connections: json 数组字符串(同上) 节点类型(node.type): - trigger / exeSTRING
HIGHexamples/workflow.js0创建工作流。 参数说明: - nodes: json 数组字符串(推荐传对象数组,让封装自动 stringify) - connections: json 数组字符串(同上) 节点类型(node.type): - trigger / exeSTRING
HIGHapp/src/main/assets/packages/workflow.js0create a workflow. parameter notes: - nodes: json array string (recommended: pass object arrays and let the wrapper striSTRING
HIGHexamples/workflow.ts0create a workflow. parameter notes: - nodes: json array string (recommended: pass object arrays and let the wrapper striSTRING
HIGHexamples/workflow.js0create a workflow. parameter notes: - nodes: json array string (recommended: pass object arrays and let the wrapper striSTRING
HIGHapp/src/main/assets/packages/workflow.js0更新工作流。 注意:update_workflow 的 nodes / connections 是“整体覆盖”。 - 若你只改其中一部分,推荐使用 patch_workflow。 - 或者:get_workflow 取回旧结构 -> 本地构STRING
HIGHexamples/workflow.ts0更新工作流。 注意:update_workflow 的 nodes / connections 是“整体覆盖”。 - 若你只改其中一部分,推荐使用 patch_workflow。 - 或者:get_workflow 取回旧结构 -> 本地构STRING
HIGHexamples/workflow.js0更新工作流。 注意:update_workflow 的 nodes / connections 是“整体覆盖”。 - 若你只改其中一部分,推荐使用 patch_workflow。 - 或者:get_workflow 取回旧结构 -> 本地构STRING
HIGHapp/src/main/assets/packages/workflow.js0update a workflow. note: nodes/connections in update_workflow are full overwrites. - if you only change part of them, prSTRING
HIGHexamples/workflow.ts0update a workflow. note: nodes/connections in update_workflow are full overwrites. - if you only change part of them, prSTRING
HIGHexamples/workflow.js0update a workflow. note: nodes/connections in update_workflow are full overwrites. - if you only change part of them, prSTRING
HIGHapp/src/main/assets/packages/workflow.js0差异更新工作流(增量 patch)。 使用 node_patches / connection_patches 传入 json 数组字符串: - op: add | update | remove - id: 可选 - node / conSTRING
HIGHexamples/workflow.ts0差异更新工作流(增量 patch)。 使用 node_patches / connection_patches 传入 json 数组字符串: - op: add | update | remove - id: 可选 - node / conSTRING
HIGHexamples/workflow.js0差异更新工作流(增量 patch)。 使用 node_patches / connection_patches 传入 json 数组字符串: - op: add | update | remove - id: 可选 - node / conSTRING
HIGHapp/src/main/assets/packages/workflow.js0patch a workflow (incremental update). use node_patches / connection_patches as json array strings: - op: add | update |STRING
HIGHexamples/workflow.ts0patch a workflow (incremental update). use node_patches / connection_patches as json array strings: - op: add | update |STRING
HIGHexamples/workflow.js0patch a workflow (incremental update). use node_patches / connection_patches as json array strings: - op: add | update |STRING
HIGHapp/src/main/assets/packages/operit_editor.js0operit 平台配置直改工具包:提供一组可直接读取与修改 operit 平台设置的工具,覆盖 mcp、skill、sandbox package、角色卡、功能模型绑定、模型参数、上下文总结与 tts/stt 语音服务配置。STRING
HIGHexamples/operit_editor.ts0operit 平台配置直改工具包:提供一组可直接读取与修改 operit 平台设置的工具,覆盖 mcp、skill、sandbox package、角色卡、功能模型绑定、模型参数、上下文总结与 tts/stt 语音服务配置。STRING
HIGHexamples/operit_editor.js0operit 平台配置直改工具包:提供一组可直接读取与修改 operit 平台设置的工具,覆盖 mcp、skill、sandbox package、角色卡、功能模型绑定、模型参数、上下文总结与 tts/stt 语音服务配置。STRING
HIGHapp/src/main/assets/packages/operit_editor.js0direct operit platform configuration toolkit: a collection of tools for reading and directly modifying operit platform sSTRING
HIGHexamples/operit_editor.ts0direct operit platform configuration toolkit: a collection of tools for reading and directly modifying operit platform sSTRING
HIGHexamples/operit_editor.js0direct operit platform configuration toolkit: a collection of tools for reading and directly modifying operit platform sSTRING
90 more matches not shown…
Hyper-Verbose Identifiers506 hits · 525 pts
SeverityFileLineSnippetContext
LOWtools/sandboxpackage_dev_install_or_update.js118 function syncBuiltInPackageExamples() {CODE
LOWtools/example_packages/sync_example_packages.py542def _resolve_hot_reload_device(explicit_serial: str | None) -> str | None:CODE
LOWtools/example_packages/sync_example_packages.py103def _collect_root_prebuild_inputs(examples_dir: Path) -> list[Path]:CODE
LOWtools/example_packages/sync_example_packages.py122def _collect_child_prebuild_inputs(examples_dir: Path, child_dir: Path) -> list[Path]:CODE
LOWtools/example_packages/sync_example_packages.py251def _prune_local_sync_state_outputs(CODE
LOWtools/example_packages/sync_example_packages.py260def _prune_local_sync_state_prebuild(CODE
LOWtools/example_packages/sync_example_packages.py277def _prebuild_planned_child_names(examples_dir: Path, plans: list[SyncPlanItem]) -> set[str]:CODE
LOWtools/example_packages/sync_example_packages.py324def _collect_all_example_items(examples_dir: Path) -> list[str]:CODE
LOWtools/example_packages/sync_example_packages.py454def _resolve_plan_item_from_roots(source_roots: list[Path], item: str) -> SyncPlanItem | None:CODE
LOWtools/example_packages/sync_example_packages.py590def _is_app_package_installed(device_serial: str, app_package: str) -> bool:CODE
LOWtools/example_packages/sync_example_packages.py633def _parse_toolpkg_manifest_text(text: str, manifest_path: Path) -> str:CODE
LOWtools/example_packages/sync_example_packages.py707def _broadcast_refresh_packages(device_serial: str, app_package: str) -> None:CODE
LOWtools/example_packages/sync_example_packages.py729def _broadcast_debug_install_toolpkg(CODE
LOWtools/example_packages/sync_example_packages.py843def _delete_unplanned_outputs(CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py89def parse_composable_signatures(source_text: str, function_name: str) -> List[List[Param]]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py187def extract_attached_annotation_lines(source_text: str, fun_start: int) -> List[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py216def has_attached_experimental_annotation(source_text: str, fun_start: int) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py228def has_explicit_non_unit_return_type(source_text: str, close_paren: int) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py411def strip_outer_wrapping_parens(type_name: str) -> str:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py502def parse_lambda_single_arg_type(type_name: str) -> Optional[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py512def parse_lambda_receiver_type(type_name: str) -> Optional[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py541def is_zero_arg_unit_lambda_type(type_name: str) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py549def host_slot_lambda_arg_type(type_name: str) -> Optional[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py575def is_host_slot_lambda_param(param: Param) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py584def scope_modifier_resolver_expr(receiver_type: Optional[str]) -> str:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py635def _is_supported_generic_param(param: Param) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py673def can_generate_generic_renderer(params: Sequence[Param]) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py682def discover_additional_components(CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py816def build_component_renderer_function(spec: ComponentSpec, params: Sequence[Param]) -> str:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1512def _generic_default_value_expr(component: str, param: Param) -> Optional[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1607def build_action_lambda_arg_name(param_name: str) -> str:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1615def _supports_text_fallback_for_content(component: str) -> bool:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1633def _button_colors_defaults_expr(component: str) -> str | None:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1644def _button_colors_renderer_prelude(component: str) -> List[str]:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1672def build_generic_renderer_function(spec: ComponentSpec, params: Sequence[Param]) -> str:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1832def build_generated_renderer_functions(CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py2011def build_kotlin_registry_file(components: Sequence[ComponentSpec], output_path: Path) -> None:CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py2032def build_kotlin_renderers_file(STRING
LOWtools/hotbuild/apply_patch.py93def load_meta_from_release_body(release: dict) -> Optional[dict]:CODE
LOWtools/hotbuild/apply_patch.py294def read_zip_local_record_bytes(apk_path: Path, info: zipfile.ZipInfo) -> bytes:CODE
LOWtools/hotbuild/build_patch.py27def format_version_with_patch(version: str, patch_index: int) -> str:CODE
LOWtools/hotbuild/build_patch.py155def read_zip_local_record_bytes(apk_path: Path, info: zipfile.ZipInfo) -> tuple[bytes, int]:CODE
LOWtools/hotbuild/nightly_auto.py43def _parse_version_for_compare(v: str) -> tuple[int, int, int, int]:CODE
LOWtools/hotbuild/nightly_auto.py75def _github_latest_tag_via_api(repo: str) -> str:CODE
LOWtools/hotbuild/nightly_auto.py107def _github_latest_tag_via_gh(repo: str) -> str:CODE
LOWtools/hotbuild/nightly_auto.py126def _github_latest_tag_via_git(repo: str) -> str:CODE
LOWtools/toolpkg/toolpkg_hook_runner.js124function resolveManifestFromFolder(folderPath) {CODE
LOWtools/toolpkg/debug_toolpkg.py104def load_manifest_from_folder(folder: Path) -> tuple[Path, str, str]:CODE
LOWtools/toolpkg/debug_toolpkg.py116def load_manifest_from_archive(archive_path: Path) -> tuple[str, str]:CODE
LOWtools/toolpkg/debug_toolpkg.py254def _is_app_package_installed(device_serial: str, app_package: str) -> bool:CODE
LOWtools/github/commit_ai.py95def _read_multiline_user_input(header: str) -> str:CODE
LOWtools/github/import_anthropic_skills.py278def _repo_slug_from_github_url(repo_url: str) -> str:CODE
LOWtools/github/import_anthropic_skills.py333def _list_source_skills_from_awesome_readme(readme_url: str, token: str, ctx: ssl.SSLContext) -> list[SourceSkill]:CODE
LOWtools/github/import_anthropic_skills.py469def _list_skill_md_paths_from_repo_zip(owner: str, repo: str, ref: str, ctx: ssl.SSLContext) -> list[str]:CODE
LOWtools/github/import_anthropic_skills.py520def _expand_source_skill_by_skill_md(skill: SourceSkill, ctx: ssl.SSLContext) -> list[SourceSkill]:CODE
LOWtools/github/import_anthropic_skills.py642def _pick_markdown_file_from_contents(files: list[dict]) -> Optional[dict]:CODE
LOWtools/github/import_anthropic_skills.py656def _fetch_markdown_from_github_path(CODE
LOWtools/github/import_anthropic_skills.py693def _list_repo_markdown_paths(api_base: str, owner: str, repo: str, ref: str, token: str, ctx: ssl.SSLContext) -> list[sCODE
LOWtools/github/import_anthropic_skills.py753def _fetch_markdown_from_generic_url(url: str, token: str, ctx: ssl.SSLContext) -> tuple[str, str]:CODE
LOWtools/github/import_anthropic_skills.py766def _try_download_github_raw_candidates(CODE
446 more matches not shown…
Excessive Try-Catch Wrapping83 hits · 88 pts
SeverityFileLineSnippetContext
LOWtools/example_packages/sync_example_packages.py545 except Exception:CODE
LOWtools/example_packages/sync_example_packages.py551 except Exception as exc:CODE
LOWtools/example_packages/sync_example_packages.py50 except Exception:CODE
LOWtools/example_packages/sync_example_packages.py684 except Exception:CODE
LOWtools/example_packages/sync_example_packages.py1019 except Exception as exc: # pragma: no cover - runtime command failure pathCODE
LOWtools/example_packages/sync_example_packages.py1086 except Exception as exc:CODE
LOWtools/hotbuild/apply_patch.py102 except Exception:CODE
LOWtools/hotbuild/apply_patch.py453 except Exception:CODE
LOWtools/hotbuild/build_patch.py229 except Exception:CODE
LOWtools/hotbuild/nightly_auto.py120 except Exception:CODE
LOWtools/hotbuild/nightly_auto.py165 except Exception as e:CODE
LOWtools/hotbuild/nightly_auto.py202 except Exception as e:CODE
LOWtools/hotbuild/nightly_auto.py338 except Exception as e:CODE
MEDIUMtools/toolpkg/debug_toolpkg.py419 print(f"Error: {error}", file=sys.stderr)CODE
MEDIUMtools/toolpkg/debug_toolpkg.py446 print(f"Error: {error}", file=sys.stderr)CODE
LOWtools/shower/shower_ws_client.py35except Exception: # pragma: no coverCODE
LOWtools/shower/shower_ws_client.py96 except Exception as e: # pragma: no coverCODE
LOWtools/shower/shower_ws_client.py127 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py136 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py190 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py251 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py273 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py281 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py289 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py297 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py305 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py344 except Exception:CODE
LOWtools/shower/shower_ws_client.py346 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py349 except Exception as e:CODE
LOWtools/shower/shower_ws_client.py357 except Exception:CODE
LOWtools/shower/shower_ws_client.py360 except Exception as e: # pragma: no coverCODE
LOWtools/shower/shower_ws_client.py366 except Exception:CODE
LOWtools/github/commit_ai.py75 except Exception:CODE
LOWtools/github/commit_ai.py112 except Exception as e:CODE
LOWtools/github/import_anthropic_skills.py125 except Exception:CODE
LOWtools/github/import_anthropic_skills.py135 except Exception:CODE
LOWtools/github/import_anthropic_skills.py193 except Exception:CODE
LOWtools/github/import_anthropic_skills.py231 except Exception:CODE
LOWtools/github/import_anthropic_skills.py239 except Exception as e:CODE
LOWtools/github/import_anthropic_skills.py297 except Exception:CODE
LOWtools/github/import_anthropic_skills.py543 except Exception:CODE
LOWtools/github/import_anthropic_skills.py778 except Exception as e:CODE
LOWtools/github/import_anthropic_skills.py846 except Exception as e:CODE
LOWtools/github/import_anthropic_skills.py904 except Exception:CODE
LOWtools/github/import_anthropic_skills.py920 except Exception as e_no_api:CODE
LOWtools/github/import_anthropic_skills.py1247 except Exception:STRING
LOWtools/github/import_anthropic_skills.py1274 except Exception as e:STRING
LOWtools/github/import_anthropic_skills.py1326 except Exception as e:STRING
LOWtools/github/import_anthropic_skills.py1450 except Exception as e:STRING
LOWtools/github/import_anthropic_skills.py1572 except Exception as e:STRING
LOWtools/github/import_anthropic_skills.py1676 except Exception as e:STRING
LOWtools/github/list_issues.py76 except Exception:CODE
LOWtools/github/list_issues.py124 except Exception:CODE
LOWtools/github/list_issues.py175 except Exception:CODE
LOWtools/github/list_issues.py305 except Exception as e:CODE
LOWtools/github/list_issues.py510 except Exception:STRING
LOWtools/github/list_issues.py515 except Exception:STRING
LOWtools/string/search_string.py81 except Exception as e:CODE
LOWtools/string/add_string.py40 except Exception:CODE
LOWtools/string/add_string.py71 except Exception as e:CODE
23 more matches not shown…
Over-Commented Block69 hits · 69 pts
SeverityFileLineSnippetContext
LOWtools/shell_identity_launcher/CMakeLists.txt1# For more information about using CMake with Android Studio, read theCOMMENT
LOWtools/shell_identity_launcher/native-lib.cpp1// 通用 shell 身份 launcher:COMMENT
LOWtools/adb/execute_js_dir.sh1#!/bin/bashCOMMENT
LOWllm/mnn/src/main/cpp/mnnllmnative.cpp1//COMMENT
LOWllm/mnn/src/main/cpp/mnnllmnative.cpp21#include <MNN/expr/Module.hpp>COMMENT
LOWllm/mnn/src/main/cpp/mnnnetnative.cpp1//COMMENT
LOWllm/mnn/src/main/cpp/mnnmodulennative.cpp1//COMMENT
LOWllm/mnn/src/main/cpp/mnnportraitnative.cpp1//COMMENT
LOWllm/llama/src/main/cpp/llama_jni_stub.cpp1#include <jni.h>COMMENT
LOW…ance/operit/api/chat/enhance/FileBindingServiceTest.kt101line 4COMMENT
LOW…ance/operit/api/chat/enhance/FileBindingServiceTest.kt341 // to test the robustness of the patching logic in a clean, logical way.COMMENT
LOW…res/toolbox/screens/uidebugger/UIDebuggerComponents.kt81 var isUIAnalysisActive by remember { mutableStateOf(false) }COMMENT
LOW…ce/operit/ui/common/displays/MarkdownTextComposable.kt41 fontSize = fontSize,COMMENT
LOW…m/ai/assistance/operit/ui/floating/ui/ball/SiriBall.kt281 // val released = tryAwaitRelease()COMMENT
LOW…ore/tools/defaultTool/standard/StandardWebVisitTool.kt1441// try {COMMENT
LOW…/tools/defaultTool/debugger/DebuggerFileSystemTools.kt2861COMMENT
LOW…/tools/defaultTool/debugger/DebuggerFileSystemTools.kt2881// AndroidShellExecutor.executeShellCommand("mkdir -p '$directory'")COMMENT
LOW…/tools/defaultTool/debugger/DebuggerFileSystemTools.kt2901// error = "Failed to write binary file: ${writeResult.stderr}"COMMENT
LOW…/tools/defaultTool/debugger/DebuggerFileSystemTools.kt2921// details = "Write completed but file size mismatch. Expected: $originalSize, Got: $size. PCOMMENT
LOW…/tools/defaultTool/debugger/DebuggerFileSystemTools.kt2941// return ToolResult(COMMENT
LOW…ava/com/ai/assistance/operit/core/tools/mcp/MCPJson.kt21// This will avoid the need for complex serialization setup COMMENT
LOWapp/src/main/cpp/streamnative/native_toolpkg_wasm.cpp1#include <jni.h>COMMENT
LOWapp/src/main/assets/packages/daily_life.js1161 // } catch (error) {COMMENT
LOWapp/src/main/assets/packages/daily_life.js1181 // } catch (error) {COMMENT
LOWapp/src/main/assets/packages/daily_life.js1201 // console.log("测试设置闹钟...");COMMENT
LOWapp/src/main/assets/packages/daily_life.js1221 // console.log("测试发送短信功能...");COMMENT
LOWapp/src/main/assets/packages/daily_life.js1241 // try {COMMENT
LOWapp/src/main/assets/packages/daily_life.js1261 // await toggle_wifi({ state: 'off' });COMMENT
LOWapp/src/main/assets/packages/daily_life.js1281 // console.log("测试拍照功能...");COMMENT
LOWapp/src/main/assets/templates/python/requirements.txt1# Operit Python 项目依赖COMMENT
LOWapp/src/main/assets/templates/flutter/pubspec.yaml1name: operit_flutter_projectCOMMENT
LOWapp/src/main/assets/templates/flutter/pubspec.yaml41 sdk: flutterCOMMENT
LOWapp/src/main/assets/templates/flutter/pubspec.yaml61 # To add assets to your application, add an assets section, like this:COMMENT
LOWapp/src/main/assets/templates/flutter/pubspec.yaml81 # - asset: fonts/Schyler-Italic.ttfCOMMENT
LOW…rc/main/assets/templates/flutter/analysis_options.yaml1# This file configures the analyzer, which statically analyzes Dart code toCOMMENT
LOW…rc/main/assets/templates/flutter/analysis_options.yaml21 # `// ignore_for_file: name_of_lint` syntax on the line or in the fileCOMMENT
LOWapp/src/main/assets/templates/flutter/lib/main.dart61 // This call to setState tells the Flutter framework that something hasCOMMENT
LOWapp/src/main/assets/templates/flutter/lib/main.dart81 // Colors.amber, perhaps?) and trigger a hot reload to see the AppBarCOMMENT
LOW…c/main/assets/templates/flutter/windows/runner/utils.h1#ifndef RUNNER_UTILS_H_COMMENT
LOW…sets/templates/flutter/windows/runner/win32_window.cpp1#include "win32_window.h"COMMENT
LOW…ain/assets/templates/flutter/windows/runner/resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOW…src/main/assets/templates/android/setup_android_env.sh361# any settings specified in this file.COMMENT
LOWexamples/daily_life.ts1281COMMENT
LOWexamples/daily_life.ts1301 // console.log("✗ 设备状态获取失败");COMMENT
LOWexamples/daily_life.ts1321 // // // 可以设置未来时间COMMENT
LOWexamples/daily_life.ts1341 // minute: minute.toString(),COMMENT
LOWexamples/daily_life.ts1361 // const smsResult = await send_message({COMMENT
LOWexamples/daily_life.ts1381 // // 直接调用拨号功能COMMENT
LOWexamples/daily_life.ts1401 // await sleep(3000);COMMENT
LOWexamples/daily_life.ts1421 // 10. Test taking a photoCOMMENT
LOWexamples/daily_life.js1161 // } catch (error) {COMMENT
LOWexamples/daily_life.js1181 // } catch (error) {COMMENT
LOWexamples/daily_life.js1201 // console.log("测试设置闹钟...");COMMENT
LOWexamples/daily_life.js1221 // console.log("测试发送短信功能...");COMMENT
LOWexamples/daily_life.js1241 // try {COMMENT
LOWexamples/daily_life.js1261 // await toggle_wifi({ state: 'off' });COMMENT
LOWexamples/daily_life.js1281 // console.log("测试拍照功能...");COMMENT
LOWavator/mmd/src/main/cpp/android/MmdInspectorBridge.cpp1#include <jni.h>COMMENT
LOWavator/mmd/src/main/cpp/Saba/Viewer/Viewer.cpp1#include "Viewer.h"COMMENT
LOWavator/mmd/src/main/cpp/Saba/Viewer/ViewerContext.h1//COMMENT
9 more matches not shown…
Cross-Language Confusion21 hits · 54 pts
SeverityFileLineSnippetContext
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1712 f" onAction({action_id_var}, null)\n"CODE
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1084 val textFieldIdentity = props["key"]?.toString()?.trim()?.ifBlank { null } ?: nodePathSTRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py834 if (imageModel != null) {STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py873 modifier.clickable { onAction(onClick, null) }STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py928 val modifierProps = if (contentPadding != null) props.withoutCommonPaddingProps() else propsSTRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py932 modifier.clickable { onAction(onClick, null) }STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py985 if (autoScrollToEnd && contentNodes.isNotEmpty()) {STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1129 if (isFocused && !nextFocused && externalValue != textFieldValue.text) {STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1184 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1195 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1206 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1217 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1228 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1298 } else null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1355 if (contentAlpha != null) color.copy(alpha = contentAlpha) else colorSTRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1359 finalContainerColor != null && finalContentColor != null ->STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1405 contentDescription = null,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1407 modifier = if (size != null) {STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1429 if (progress != null) {STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1458 strokeWidth = if (strokeWidth != null) strokeWidth.dp else 4.dp,STRING
HIGHtools/compose_dsl/generate_compose_dsl_artifacts.py1501 onAction(onTextLayoutActionId, null)STRING
Deep Nesting39 hits · 32 pts
SeverityFileLineSnippetContext
LOWtools/example_packages/sync_example_packages.py870CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py89CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py130CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py266CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py289CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py411CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py435CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py682CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1672CODE
LOWtools/hotbuild/apply_patch.py160CODE
LOWtools/hotbuild/apply_patch.py257CODE
LOWtools/hotbuild/apply_patch.py294CODE
LOWtools/hotbuild/apply_patch.py335CODE
LOWtools/hotbuild/apply_patch.py485CODE
LOWtools/hotbuild/build_patch.py48CODE
LOWtools/hotbuild/build_patch.py155CODE
LOWtools/hotbuild/build_patch.py196CODE
LOWtools/hotbuild/build_patch.py257CODE
LOWtools/shower/shower_ws_client.py100CODE
LOWtools/github/import_anthropic_skills.py82CODE
LOWtools/github/import_anthropic_skills.py423CODE
LOWtools/github/import_anthropic_skills.py520CODE
LOWtools/github/import_anthropic_skills.py1177CODE
LOWtools/github/list_issues.py98CODE
LOWtools/string/search_string.py33CODE
LOWtools/string/count_ui_strings.py57CODE
LOWtools/string/count_ui_strings.py88CODE
LOWtools/string/count_ui_strings.py225CODE
LOWtools/string/count_ui_strings.py281CODE
LOWtools/string/check_strings.py109CODE
LOWtools/string/fill_missing_translations.py553CODE
LOWci/script/check_repo_hygiene.py111CODE
LOWci/script/check_repo_hygiene.py168CODE
LOWci/script/check_output.py41CODE
LOWci/script/check_localizations.py163CODE
LOWci/script/check_localizations.py242CODE
LOWci/script/check_localizations.py328CODE
LOWexamples/qqbot/resources/qqbot_gateway_service.py603CODE
LOWexamples/qqbot/resources/qqbot_gateway_service.py893CODE
Verbosity Indicators18 hits · 32 pts
SeverityFileLineSnippetContext
LOW…t/ui/features/chat/components/lazy/CacheWindowLogic.kt444 * When caching visible items we need to check if the existing item changed sizes. If so, weCOMMENT
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt84 // Step 1: Select FolderCOMMENT
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt105 // Step 2: Select Index FileCOMMENT
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt148 // Step 3: PackageCOMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt79 // Step 1: Attempt direct text extraction with PDFBoxCOMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt91 // Step 2: Check if the extracted text is meaningful. If not, trigger OCR.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt872 // Step 1: Extract text from PDF.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt883 // Step 2: Read the extracted text from the temporary file.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt887 // Step 3: Create a new DOCX document and write the content.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt901 // Step 4: Save the new DOCX document.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt920 // Step 1: Extract text from the Word document into a temporary file.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt930 // Step 2: Convert the extracted text file to PDF.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt933 // Step 3: Clean up the temporary file.COMMENT
LOW…/assistance/operit/data/repository/MemoryRepository.kt2320 // Step 1: Find all unique source memories from the given titles.COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1053 // Step 1: 更新窗口参数使其可获取焦点COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1069 // Step 2: 等待Compose真正建立输入焦点后再显示键盘COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1078 // Step 1: 立即清理悬浮窗焦点并隐藏键盘,避免阻塞外部输入框抢焦点COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1089 // Step 2: 立即恢复窗口不可聚焦状态(全屏模式除外)COMMENT
Structural Annotation Overuse17 hits · 30 pts
SeverityFileLineSnippetContext
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt84 // Step 1: Select FolderCOMMENT
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt105 // Step 2: Select Index FileCOMMENT
LOW…res/toolbox/screens/htmlpackager/HtmlPackagerScreen.kt148 // Step 3: PackageCOMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt79 // Step 1: Attempt direct text extraction with PDFBoxCOMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt91 // Step 2: Check if the extracted text is meaningful. If not, trigger OCR.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt872 // Step 1: Extract text from PDF.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt883 // Step 2: Read the extracted text from the temporary file.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt887 // Step 3: Create a new DOCX document and write the content.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt901 // Step 4: Save the new DOCX document.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt920 // Step 1: Extract text from the Word document into a temporary file.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt930 // Step 2: Convert the extracted text file to PDF.COMMENT
LOW…om/ai/assistance/operit/util/DocumentConversionUtil.kt933 // Step 3: Clean up the temporary file.COMMENT
LOW…/assistance/operit/data/repository/MemoryRepository.kt2320 // Step 1: Find all unique source memories from the given titles.COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1053 // Step 1: 更新窗口参数使其可获取焦点COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1069 // Step 2: 等待Compose真正建立输入焦点后再显示键盘COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1078 // Step 1: 立即清理悬浮窗焦点并隐藏键盘,避免阻塞外部输入框抢焦点COMMENT
LOW…ance/operit/services/floating/FloatingWindowManager.kt1089 // Step 2: 立即恢复窗口不可聚焦状态(全屏模式除外)COMMENT
Unused Imports17 hits · 17 pts
SeverityFileLineSnippetContext
LOWtools/example_packages/sync_example_packages.py1CODE
LOWtools/hotbuild/apply_patch.py1CODE
LOWtools/hotbuild/build_patch.py1CODE
LOWtools/toolpkg/debug_toolpkg.py3CODE
LOWci/test/test_toolpkg_sync.py1CODE
LOWci/test/test_pr_check.py1CODE
LOWci/test/test_markdown_links.py1CODE
LOWci/test/test_android_dependencies.py1CODE
LOWci/test/test_repo_hygiene.py1CODE
LOWci/test/test_localizations.py1CODE
LOWci/script/prepare_android_dependencies.py4CODE
LOWci/script/check_markdown_links.py4CODE
LOWci/script/check_repo_hygiene.py4CODE
LOWci/script/check_output.py4CODE
LOWci/script/check_localizations.py4CODE
LOWci/script/pr_check.py4CODE
LOW…air_repo_enviroment/windows/sync_submodule_symlinks.py10CODE
Fake / Example Data16 hits · 12 pts
SeverityFileLineSnippetContext
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py43 ComponentSpec("TextField", "material3", "androidx.compose.material3", "OutlinedTextField", ("value", "onValueChange"CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py293 if name in {"modifier", "interactionSource", "colors", "elevation", "shape", "border", "contentPadding", "hostState"CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1898 emitted["placeholder"] = ("string | ComposeChildren", False)CODE
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1081 val placeholder = props.stringOrNull("placeholder")STRING
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1087 val hasPlaceholderSlot = node.slotChildren("placeholder").isNotEmpty()STRING
LOWtools/compose_dsl/generate_compose_dsl_artifacts.py1166 slotName = "placeholder",STRING
LOW…/workspace/editor/completion/HtmlCompletionProvider.kt18 "placeholder", "name", "action", "method", "target", "rel", "onclick", "onchange",CODE
LOW…/chat/webview/workspace/editor/language/HtmlSupport.kt20 "value", "name", "placeholder", "disabled", "checked", "selected", "readonly", "required",CODE
LOW…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt453 val placeholder = props.stringOrNull("placeholder")CODE
LOW…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt459 val hasPlaceholderSlot = node.slotChildren("placeholder").isNotEmpty()CODE
LOW…mmon/composedsl/ToolPkgComposeDslGeneratedRenderers.kt538 slotName = "placeholder",CODE
LOW…s/defaultTool/websession/browser/BrowserToolSupport.kt892 const placeholder = normalize(element.getAttribute("placeholder"));STRING
LOW…Tool/websession/browser/BrowserPageExecutionSupport.kt2552 el.getAttribute("placeholder") ||STRING
LOW…n/java/com/ai/assistance/operit/util/HtmlParserUtil.kt17 'placeholder', 'name', 'role', 'aria-label', 'onclick'CODE
LOW…n/java/com/ai/assistance/operit/util/HtmlParserUtil.kt108 const attrs = ['aria-label', 'alt', 'title', 'placeholder', 'name'];CODE
LOWci/script/check_localizations.py291 "placeholder",CODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…ance/operit/ui/features/memory/screens/MemoryScreen.kt187 // More robust file name extractionCOMMENT
MEDIUM…ance/operit/ui/features/chat/webview/LocalWebServer.kt499 // Serve the file from a byte array input stream. This is the robust way to avoid GZIP issues.COMMENT
MEDIUM…bones/src/main/java/com/dragonbones/DragonBonesView.kt317 // This robust, single-instance effect handles the command queue processing.COMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMapp/src/main/assets/templates/flutter/pubspec.yaml53# The following section is specific to Flutter packages.COMMENT
MEDIUM…/assets/templates/flutter/android/setup_android_env.sh1110## This file is automatically generated by Android Studio.COMMENT
MEDIUM…src/main/assets/templates/android/setup_android_env.sh485## This file is automatically generated by Android Studio.COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHavator/dragonbones/cpp/opengl/OpenGLFactory.cpp25 // In this implementation, textureAtlas is a pointer to a struct containing png data and sizeCOMMENT
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMapp/src/main/assets/templates/flutter/pubspec.yaml57 # included with your application, so that you can use the icons inCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/adb/execute_js.sh38# Check if file existsCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/adb/execute_js_dir.sh7# Usage:COMMENT
AI Structural Patterns1 hit · 0 pts
SeverityFileLineSnippetContext
LOWtools/github/import_anthropic_skills.py1025CODE