🐬DeepChat - A smart assistant that connects powerful AI to your personal world
This report presents the forensic synthetic code analysis of ThinkInAIXYZ/deepchat, a TypeScript project with 6,102 GitHub stars. SynthScan v2.0 examined 751,096 lines of code across 2819 source files, recording 1563 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 2.8 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1563 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/setup.ts | 10 | function getDefaultDeepchatInvokeResult( | CODE |
| LOW | test/setup.ts | 80 | function installRendererTestGlobals(): void { | CODE |
| LOW | test/renderer/components/ChatPage.test.ts | 568 | async function expectSessionRestoreSettleStopsAfter( | CODE |
| LOW | test/main/evals/nativeAgent/harness.ts | 446 | export async function runNativeAgentEvalScenario( | CODE |
| LOW | test/main/evals/nativeAgent/harness.ts | 575 | export function aggregateNativeAgentEvalReports( | CODE |
| LOW | test/main/presenter/usageStatsService.test.ts | 138 | function createMockConfigPresenter() { | CODE |
| LOW | test/main/presenter/usageStatsService.test.ts | 158 | function createMockSqlitePresenter() { | CODE |
| LOW | test/main/presenter/SyncPresenter.test.ts | 321 | function getPublishedEventPayloads(eventName: string) { | CODE |
| LOW | test/main/presenter/shortcutPresenter.test.ts | 69 | function findMenuItemByAccelerator(items: any[], accelerator: string): any | undefined { | CODE |
| LOW | test/main/presenter/memoryVectorStoreV2Native.test.ts | 126 | function createLegacyHoldStatements(paths: MemoryVectorStorePaths): string[] { | CODE |
| LOW | …/main/presenter/agentRuntimePresenter/dispatch.test.ts | 117 | function makeAgentImageGenerationTool(): MCPToolDefinition { | CODE |
| LOW | …t/main/presenter/agentRuntimePresenter/process.test.ts | 104 | function createPostCallPermissionToolPresenter(): IToolPresenter { | CODE |
| LOW | …t/main/presenter/agentRuntimePresenter/process.test.ts | 256 | function createToolThenCompleteStream(toolName: string): ProcessParams['coreStream'] { | CODE |
| LOW | …in/presenter/agentRuntimePresenter/tapeService.test.ts | 272 | function createObservationManifest( | CODE |
| LOW | …in/presenter/agentRuntimePresenter/tapeService.test.ts | 325 | function appendObservationIsolationFacts(table: unknown) { | CODE |
| LOW | …n/presenter/agentRuntimePresenter/messageStore.test.ts | 13 | function createMockSqlitePresenter() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 185 | function createMockSqlitePresenter() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 548 | function createMockLlmProviderPresenter() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 565 | function createMockConfigPresenter() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 647 | function makeTextWithEstimatedTokens(minTokens: number): string { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 1044 | function installDeferredExtraction() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 1054 | function installResolvedExtraction() { | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6027 | async function collectProviderErrorMessage( | CODE |
| LOW | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6047 | function getContextOverflowAnchorCalls() { | CODE |
| LOW | …presenter/agentRuntimePresenter/contextBuilder.test.ts | 107 | function makeAssistantErrorWithToolRecord( | CODE |
| LOW | …presenter/agentRuntimePresenter/contextBuilder.test.ts | 141 | function makeAssistantWithReasoningRecord(orderSeq: number, text: string, reasoning: string) { | CODE |
| LOW | …presenter/agentRuntimePresenter/contextBuilder.test.ts | 159 | function makeAssistantWithToolRecord( | CODE |
| LOW | …presenter/agentRuntimePresenter/contextBuilder.test.ts | 192 | function makeAssistantWithReasoningAndToolRecord( | CODE |
| LOW | …presenter/agentRuntimePresenter/contextBuilder.test.ts | 226 | function makeAssistantWithToolProviderOptionsRecord( | CODE |
| LOW | …senter/agentRuntimePresenter/compactionService.test.ts | 83 | function makeAssistantWithReasoningAndToolRecord( | CODE |
| LOW | …senter/agentRuntimePresenter/compactionService.test.ts | 117 | function makePendingAssistantRecord(orderSeq: number, text: string, id = `assistant-${orderSeq}`) { | CODE |
| LOW | …senter/llmProviderPresenter/aiSdkMessageMapper.test.ts | 5 | function convertToOpenAICompatibleChatMessagesForTest(messages: any[]) { | CODE |
| LOW | …ter/knowledgePresenter/knowledgeStorePresenter.test.ts | 54 | function getPublishedEventPayloads(eventName: string) { | CODE |
| LOW | …nter/startupMigrations/legacyChatImportService.test.ts | 20 | function createMockSqlitePresenter() { | CODE |
| LOW | test/main/presenter/memory/vectorStoreManager.test.ts | 62 | async function flushPromiseContinuations(): Promise<void> { | CODE |
| LOW | test/main/presenter/memory/serviceHarness.ts | 13 | export function createMemoryDiagnosticsProbe() { | CODE |
| LOW | test/main/presenter/skillSyncPresenter/index.test.ts | 123 | function getPublishedEventPayloads(eventName: string) { | CODE |
| LOW | …esenter/lifecyclePresenter/DatabaseInitializer.test.ts | 30 | async function createInitializerWithMocks(input: { | CODE |
| LOW | …sionApplication/sessionApplication.integration.test.ts | 170 | function createMockConfigPresenter() { | CODE |
| LOW | …sionApplication/sessionApplication.integration.test.ts | 193 | function createMockLlmProviderPresenter() { | CODE |
| LOW | …sionApplication/sessionApplication.integration.test.ts | 245 | function createMockDirectAcpControl() { | CODE |
| LOW | …sionApplication/sessionApplication.integration.test.ts | 298 | function createMockSqlitePresenter() { | CODE |
| LOW | …sionApplication/sessionApplication.integration.test.ts | 467 | function createDescriptorIndependentDeleteHarness(options: { | CODE |
| LOW | …resenter/sessionApplication/runtimeIntegration.test.ts | 65 | function createMockSqlitePresenter() { | CODE |
| LOW | …resenter/sessionApplication/runtimeIntegration.test.ts | 591 | function createMockLlmProviderPresenter() { | CODE |
| LOW | …resenter/sessionApplication/runtimeIntegration.test.ts | 614 | function createMockConfigPresenter() { | CODE |
| LOW | test/main/presenter/fakes/memoryFakes.ts | 1745 | export function createFakeRepositoryHarness(): FakeRepositoryHarness { | CODE |
| LOW | …in/presenter/projectPresenter/projectPresenter.test.ts | 39 | function createMockSqlitePresenter() { | CODE |
| LOW | …in/presenter/projectPresenter/projectPresenter.test.ts | 68 | function createMockDevicePresenter() { | CODE |
| LOW | …in/presenter/projectPresenter/projectPresenter.test.ts | 74 | function createMockConfigPresenter(defaultProjectPath: string | null = null) { | CODE |
| LOW | test/main/agent/shared/appSessionService.test.ts | 7 | function createMockSqlitePresenter() { | CODE |
| LOW | …st/main/agent/shared/process/rtkRuntimeService.test.ts | 89 | function createHealthCheckRunCommand({ | CODE |
| LOW | …st/main/agent/shared/process/rtkRuntimeService.test.ts | 109 | function expectNoHealthCommandProbes( | CODE |
| LOW | test/main/agent/manager/deepChatAgentBackendFixture.ts | 7 | export function createDeepChatAgentBackendFixture( | CODE |
| LOW | test/main/scripts/architectureGuard.test.ts | 948 | async function invalidCompilerViolations(memoryCompiler: Record<string, unknown>) { | CODE |
| LOW | test/main/routes/memoryDto.test.ts | 114 | function makeArchiveCandidateLifecycle(overrides: Partial<MemoryLifecycle> = {}): MemoryLifecycle { | CODE |
| LOW | test/e2e/specs/04-settings-navigation.smoke.spec.ts | 154 | async function openAndCaptureSettingsPage( | CODE |
| LOW | test/helpers/memoryRetrievalEval.ts | 92 | export function deterministicLexiconEmbed( | CODE |
| LOW | test/helpers/memoryRetrievalEval.ts | 199 | export function calculateRetrievalMetrics( | CODE |
| LOW | resources/skills/pdf/scripts/fill_fillable_fields.py | 59 | def validation_error_for_field_value(field_info, field_value): | CODE |
| 650 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/renderer/components/OpenAICodexOAuth.test.ts | 64 | accountLabel: 'user@example.com' | CODE |
| LOW | test/renderer/components/OpenAICodexOAuth.test.ts | 156 | expect(wrapper.text()).toContain('user@example.com') | CODE |
| LOW | test/renderer/components/DeepChatAgentsSettings.test.ts | 532 | .attributes('placeholder') | CODE |
| LOW | test/renderer/components/DeepChatAgentsSettings.test.ts | 1402 | .attributes('placeholder') | CODE |
| LOW | test/renderer/components/DeepChatAgentsSettings.test.ts | 1529 | input.attributes('placeholder')?.includes('settings.deepchatAgents.namePlaceholder') | CODE |
| LOW | test/renderer/components/trace/TraceDialog.test.ts | 125 | props: ['placeholder'], | CODE |
| LOW | test/main/presenter/openaiCodexAuth.test.ts | 91 | accountLabel: 'user@example.com', | CODE |
| LOW | test/main/presenter/openaiCodexAuth.test.ts | 116 | accountLabel: 'user@example.com', | CODE |
| LOW | test/main/presenter/xaiGrokAuth.test.ts | 127 | accountLabel: 'user@example.com', | CODE |
| LOW | test/main/presenter/xaiGrokAuth.test.ts | 144 | expect(loaded?.accountLabel).toBe('user@example.com') | CODE |
| LOW | test/main/routes/contracts.test.ts | 373 | accountLabel: 'user@example.com', | CODE |
| LOW | test/main/routes/contracts.test.ts | 384 | accountLabel: 'user@example.com', | CODE |
| LOW | resources/skills/pptx/SKILL.md | 154 | - Use `class="placeholder"` for areas where charts/tables will be added (render with gray background for visibility) | CODE |
| LOW | resources/skills/pptx/html2pptx.md | 34 | - `class="placeholder"` - Reserved space for charts (returns `{ id, x, y, w, h }`) | CODE |
| LOW | resources/skills/pptx/html2pptx.md | 172 | <div id="chart" class="placeholder" style="width: 350pt; height: 200pt;"></div> | CODE |
| LOW | resources/skills/pptx/scripts/html2pptx.js | 16 | * - Extracts placeholder elements (class="placeholder") with positions | COMMENT |
| LOW | resources/skills/pptx/scripts/html2pptx.js | 558 | if (el.className && el.className.includes('placeholder')) { | CODE |
| LOW | …rces/skills/mcp-builder/reference/python_mcp_server.md | 306 | "name": str, # Full name (e.g., "John Doe") | STRING |
| LOW | …rces/skills/mcp-builder/reference/python_mcp_server.md | 572 | return {"id": user_id, "name": "John Doe", "email": "john@example.com"} | CODE |
| LOW | …ources/skills/mcp-builder/reference/node_mcp_server.md | 173 | "name": string, // Full name (e.g., "John Doe") | CODE |
| LOW | resources/skills/docx/ooxml.md | 298 | doc = Document('unpacked', author="John Doe", initials="JD") | CODE |
| LOW | resources/skills/docx/scripts/document.py | 10 | doc = Document('workspace/unpacked', author="John Doe", initials="JD") | STRING |
| LOW | …c/renderer/src/components/mcp-config/McpServerForm.vue | 643 | <Textarea id="json-config" v-model="jsonConfig" rows="10" :placeholder="placeholder" /> | CODE |
| LOW | …nderer/src/components/ChatConfig/ConfigSelectField.vue | 37 | <SelectValue :placeholder="placeholder" /> | CODE |
| LOW | …enderer/src/components/ChatConfig/ConfigInputField.vue | 40 | :placeholder="placeholder" | CODE |
| LOW | src/renderer/src/i18n/tr-TR/chat.json | 3 | "placeholder": "DeepChat'ye herhangi bir şey sor, {'@'}'a dosyalardan bahsetmesini ve / komutlarını sor", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/chat.json | 370 | "placeholder": "Sohbetlerde, agents, ayarlarda, işlemlerde arama yapın…", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/chat.json | 384 | "placeholder": "Görüşmede ara", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/model.json | 3 | "placeholder": "Modelleri ara..." | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1053 | "placeholder": "örneğin 1280x720" | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1057 | "placeholder": "örneğin 5" | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1061 | "placeholder": "örneğin 5", | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1066 | "placeholder": "örneğin 16:9" | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1070 | "placeholder": "örneğin 720p" | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1213 | "placeholder": "Format seç", | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1218 | "placeholder": "örneğin tr", | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1223 | "placeholder": "Voiceai-tts-v1-en son", | CODE |
| LOW⚡ | src/renderer/src/i18n/tr-TR/settings.json | 1228 | "placeholder": "agent kimliğini yapıştır", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 801 | "placeholder": "Lütfen sisteme prompt girin...", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 837 | "placeholder": "Model adını girin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 844 | "placeholder": "Model kimliğini girin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 895 | "placeholder": "Düşünme bütçe değerini girin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 936 | "placeholder": "Akıl yürütme çabasını seçin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 950 | "placeholder": "Ayrıntı düzeyini seçin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 974 | "placeholder": "Uç nokta türünü seçin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 988 | "placeholder": "Muhakeme görünürlüğünü seçin", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 1003 | "placeholder": "örneğin 2048x2048", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 1032 | "placeholder": "Varsayılan: 100", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 2078 | "placeholder": "skill içeriğini burada düzenleyin...", | CODE |
| LOW | src/renderer/src/i18n/tr-TR/settings.json | 2314 | "placeholder": "https://github.com/user/repo", | CODE |
| LOW | src/renderer/src/i18n/fr-FR/chat.json | 3 | "placeholder": "Demandez n'importe quoi à DeepChat, {'@'} pour mentionner des fichiers, / pour les commandes", | CODE |
| LOW | src/renderer/src/i18n/fr-FR/chat.json | 370 | "placeholder": "Rechercher des discussions, agents, paramètres et actions…", | CODE |
| LOW | src/renderer/src/i18n/fr-FR/chat.json | 384 | "placeholder": "Rechercher dans la conversation", | CODE |
| LOW | src/renderer/src/i18n/fr-FR/model.json | 3 | "placeholder": "Rechercher des modèles..." | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 793 | "placeholder": "e.g. 1280x720" | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 797 | "placeholder": "e.g. 5" | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 801 | "placeholder": "e.g. 5", | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 806 | "placeholder": "e.g. 16:9" | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 810 | "placeholder": "e.g. 720p" | CODE |
| LOW⚡ | src/renderer/src/i18n/fr-FR/settings.json | 880 | "placeholder": "Sélectionner un format", | CODE |
| 468 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 1316 | sqlitePresenter.deepchatSessionsTable.updateMemoryCursorOrderSeq.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 1617 | sqlitePresenter.deepchatTapeEntriesTable.appendAnchor.mock.calls.filter( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 2007 | sqlitePresenter.deepchatMessagesTable.insert.mock.calls.some( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 2857 | const inserted = sqlitePresenter.deepchatMessageTracesTable.insert.mock.calls.at(-1)?.[0] | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 4394 | const inserted = sqlitePresenter.deepchatMessageTracesTable.insert.mock.calls.at(-1)?.[0] | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 5460 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6048 | return sqlitePresenter.deepchatTapeEntriesTable.appendAnchor.mock.calls.filter( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6381 | const anchorNames = sqlitePresenter.deepchatTapeEntriesTable.appendAnchor.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6581 | const anchorNames = sqlitePresenter.deepchatTapeEntriesTable.appendAnchor.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 6700 | const anchorNames = sqlitePresenter.deepchatTapeEntriesTable.appendAnchor.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 7032 | const insertRows = sqlitePresenter.deepchatMessagesTable.insert.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 7056 | const compactionInsert = sqlitePresenter.deepchatMessagesTable.insert.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 7075 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 7115 | const insertRows = sqlitePresenter.deepchatMessagesTable.insert.mock.calls.map( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 8070 | const compactionInsert = sqlitePresenter.deepchatMessagesTable.insert.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 8171 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.at(-1) | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 9144 | sqlitePresenter.deepchatMessagesTable.updateContent.mock.calls.at(-1)[1] | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 9155 | sqlitePresenter.deepchatMessagesTable.updateMetadata.mock.calls.every( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 9829 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 9936 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.filter( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 10019 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.find( | CODE |
| CRITICAL | …er/agentRuntimePresenter/agentRuntimePresenter.test.ts | 10080 | sqlitePresenter.deepchatMessagesTable.updateContentAndStatus.mock.calls.find( | CODE |
| CRITICAL | test/main/agent/acp/instance/acpAgentRuntime.test.ts | 622 | expect(harness.connection.prompt.mock.calls.map(([request]) => request.prompt)).toEqual([ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 201 | // Step 1: Get baseline configurations | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 208 | // Step 2: Set user configuration with unique values | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 221 | // Step 3: Verify user config takes priority | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 231 | // Step 1: Set user configuration | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 244 | // Step 2: Verify user config is active | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 248 | // Step 3: Get expected fallback config (provider or default) | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 251 | // Step 4: Reset user configuration | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 254 | // Step 5: Verify fallback to provider/default config | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 154 | ### Step 1: Clarifying Questions | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 162 | ### Step 2: Brainstorming | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 170 | ### Step 3: Curation | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 182 | ### Step 4: Gap Check | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 186 | ### Step 5: Drafting | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 205 | ### Step 6: Iterative Refinement | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 255 | ### Step 1: Predict Reader Questions | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 261 | ### Step 2: Test with Sub-Agent | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 269 | ### Step 3: Run Additional Checks | COMMENT |
| LOW⚡ | resources/skills/doc-coauthoring/SKILL.md | 277 | ### Step 4: Report and Fix | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 294 | ### Step 1: Predict Reader Questions | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 300 | ### Step 2: Setup Testing | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 314 | ### Step 3: Additional Checks | COMMENT |
| LOW | resources/skills/doc-coauthoring/SKILL.md | 321 | ### Step 4: Iterate Based on Results | COMMENT |
| LOW | resources/skills/pdf/forms.md | 85 | ## Step 1: Visual Analysis (REQUIRED) | COMMENT |
| LOW | resources/skills/pdf/forms.md | 130 | ### Step 2: Create fields.json and validation images (REQUIRED) | COMMENT |
| LOW | resources/skills/pdf/forms.md | 184 | ### Step 3: Validate Bounding Boxes (REQUIRED) | COMMENT |
| LOW | resources/skills/pdf/forms.md | 203 | ### Step 4: Add annotations to the PDF | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 215 | ### Step 1: Understanding the Skill with Concrete Examples | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 232 | ### Step 2: Planning the Reusable Skill Contents | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 256 | ### Step 3: Initializing the Skill | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 279 | ### Step 4: Edit the Skill | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 320 | ### Step 5: Packaging a Skill | COMMENT |
| LOW | resources/skills/skill-creator/SKILL.md | 347 | ### Step 6: Iterate | COMMENT |
| LOW | resources/skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | resources/skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | resources/skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| LOW⚡ | resources/skills/mcp-builder/reference/evaluation.md | 176 | ### Step 1: Documentation Inspection | COMMENT |
| LOW⚡ | resources/skills/mcp-builder/reference/evaluation.md | 184 | ### Step 2: Tool Inspection | COMMENT |
| LOW⚡ | resources/skills/mcp-builder/reference/evaluation.md | 191 | ### Step 3: Developing Understanding | COMMENT |
| LOW⚡ | resources/skills/mcp-builder/reference/evaluation.md | 200 | ### Step 4: Read-Only Content Inspection | COMMENT |
| LOW | resources/skills/mcp-builder/reference/evaluation.md | 214 | ### Step 5: Task Generation | COMMENT |
| LOW | resources/skills/web-artifacts-builder/SKILL.md | 24 | ### Step 1: Initialize Project | COMMENT |
| LOW | resources/skills/web-artifacts-builder/SKILL.md | 41 | ### Step 2: Develop Your Artifact | COMMENT |
| LOW | resources/skills/web-artifacts-builder/SKILL.md | 45 | ### Step 3: Bundle to Single HTML File | COMMENT |
| LOW | resources/skills/web-artifacts-builder/SKILL.md | 62 | ### Step 4: Share Artifact with User | COMMENT |
| LOW | resources/skills/web-artifacts-builder/SKILL.md | 66 | ### Step 5: Testing/Visualizing the Artifact (Optional) | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 59 | // Step 1: Request device code | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 62 | // Step 2: Show user code and open browser | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 65 | // Step 3: Poll for access token | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | resources/skills/xlsx/recalc.py | 49 | except Exception: | CODE |
| LOW | resources/skills/xlsx/recalc.py | 154 | except Exception as e: | CODE |
| LOW | resources/skills/pdf/reference.md | 484 | except Exception as e: | CODE |
| LOW | resources/skills/pdf/reference.md | 504 | except Exception as e: | CODE |
| LOW | resources/skills/pdf/reference.md | 578 | except Exception as e: | CODE |
| LOW | resources/skills/skill-creator/scripts/init_skill.py | 217 | except Exception as e: | CODE |
| LOW | resources/skills/skill-creator/scripts/init_skill.py | 232 | except Exception as e: | CODE |
| LOW | resources/skills/skill-creator/scripts/init_skill.py | 259 | except Exception as e: | CODE |
| LOW | resources/skills/skill-creator/scripts/package_skill.py | 80 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/pack.py | 128 | except Exception as e: | CODE |
| MEDIUM | resources/skills/pptx/ooxml/scripts/validate.py | 52 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/docx.py | 187 | except Exception as e: | CODE |
| MEDIUM⚡ | resources/skills/pptx/ooxml/scripts/validation/docx.py | 188 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/docx.py | 211 | except Exception as e: | CODE |
| MEDIUM | resources/skills/pptx/ooxml/scripts/validation/docx.py | 212 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …rces/skills/pptx/ooxml/scripts/validation/redlining.py | 59 | except Exception: | CODE |
| LOW | …rces/skills/pptx/ooxml/scripts/validation/redlining.py | 71 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 228 | except Exception as e: | CODE |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 471 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 140 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 359 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 604 | except Exception: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 626 | except Exception as e: | CODE |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 866 | except Exception as e: | CODE |
| MEDIUM | resources/skills/pptx/scripts/thumbnail.py | 100 | print(f"Error: Invalid PowerPoint file: {args.input}") | CODE |
| MEDIUM | resources/skills/pptx/scripts/thumbnail.py | 124 | print("Error: No slides found") | CODE |
| LOW⚡ | resources/skills/pptx/scripts/thumbnail.py | 144 | except Exception as e: | CODE |
| MEDIUM⚡ | resources/skills/pptx/scripts/thumbnail.py | 145 | print(f"Error: {e}") | CODE |
| LOW | resources/skills/pptx/scripts/thumbnail.py | 351 | except Exception: | CODE |
| MEDIUM⚡ | resources/skills/pptx/scripts/rearrange.py | 58 | print(f"Error: Template file not found: {args.template}") | STRING |
| MEDIUM⚡ | resources/skills/pptx/scripts/rearrange.py | 68 | print(f"Error: {e}") | STRING |
| LOW⚡ | resources/skills/pptx/scripts/rearrange.py | 70 | except Exception as e: | STRING |
| MEDIUM⚡ | resources/skills/pptx/scripts/rearrange.py | 71 | print(f"Error processing presentation: {e}") | STRING |
| LOW | resources/skills/pptx/scripts/rearrange.py | 124 | except Exception: | CODE |
| MEDIUM | resources/skills/pptx/scripts/inventory.py | 84 | print(f"Error: Input file not found: {args.input}") | STRING |
| MEDIUM | resources/skills/pptx/scripts/inventory.py | 88 | print("Error: Input must be a PowerPoint file (.pptx)") | STRING |
| LOW | resources/skills/pptx/scripts/inventory.py | 120 | except Exception as e: | STRING |
| MEDIUM | resources/skills/pptx/scripts/inventory.py | 121 | print(f"Error processing presentation: {e}") | STRING |
| LOW | resources/skills/pptx/scripts/inventory.py | 384 | except Exception: | CODE |
| LOW | resources/skills/pptx/scripts/inventory.py | 504 | except Exception: | CODE |
| LOW | resources/skills/pptx/scripts/inventory.py | 601 | except Exception: | CODE |
| MEDIUM⚡ | resources/skills/pptx/scripts/replace.py | 367 | print(f"Error: Input file '{input_pptx}' not found") | CODE |
| MEDIUM⚡ | resources/skills/pptx/scripts/replace.py | 371 | print(f"Error: Replacements JSON file '{replacements_json}' not found") | CODE |
| LOW⚡ | resources/skills/pptx/scripts/replace.py | 376 | except Exception as e: | CODE |
| MEDIUM⚡ | resources/skills/pptx/scripts/replace.py | 377 | print(f"Error applying replacements: {e}") | CODE |
| LOW | resources/skills/mcp-builder/scripts/evaluation.py | 74 | except Exception as e: | CODE |
| MEDIUM | resources/skills/mcp-builder/scripts/evaluation.py | 75 | print(f"Error parsing evaluation file {file_path}: {e}") | CODE |
| LOW | resources/skills/mcp-builder/scripts/evaluation.py | 118 | except Exception as e: | CODE |
| MEDIUM | resources/skills/mcp-builder/scripts/evaluation.py | 340 | print(f"Error: Evaluation file not found: {args.eval_file}") | STRING |
| MEDIUM | resources/skills/mcp-builder/scripts/evaluation.py | 356 | print(f"Error: {e}") | STRING |
| LOW | …rces/skills/mcp-builder/reference/python_mcp_server.md | 467 | except Exception as e: | CODE |
| LOW | resources/skills/docx/ooxml/scripts/pack.py | 128 | except Exception as e: | CODE |
| MEDIUM | resources/skills/docx/ooxml/scripts/validate.py | 52 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/docx.py | 187 | except Exception as e: | CODE |
| MEDIUM⚡ | resources/skills/docx/ooxml/scripts/validation/docx.py | 188 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | resources/skills/docx/ooxml/scripts/validation/docx.py | 211 | except Exception as e: | CODE |
| MEDIUM | resources/skills/docx/ooxml/scripts/validation/docx.py | 212 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …rces/skills/docx/ooxml/scripts/validation/redlining.py | 59 | except Exception: | CODE |
| LOW | …rces/skills/docx/ooxml/scripts/validation/redlining.py | 71 | except Exception as e: | CODE |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 228 | except Exception as e: | CODE |
| 6 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | resources/skills/xlsx/recalc.py | 82 | # Check if gtimeout is available on macOS | COMMENT |
| LOW | resources/skills/skill-creator/scripts/init_skill.py | 208 | # Check if directory already exists | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/docx.py | 90 | # Check if text starts or ends with whitespace | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/docx.py | 92 | # Check if xml:space="preserve" attribute exists | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 94 | # Check if this is an ID attribute | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 97 | # Check if value looks like a UUID (has the right length and pattern structure) | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 125 | # Check if it's 32 hex-like characters (could include invalid hex chars) | COMMENT |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 449 | # Check if the ID exists | COMMENT |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 456 | # Check if we have type expectations for this element | COMMENT |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 463 | # Check if the actual type matches or contains the expected type | COMMENT |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 759 | # Check if file is in a main content folder and use appropriate schema | COMMENT |
| LOW⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 776 | # Check if attribute is from a namespace other than allowed ones | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 212 | # Check if this element type has ID uniqueness requirements | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 503 | # Check if this might be a compound like "sldMasterId" | COMMENT |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 619 | # Check if it's a known media extension that should be declared | COMMENT |
| LOW | resources/skills/pptx/scripts/inventory.py | 873 | # Check if there's meaningful overlap (more than tolerance) | COMMENT |
| LOW | resources/skills/pptx/scripts/replace.py | 173 | # Check if slide exists | COMMENT |
| LOW | resources/skills/pptx/scripts/replace.py | 306 | # Check if any text overflow got worse | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/docx.py | 90 | # Check if text starts or ends with whitespace | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/docx.py | 92 | # Check if xml:space="preserve" attribute exists | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 94 | # Check if this is an ID attribute | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 97 | # Check if value looks like a UUID (has the right length and pattern structure) | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 125 | # Check if it's 32 hex-like characters (could include invalid hex chars) | COMMENT |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 449 | # Check if the ID exists | COMMENT |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 456 | # Check if we have type expectations for this element | COMMENT |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 463 | # Check if the actual type matches or contains the expected type | COMMENT |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 759 | # Check if file is in a main content folder and use appropriate schema | COMMENT |
| LOW⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 776 | # Check if attribute is from a namespace other than allowed ones | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 212 | # Check if this element type has ID uniqueness requirements | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 503 | # Check if this might be a compound like "sldMasterId" | COMMENT |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 619 | # Check if it's a known media extension that should be declared | COMMENT |
| LOW | resources/skills/docx/scripts/document.py | 539 | # Check if it's a numbered list item | COMMENT |
| LOW | resources/skills/docx/scripts/document.py | 1055 | # Check if this rsid already exists | COMMENT |
| LOW | resources/skills/docx/scripts/document.py | 1192 | # Check if author already exists | COMMENT |
| LOW⚡ | …/skills/web-artifacts-builder/scripts/init-artifact.sh | 33 | # Check if pnpm is installed | COMMENT |
| LOW⚡ | …/skills/web-artifacts-builder/scripts/init-artifact.sh | 39 | # Check if project name is provided | COMMENT |
| LOW⚡ | …/skills/web-artifacts-builder/scripts/init-artifact.sh | 49 | # Check if components tarball exists | COMMENT |
| LOW | …kills/web-artifacts-builder/scripts/bundle-artifact.sh | 6 | # Check if we're in a project directory | COMMENT |
| LOW | …kills/web-artifacts-builder/scripts/bundle-artifact.sh | 12 | # Check if index.html exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | resources/skills/algorithmic-art/templates/viewer.html | 441 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | resources/skills/algorithmic-art/templates/viewer.html | 443 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | resources/skills/algorithmic-art/templates/viewer.html | 456 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | resources/skills/algorithmic-art/templates/viewer.html | 458 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 507 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 509 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 518 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 520 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 530 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | resources/skills/algorithmic-art/templates/viewer.html | 532 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | src/renderer/src/components/chat/ChatInputBox.vue | 133 | // ── Inline Node action wiring ────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/src/components/chat/ChatInputBox.vue | 160 | // ── Editor helpers ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/src/components/chat/ChatInputBox.vue | 366 | // ── Editor setup ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/src/components/chat/ChatInputBox.vue | 426 | // ── Watchers ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/renderer/src/components/chat/ChatInputBox.vue | 501 | // ── Event handlers ───────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | resources/skills/xlsx/recalc.py | 53 | CODE | |
| LOW | resources/skills/pdf/scripts/fill_fillable_fields.py | 12 | CODE | |
| LOW | resources/skills/pdf/scripts/fill_fillable_fields.py | 59 | CODE | |
| LOW | resources/skills/pdf/scripts/extract_form_field_info.py | 22 | CODE | |
| LOW | resources/skills/pdf/scripts/extract_form_field_info.py | 62 | CODE | |
| LOW | resources/skills/pdf/scripts/check_bounding_boxes.py | 18 | CODE | |
| LOW | resources/skills/skill-creator/scripts/package_skill.py | 19 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/pack.py | 45 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/docx.py | 72 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/docx.py | 124 | CODE | |
| LOW | …rces/skills/pptx/ooxml/scripts/validation/redlining.py | 139 | CODE | |
| LOW | …rces/skills/pptx/ooxml/scripts/validation/redlining.py | 217 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 77 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 128 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 243 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 186 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 277 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 388 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 486 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 522 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 688 | CODE | |
| LOW | resources/skills/pptx/ooxml/scripts/validation/base.py | 765 | CODE | |
| LOW | resources/skills/pptx/scripts/thumbnail.py | 67 | CODE | |
| LOW | resources/skills/pptx/scripts/thumbnail.py | 321 | CODE | |
| LOW | resources/skills/pptx/scripts/rearrange.py | 149 | CODE | |
| LOW | resources/skills/pptx/scripts/inventory.py | 140 | CODE | |
| LOW | resources/skills/pptx/scripts/inventory.py | 280 | CODE | |
| LOW | resources/skills/pptx/scripts/inventory.py | 362 | CODE | |
| LOW | resources/skills/pptx/scripts/inventory.py | 480 | CODE | |
| LOW | resources/skills/pptx/scripts/replace.py | 143 | CODE | |
| LOW | resources/skills/pptx/scripts/replace.py | 162 | CODE | |
| LOW | resources/skills/pptx/scripts/replace.py | 214 | CODE | |
| LOW | resources/skills/mcp-builder/scripts/connections.py | 112 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/pack.py | 45 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/docx.py | 72 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/docx.py | 124 | CODE | |
| LOW | …rces/skills/docx/ooxml/scripts/validation/redlining.py | 139 | CODE | |
| LOW | …rces/skills/docx/ooxml/scripts/validation/redlining.py | 217 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 77 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 128 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/pptx.py | 243 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 186 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 277 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 388 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 486 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 522 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 688 | CODE | |
| LOW | resources/skills/docx/ooxml/scripts/validation/base.py | 765 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 75 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 116 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 264 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 342 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 482 | CODE | |
| LOW | resources/skills/docx/scripts/document.py | 988 | CODE | |
| LOW | resources/skills/docx/scripts/utilities.py | 76 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …rces/skills/mcp-builder/reference/python_mcp_server.md | 282 | Search for users in the Example system by name, email, or team. This tool searches across all user profiles in | STRING |
| HIGH | resources/skills/docx/scripts/document.py | 265 | Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:t | STRING |
| HIGH | resources/skills/docx/scripts/document.py | 343 | Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deleted | STRING |
| HIGH | resources/skills/docx/scripts/document.py | 483 | Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:del | STRING |
| HIGH | resources/skills/docx/scripts/document.py | 681 | Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket not | STRING |
| HIGH | resources/skills/docx/scripts/utilities.py | 83 | Get a DOM element by tag and identifier. Finds an element by either its line number in the original fi | STRING |
| HIGH | resources/skills/docx/scripts/utilities.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | resources/skills/mcp-builder/reference/evaluation.md | 557 | export ANTHROPIC_API_KEY=your_api_key | CODE |
| HIGH⚡ | src/main/routes/providers/providerImportService.ts | 154 | 'your-api-key', | CODE |
| HIGH⚡ | src/main/routes/providers/providerImportService.ts | 155 | 'your-api-key-here', | CODE |
| HIGH⚡ | src/main/routes/providers/providerImportService.ts | 156 | 'replace-with-your-api-key', | CODE |
| HIGH⚡ | src/main/routes/providers/providerImportService.ts | 162 | '<your-api-key>' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 201 | // Step 1: Get baseline configurations | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 208 | // Step 2: Set user configuration with unique values | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 221 | // Step 3: Verify user config takes priority | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 231 | // Step 1: Set user configuration | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 244 | // Step 2: Verify user config is active | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 248 | // Step 3: Get expected fallback config (provider or default) | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 251 | // Step 4: Reset user configuration | COMMENT |
| LOW⚡ | test/main/presenter/modelConfig.test.ts | 254 | // Step 5: Verify fallback to provider/default config | COMMENT |
| LOW | resources/skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | resources/skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | resources/skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 59 | // Step 1: Request device code | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 62 | // Step 2: Show user code and open browser | COMMENT |
| LOW⚡ | src/main/presenter/githubCopilotDeviceFlow.ts | 65 | // Step 3: Poll for access token | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | resources/skills/pptx/ooxml/scripts/validation/docx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | resources/skills/pptx/ooxml/scripts/validation/pptx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | resources/skills/pptx/ooxml/scripts/validation/base.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | resources/skills/docx/ooxml/scripts/validation/docx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | resources/skills/docx/ooxml/scripts/validation/pptx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | resources/skills/docx/ooxml/scripts/validation/base.py | 0 | run all validation checks and return true if all pass. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | resources/skills/pptx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | resources/skills/pptx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | resources/skills/pptx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | resources/skills/pptx/scripts/thumbnail.py | 401 | # Create a highlight overlay | COMMENT |
| MEDIUM | resources/skills/pptx/scripts/rearrange.py | 108 | # Create a new relationship in the destination slide for this image | COMMENT |
| MEDIUM⚡ | resources/skills/docx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | resources/skills/docx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | resources/skills/docx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | resources/skills/docx/scripts/document.py | 984 | # Create the relationship entry | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …skills/algorithmic-art/templates/generator_template.js | 21 | // - Reset to defaults | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 61 | // - Arrays of objects | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 81 | // Option 3: User-triggered regeneration | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 101 | // - Physics calculations | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 161 | // ============================================================================ | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 201 | // ============================================================================ | COMMENT |
| LOW | …skills/algorithmic-art/templates/generator_template.js | 221 | // The art itself is entirely up to you! | COMMENT |
| LOW | resources/skills/pptx/scripts/thumbnail.py | 21 | Usage: | COMMENT |
| LOW | …esenter/knowledgePresenter/database/duckdbPresenter.ts | 41 | // 数据库迁移定义 | COMMENT |
| LOW | src/main/presenter/configPresenter/mcpConfHelper.ts | 81 | COMMENT | |
| LOW | src/main/presenter/configPresenter/mcpConfHelper.ts | 101 | // 'deepchat-inmemory/linux-server': { | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 61 | defaultBaseUrl: 'https://api.siliconflow.cn/v1' | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 441 | apiKey: 'https://vercel.com/dashboard', | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 501 | apiKey: 'https://github.com/settings/tokens', | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 641 | } | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 801 | // baseUrl: 'https://api.hyperbolic.xyz', | COMMENT |
| LOW | src/main/presenter/configPresenter/providers.ts | 841 | // { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/renderer/src/i18n/en-US/common.json | 70 | "watermarkTip": "Generated by AI", | CODE |
| HIGH | …senter/mcpPresenter/inMemoryServers/artifactsServer.ts | 184 | - do not forget to add AI information in the footer: "Generated with [DeepChat](https://github.com/ThinkInAIXYZ/de | CODE |
| HIGH | …senter/mcpPresenter/inMemoryServers/artifactsServer.ts | 381 | Generated with <a href="https://github.com/ThinkInAIXYZ/deepchat">DeepChat</a> | All page content is AI-generated | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …t-system-layered-runtime/modules/memory-integration.md | 43 | ## 3. AFTER 的唯一 orchestration owner 与两个端口 | COMMENT |
| MEDIUM | docs/guides/code-navigation.md | 52 | ### Session / Chat orchestration | COMMENT |
| MEDIUM | docs/issues/memory-first-turn-cold-start/tasks.md | 46 | ## CodeRabbit follow-up — Packaged VSS and guardrails | COMMENT |
| MEDIUM | …c/main/presenter/sqlitePresenter/tables/agentMemory.ts | 68 | // persona lifecycle column; v35 adds conflict linkage; v37 adds agentic category; v41 adds | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sources/skills/skill-creator/scripts/quick_validate.py | 7 | CODE | |
| LOW | …urces/skills/pptx/ooxml/scripts/validation/__init__.py | 5 | CODE | |
| LOW | …urces/skills/pptx/ooxml/scripts/validation/__init__.py | 6 | CODE | |
| LOW | …urces/skills/pptx/ooxml/scripts/validation/__init__.py | 7 | CODE | |
| LOW | …urces/skills/pptx/ooxml/scripts/validation/__init__.py | 8 | CODE | |
| LOW | …urces/skills/docx/ooxml/scripts/validation/__init__.py | 5 | CODE | |
| LOW | …urces/skills/docx/ooxml/scripts/validation/__init__.py | 6 | CODE | |
| LOW | …urces/skills/docx/ooxml/scripts/validation/__init__.py | 7 | CODE | |
| LOW | …urces/skills/docx/ooxml/scripts/validation/__init__.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …senter/mcpPresenter/inMemoryServers/artifactsServer.ts | 81 | print(f"{num}! = {result}") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …urces/skills/pptx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …urces/skills/docx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …main/agent/shared/process/backgroundExecUtilityHost.ts | 68 | async function handleRequest( | CODE |
| LOW | src/main/lib/fileWatcher/fileWatcherUtilityHost.ts | 66 | async function handleRequest( | CODE |