Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
This report presents the forensic synthetic code analysis of cadence-workflow/cadence, a Go project with 9,370 GitHub stars. SynthScan v2.0 examined 907,851 lines of code across 2561 source files, recording 2461 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 3.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 2461 distinct pattern matches across 11 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 | revive.toml | 81 | # [rule.get-return] # existing failures are intentional + desirable, but in principle it's a fine idea | COMMENT |
| LOW | revive.toml | 101 | # [rule.line-length-limit] # too arbitrary | COMMENT |
| LOW | cmd/bench/main.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | cmd/tools/cli/main.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/tools/cassandra/main.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/tools/sql/main.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/canary/main.go | 1 | // Copyright (c) 2019 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/server/main.go | 1 | // Copyright (c) 2019 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/server/cadence/cadence_test.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/server/cadence/server.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/server/cadence/fx_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | cmd/server/cadence/cadence.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | cmd/server/cadence/fx.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | cmd/server/cadence/server_test.go | 1 | // Copyright (c) 2021 Uber Technologies, Inc. | COMMENT |
| LOW | bench/worker.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/cancellation/workflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/timer/timerWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/timer/launchWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/basic/launchWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/basic/stressWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/common/activities.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/common/constants.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/common/helpers.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/concurrentexec/batchWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/concurrentexec/launchWorkflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/signal/workflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/load/cron/workflow.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/config.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/config.go | 161 | // MaxTimerLatencyInSeconds specifies the maximum latency for the first timer in the workflow | COMMENT |
| LOW | bench/lib/metrics.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/types.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/client.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/context.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | bench/lib/config_test.go | 1 | // Copyright (c) 2017-2021 Uber Technologies Inc. | COMMENT |
| LOW | tools/linter/funcorder/analyzer.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/linter/funcorder/cmd/funcorder/main.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/mcp/main.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/render.go | 1 | // Copyright (c) 2022 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/app_test.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/domain.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/schedule_commands.go | 1 | // Copyright (c) 2026 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/admin_failover_commands_test.go | 1 | // Copyright (c) 2017-2020 Uber Technologies Inc. | COMMENT |
| LOW | tools/cli/admin_config_store_commands_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/utils_test.go | 1 | // Copyright (c) 2022 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/task_list_commands.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/histogram_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/admin_timers.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/defs.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/admin_cluster_commands_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/admin_elastic_search_commands.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/isolation-groups.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/admin_db_clean_command.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/schedule_commands_test.go | 1 | // Copyright (c) 2026 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/domain_migration_command.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/factory.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/workflow_batch_commands_test.go | 1 | // Copyright (c) 2017 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/domain_utils.go | 1 | // Copyright (c) 2019 Uber Technologies, Inc. | COMMENT |
| LOW | tools/cli/domain_migration_command_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/isolation_groups_test.go | 1 | // The MIT License (MIT) | COMMENT |
| LOW | tools/cli/admin_commands.go | 1 | // Copyright (c) 2017-2020 Uber Technologies Inc. | COMMENT |
| 2209 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 537 | // ┌───────────────────┐ ┌───────────────────┐ ┌────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 543 | // └───────────────────┘ └───────────────────┘ └────────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 545 | // ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 549 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 551 | // ┼───────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 552 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 556 | // └─────────┬─────────┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 557 | // ┌────────────────────────┤ │ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 559 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 563 | // └─────────┬─────────┘ └─────────┬─────────┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 566 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 570 | // └───────────────────┘ └───────────────────┘ └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 578 | // ┌───────────────────┐ ┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─┐ ┌────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 584 | // └───────────────────┘ └─ ─ ─ ─ ─ ─ ─ ─ ─ ─┘ └────────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 587 | // ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 591 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 593 | // ┼───────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 594 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 598 | // └─────────┬─────────┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 599 | // ┌────────────────────────┤ │ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 601 | // ┌─────────▼─────────┐ ┌─ ─ ─ ─ ─▼ ─ ─ ─ ─ ┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 605 | // └─────────┬─────────┘ └─ ─ ─ ─ ─┐ ─ ─ ─ ─ ┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 608 | // ┌─────────▼─────────┐ ┌─ ─ ─ ─ ─▼ ─ ─ ─ ─ ┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 612 | // └───────────────────┘ └─ ─ ─ ─ ── ─ ─ ─ ─ ┘ └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 694 | // ┌───────────────────┐ ┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─┐ ┌────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 700 | // └───────────────────┘ └─ ─ ─ ─ ─ ─ ─ ─ ─ ─┘ └────────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 704 | // ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 708 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 710 | // ┼─────────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 711 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 715 | // └─────────┬─────────┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 716 | // ┌────────────────────────┘ │ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 718 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 722 | // └─────────┬─────────┘ └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 725 | // ┌─────────▼─────────┐ ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 729 | // └───────────────────┘ └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 736 | // ┌───────────────────┐ ┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─┐ ┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 742 | // └───────────────────┘ └─ ─ ─ ─ ─ ─ ─ ─ ─ ─┘ └─ ─ ─ ─ ─ ─ ─ ─ ─ ─┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 745 | // ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 749 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 752 | // ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 756 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 757 | // ┌────────────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 759 | // ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 763 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 766 | // ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 770 | // └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 858 | // ┌─ ─ ─ ─ ─ ─ ─ ─ ─ ─┐ ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 864 | // └─ ─ ─ ─ ─ ─ ─ ─ ─ ─┘ └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 869 | // ┌───────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 873 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 875 | // ┌─────────┼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 879 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 880 | // ┼────────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 883 | // ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 887 | // └─────────┬─────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 890 | // ┌─────────▼─────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 894 | // └───────────────────┘ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 1011 | // ┌───────────────────┐ ┌───────────────────┐ ┌────────────────────┐ | COMMENT |
| MEDIUM⚡ | common/persistence/nosql/nosql_history_store_test.go | 1017 | // └───────────────────┘ └───────────────────┘ └────────────────────┘ | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docker/dev/cassandra-opensearch-kafka.yml | 30 | OPENSEARCH_HOSTS: '["http://opensearch:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query | CODE |
| MEDIUM | docker/dev/cassandra-opensearch-kafka-migration.yml | 36 | OPENSEARCH_HOSTS: '["https://opensearch:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will quer | CODE |
| MEDIUM | …_simulation_activeactive_same_wfid_signalwithstart.yml | 1 | # This file is used as dynamicconfig override for "activeactive_same_wfid_signalwithstart" replication simulation scenar | COMMENT |
| MEDIUM | …lication_simulation_activeactive_regional_failover.yml | 1 | # This file is used as dynamicconfig override for "activeactive_regional_failover" replication simulation scenario confi | COMMENT |
| MEDIUM | …on_activeactive_signalwithstart_terminateifrunning.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | …n_simulation_activeactive_start_terminateifrunning.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | config/dynamicconfig/replication_simulation_reset.yml | 1 | # This file is used as dynamicconfig override for "reset" replication simulation scenario configured via simulation/repl | COMMENT |
| MEDIUM | …icconfig/replication_simulation_activeactive_child.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | …plication_simulation_activepassive_to_activeactive.yml | 1 | # This file is used as dynamicconfig override for "activepassive_to_activeactive" replication simulation scenario config | COMMENT |
| MEDIUM | …micconfig/replication_simulation_activeactive_cron.yml | 1 | # This file is used as dynamicconfig override for "activeactive_cron" replication simulation scenario configured via sim | COMMENT |
| MEDIUM | …_simulation_activeactive_invalid_cluster_attribute.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | …n_activeactive_regional_failover_start_same_wfid_2.yml | 1 | # This file is used as dynamicconfig override for "activeactive_regional_failover_start_same_wfid_2" replication simulat | COMMENT |
| MEDIUM | …/dynamicconfig/replication_simulation_activeactive.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | …icconfig/replication_simulation_clusterredirection.yml | 1 | # This file is used as dynamicconfig override for "clusterredirection" replication simulation scenario configured via si | COMMENT |
| MEDIUM | …nfig/replication_simulation_activeactive_same_wfid.yml | 1 | # This file is used as dynamicconfig override for "activeactive" replication simulation scenario configured via simulati | COMMENT |
| MEDIUM | …ynamicconfig/replication_simulation_budget_manager.yml | 1 | # This file is used as dynamicconfig override for "budget_manager" replication simulation scenario | COMMENT |
| MEDIUM | …ion_activeactive_regional_failover_start_same_wfid.yml | 1 | # This file is used as dynamicconfig override for "activeactive_regional_failover_start_same_wfid" replication simulatio | COMMENT |
| MEDIUM | …ion_activeactive_same_wfid_signalwithstart_delayed.yml | 1 | # This file is used as dynamicconfig override for "activeactive_same_wfid_signalwithstart_delayed" replication simulatio | COMMENT |
| MEDIUM | config/dynamicconfig/replication_simulation_default.yml | 1 | # This file is used as dynamicconfig override for "default" replication simulation scenario configured via simulation/re | COMMENT |
| MEDIUM | …estdata/replication_simulation_clusterredirection.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …estdata/replication_simulation_activeactive_child.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …tion/testdata/replication_simulation_activeactive.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …lication_simulation_activepassive_to_activeactive.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …on_activeactive_regional_failover_start_same_wfid.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …_simulation_activeactive_start_terminateifrunning.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …simulation_activeactive_invalid_cluster_attribute.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …on/testdata/replication_simulation_budget_manager.yaml | 1 | # This file is a replication simulation scenario spec for testing the budget manager. | COMMENT |
| MEDIUM | …_activeactive_regional_failover_start_same_wfid_2.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …testdata/replication_simulation_activeactive_cron.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …plication/testdata/replication_simulation_default.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …ication_simulation_activeactive_regional_failover.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …replication/testdata/replication_simulation_reset.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …n_activeactive_signalwithstart_terminateifrunning.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …ata/replication_simulation_activeactive_same_wfid.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …simulation_activeactive_same_wfid_signalwithstart.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| MEDIUM | …on_activeactive_same_wfid_signalwithstart_delayed.yaml | 1 | # This file is a replication simulation scenario spec. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | .gitar/rules/assign-maintainer-reviewer.md | 18 | ### Step 1: Identify the PR author | COMMENT |
| LOW⚡ | .gitar/rules/assign-maintainer-reviewer.md | 22 | ### Step 2: Build the maintainer list from MAINTAINERS.md | COMMENT |
| LOW⚡ | .gitar/rules/assign-maintainer-reviewer.md | 26 | ### Step 3: Check if the author is a maintainer | COMMENT |
| LOW⚡ | .gitar/rules/assign-maintainer-reviewer.md | 32 | ### Step 4: Assign a maintainer (for non-maintainer PRs only) | COMMENT |
| LOW | .gitar/rules/assign-maintainer-reviewer.md | 48 | ### Step 5: Post a welcome comment (for non-maintainer PRs only) | COMMENT |
| LOW⚡ | .gitar/rules/restrict-workflow-changes.md | 23 | ### Step 1: Get the list of changed files | COMMENT |
| LOW⚡ | .gitar/rules/restrict-workflow-changes.md | 30 | ### Step 2: Check author against CODEOWNERS | COMMENT |
| LOW⚡ | .gitar/rules/restrict-workflow-changes.md | 36 | ### Step 3: Report when a non-maintainer touches workflow files | COMMENT |
| LOW | .gitar/rules/issue-linking-required.md | 95 | ### Step 1: Check Skip Conditions | COMMENT |
| LOW | .gitar/rules/issue-linking-required.md | 107 | ### Step 2: Search for Issue Links | COMMENT |
| LOW | .gitar/rules/issue-linking-required.md | 119 | ### Step 3: Report Status | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1567 | // Step 1: Serialize the token | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1571 | // Step 2: Deserialize the token back | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1575 | // Step 3: Compare the original token with the deserialized token | COMMENT |
| LOW⚡ | common/persistence/elasticsearch/es_visibility_store.go | 644 | // Step 1: Convert with elasticsql for the non-LIKE portion | COMMENT |
| LOW⚡ | common/persistence/elasticsearch/es_visibility_store.go | 653 | // Step 2: Replace dummy nodes with wildcard queries in-place | COMMENT |
| LOW | common/task/iwrr_node.go | 254 | // Step 1: Take snapshot of children with read lock | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 268 | // Step 2: Cleanup children WITHOUT holding parent lock | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 277 | // Step 3: Fast path if no children need removal | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 282 | // Step 4: Acquire write lock only when we need to modify | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 80 | // Step 1: Activity disables archival | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 90 | // Step 2: Deprecate a domain | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 100 | // Step 3: Start child batch workflow to terminate open workflows of a domain | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | docker/docker-compose-unleash.yml | 3 | # and common/dynamicconfig/openfeatureprovider/unleash). | COMMENT |
| MEDIUM⚡ | docker/docker-compose-unleash.yml | 11 | # docker compose -f docker-compose-unleash.yml up --build | COMMENT |
| MEDIUM⚡ | docker/docker-compose-unleash.yml | 21 | # OpenFeature/Unleash client from ./unleash/bootstrap.json on startup (see | COMMENT |
| MEDIUM⚡ | docker/docker-compose-unleash.yml | 22 | # UNLEASH_BOOTSTRAP_FILE and common/dynamicconfig/openfeatureprovider/unleash's | COMMENT |
| MEDIUM⚡ | docker/docker-compose-unleash.yml | 24 | # even before the unleash service itself finishes starting. | COMMENT |
| MEDIUM | docker/docker-compose-unleash.yml | 74 | # Backend/server-side token the Go client (via our openfeatureprovider/unleash | COMMENT |
| MEDIUM | common/config/config.go | 426 | // To have a seamless failover experience, cluster should use this forwarding option to forward those APIs to the activ | COMMENT |
| MEDIUM | common/config/config.go | 449 | // Usage recommendation: when enabling XDC(global domain) feature, either "all-domain-apis-forwarding" or "selected-ap | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | common/archiver/historyIterator.go | 219 | // We need to check if there's more history batches. | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1567 | // Step 1: Serialize the token | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1571 | // Step 2: Deserialize the token back | COMMENT |
| LOW⚡ | common/persistence/history_manager_test.go | 1575 | // Step 3: Compare the original token with the deserialized token | COMMENT |
| LOW⚡ | common/persistence/elasticsearch/es_visibility_store.go | 644 | // Step 1: Convert with elasticsql for the non-LIKE portion | COMMENT |
| LOW⚡ | common/persistence/elasticsearch/es_visibility_store.go | 653 | // Step 2: Replace dummy nodes with wildcard queries in-place | COMMENT |
| LOW | common/task/iwrr_node.go | 254 | // Step 1: Take snapshot of children with read lock | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 268 | // Step 2: Cleanup children WITHOUT holding parent lock | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 277 | // Step 3: Fast path if no children need removal | COMMENT |
| LOW⚡ | common/task/iwrr_node.go | 282 | // Step 4: Acquire write lock only when we need to modify | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 80 | // Step 1: Activity disables archival | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 90 | // Step 2: Deprecate a domain | COMMENT |
| LOW⚡ | service/worker/domaindeprecation/workflow.go | 100 | // Step 3: Start child batch workflow to terminate open workflows of a domain | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/docker-compose-custom-config.yml | 54 | # Set this to use a custom config file instead of config_template.yaml | COMMENT |
| LOW | scripts/test_multicluster_domain_workflow.sh | 109 | # Check if domain is global | COMMENT |
| LOW | scripts/test_multicluster_domain_workflow.sh | 214 | # Check if metric value is greater than 0 | COMMENT |
| LOW | scripts/test_multicluster_domain_workflow.sh | 230 | # Check if we can find evidence of metric increments in logs or responses | COMMENT |
| LOW | scripts/test_multicluster_domain_workflow.sh | 298 | # Check if domain is global (required for forwarding) | COMMENT |
| LOW⚡ | scripts/test_multicluster_domain_workflow.sh | 315 | # Check if domain is global domain | COMMENT |
| LOW⚡ | scripts/test_multicluster_domain_workflow.sh | 323 | # Check if auto-forwarding would be enabled (global domains typically have this enabled) | COMMENT |
| LOW⚡ | scripts/test_multicluster_domain_workflow.sh | 327 | # Check if we're dealing with multi-cluster domain | COMMENT |
| LOW⚡ | scripts/test_multicluster_domain_workflow.sh | 333 | # Check if DescribeWorkflowExecution was called (which would trigger the function) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | service/history/queuev2/queue_scheduled.go | 224 | q.timerGate.Update(q.base.newVirtualSliceState.Range.InclusiveMinTaskKey.GetScheduledTime()) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/docker-compose-custom-config.yml | 4 | # Usage: | COMMENT |
| LOW | docker/docker-compose-local.override.yaml | 4 | # Usage: | COMMENT |
| LOW | simulation/matching/run.sh | 5 | # Usage: | COMMENT |
| LOW | simulation/history/run.sh | 5 | # Usage: | COMMENT |
| LOW | simulation/replication/run.sh | 5 | # Usage: | COMMENT |
| LOW | common/types/mapper/testutils/fuzz_mapper.go | 127 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | common/mapq/dispatcher/dispatcher.go | 71 | // TODO: implement | COMMENT |
| LOW | common/persistence/sql/sql_execution_store_util.go | 714 | // TODO: implement creating tasks for other categories | COMMENT |
| LOW | common/persistence/sql/sql_execution_store_util.go | 730 | // TODO: implement creating tasks for other categories | COMMENT |
| LOW | service/history/queue/transfer_queue_validator.go | 139 | // TODO: implement an event logger for queue processor and dump all events when this validation fails. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | common/types/testdata/schedule.go | 265 | Identity: "user@example.com", | CODE |
| LOW | common/authorization/oauthAuthorizer_test.go | 92 | Actor: "John Doe", | CODE |