Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
This report presents the forensic synthetic code analysis of carbon-language/carbon-lang, a C++ project with 33,915 GitHub stars. SynthScan v2.0 examined 286,880 lines of code across 1125 source files, recording 1166 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 4.9 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 1166 distinct pattern matches across 15 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 | utils/tree_sitter/test_runner.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | docs/design/generics/appendix-rewrite-constraints.md | 541 | let U: type; | COMMENT |
| LOW | docs/design/generics/appendix-rewrite-constraints.md | 621 | constraint ForwardDeclaredConstraint(X: MoveYsRight) { | COMMENT |
| LOW | docs/design/generics/details.md | 5581 | // impl. | COMMENT |
| LOW | docs/design/generics/details.md | 6141 | COMMENT | |
| LOW | docs/design/expressions/member_access.md | 721 | // calls #7 on `s`. | COMMENT |
| LOW | testing/fuzzing/libfuzzer.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/test_file.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/test_file.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/test_file.cpp | 21 | COMMENT | |
| LOW | testing/file_test/autoupdate.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/file_test_base.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/file_test_base.h | 21 | #include "testing/file_test/autoupdate.h" | COMMENT |
| LOW | testing/file_test/file_test_base.h | 41 | // - Each file has a `fail_` prefix if !per_file_success[i].second. | COMMENT |
| LOW | testing/file_test/file_test_base.h | 61 | // content written to `output_stream` and `error_stream`. Children should use | COMMENT |
| LOW | testing/file_test/file_test_base.h | 141 | // The test fixture name. | COMMENT |
| LOW | testing/file_test/file_test_base.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/file_test_base.cpp | 21 | COMMENT | |
| LOW | testing/file_test/file_test_base.cpp | 41 | #include "common/check.h" | COMMENT |
| LOW | testing/file_test/file_test_base_test.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/test_file_test.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/run_test.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/file_test/autoupdate.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/base/file_helpers.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/base/file_helpers.h | 21 | COMMENT | |
| LOW | testing/base/unified_diff_matcher.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/base/global_exe_path.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | testing/base/capture_std_streams.cpp | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | common/ostream.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | common/ostream.h | 81 | COMMENT | |
| LOW | common/exe_path.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | common/filesystem.h | 1 | // Part of the Carbon Language project, under the Apache License v2.0 with LLVM | COMMENT |
| LOW | common/filesystem.h | 21 | #include "common/check.h" | COMMENT |
| LOW | common/filesystem.h | 41 | // reasonable Windows implementation is possible. | COMMENT |
| LOW | common/filesystem.h | 61 | // | COMMENT |
| LOW | common/filesystem.h | 81 | // The different creation options available when opening a file or directory. | COMMENT |
| LOW | common/filesystem.h | 161 | // pattern that facilitates octal modeling: | COMMENT |
| LOW | common/filesystem.h | 221 | COMMENT | |
| LOW | common/filesystem.h | 341 | // | COMMENT |
| LOW | common/filesystem.h | 381 | // | COMMENT |
| LOW | common/filesystem.h | 401 | // inability to finish writing. | COMMENT |
| LOW | common/filesystem.h | 421 | // | COMMENT |
| LOW | common/filesystem.h | 441 | // and this routine will block and attempt to acquire the requested lock for a | COMMENT |
| LOW | common/filesystem.h | 461 | explicit FileRefBase(int fd) : fd_(fd) {} | COMMENT |
| LOW | common/filesystem.h | 481 | // result in unnoticed data loss. | COMMENT |
| LOW | common/filesystem.h | 501 | }; | COMMENT |
| LOW | common/filesystem.h | 561 | // This extends the `FileRef` API to provide ownership of the file handle. Most | COMMENT |
| LOW | common/filesystem.h | 601 | // | COMMENT |
| LOW | common/filesystem.h | 621 | }; | COMMENT |
| LOW | common/filesystem.h | 661 | // Begin reading the entries in a directory. | COMMENT |
| LOW | common/filesystem.h | 681 | -> ErrorOr<llvm::SmallVector<std::filesystem::path>, FdError>; | COMMENT |
| LOW | common/filesystem.h | 721 | // Like the `stat` system call on Unix-like platforms, this will follow any | COMMENT |
| LOW | common/filesystem.h | 741 | COMMENT | |
| LOW | common/filesystem.h | 781 | -> ErrorOr<WriteFile, PathError>; | COMMENT |
| LOW | common/filesystem.h | 801 | // component can be created by the call to this routine. | COMMENT |
| LOW | common/filesystem.h | 821 | // permissions restrictive and not include any group access. | COMMENT |
| LOW | common/filesystem.h | 841 | // This is a convenience wrapper for opening the path, creating it according | COMMENT |
| LOW | common/filesystem.h | 861 | -> ErrorOr<Success, PathError>; | COMMENT |
| LOW | common/filesystem.h | 881 | // `target.c_str()`, ignoring everything past any embedded null bytes. | COMMENT |
| LOW | common/filesystem.h | 901 | ModeType creation_mode = 0700) | COMMENT |
| 936 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | website/prebuild.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | …kills/summarize_testdata_changes/scripts/parse_diff.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | examples/bazel_test_runner.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | examples/bazel/update_module_to_nightly.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | bazel/cc_toolchains/cc_tools_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | bazel/version/gen_tmpl.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | bazel/check_deps/check_non_test_cc_deps.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | bazel/check_deps/update_roots.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/check_dependent_pr_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/check_dependent_pr.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/github_helpers.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/pr_comments_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/pr_comments.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | github_tools/github_helpers_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/source_stats.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/bazel_mod_deps.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/check_sha_filenames.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/run_buildifier.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/check_header_guards.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/target_determinator.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/cargo_update.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/query_module_versions.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/gh_review_stats.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/forbid_llvm_googletest.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/fix_cc_deps.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/run_bazel.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/no_op_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/create_compdb.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/check_build_graph.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/run_bazelisk.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/workspace_status.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/scripts_utils.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/lldbinit.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/run_buildozer.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/update_tm_language.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/bench_runner.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | scripts/calculate_release_shas.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/p000555-operator-precedence/figures.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/new_proposal_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/utils_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/check_proposal_names_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/utils.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/new_proposal.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | proposals/scripts/check_proposal_names.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/autoupdate_testdata.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/install/install_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/install/cc_tools_wrapper_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/install/toolchain_tar_test.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/runtimes/configure_cmake_file_impl.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| HIGH | toolchain/diagnostics/check_diagnostics.py | 0 | part of the carbon language project, under the apache license v2.0 with llvm exceptions. see /license for license inform | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | common/filesystem.h | 430 | // file's size to the provided string size. Essentially, this function | COMMENT |
| MEDIUM | common/hashing_benchmark.cpp | 143 | // When using random sizes, we leverage `i` which is guaranteed to range | COMMENT |
| MEDIUM | common/raw_hashtable.h | 1520 | // growth, but we know we'll find an empty slot, so leverage that. | COMMENT |
| MEDIUM | common/raw_hashtable_metadata_group.h | 832 | // This algorithm only works for matching *present* bytes. We leverage the | COMMENT |
| MEDIUM | common/hashing.h | 924 | // Essentially the same technique used for dynamically sized byte sequences | COMMENT |
| MEDIUM | common/hashing.h | 1016 | // latency over a more robust approach. Doing another mix with the size (the | COMMENT |
| LOW | scripts/fix_cc_deps.py | 110 | # Ignore the version, just use the repo name. | COMMENT |
| MEDIUM | .github/workflows/auto_label_prs.yaml | 61 | # convenience. Essentially, this is everything we intend to ship as | COMMENT |
| MEDIUM | proposals/scripts/utils.py | 13 | """Returns a robust slug of the title.""" | STRING |
| MEDIUM | toolchain/sem_ir/expr_info.cpp | 115 | // TODO: Find a more robust solution. | COMMENT |
| MEDIUM | toolchain/driver/runtimes_cache_test.cpp | 150 | // be robust against this, but it isn't important *how* the fallback occurs, | COMMENT |
| MEDIUM | toolchain/driver/compile_options.cpp | 70 | // Instead of controlling this with more nuanced flags, we | COMMENT |
| MEDIUM | toolchain/parse/tree.h | 296 | // While we don't want users to directly leverage the index of `NodeId` for | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | utils/vscode/src/extension.ts | 136 | function updateCppInlineDecorations(editor: TextEditor | undefined) { | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 90 | def test_process_pr_no_overlap(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 110 | def test_process_pr_with_overlap(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 133 | def test_process_pr_dependencies_merged(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 157 | def test_process_pr_dependency_got_new_commits(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 184 | def test_process_pr_non_coherent_prefix(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 204 | def test_process_pr_overlap_only_on_head_ref(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 227 | def test_process_pr_scanning_no_add(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 248 | def test_process_pr_no_changes_needed(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 270 | def test_process_pr_invalid_marker(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 296 | def test_process_pr_hidden_comment(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 326 | def test_process_pr_sticky_first_commit(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 352 | def test_process_pr_rebase_first_commit(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 378 | def test_process_pr_fallback_no_independent_commit(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 404 | def test_process_pr_sequence_failure(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 424 | def test_process_pr_no_overlap_different_commits(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 444 | def test_process_pr_no_unique_commit(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 464 | def test_process_pr_multiple_non_overlapping_commits(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 486 | def test_always_sets_status_check_success(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 505 | def test_always_sets_status_check_pending(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr_test.py | 524 | def test_process_pr_sibling_prs(self) -> None: | CODE |
| LOW | github_tools/check_dependent_pr.py | 189 | def _parse_and_validate_state( | CODE |
| LOW | github_tools/pr_comments_test.py | 22 | def test_format_comment_short(self): | STRING |
| LOW | github_tools/pr_comments_test.py | 257 | def test_accumulate_pr_comment(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 93 | def test_execute_and_paginate_empty(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 103 | def test_execute_and_paginate_one_page(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 115 | def test_execute_and_paginate_one_page_count_mismatch(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 126 | def test_execute_and_paginate_two_page(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 146 | def test_execute_and_paginate_first_page_done(self): | STRING |
| LOW | github_tools/github_helpers_test.py | 160 | def test_execute_and_paginate_first_page_continue(self): | STRING |
| LOW | scripts/bench_runner.py | 794 | def get_benchmark_names_and_metrics( | CODE |
| LOW | scripts/bench_runner.py | 869 | def collect_benchmark_metrics( | CODE |
| LOW⚡ | proposals/scripts/new_proposal_test.py | 18 | def test_calculate_branch_short(self): | STRING |
| LOW⚡ | proposals/scripts/new_proposal_test.py | 24 | def test_calculate_branch_long(self): | STRING |
| LOW⚡ | proposals/scripts/new_proposal_test.py | 33 | def test_calculate_branch_special(self): | STRING |
| LOW⚡ | proposals/scripts/new_proposal_test.py | 42 | def test_calculate_branch_flag(self): | STRING |
| LOW | proposals/scripts/check_proposal_names_test.py | 35 | def test_rename_file_and_directory(self) -> None: | STRING |
| LOW | proposals/scripts/check_proposal_names_test.py | 93 | def test_update_directory_references(self) -> None: | STRING |
| LOW | proposals/scripts/check_proposal_names_test.py | 125 | def test_relative_path_rename(self) -> None: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/prebuild.py | 75 | CODE | |
| LOW | …kills/summarize_testdata_changes/scripts/parse_diff.py | 12 | CODE | |
| LOW | bazel/version/gen_tmpl.py | 52 | CODE | |
| LOW | github_tools/check_dependent_pr.py | 189 | CODE | |
| LOW | github_tools/check_dependent_pr.py | 286 | CODE | |
| LOW | github_tools/pr_comments.py | 316 | CODE | |
| LOW | scripts/source_stats.py | 109 | CODE | |
| LOW | scripts/gh_review_stats.py | 146 | CODE | |
| LOW | scripts/fix_cc_deps.py | 135 | CODE | |
| LOW | scripts/fix_cc_deps.py | 191 | CODE | |
| LOW | scripts/fix_cc_deps.py | 220 | CODE | |
| LOW | scripts/lldbinit.py | 41 | CODE | |
| LOW | scripts/bench_runner.py | 869 | CODE | |
| LOW | scripts/bench_runner.py | 1000 | CODE | |
| LOW | proposals/scripts/check_proposal_names.py | 95 | CODE | |
| LOW | toolchain/autoupdate_testdata.py | 23 | CODE | |
| LOW | toolchain/runtimes/configure_cmake_file_impl.py | 66 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/builtins/SKILL.md | 56 | ### Step 1: Kind Definition & Registration | COMMENT |
| LOW | .agents/skills/builtins/SKILL.md | 68 | ### Step 2: Signature Validation & Compile-Time Residence | COMMENT |
| LOW | .agents/skills/builtins/SKILL.md | 107 | ### Step 3: Constant Evaluation Support | COMMENT |
| LOW | .agents/skills/builtins/SKILL.md | 166 | ### Step 4: Machine Code Generation (LLVM Lowering) | COMMENT |
| LOW | .agents/skills/builtins/SKILL.md | 201 | ### Step 5: Standard Library Prelude Integration | COMMENT |
| LOW | toolchain/check/member_access.cpp | 782 | // Step 1: figure out the type of the associated entity from the interface. | COMMENT |
| LOW⚡ | toolchain/check/import_ref.cpp | 4697 | // Step 1: check for a constant value. | COMMENT |
| LOW⚡ | toolchain/check/import_ref.cpp | 4704 | // Step 2: resolve the instruction. | COMMENT |
| LOW | toolchain/check/import_ref.cpp | 4717 | // Step 3: pop or retry. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | common/command_line.h | 175 | // Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | COMMENT |
| LOW | common/command_line.h | 175 | // Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | COMMENT |
| LOW | common/filesystem_benchmark.cpp | 32 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " | CODE |
| LOW | common/filesystem_benchmark.cpp | 32 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " | CODE |
| LOW⚡ | github_tools/pr_comments_test.py | 44 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 44 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 47 | " author: Lorem ipsum dolor sit amet, consectetur adipiscing " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 47 | " author: Lorem ipsum dolor sit amet, consectetur adipiscing " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 54 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 54 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 57 | " author: Lorem ipsum dolor sit amet, consectetur adipiscing " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 57 | " author: Lorem ipsum dolor sit amet, consectetur adipiscing " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 75 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 75 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 83 | " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| LOW⚡ | github_tools/pr_comments_test.py | 83 | " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed " | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/jj_prek.sh | 16 | # Create a git index file describing `@`. | COMMENT |
| MEDIUM | .github/workflows/tests.yaml | 33 | # Create a synthetic matrix dimension with the event name for filtering. | COMMENT |
| MEDIUM | proposals/scripts/new_proposal.py | 188 | # Create a proposal branch. | COMMENT |
| MEDIUM | proposals/scripts/new_proposal.py | 227 | # Create a PR with WIP+proposal labels. | COMMENT |
| MEDIUM | toolchain/install/install_test.py | 101 | # Create a test file that we'll preprocess. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/design/README.md | 2485 | [name lookup](#name-lookup) without the namespace prefix. In this example, | STRING |
| HIGH | docs/design/generics/details.md | 250 | [associated entity](terminology.md#associated-entity). In this example, `Vector` | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | common/array_stack.h | 17 | // Example usage: | COMMENT |
| LOW | common/template_string.h | 24 | // Example usage: | COMMENT |
| LOW | common/struct_reflection.h | 10 | // Example usage: | COMMENT |
| LOW | common/hashing.h | 205 | // Example usage: | COMMENT |
| LOW | toolchain/testing/yaml_test_helpers.h | 11 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | toolchain/check/member_access.cpp | 782 | // Step 1: figure out the type of the associated entity from the interface. | COMMENT |
| LOW⚡ | toolchain/check/import_ref.cpp | 4697 | // Step 1: check for a constant value. | COMMENT |
| LOW⚡ | toolchain/check/import_ref.cpp | 4704 | // Step 2: resolve the instruction. | COMMENT |
| LOW | toolchain/check/import_ref.cpp | 4717 | // Step 3: pop or retry. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bazel/cc_toolchains/cc_tools_test.py | 54 | except Exception as e: | CODE |
| LOW | github_tools/check_dependent_pr.py | 282 | except Exception as e: | CODE |
| LOW | scripts/query_module_versions.py | 37 | except Exception as e: | CODE |
| LOW | scripts/query_module_versions.py | 58 | except Exception as e: | CODE |
| LOW | scripts/gh_review_stats.py | 174 | except Exception: | CODE |
| MEDIUM | proposals/scripts/check_proposal_names.py | 162 | print("Error: proposals directory not found.") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/source_stats.py | 10 | CODE | |
| LOW | scripts/bench_runner.py | 58 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/scripts_utils.py | 137 | # Check if there's a cached file that can be used. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | toolchain/check/cpp/type_mapping.cpp | 68 | // TODO: Add tests for these cases. | COMMENT |