Repository Analysis

eigent-ai/eigent

Eigent: The Open Source Cowork Desktop to Unlock Your Exceptional Productivity. Local and Free Alternative to Claude Cowork.

14.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of eigent-ai/eigent, a TypeScript project with 14,558 GitHub stars. SynthScan v2.0 examined 259,809 lines of code across 1249 source files, recording 3335 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 14.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

14.8
Adjusted Score
14.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
14.6K
Stars
TypeScript
Language
259.8K
Lines of Code
1.2K
Files
3.3K
Pattern Hits
2026-07-14
Scan Date
0.06
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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

CRITICAL 0HIGH 78MEDIUM 92LOW 3165

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 3335 distinct pattern matches across 21 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers1030 hits · 1023 pts
SeverityFileLineSnippetContext
LOWtailwind.config.js76function buildDsBgStatusSubtleShortAliases() {CODE
LOWtailwind.config.js98function neutralDsSemanticSafelist() {CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py80 def validate_whitespace_preservation(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py177 def count_paragraphs_in_unpacked(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py193 def count_paragraphs_in_original(self):CODE
LOW…ple-skills/xlsx/scripts/office/validators/redlining.py212 def _remove_author_tracked_changes(self, root):CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py118 def validate_slide_layout_ids(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py186 def validate_no_duplicate_slide_layouts(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py224 def validate_notes_slide_references(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py129 def repair_whitespace_preservation(self) -> int:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py399 def validate_all_relationship_ids(self):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py483 def _get_expected_relationship_type(self, element_name):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py612 def validate_file_against_xsd(self, xml_file, verbose=False):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py717 def _clean_ignorable_namespaces(self, xml_doc):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py737 def _remove_ignorable_elements(self, root):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py756 def _preprocess_for_mc_ignorable(self, xml_doc):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py764 def _validate_single_file_xsd(self, xml_file, base_path):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py801 def _get_original_file_errors(self, xml_file):CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py828 def _remove_template_tags_from_text_nodes(self, xml_doc):CODE
LOW…kills/xlsx/scripts/office/helpers/simplify_redlines.py61def _merge_tracked_changes_in(container, tag: str) -> int:CODE
LOW…kills/xlsx/scripts/office/helpers/simplify_redlines.py140def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]:CODE
LOW…ces/example-skills/pdf/scripts/fill_fillable_fields.py69def validation_error_for_field_value(field_info, field_value):CODE
LOW…/example-skills/pdf/scripts/extract_form_field_info.py23def get_full_annotation_field_id(annotation):CODE
LOW…ces/example-skills/pdf/scripts/check_bounding_boxes.py29def get_bounding_box_messages(fields_json_stream) -> list[str]:CODE
LOW…e-skills/pdf/scripts/fill_pdf_form_with_annotations.py24def transform_from_image_coords(bbox, image_width, image_height, pdf_width, pdf_height):CODE
LOW…e-skills/pdf/scripts/fill_pdf_form_with_annotations.py37def transform_from_pdf_coords(bbox, pdf_height):CODE
LOWresources/example-skills/pptx/scripts/clean.py120def get_slide_referenced_files(unpacked_dir: Path) -> set:CODE
LOWresources/example-skills/pptx/scripts/clean.py142def remove_orphaned_rels_files(unpacked_dir: Path) -> list[str]:CODE
LOWresources/example-skills/pptx/scripts/add_slide.py155def _add_to_presentation_rels(unpacked_dir: Path, dest: str) -> str:CODE
LOWresources/example-skills/pptx/scripts/thumbnail.py163def create_hidden_placeholder(size: tuple[int, int]) -> Image.Image:CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py80 def validate_whitespace_preservation(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py177 def count_paragraphs_in_unpacked(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py193 def count_paragraphs_in_original(self):CODE
LOW…ple-skills/pptx/scripts/office/validators/redlining.py212 def _remove_author_tracked_changes(self, root):CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py118 def validate_slide_layout_ids(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py186 def validate_no_duplicate_slide_layouts(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py224 def validate_notes_slide_references(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py129 def repair_whitespace_preservation(self) -> int:CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py399 def validate_all_relationship_ids(self):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py483 def _get_expected_relationship_type(self, element_name):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py612 def validate_file_against_xsd(self, xml_file, verbose=False):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py717 def _clean_ignorable_namespaces(self, xml_doc):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py737 def _remove_ignorable_elements(self, root):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py756 def _preprocess_for_mc_ignorable(self, xml_doc):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py764 def _validate_single_file_xsd(self, xml_file, base_path):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py801 def _get_original_file_errors(self, xml_file):CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py828 def _remove_template_tags_from_text_nodes(self, xml_doc):CODE
LOW…kills/pptx/scripts/office/helpers/simplify_redlines.py61def _merge_tracked_changes_in(container, tag: str) -> int:CODE
LOW…kills/pptx/scripts/office/helpers/simplify_redlines.py140def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]:CODE
LOWresources/example-skills/docx/scripts/comment.py151def _ensure_comment_relationships(unpacked_dir: Path) -> None:CODE
LOWresources/example-skills/docx/scripts/comment.py193def _ensure_comment_content_types(unpacked_dir: Path) -> None:CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py80 def validate_whitespace_preservation(self):CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py177 def count_paragraphs_in_unpacked(self):CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py193 def count_paragraphs_in_original(self):CODE
LOW…ple-skills/docx/scripts/office/validators/redlining.py212 def _remove_author_tracked_changes(self, root):CODE
LOW…/example-skills/docx/scripts/office/validators/pptx.py118 def validate_slide_layout_ids(self):CODE
LOW…/example-skills/docx/scripts/office/validators/pptx.py186 def validate_no_duplicate_slide_layouts(self):CODE
LOW…/example-skills/docx/scripts/office/validators/pptx.py224 def validate_notes_slide_references(self):CODE
LOW…/example-skills/docx/scripts/office/validators/base.py129 def repair_whitespace_preservation(self) -> int:CODE
LOW…/example-skills/docx/scripts/office/validators/base.py399 def validate_all_relationship_ids(self):CODE
970 more matches not shown…
Over-Commented Block1018 hits · 1011 pts
SeverityFileLineSnippetContext
LOWvite.config.web.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWvite.config.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWvitest.config.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/vitest-jest-dom.d.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/setup.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/utils.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/basic.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/AgentPoolSection.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/SearchInput.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/ChatBox.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Workspace.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/TaskWorkLogAccordion.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Terminal.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/PlanTaskBoxUtils.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Layout/ThemeProvider.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Folder/FileTree.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Dialog/ReportBugDialog.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOW…/unit/components/WorkFlow/workflowWheelHandler.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/components/Setting/utils.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/hooks/useInstallationSetup.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/hooks/useTriggerTaskExecutor.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/hooks/useSelectedProjectTurn.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/examples/installationFlow.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/htmlLocalAssets.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/projectAchievement.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/htmlSanitization.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/remoteControl.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/replay.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/llm.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/htmlFontStyles.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/themeTokens/engine.v2.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/lib/themeTokens/verifier.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/api/http.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/githubReleaseCdnProvider.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/install-deps.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/install-deps.test.ts341// })COMMENT
LOWtest/unit/electron/install-deps.test.ts361// expect(status.isInstalling).toBe(false)COMMENT
LOWtest/unit/electron/install-deps.test.ts381// it('should successfully install dependencies with default settings', async () => {COMMENT
LOWtest/unit/electron/install-deps.test.ts401COMMENT
LOWtest/unit/electron/install-deps.test.ts421COMMENT
LOWtest/unit/electron/install-deps.test.ts441// )COMMENT
LOWtest/unit/electron/install-deps.test.ts461// // Reset the module-level state variablesCOMMENT
LOWtest/unit/electron/install-deps.test.ts481// expect(() => installDeps.detectInstallationLogs(pattern)).not.toThrow()COMMENT
LOWtest/unit/electron/install-deps.test.ts501// 'installation failed'COMMENT
LOWtest/unit/electron/install-deps.test.ts521// isDestroyed: vi.fn().mockReturnValue(false)COMMENT
LOWtest/unit/electron/install-deps.test.ts541// })) as anyCOMMENT
LOWtest/unit/electron/install-deps.test.ts561// // Should handle empty version string gracefullyCOMMENT
LOWtest/unit/electron/install-deps.test.ts581// it('should handle complete fresh installation workflow', async () => {COMMENT
LOWtest/unit/electron/install-deps.test.ts601// })COMMENT
LOWtest/unit/electron/install-deps.test.ts621COMMENT
LOWtest/unit/electron/main/domReadyHandlers.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/index.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/subscriptionAuth.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/installationStateLogic.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/windowLifecycle.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/fileReader.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/electron/main/processUtilsDemo.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/pages/loginUtils.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/pages/Browser/CDP.test.tsx1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
LOWtest/unit/store/chatStore.test.ts1// ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========COMMENT
958 more matches not shown…
Excessive Try-Catch Wrapping395 hits · 400 pts
SeverityFileLineSnippetContext
MEDIUM…-skills/skill-security-auditor/scripts/scan_secrets.py180 print(f"Error: {project_dir} is not a directory", file=sys.stderr)CODE
MEDIUM…-skills/skill-security-auditor/scripts/scan_project.py251 print(f"Error: {project_dir} is not a directory", file=sys.stderr)CODE
LOWresources/example-skills/xlsx/scripts/recalc.py80 except Exception:CODE
LOWresources/example-skills/xlsx/scripts/recalc.py174 except Exception as e:CODE
MEDIUMresources/example-skills/xlsx/scripts/recalc.py46def has_gtimeout():CODE
LOWresources/example-skills/xlsx/scripts/office/pack.py140 except Exception as e:CODE
MEDIUM…sources/example-skills/xlsx/scripts/office/validate.py108 print(f"Error: Validation not supported for file type {file_extension}")CODE
LOWresources/example-skills/xlsx/scripts/office/unpack.py92 except Exception as e:CODE
LOWresources/example-skills/xlsx/scripts/office/unpack.py101 except Exception:CODE
LOWresources/example-skills/xlsx/scripts/office/unpack.py111 except Exception:CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py188 except Exception as e:CODE
MEDIUM…/example-skills/xlsx/scripts/office/validators/docx.py189 print(f"Error counting paragraphs in unpacked document: {e}")CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py211 except Exception as e:CODE
MEDIUM…/example-skills/xlsx/scripts/office/validators/docx.py212 print(f"Error counting paragraphs in original document: {e}")CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py301 except Exception:CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py453 except Exception:CODE
LOW…ple-skills/xlsx/scripts/office/validators/redlining.py70 except Exception:CODE
LOW…ple-skills/xlsx/scripts/office/validators/redlining.py79 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py209 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py152 except Exception:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py168 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py371 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py468 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py578 except Exception:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py597 except Exception as e:CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py798 except Exception as e:CODE
LOW…kills/xlsx/scripts/office/helpers/simplify_redlines.py57 except Exception as e:CODE
LOW…ample-skills/xlsx/scripts/office/helpers/merge_runs.py52 except Exception as e:CODE
LOWresources/example-skills/pdf/reference.md484 except Exception as e:CODE
LOWresources/example-skills/pdf/reference.md504 except Exception as e:CODE
LOWresources/example-skills/pdf/reference.md578except Exception as e:CODE
LOW…ces/example-skills/skill-creator/scripts/init_skill.py231 except Exception as e:CODE
LOW…ces/example-skills/skill-creator/scripts/init_skill.py246 except Exception as e:CODE
LOW…ces/example-skills/skill-creator/scripts/init_skill.py273 except Exception as e:CODE
LOW…/example-skills/skill-creator/scripts/package_skill.py94 except Exception as e:CODE
MEDIUMresources/example-skills/pptx/scripts/clean.py290 print(f"Error: {unpacked_dir} not found", file=sys.stderr)CODE
MEDIUMresources/example-skills/pptx/scripts/add_slide.py54 print(f"Error: {layout_path} not found", file=sys.stderr)CODE
MEDIUMresources/example-skills/pptx/scripts/add_slide.py111 print(f"Error: {source_slide} not found", file=sys.stderr)CODE
MEDIUMresources/example-skills/pptx/scripts/add_slide.py201 print(f"Error: {unpacked_dir} not found", file=sys.stderr)CODE
MEDIUMresources/example-skills/pptx/scripts/thumbnail.py80 print(f"Error: Invalid PowerPoint file: {args.input}", file=sys.stderr)CODE
MEDIUMresources/example-skills/pptx/scripts/thumbnail.py93 print("Error: No slides found", file=sys.stderr)CODE
LOWresources/example-skills/pptx/scripts/thumbnail.py104 except Exception as e:CODE
MEDIUMresources/example-skills/pptx/scripts/thumbnail.py105 print(f"Error: {e}", file=sys.stderr)CODE
LOWresources/example-skills/pptx/scripts/thumbnail.py260 except Exception:CODE
LOWresources/example-skills/pptx/scripts/office/pack.py140 except Exception as e:CODE
MEDIUM…sources/example-skills/pptx/scripts/office/validate.py108 print(f"Error: Validation not supported for file type {file_extension}")CODE
LOWresources/example-skills/pptx/scripts/office/unpack.py92 except Exception as e:CODE
LOWresources/example-skills/pptx/scripts/office/unpack.py101 except Exception:CODE
LOWresources/example-skills/pptx/scripts/office/unpack.py111 except Exception:CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py188 except Exception as e:CODE
MEDIUM…/example-skills/pptx/scripts/office/validators/docx.py189 print(f"Error counting paragraphs in unpacked document: {e}")CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py211 except Exception as e:CODE
MEDIUM…/example-skills/pptx/scripts/office/validators/docx.py212 print(f"Error counting paragraphs in original document: {e}")CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py301 except Exception:CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py453 except Exception:CODE
LOW…ple-skills/pptx/scripts/office/validators/redlining.py70 except Exception:CODE
LOW…ple-skills/pptx/scripts/office/validators/redlining.py79 except Exception as e:CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py209 except Exception as e:CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py152 except Exception:CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py168 except Exception as e:CODE
335 more matches not shown…
Unused Imports273 hits · 266 pts
SeverityFileLineSnippetContext
LOW…mple-skills/xlsx/scripts/office/validators/__init__.py19CODE
LOW…mple-skills/xlsx/scripts/office/validators/__init__.py20CODE
LOW…mple-skills/xlsx/scripts/office/validators/__init__.py21CODE
LOW…mple-skills/xlsx/scripts/office/validators/__init__.py22CODE
LOW…example-skills/skill-creator/scripts/quick_validate.py21CODE
LOW…mple-skills/pptx/scripts/office/validators/__init__.py19CODE
LOW…mple-skills/pptx/scripts/office/validators/__init__.py20CODE
LOW…mple-skills/pptx/scripts/office/validators/__init__.py21CODE
LOW…mple-skills/pptx/scripts/office/validators/__init__.py22CODE
LOW…mple-skills/docx/scripts/office/validators/__init__.py19CODE
LOW…mple-skills/docx/scripts/office/validators/__init__.py20CODE
LOW…mple-skills/docx/scripts/office/validators/__init__.py21CODE
LOW…mple-skills/docx/scripts/office/validators/__init__.py22CODE
LOWserver/app/domains/remote_control/schema/__init__.py15CODE
LOW…omains/remote_control/api/remote_control_controller.py15CODE
LOW…mains/remote_control/service/remote_control_service.py15CODE
LOWserver/app/domains/trigger/service/__init__.py17CODE
LOWserver/app/domains/trigger/service/__init__.py17CODE
LOWserver/app/domains/trigger/service/__init__.py18CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOWserver/app/domains/trigger/service/__init__.py19CODE
LOW…pp/domains/trigger/service/trigger_schedule_service.py20CODE
LOW…er/app/domains/trigger/service/trigger_crud_service.py19CODE
LOW…er/app/domains/trigger/service/trigger_crud_service.py28CODE
LOW…er/app/domains/trigger/service/trigger_crud_service.py29CODE
LOWserver/app/domains/trigger/service/slack_service.py50CODE
LOWserver/app/domains/oauth/schema/__init__.py17CODE
LOWserver/app/domains/oauth/schema/__init__.py17CODE
LOWserver/app/domains/oauth/schema/__init__.py17CODE
LOWserver/app/domains/oauth/service/__init__.py15CODE
LOWserver/app/domains/chat/schema/__init__.py17CODE
LOWserver/app/domains/chat/schema/__init__.py17CODE
LOWserver/app/domains/chat/schema/__init__.py17CODE
LOWserver/app/domains/chat/api/history_controller.py26CODE
LOWserver/app/domains/chat/api/history_controller.py30CODE
LOWserver/app/domains/chat/api/history_controller.py35CODE
LOWserver/app/domains/chat/service/chat_service.py18CODE
LOWserver/app/domains/chat/service/chat_service.py19CODE
LOWserver/app/domains/chat/service/chat_service.py21CODE
LOWserver/app/domains/chat/service/__init__.py17CODE
LOWserver/app/domains/config/service/__init__.py15CODE
LOWserver/app/domains/config/service/config_service.py18CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/schema/__init__.py17CODE
LOWserver/app/domains/user/service/__init__.py15CODE
LOWserver/app/domains/user/service/__init__.py16CODE
LOWserver/app/domains/mcp/service/__init__.py15CODE
LOWserver/app/domains/space/service/apply_service.py15CODE
LOWserver/app/domains/space/service/__init__.py15CODE
213 more matches not shown…
Cross-File Repetition36 hits · 180 pts
SeverityFileLineSnippetContext
HIGHresources/example-skills/xlsx/scripts/office/pack.py0pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the STRING
HIGHresources/example-skills/pptx/scripts/office/pack.py0pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the STRING
HIGHresources/example-skills/docx/scripts/office/pack.py0pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the STRING
HIGH…sources/example-skills/xlsx/scripts/office/validate.py0command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate.STRING
HIGH…sources/example-skills/pptx/scripts/office/validate.py0command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate.STRING
HIGH…sources/example-skills/docx/scripts/office/validate.py0command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate.STRING
HIGHresources/example-skills/xlsx/scripts/office/unpack.py0unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: -STRING
HIGHresources/example-skills/pptx/scripts/office/unpack.py0unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: -STRING
HIGHresources/example-skills/docx/scripts/office/unpack.py0unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: -STRING
HIGHresources/example-skills/xlsx/scripts/office/soffice.py0helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). detSTRING
HIGHresources/example-skills/pptx/scripts/office/soffice.py0helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). detSTRING
HIGHresources/example-skills/docx/scripts/office/soffice.py0helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). detSTRING
HIGHresources/example-skills/xlsx/scripts/office/soffice.py0#define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #inSTRING
HIGHresources/example-skills/pptx/scripts/office/soffice.py0#define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #inSTRING
HIGHresources/example-skills/docx/scripts/office/soffice.py0#define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #inSTRING
HIGH…/example-skills/xlsx/scripts/office/validators/docx.py0validator for word document xml files against xsd schemas.STRING
HIGH…/example-skills/pptx/scripts/office/validators/docx.py0validator for word document xml files against xsd schemas.STRING
HIGH…/example-skills/docx/scripts/office/validators/docx.py0validator for word document xml files against xsd schemas.STRING
HIGH…/example-skills/xlsx/scripts/office/validators/pptx.py0validator for powerpoint presentation xml files against xsd schemas.STRING
HIGH…/example-skills/pptx/scripts/office/validators/pptx.py0validator for powerpoint presentation xml files against xsd schemas.STRING
HIGH…/example-skills/docx/scripts/office/validators/pptx.py0validator for powerpoint presentation xml files against xsd schemas.STRING
HIGH…/example-skills/xlsx/scripts/office/validators/base.py0base validator with common validation logic for document files.STRING
HIGH…/example-skills/pptx/scripts/office/validators/base.py0base validator with common validation logic for document files.STRING
HIGH…/example-skills/docx/scripts/office/validators/base.py0base validator with common validation logic for document files.STRING
HIGH…kills/xlsx/scripts/office/helpers/simplify_redlines.py0simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same autSTRING
HIGH…kills/pptx/scripts/office/helpers/simplify_redlines.py0simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same autSTRING
HIGH…kills/docx/scripts/office/helpers/simplify_redlines.py0simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same autSTRING
HIGH…ample-skills/xlsx/scripts/office/helpers/merge_runs.py0merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> properSTRING
HIGH…ample-skills/pptx/scripts/office/helpers/merge_runs.py0merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> properSTRING
HIGH…ample-skills/docx/scripts/office/helpers/merge_runs.py0merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> properSTRING
HIGHbackend/tests/app/utils/test_single_agent_worker.py0tests that require llm backend (marked for selective running).STRING
HIGHbackend/tests/app/agent/test_listen_chat_agent.py0tests that require llm backend (marked for selective running).STRING
HIGHbackend/tests/app/controller/test_chat_controller.py0tests that require llm backend (marked for selective running).STRING
HIGHbackend/tests/app/controller/test_task_controller.py0tests that require llm backend (marked for selective running).STRING
HIGHbackend/tests/app/service/test_task.py0tests that require llm backend (marked for selective running).STRING
HIGHbackend/tests/app/service/test_chat_service.py0tests that require llm backend (marked for selective running).STRING
Fake / Example Data112 hits · 150 pts
SeverityFileLineSnippetContext
LOWtailwind.config.js107 'placeholder',CODE
LOWtest/unit/components/SearchInput.test.tsx278 expect(input).toHaveAttribute('placeholder', 'Search MCPs');CODE
LOWtest/unit/electron/main/subscriptionAuth.test.ts137 account_label: 'user@example.com',CODE
LOWtest/unit/electron/main/subscriptionAuth.test.ts147 expect(loaded?.account_label).toBe('user@example.com');CODE
LOWtest/unit/electron/main/subscriptionAuth.test.ts166 account_label: 'user@example.com',CODE
LOW…-skills/skill-security-auditor/scripts/scan_secrets.py72 "example", "changeme", "placeholder", "your_", "xxx",CODE
LOWsrc/stories/ui/Input.stories.tsx179 <Input title="Full Name" placeholder="John Doe" required />CODE
LOWsrc/stories/ui/Dialog.stories.tsx482 await userEvent.type(nameInput, 'John Doe');CODE
LOWsrc/stories/ui/Dialog.stories.tsx486 await expect(nameInput).toHaveValue('John Doe');CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json301 "placeholder": "输入正则表达式模式来过滤消息...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json306 "placeholder": "输入允许的最大连续失败次数...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json317 "placeholder": "Enter text that must be in request body...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json322 "placeholder": "Enter header names (e.g., Content-Type, Authorization)...",CODE
LOWsrc/i18n/locales/zh-Hans/triggers.json327 "placeholder": "Header-Name: regex pattern",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json301 "placeholder": "輸入正則表達式模式來過濾訊息...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json306 "placeholder": "輸入允許的最大連續失敗次數...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json317 "placeholder": "Enter text that must be in request body...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json322 "placeholder": "Enter header names (e.g., Content-Type, Authorization)...",CODE
LOWsrc/i18n/locales/zh-Hant/triggers.json327 "placeholder": "Header-Name: regex pattern",CODE
LOWsrc/i18n/locales/ja/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/ja/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/ja/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/ja/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/ja/triggers.json301 "placeholder": "メッセージをフィルターするための正規表現パターンを入力...",CODE
LOWsrc/i18n/locales/ja/triggers.json306 "placeholder": "許可される最大連続失敗回数を入力...",CODE
LOWsrc/i18n/locales/ja/triggers.json317 "placeholder": "Enter text that must be in request body...",CODE
LOWsrc/i18n/locales/ja/triggers.json322 "placeholder": "Enter header names (e.g., Content-Type, Authorization)...",CODE
LOWsrc/i18n/locales/ja/triggers.json327 "placeholder": "Header-Name: regex pattern",CODE
LOWsrc/i18n/locales/it/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/it/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/it/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/it/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/it/triggers.json301 "placeholder": "Inserisci pattern regex per filtrare i messaggi...",CODE
LOWsrc/i18n/locales/it/triggers.json306 "placeholder": "Inserisci il numero massimo di fallimenti consecutivi consentiti...",CODE
LOWsrc/i18n/locales/it/triggers.json317 "placeholder": "Enter text that must be in request body...",CODE
LOWsrc/i18n/locales/it/triggers.json322 "placeholder": "Enter header names (e.g., Content-Type, Authorization)...",CODE
LOWsrc/i18n/locales/it/triggers.json327 "placeholder": "Header-Name: regex pattern",CODE
LOWsrc/i18n/locales/ru/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/ru/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/ru/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/ru/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/ru/triggers.json301 "placeholder": "Введите шаблон regex для фильтрации сообщений...",CODE
LOWsrc/i18n/locales/ru/triggers.json306 "placeholder": "Введите максимальное количество последовательных сбоев...",CODE
LOWsrc/i18n/locales/ru/triggers.json317 "placeholder": "Enter text that must be in request body...",CODE
LOWsrc/i18n/locales/ru/triggers.json322 "placeholder": "Enter header names (e.g., Content-Type, Authorization)...",CODE
LOWsrc/i18n/locales/ru/triggers.json327 "placeholder": "Header-Name: regex pattern",CODE
LOWsrc/i18n/locales/ar/triggers.json267 "placeholder": "xoxb-...",CODE
LOWsrc/i18n/locales/ar/triggers.json272 "placeholder": "Enter your Slack signing secret...",CODE
LOWsrc/i18n/locales/ar/triggers.json281 "placeholder": "Select a channel...",CODE
LOWsrc/i18n/locales/ar/triggers.json289 "placeholder": "Enter Slack user IDs (e.g., U1234567890)...",CODE
LOWsrc/i18n/locales/ar/triggers.json301 "placeholder": "أدخل نمط regex لتصفية الرسائل...",CODE
LOWsrc/i18n/locales/ar/triggers.json306 "placeholder": "أدخل العدد الأقصى للإخفاقات المتتالية المسموح بها...",CODE
52 more matches not shown…
Deep Nesting149 hits · 134 pts
SeverityFileLineSnippetContext
LOWresources/example-skills/xlsx/scripts/recalc.py84CODE
LOWresources/example-skills/xlsx/scripts/office/pack.py38CODE
LOWresources/example-skills/xlsx/scripts/office/pack.py122CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py80CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py126CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py268CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py312CODE
LOW…/example-skills/xlsx/scripts/office/validators/docx.py405CODE
LOW…ple-skills/xlsx/scripts/office/validators/redlining.py141CODE
LOW…ple-skills/xlsx/scripts/office/validators/redlining.py212CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py76CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py118CODE
LOW…/example-skills/xlsx/scripts/office/validators/pptx.py224CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py129CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py213CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py303CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py399CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py483CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py506CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py650CODE
LOW…/example-skills/xlsx/scripts/office/validators/base.py717CODE
LOW…kills/xlsx/scripts/office/helpers/simplify_redlines.py163CODE
LOW…ample-skills/xlsx/scripts/office/helpers/merge_runs.py192CODE
LOW…ces/example-skills/pdf/scripts/fill_fillable_fields.py25CODE
LOW…ces/example-skills/pdf/scripts/fill_fillable_fields.py69CODE
LOW…/example-skills/pdf/scripts/extract_form_field_info.py33CODE
LOW…/example-skills/pdf/scripts/extract_form_field_info.py61CODE
LOW…s/example-skills/pdf/scripts/extract_form_structure.py34CODE
LOW…ces/example-skills/pdf/scripts/check_bounding_boxes.py29CODE
LOW…/example-skills/skill-creator/scripts/package_skill.py33CODE
LOWresources/example-skills/pptx/scripts/clean.py63CODE
LOWresources/example-skills/pptx/scripts/clean.py185CODE
LOWresources/example-skills/pptx/scripts/office/pack.py38CODE
LOWresources/example-skills/pptx/scripts/office/pack.py122CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py80CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py126CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py268CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py312CODE
LOW…/example-skills/pptx/scripts/office/validators/docx.py405CODE
LOW…ple-skills/pptx/scripts/office/validators/redlining.py141CODE
LOW…ple-skills/pptx/scripts/office/validators/redlining.py212CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py76CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py118CODE
LOW…/example-skills/pptx/scripts/office/validators/pptx.py224CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py129CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py213CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py303CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py399CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py483CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py506CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py650CODE
LOW…/example-skills/pptx/scripts/office/validators/base.py717CODE
LOW…kills/pptx/scripts/office/helpers/simplify_redlines.py163CODE
LOW…ample-skills/pptx/scripts/office/helpers/merge_runs.py192CODE
LOWresources/example-skills/docx/scripts/comment.py112CODE
LOWresources/example-skills/docx/scripts/office/pack.py38CODE
LOWresources/example-skills/docx/scripts/office/pack.py122CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py80CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py126CODE
LOW…/example-skills/docx/scripts/office/validators/docx.py268CODE
89 more matches not shown…
Decorative Section Separators43 hits · 128 pts
SeverityFileLineSnippetContext
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts32// ─── Mock external dependencies ───────────────────────────────────COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts73// ─── Helpers ──────────────────────────────────────────────────────COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts92// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts94// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts171// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts173// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts214// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts216// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts245 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts247 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts296 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts299 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts322 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts324 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts381 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts383 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts491 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts493 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts615 // ╔═══════════════════════════════════════════════════════════════╗COMMENT
MEDIUMtest/unit/hooks/useTriggerTaskExecutor.test.ts617 // ╚═══════════════════════════════════════════════════════════════╝COMMENT
MEDIUMbackend/app/service/chat_service.py2563 # ========================================================================STRING
MEDIUMbackend/app/service/chat_service.py2565 # ========================================================================STRING
MEDIUMbackend/app/service/chat_service.py2670 # ========================================================================STRING
MEDIUMbackend/app/service/chat_service.py2672 # ========================================================================STRING
MEDIUMbackend/app/service/chat_service.py2707 # ========================================================================STRING
MEDIUMbackend/app/service/chat_service.py2709 # ========================================================================STRING
MEDIUMbackend/tests/app/utils/test_workforce.py480# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/test_workforce.py482# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/test_workforce.py599# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/test_workforce.py601# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/test_workforce.py739# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/test_workforce.py741# ---------------------------------------------------------------------------COMMENT
MEDIUMbackend/tests/app/utils/listen/test_toolkit_listen.py184# =============================================================================COMMENT
MEDIUMbackend/tests/app/utils/listen/test_toolkit_listen.py186# =============================================================================COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx39// ── Language ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx56// ── Theme presets ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx80// ── Background pattern metadata (labels resolved via t() in component) ────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx115// ── Step 1 — Language ─────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx161// ── Step 2 — Theme ────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx280// ── Step 3 — Background pattern ───────────────────────────────────────────────COMMENT
MEDIUMsrc/components/InstallStep/OnboardingSteps.tsx366// ── Main component ────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/store/pageTabStore.ts110 // ── TurnTabs: per-project turn selection ─────────────────────────────────COMMENT
MEDIUMsrc/store/pageTabStore.ts138 // ── Inline file preview (project page) ───────────────────────────────────COMMENT
Magic Placeholder Names22 hits · 110 pts
SeverityFileLineSnippetContext
HIGHsrc/i18n/locales/zh-Hans/setting.json100 "enter-your-api-key": "输入您的 API",CODE
HIGHsrc/i18n/locales/zh-Hant/setting.json100 "enter-your-api-key": "輸入您的 API",CODE
HIGHsrc/i18n/locales/ja/setting.json99 "enter-your-api-key": "APIキーを入力",CODE
HIGHsrc/i18n/locales/ja/setting.json176 "enter-your-api-key": "APIキーを入力",CODE
HIGHsrc/i18n/locales/it/setting.json99 "enter-your-api-key": "Inserisci la tua API",CODE
HIGHsrc/i18n/locales/it/setting.json175 "enter-your-api-key": "Inserisci la tua API",CODE
HIGHsrc/i18n/locales/ru/setting.json99 "enter-your-api-key": "Введите ваш API",CODE
HIGHsrc/i18n/locales/ru/setting.json175 "enter-your-api-key": "Введите ваш API",CODE
HIGHsrc/i18n/locales/ar/setting.json99 "enter-your-api-key": "أدخل مفتاح واجهة برمجة التطبيقات الخاص بك",CODE
HIGHsrc/i18n/locales/ar/setting.json301 "enter-your-api-key": "أدخل مفتاح واجهة برمجة التطبيقات الخاص بك",CODE
HIGHsrc/i18n/locales/de/setting.json99 "enter-your-api-key": "Geben Sie Ihren API-",CODE
HIGHsrc/i18n/locales/de/setting.json175 "enter-your-api-key": "Geben Sie Ihren API-",CODE
HIGHsrc/i18n/locales/ko/setting.json99 "enter-your-api-key": "API 키 입력",CODE
HIGHsrc/i18n/locales/ko/setting.json176 "enter-your-api-key": "API 키 입력",CODE
HIGHsrc/i18n/locales/fr/setting.json99 "enter-your-api-key": "Enter your API",CODE
HIGHsrc/i18n/locales/fr/setting.json175 "enter-your-api-key": "Enter your API",CODE
HIGHsrc/i18n/locales/es/setting.json99 "enter-your-api-key": "Ingresa tu API",CODE
HIGHsrc/i18n/locales/es/setting.json175 "enter-your-api-key": "Ingresa tu API",CODE
HIGHsrc/i18n/locales/en-us/setting.json99 "enter-your-api-key": "Enter your API",CODE
HIGHsrc/i18n/locales/en-us/setting.json330 "enter-your-api-key": "Enter your API",CODE
HIGHsrc/pages/Agents/Models.tsx1904 placeholder={` ${t('setting.enter-your-api-key')} ${CODE
HIGHsrc/pages/Agents/SubAgents.tsx290 placeholder={`${t('setting.enter-your-api-key')} Gemini ${t(CODE
Structural Annotation Overuse66 hits · 99 pts
SeverityFileLineSnippetContext
LOWtest/integration/chatStore/replayComplete.test.tsx918 // Step 4: Get the completed chatStore for replayCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx927 // Step 5: Call replayActiveTask using the completed chatStoreCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx933 // Step 6: Wait for replay to complete and verify first question matchesCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx317 // Step 1: Complete a replay firstCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx366 // Step 2: Setup new SSE events for post-replay startTaskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx398 // Step 3: Call startTask on replay project after replay completesCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx420 // Step 4: Verify new chatStore was created for post-replay taskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx514 // Step 1: Start replayCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx537 // Step 2: While replay is running, start parallel task on same projectCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx556 // Step 3: Verify both tasks completed independentlyCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx615 // Step 0: First simulate a replay mechanism to set up the scenarioCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx713 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx761 // Step 7: Verify final stateCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx787 // Step 1: Create initial task with specific user messageCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx827 // Step 2: Setup replay sequence that should have same first questionCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx887 // Step 3: Start initial taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx229 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx260 // Step 2: Add messages to queue while task is busyCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx294 // Step 3: Verify messages are in queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx307 // Step 4: Wait for task completionCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx321 // Step 5: Wait for new_task_state event to process queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx340 // Step 6: Wait for remove_task event to clear queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx371 // Step 7: Verify final stateCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx704 // Step 1: Start the main taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx716 // Step 2: Wait for confirmed eventCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx734 // Step 3: Wait for subtasks eventCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx753 // Step 4: Add messages to queue while task is in subtasks phaseCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx787 // Step 5: Verify messages are properly queuedCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx805 // Step 6: Wait for task completionCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx819 // Step 7: Wait for new_task_state event (new chat creation)COMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx837 // Step 8: Wait for remove_task event to process queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx868 // Step 9: Final verificationCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx546 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx620 // Step 2: Wait for project append to complete before starting second taskCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx644 // Step 3: Start second task on the same chatStoreCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx74 // Step 1: Create new projectCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx110 // Step 2: Verify chatStore created automaticallyCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx148 // Step 3: User sends messageCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx191 // Step 4: Start taskCOMMENT
LOWresources/example-skills/pdf/forms.md81## Step 1: Try Structure Extraction FirstCOMMENT
LOWresources/example-skills/pdf/forms.md270## Step 2: Validate Before FillingCOMMENT
LOWresources/example-skills/pdf/forms.md281## Step 3: Fill the FormCOMMENT
LOWresources/example-skills/pdf/forms.md286## Step 4: Verify OutputCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md216### Step 1: Understanding the Skill with Concrete ExamplesCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md233### Step 2: Planning the Reusable Skill ContentsCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md257### Step 3: Initializing the SkillCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md282### Step 4: Edit the SkillCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md323### Step 5: Packaging a SkillCOMMENT
LOWresources/example-skills/skill-creator/SKILL.md353### Step 6: IterateCOMMENT
LOWresources/example-skills/docx/SKILL.md293### Step 1: UnpackCOMMENT
LOWresources/example-skills/docx/SKILL.md299### Step 2: Edit XMLCOMMENT
LOWresources/example-skills/docx/SKILL.md327### Step 3: PackCOMMENT
LOWbackend/app/service/skill_service.py402 # Step 1: Extract zip into temp directoryCOMMENT
LOWbackend/app/service/skill_service.py417 # Step 2: Find all SKILL.md filesCOMMENT
LOWbackend/app/service/skill_service.py437 # Step 3: Build existing skill names mapCOMMENT
LOWdocs/core/models/byok.md16### Step 1: Get Your API KeyCOMMENT
LOWdocs/core/models/byok.md22### Step 2: Configure in EigentCOMMENT
LOWdocs/troubleshooting/bug.md8### Step 1: Open Report a bugCOMMENT
LOWdocs/troubleshooting/bug.md13### Step 2: Describe the issue and save diagnosticsCOMMENT
LOWdocs/troubleshooting/bug.md21### Step 3: Send the emailCOMMENT
6 more matches not shown…
Redundant / Tautological Comments41 hits · 64 pts
SeverityFileLineSnippetContext
LOW…ces/example-skills/skill-creator/scripts/init_skill.py222 # Check if directory already existsCOMMENT
LOWserver/start_server.sh14# Check if running in correct directoryCOMMENT
LOWserver/start_server.sh21# Check if uv is installedCOMMENT
LOWserver/start_server.sh62# Check if Chinese translation files existCOMMENT
LOWserver/app/domains/trigger/api/webhook_controller.py238 # Check if user has any active WebSocket sessionsCOMMENT
LOWserver/app/domains/trigger/service/trigger_service.py170 # Check if auto-disable should happenCOMMENT
LOW…ver/app/domains/trigger/service/app_handler_service.py316 # Check if schedule should executeCOMMENT
LOW…pp/domains/trigger/service/trigger_schedule_service.py324 # Check if we've hit the per-tick limit (if enabled)COMMENT
LOW…pp/domains/trigger/service/trigger_schedule_service.py374 # Check if schedule has expiredCOMMENT
LOW…pp/domains/trigger/service/trigger_schedule_service.py401 # Check if schedule is expired before updating next runCOMMENT
LOWserver/app/model/chat/chat_share.py53 # Set expiration to 1 dayCOMMENT
LOW…1-d74ab2a44600_drop_mcp_user_foreign_key_constraint.py71 # Check if the constraint already exists before creating itCOMMENT
LOW…1-d74ab2a44600_drop_mcp_user_foreign_key_constraint.py78 # Check if the constraint already existsCOMMENT
LOWbackend/main.py71# Check if debug mode is enabled via environment variableCOMMENT
LOWbackend/app/component/environment.py139 # Check if it's already within env_base_dirCOMMENT
LOWbackend/app/component/environment.py391 # Check if router attribute exists in moduleCOMMENT
LOWbackend/app/utils/browser_launcher.py297 # Check if auto-launch is disabledCOMMENT
LOWbackend/app/utils/listen/toolkit_listen.py479 # Check if method is overridden in the subclassCOMMENT
LOWbackend/app/utils/listen/toolkit_listen.py485 # Check if already decorated by looking forCOMMENT
LOWbackend/app/utils/listen/toolkit_listen.py513 # Check if the unwrapped method is a coroutine functionCOMMENT
LOWbackend/app/utils/telemetry/workforce_metrics.py264 # Check if telemetry is enabledCOMMENT
LOWbackend/app/agent/listen_chat_agent.py622 # Check if tool is wrapped by @listen_toolkit decoratorCOMMENT
LOWbackend/app/agent/listen_chat_agent.py812 # Check if tool is wrapped by @listen_toolkit decoratorCOMMENT
LOWbackend/app/agent/listen_chat_agent.py839 # Check if this is a sync tool to avoid run_in_executorCOMMENT
LOWbackend/app/agent/toolkit/terminal_toolkit.py138 # Check if terminal_base existsCOMMENT
LOWbackend/app/agent/toolkit/terminal_toolkit.py153 # Check if cloned env already existsCOMMENT
LOWbackend/app/agent/toolkit/notion_mcp_toolkit.py121 # Check if we actually got toolsSTRING
LOWbackend/app/agent/toolkit/hybrid_browser_toolkit.py323 # Check if it's a connection issueCOMMENT
LOWbackend/app/agent/toolkit/hybrid_browser_toolkit.py470 # Check if we have an existing connection for this sessionCOMMENT
LOWbackend/app/agent/toolkit/google_calendar_toolkit.py189 # Check if there's an existing authorization and force stop itCOMMENT
LOWbackend/app/controller/chat_controller.py269 # Check if task_lock still exists before attempting cleanupCOMMENT
LOWbackend/app/controller/tool_controller.py410 # Check if LinkedIn is already authenticatedCOMMENT
LOWbackend/app/controller/tool_controller.py412 # Check if token is expiredCOMMENT
LOWbackend/app/controller/tool_controller.py436 # Check if token is expiring soonCOMMENT
LOWbackend/app/service/chat_service.py774 # Check if folder is emptyCOMMENT
LOWbackend/app/service/chat_service.py824 # Check if workforce exists - reuseCOMMENT
LOWbackend/app/service/chat_service.py1035 # Check if this might be a misrouted second questionCOMMENT
LOWbackend/app/service/chat_service.py1960 # Check if this might be a misrouted second questionCOMMENT
LOWbackend/tests/app/component/test_environment.py130 # Check if resolved path is under base directoryCOMMENT
LOWbackend/scripts/init_skills_config.py48 # Check if config already existsCOMMENT
LOWbackend/scripts/init_skills_config.py115 # Check if config already existsCOMMENT
Verbosity Indicators44 hits · 61 pts
SeverityFileLineSnippetContext
LOWtest/integration/chatStore/replayComplete.test.tsx918 // Step 4: Get the completed chatStore for replayCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx927 // Step 5: Call replayActiveTask using the completed chatStoreCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx933 // Step 6: Wait for replay to complete and verify first question matchesCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx317 // Step 1: Complete a replay firstCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx366 // Step 2: Setup new SSE events for post-replay startTaskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx398 // Step 3: Call startTask on replay project after replay completesCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx420 // Step 4: Verify new chatStore was created for post-replay taskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx514 // Step 1: Start replayCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx537 // Step 2: While replay is running, start parallel task on same projectCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx556 // Step 3: Verify both tasks completed independentlyCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx615 // Step 0: First simulate a replay mechanism to set up the scenarioCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx713 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx761 // Step 7: Verify final stateCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx787 // Step 1: Create initial task with specific user messageCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx827 // Step 2: Setup replay sequence that should have same first questionCOMMENT
LOWtest/integration/chatStore/replayComplete.test.tsx887 // Step 3: Start initial taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx229 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx260 // Step 2: Add messages to queue while task is busyCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx294 // Step 3: Verify messages are in queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx307 // Step 4: Wait for task completionCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx321 // Step 5: Wait for new_task_state event to process queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx340 // Step 6: Wait for remove_task event to clear queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx371 // Step 7: Verify final stateCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx704 // Step 1: Start the main taskCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx716 // Step 2: Wait for confirmed eventCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx734 // Step 3: Wait for subtasks eventCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx753 // Step 4: Add messages to queue while task is in subtasks phaseCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx787 // Step 5: Verify messages are properly queuedCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx805 // Step 6: Wait for task completionCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx819 // Step 7: Wait for new_task_state event (new chat creation)COMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx837 // Step 8: Wait for remove_task event to process queueCOMMENT
LOWtest/integration/chatStore/activeQueue.test.tsx868 // Step 9: Final verificationCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx546 // Step 1: Start first taskCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx620 // Step 2: Wait for project append to complete before starting second taskCOMMENT
LOWtest/integration/chatStore/deadWorkforce.test.tsx644 // Step 3: Start second task on the same chatStoreCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx74 // Step 1: Create new projectCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx110 // Step 2: Verify chatStore created automaticallyCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx148 // Step 3: User sends messageCOMMENT
LOWtest/integration/chatStore/newProject.test.tsx191 // Step 4: Start taskCOMMENT
LOWbackend/app/service/skill_service.py402 # Step 1: Extract zip into temp directoryCOMMENT
LOWbackend/app/service/skill_service.py417 # Step 2: Find all SKILL.md filesCOMMENT
LOWbackend/app/service/skill_service.py437 # Step 3: Build existing skill names mapCOMMENT
LOWelectron/main/init.ts454 // Step 1: Ensure Python is installed (fixes corrupted/missing Python)COMMENT
LOWelectron/main/init.ts461 // Step 2: Sync dependenciesCOMMENT
Cross-Language Confusion12 hits · 60 pts
SeverityFileLineSnippetContext
HIGHresources/example-skills/xlsx/scripts/office/soffice.py130 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGHresources/example-skills/xlsx/scripts/office/soffice.py149 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/xlsx/scripts/office/soffice.py158 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/xlsx/scripts/office/soffice.py172 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGHresources/example-skills/pptx/scripts/office/soffice.py130 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGHresources/example-skills/pptx/scripts/office/soffice.py149 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/pptx/scripts/office/soffice.py158 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/pptx/scripts/office/soffice.py172 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGHresources/example-skills/docx/scripts/office/soffice.py130 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGHresources/example-skills/docx/scripts/office/soffice.py149 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/docx/scripts/office/soffice.py158 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGHresources/example-skills/docx/scripts/office/soffice.py172 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
Modern Structural Boilerplate56 hits · 56 pts
SeverityFileLineSnippetContext
LOW…mple-skills/xlsx/scripts/office/validators/__init__.py24__all__ = [CODE
LOWresources/example-skills/pptx/scripts/clean.py235def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None:CODE
LOW…mple-skills/pptx/scripts/office/validators/__init__.py24__all__ = [CODE
LOWresources/example-skills/docx/scripts/accept_changes.py28logger = logging.getLogger(__name__)CODE
LOW…mple-skills/docx/scripts/office/validators/__init__.py24__all__ = [CODE
LOWserver/app/domains/trigger/service/__init__.py31__all__ = [CODE
LOW…pp/domains/trigger/service/trigger_schedule_service.py393 def update_trigger_next_run(self, trigger: Trigger) -> None:CODE
LOWserver/app/domains/oauth/schema/__init__.py23__all__ = [CODE
LOWserver/app/domains/oauth/service/__init__.py17__all__ = ["OAuthService"]CODE
LOWserver/app/domains/chat/schema/__init__.py23__all__ = [CODE
LOWserver/app/domains/chat/service/__init__.py19__all__ = ["ChatService"]CODE
LOWserver/app/domains/config/service/__init__.py17__all__ = ["ConfigService"]CODE
LOWserver/app/domains/user/schema/__init__.py26__all__ = [CODE
LOWserver/app/domains/user/service/__init__.py18__all__ = ["KeyService", "UserAuthService"]CODE
LOWserver/app/domains/mcp/service/__init__.py17__all__ = ["McpUserService"]CODE
LOWserver/app/domains/space/service/__init__.py19__all__ = ["SpaceApplyService", "SpaceOverlayService", "SpaceService"]CODE
LOWserver/app/domains/model_provider/service/__init__.py17__all__ = ["ProviderService"]CODE
LOWserver/app/shared/context.py33def set_trace_id(trace_id: str) -> None:CODE
LOWserver/app/shared/middleware/__init__.py27__all__ = [CODE
LOWserver/app/shared/auth/__init__.py27__all__ = [CODE
LOWserver/app/shared/http/__init__.py21__all__ = [CODE
LOWserver/app/shared/exception/__init__.py42__all__ = [CODE
LOWserver/app/shared/logging/__init__.py24__all__ = [CODE
LOWserver/app/model/remote_control/__init__.py22__all__ = [CODE
LOWserver/app/model/trigger/__init__.py19__all__ = [CODE
LOWserver/app/model/trigger/app_configs/__init__.py45__all__ = [CODE
LOWserver/app/model/memory/__init__.py17__all__ = [CODE
LOWserver/app/model/chat/chat_share.py22logger = logging.getLogger(__name__)CODE
LOWserver/app/model/project/__init__.py25__all__ = [CODE
LOWserver/app/model/space/__init__.py45__all__ = [CODE
LOWbackend/benchmark/harbor/adapter.py23logger = logging.getLogger(__name__)CODE
LOWbackend/benchmark/harbor/run_adapter.py24logger = logging.getLogger(__name__)CODE
LOWbackend/app/hardware/interface.py53 def set_webview_size(self, id: str, size: dict) -> None:CODE
LOWbackend/app/hardware/__init__.py18__all__ = ["IHardwareBridge", "NullHardwareBridge"]CODE
LOWbackend/app/hardware/null_bridge.py41 def set_webview_size(self, id: str, size: dict) -> None:CODE
LOWbackend/app/memory/__init__.py55__all__ = [CODE
LOWbackend/app/router_layer/__init__.py30__all__ = [CODE
LOWbackend/app/router_layer/hands_resolver.py42logger = logging.getLogger(__name__)CODE
LOWbackend/app/auth/brain_auth.py35def set_brain_auth_provider(provider: IAuthProvider) -> None:CODE
LOWbackend/app/auth/__init__.py24__all__ = [CODE
LOWbackend/app/utils/telemetry/workforce_metrics.py44logger = logging.getLogger(__name__)CODE
LOWbackend/app/agent/tools.py49logger = logging.getLogger(__name__)CODE
LOWbackend/app/agent/__init__.py29__all__ = [CODE
LOWbackend/app/agent/toolkit/remote_sub_agent_toolkit.py31logger = logging.getLogger(__name__)CODE
LOWbackend/app/agent/toolkit/skill_toolkit.py31logger = logging.getLogger(__name__)CODE
LOWbackend/app/agent/factory/__init__.py24__all__ = [CODE
LOWbackend/app/remote_sub_agent/__init__.py36__all__ = [CODE
LOWbackend/app/remote_sub_agent/runtime.py35logger = logging.getLogger(__name__)CODE
LOWbackend/app/remote_sub_agent/providers/__init__.py17__all__ = ["GeminiAgentsProvider"]CODE
LOWbackend/app/remote_sub_agent/providers/gemini_agents.py31logger = logging.getLogger(__name__)CODE
LOWbackend/app/hands/__init__.py31__all__ = [CODE
LOWbackend/app/service/task.py631def set_current_task_id(project_id: str, task_id: str) -> None:CODE
LOWbackend/app/service/mcp_config.py101def update_mcp(name: str, mcp: dict) -> None:CODE
LOWbackend/app/file_access/__init__.py19__all__ = ["IFileAccess", "LocalFileAccess", "UploadFileAccess"]CODE
LOWbackend/app/run_context/__init__.py25__all__ = [CODE
LOWbackend/app/channels/__init__.py17__all__ = ["IChannelAdapter"]CODE
Self-Referential Comments16 hits · 47 pts
SeverityFileLineSnippetContext
MEDIUMbackend/app/agent/toolkit/terminal_toolkit.py171 # Create the cloned venv directoryCOMMENT
MEDIUMbackend/app/agent/toolkit/terminal_toolkit.py305 # Create the coroutineSTRING
MEDIUMbackend/app/agent/toolkit/notion_mcp_toolkit.py99 # Create a fresh toolkit instance for each retrySTRING
MEDIUMbackend/app/agent/toolkit/hybrid_browser_toolkit.py524 # Create a new connectionCOMMENT
MEDIUMbackend/tests/app/component/test_environment.py113 # Create a symlink pointing outside base_dirCOMMENT
MEDIUMbackend/tests/app/utils/test_single_agent_worker.py350 # Create main task and dependenciesCOMMENT
MEDIUMbackend/tests/app/agent/test_listen_chat_agent.py328 # Create a mock tool and add it to _internal_toolsCOMMENT
MEDIUMbackend/tests/app/agent/test_listen_chat_agent.py378 # Create a mock tool and add it to _internal_toolsCOMMENT
MEDIUMbackend/tests/app/agent/factory/test_browser.py57 # Create a proper terminal toolkit mockCOMMENT
MEDIUMbackend/tests/app/service/test_task.py492 # Create a task lock with old last_accessed timeCOMMENT
MEDIUMbackend/tests/app/service/test_task.py496 # Create a fresh task lockCOMMENT
MEDIUMbackend/tests/app/service/test_task.py524 # Create a stale task lockCOMMENT
MEDIUMbackend/tests/app/service/test_chat_service.py184 # Create a subdirectory with filesCOMMENT
MEDIUMbackend/tests/app/service/test_chat_service.py1465 # Create a test fileCOMMENT
MEDIUM.github/workflows/build-view.yml352 # Create a version using timestamp for test buildsCOMMENT
MEDIUM.github/workflows/pre-build-view.yml357 # Create a version using timestamp for test buildsCOMMENT
Docstring Block Structure8 hits · 40 pts
SeverityFileLineSnippetContext
HIGH…pp/domains/trigger/service/trigger_schedule_service.py99 Calculate the next run time for a trigger based on its cron expression. Args: trigSTRING
HIGHserver/app/model/trigger/app_configs/base_config.py159 Check if all activation requirements are met for this trigger. Args: user_id: The STRING
HIGHserver/app/model/trigger/app_configs/config_registry.py83 Validate config data against the registered config class. Args: trigger_type: The trigger type to STRING
HIGHserver/app/model/chat/chat_share.py63 Verify token and return task_id Args: token: The token to verify check_expiratSTRING
HIGHbackend/app/component/model_validation.py209Create an agent for model validation. Args: model_platform: The model platform model_type: The modeSTRING
HIGHbackend/app/utils/file_utils.py125Resolve path and verify it stays under base. Raises if it escapes. Args: path (str): Path to resolve (relatSTRING
HIGHbackend/app/utils/file_utils.py159 Normalize and validate a working directory path using pathlib. Requires a non-empty path; raises ValueError if STRING
HIGHbackend/app/agent/listen_chat_agent.py255Generator that wraps a streaming response. Sends chunks to frontend. Args: response_gen: TSTRING
AI Slop Vocabulary4 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMbackend/app/utils/file_utils.py15"""File system utilities with robust path handling and edge-case safety."""STRING
MEDIUMbackend/app/service/chat_service.py2770 r"""Format a comprehensive agent description including name, tools, andSTRING
MEDIUMsrc/store/chatStore.ts3894 // Clean up AbortController on error with robust error handlingCOMMENT
MEDIUMsrc/store/chatStore.ts3931 // Clean up AbortController when connection closes with robust error handlingCOMMENT
AI Structural Patterns7 hits · 6 pts
SeverityFileLineSnippetContext
LOWbackend/app/agent/listen_chat_agent.py76CODE
LOWbackend/app/agent/toolkit/terminal_toolkit.py63CODE
LOWbackend/app/agent/toolkit/openai_image_toolkit.py28CODE
LOWbackend/app/agent/toolkit/video_analysis_toolkit.py30CODE
LOW…end/app/agent/toolkit/hybrid_browser_python_toolkit.py166CODE
LOWbackend/app/agent/toolkit/hybrid_browser_toolkit.py585CODE
LOWbackend/app/service/chat_service.py2148CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMbackend/app/controller/chat_controller.py446 # Local memory: write Space/Project/Run scaffolding + append user prompt.COMMENT
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/codeql.yml58 # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize howCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWbackend/tests/app/service/test_chat_service.py187 (sub_dir / "helper.py").write_text("def helper(): pass")CODE