Repository Analysis

AAswordman/Operit

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

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of AAswordman/Operit, a Kotlin project with 5,753 GitHub stars. SynthScan v2.0 examined 779,180 lines of code across 2153 source files, recording 1149 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 4.0 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.0
Adjusted Score
4.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.8K
Stars
Kotlin
Language
779.2K
Lines of Code
2.2K
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.14
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 152HIGH 160MEDIUM 13LOW 824

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 1149 distinct pattern matches across 19 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 Indicators152 hits · 1510 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.kt395 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Loaded ${folders.size} folders: $folders")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt498 com.ai.assistance.operit.util.AppLogger.d("MemoryVM", "Node click on doc, searching with global CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt501 com.ai.assistance.operit.util.AppLogger.d("MemoryVM", "Node click on doc, no global query. GettiCODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt721 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "No nodes selected, aborting delete.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt736 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "deleteSelectedNodes called with ${selectedIds.CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt738 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "No nodes selected, aborting delete.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt744 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Calling repository.deleteMemoriesByUuids wCODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt747 com.ai.assistance.operit.util.AppLogger.d("MemoryViewModel", "Graph refreshed after deletion.")CODE
CRITICAL…operit/ui/features/memory/viewmodel/MemoryViewModel.kt759 com.ai.assistance.operit.util.AppLogger.e("MemoryViewModel", "Failed to delete selected memories", e)CODE
CRITICAL…ance/operit/ui/features/memory/screens/MemoryScreen.kt281 com.ai.assistance.operit.util.AppLogger.d(CODE
CRITICAL…ance/operit/ui/features/memory/screens/MemoryScreen.kt295 com.ai.assistance.operit.util.AppLogger.d(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.kt642 com.ai.assistance.operit.util.AppLogger.e("UserMessageComposable", "Failed to parse message content", e)CODE
CRITICAL…/components/style/input/agent/AgentChatInputSection.kt3306private fun androidx.compose.ui.graphics.drawscope.DrawScope.drawRoundedTopEdge(CODE
CRITICAL…components/style/bubble/BubbleUserMessageComposable.kt1005 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.kt77private fun com.ai.assistance.operit.data.api.MarketV2Entry.toArtifactPublishEditInfo(): ArtifactPublishEditInfo {CODE
CRITICAL…/ui/features/packages/screens/ArtifactPublishScreen.kt97fun com.ai.assistance.operit.data.api.MarketV2Entry.toArtifactPublishClusterContext(): ArtifactPublishClusterContext {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.kt452 com.ai.assistance.operit.ui.features.packages.screens.mcp.components.MCPDeployConfirmDialog(CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt492 com.ai.assistance.operit.ui.features.packages.screens.mcp.components.MCPCommandsEditDialog(CODE
CRITICAL…operit/ui/features/packages/screens/MCPConfigScreen.kt1064 val launcher = registry.register("zip_picker", androidx.activity.result.contract.ActivityResCODE
CRITICAL…/screens/artifact/viewmodel/ArtifactMarketViewModel.kt458 metric = com.ai.assistance.operit.ui.features.packages.market.MarketSortOption.UPDATED.toRankMetric(),CODE
CRITICAL…/screens/artifact/viewmodel/ArtifactMarketViewModel.kt479 metric = com.ai.assistance.operit.ui.features.packages.market.MarketSortOption.UPDATED.toRankMetric(),CODE
CRITICAL…operit/ui/common/composedsl/ToolPkgComposeDslScreen.kt3499 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.kt172 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…ain/java/com/ai/assistance/operit/ui/main/OperitApp.kt265 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…ain/java/com/ai/assistance/operit/ui/main/OperitApp.kt400 com.ai.assistance.operit.ui.main.navigation.RouteEntry(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt666 com.ai.assistance.operit.ui.features.agreement.screens.AgreementScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt905 com.ai.assistance.operit.ui.features.settings.screens.PersonaCardGenerationScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt927 com.ai.assistance.operit.ui.features.settings.screens.WaifuModeSettingsScreen(CODE
CRITICAL…/ai/assistance/operit/ui/main/screens/OperitScreens.kt947 com.ai.assistance.operit.ui.features.settings.screens.CustomEmojiManagementScreen(CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1108 com.ai.assistance.operit.api.chat.EnhancedAIService.getInstance(context)CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1257 val enhancedService = com.ai.assistance.operit.api.chat.EnhancedAIService.getInstance(context)CODE
CRITICAL…/tools/defaultTool/standard/StandardFileSystemTools.kt1343 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
CRITICAL…rit/core/tools/defaultTool/debugger/DebuggerUITools.kt325 com.ai.assistance.operit.data.model.ToolParameter(CODE
CRITICAL…/com/ai/assistance/operit/core/tools/mcp/MCPPackage.kt44 com.ai.assistance.operit.util.AppLogger.d(TAG, "正在连接到MCP服务器: ${serverConfig.name}")CODE
CRITICAL…/com/ai/assistance/operit/core/tools/mcp/MCPPackage.kt50 com.ai.assistance.operit.util.AppLogger.w(TAG, "无法连接到MCP服务器: ${serverConfig.name}")CODE
92 more matches not shown…
Cross-File Repetition138 hits · 690 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
78 more matches not shown…
Hyper-Verbose Identifiers452 hits · 454 pts
SeverityFileLineSnippetContext
LOWsync_example_packages.py108def _collect_root_prebuild_inputs(examples_dir: Path) -> list[Path]:CODE
LOWsync_example_packages.py127def _collect_child_prebuild_inputs(examples_dir: Path, child_dir: Path) -> list[Path]:CODE
LOWsync_example_packages.py256def _prune_local_sync_state_outputs(CODE
LOWsync_example_packages.py265def _prune_local_sync_state_prebuild(CODE
LOWsync_example_packages.py282def _prebuild_planned_child_names(examples_dir: Path, plans: list[SyncPlanItem]) -> set[str]:CODE
LOWsync_example_packages.py329def _collect_all_example_items(examples_dir: Path) -> list[str]:CODE
LOWsync_example_packages.py406def _resolve_plan_item_from_roots(source_roots: list[Path], item: str) -> SyncPlanItem | None:CODE
LOWsync_example_packages.py483def _resolve_hot_reload_device(explicit_serial: str | None) -> str | None:CODE
LOWsync_example_packages.py531def _parse_toolpkg_manifest_text(text: str, manifest_path: Path) -> str:CODE
LOWsync_example_packages.py605def _broadcast_refresh_packages(device_serial: str) -> None:CODE
LOWsync_example_packages.py623def _broadcast_debug_install_toolpkg(CODE
LOWsync_example_packages.py721def _delete_unplanned_outputs(CODE
LOWtools/sandboxpackage_dev_install_or_update.js118 function syncBuiltInPackageExamples() {CODE
LOWtools/toolpkg_hook_runner.js124function resolveManifestFromFolder(folderPath) {CODE
LOWtools/debug_toolpkg.py106def load_manifest_from_folder(folder: Path) -> tuple[Path, str, str]:CODE
LOWtools/debug_toolpkg.py118def load_manifest_from_archive(archive_path: Path) -> tuple[str, str]:CODE
LOWtools/memory/memory_scoring_sim.py138def extract_core_question_text(raw_query: str) -> str:CODE
LOWtools/memory/memory_scoring_sim.py171def build_candidate_search_query(query: str, solution: str) -> str:CODE
LOWtools/memory/memory_scoring_sim.py248def _lookup_semantic_similarity(CODE
LOWtools/memory/memory_scoring_sim.py504def ensure_isolated_demo_memory(memories: List[MemoryRecord]) -> int: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/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
392 more matches not shown…
Over-Commented Block197 hits · 191 pts
SeverityFileLineSnippetContext
LOWmmd/src/main/cpp/android/MmdInspectorBridge.cpp1#include <jni.h>COMMENT
LOWmmd/src/main/cpp/Saba/Viewer/Viewer.cpp1#include "Viewer.h"COMMENT
LOWmmd/src/main/cpp/Saba/Viewer/ViewerContext.h1//COMMENT
LOWmmd/src/main/cpp/Saba/Viewer/ShadowMap.cpp1//COMMENT
LOWmmd/src/main/cpp/Saba/GL/GLVertexUtil.h1//COMMENT
LOWmmd/src/main/cpp/Saba/GL/GLShaderUtil.h1//COMMENT
LOWmmd/src/main/cpp/Saba/GL/GLTextureUtil.cpp1#include "GLTextureUtil.h"COMMENT
LOWmmd/src/main/cpp/Saba/GL/Model/MMD/GLMMDModel.h1//COMMENT
LOWmmd/src/main/cpp/Saba/GL/Model/MMD/GLMMDModel.cpp1//COMMENT
LOWtools/execute_js_dir.sh1#!/bin/bashCOMMENT
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
LOWdragonbones/cpp/JniBridge.cpp1#include "JniBridge.h"COMMENT
LOWdragonbones/cpp/dragonBones/DragonBonesHeaders.h21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOWdragonbones/cpp/dragonBones/DragonBonesHeaders.h41#include "model/ArmatureData.h"COMMENT
LOWdragonbones/cpp/dragonBones/DragonBonesHeaders.h61#include "animation/WorldClock.h"COMMENT
LOWdragonbones/cpp/dragonBones/core/DragonBones.h21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOWdragonbones/cpp/dragonBones/armature/Constraint.h21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOWdragonbones/cpp/dragonBones/armature/Slot.cpp1#include "Slot.h"COMMENT
LOWdragonbones/cpp/dragonBones/animation/TimelineState.cpp1#include "TimelineState.h"COMMENT
LOW…agonbones/cpp/dragonBones/animation/AnimationState.cpp1#include "AnimationState.h"COMMENT
LOWdragonbones/cpp/dragonBones/parser/DataParser.h21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOWdragonbones/cpp/rapidjson/fwd.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/memorystream.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/reader.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/reader.h21#include "stream.h"COMMENT
LOWdragonbones/cpp/rapidjson/prettywriter.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/ostreamwrapper.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/encodedstream.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/filereadstream.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/istreamwrapper.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/stringbuffer.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/encodings.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/encodings.h41COMMENT
LOWdragonbones/cpp/rapidjson/schema.h1// Tencent is pleased to support the open source community by making RapidJSON available->COMMENT
LOWdragonbones/cpp/rapidjson/schema.h21COMMENT
LOWdragonbones/cpp/rapidjson/schema.h41#define RAPIDJSON_SCHEMA_HAS_REGEX 1COMMENT
LOWdragonbones/cpp/rapidjson/stream.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/filewritestream.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h161//!@cond RAPIDJSON_HIDDEN_FROM_DOXYGENCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h181#if defined(_MSC_VER) && defined(NDEBUG)COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h201 GCC 4.6 provided macro for detecting endianness of the target machine. But otherCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h221# include <endian.h>COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h241# elif defined(RAPIDJSON_DOXYGEN_RUNNING)COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h261// RAPIDJSON_ALIGNCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h301 \c GenericValue uses this optimization to reduce its size form 24 bytes to 16 bytes in 64-bit architecture.COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h401#include <cassert>COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h441#endifCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h461 \ingroup RAPIDJSON_CONFIGCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h481// adopted from BoostCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h501#if defined(__clang__) || (defined(RAPIDJSON_GNUC) && RAPIDJSON_GNUC >= RAPIDJSON_VERSION_CODE(4,6,0))COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h521#define RAPIDJSON_DIAG_OFF(x) /* ignored */COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h541#define RAPIDJSON_HAS_CXX11_RVALUE_REFS 1COMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h561#endif // RAPIDJSON_HAS_CXX11_NOEXCEPTCOMMENT
LOWdragonbones/cpp/rapidjson/rapidjson.h581///////////////////////////////////////////////////////////////////////////////COMMENT
LOWdragonbones/cpp/rapidjson/document.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/document.h21#include "internal/meta.h"COMMENT
LOWdragonbones/cpp/rapidjson/allocators.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
LOWdragonbones/cpp/rapidjson/writer.h1// Tencent is pleased to support the open source community by making RapidJSON available.COMMENT
137 more matches not shown…
Excessive Try-Catch Wrapping84 hits · 89 pts
SeverityFileLineSnippetContext
LOWsync_example_packages.py55 except Exception:CODE
LOWsync_example_packages.py486 except Exception:CODE
LOWsync_example_packages.py492 except Exception as exc:CODE
LOWsync_example_packages.py582 except Exception:CODE
LOWsync_example_packages.py886 except Exception as exc: # pragma: no cover - runtime command failure pathCODE
LOWsync_example_packages.py951 except Exception as exc:CODE
LOWtools/shower_ws_client.py35except Exception: # pragma: no coverCODE
LOWtools/shower_ws_client.py96 except Exception as e: # pragma: no coverCODE
LOWtools/shower_ws_client.py127 except Exception as e:CODE
LOWtools/shower_ws_client.py136 except Exception as e:CODE
LOWtools/shower_ws_client.py190 except Exception as e:CODE
LOWtools/shower_ws_client.py251 except Exception as e:CODE
LOWtools/shower_ws_client.py273 except Exception as e:CODE
LOWtools/shower_ws_client.py281 except Exception as e:CODE
LOWtools/shower_ws_client.py289 except Exception as e:CODE
LOWtools/shower_ws_client.py297 except Exception as e:CODE
LOWtools/shower_ws_client.py305 except Exception as e:CODE
LOWtools/shower_ws_client.py344 except Exception:CODE
LOWtools/shower_ws_client.py346 except Exception as e:CODE
LOWtools/shower_ws_client.py349 except Exception as e:CODE
LOWtools/shower_ws_client.py357 except Exception:CODE
LOWtools/shower_ws_client.py360 except Exception as e: # pragma: no coverCODE
LOWtools/shower_ws_client.py366 except Exception:CODE
MEDIUMtools/debug_toolpkg.py360 print(f"Error: {error}", file=sys.stderr)CODE
MEDIUMtools/debug_toolpkg.py385 print(f"Error: {error}", file=sys.stderr)CODE
LOWtools/memory/memory_scoring_sim.py44except Exception: # pragma: no cover - optional dependencyCODE
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.py333 except Exception as e: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
24 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
Verbosity Indicators19 hits · 33 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
LOWapp/src/main/assets/bridge/spawn-helper.js5900 // If emitting "exit" event and exit code is 1, we need to check ifCOMMENT
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
Deep Nesting34 hits · 28 pts
SeverityFileLineSnippetContext
LOWtools/shower_ws_client.py100CODE
LOWtools/memory/memory_scoring_sim.py272CODE
LOWtools/memory/memory_scoring_sim.py309CODE
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/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
LOWexamples/qqbot/resources/qqbot_gateway_service.py603CODE
LOWexamples/qqbot/resources/qqbot_gateway_service.py893CODE
Fake / Example Data15 hits · 11 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
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…bones/src/main/java/com/dragonbones/DragonBonesView.kt317 // This robust, single-instance effect handles the command queue processing.COMMENT
MEDIUM…ance/operit/ui/features/memory/screens/MemoryScreen.kt190 // 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
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
Unused Imports8 hits · 8 pts
SeverityFileLineSnippetContext
LOWsync_example_packages.py1CODE
LOWtools/debug_toolpkg.py3CODE
LOWtools/memory/memory_scoring_sim.py17CODE
LOWtools/memory/memory_scoring_sim.py25CODE
LOWtools/memory/memory_scoring_sim.py28CODE
LOWtools/hotbuild/apply_patch.py1CODE
LOWtools/hotbuild/build_patch.py1CODE
LOW…air_repo_enviroment/windows/sync_submodule_symlinks.py10CODE
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHdragonbones/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/execute_js.sh38# Check if file existsCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/execute_js_dir.sh7# Usage:COMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapp/src/main/assets/bridge/spawn-helper.js2048function getData($data, lvl, paths) {CODE
AI Structural Patterns1 hit · 0 pts
SeverityFileLineSnippetContext
LOWtools/github/import_anthropic_skills.py1025CODE