The Modern Application Platform.
This report presents the forensic synthetic code analysis of kubevela/kubevela, a Go project with 7,870 GitHub stars. SynthScan v2.0 examined 385,689 lines of code across 1824 source files, recording 498 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 5.6 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 498 distinct pattern matches across 12 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 |
|---|---|---|---|---|
| CRITICAL⚡ | references/cli/top/view/pod_view_test.go | 100 | assert.Equal(t, podView.GetCell(1, 4).Text, fmt.Sprintf("[%s::]%s", podView.app.config.Theme.Status.Healthy.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view_test.go | 101 | assert.Equal(t, podView.GetCell(2, 4).Text, fmt.Sprintf("[%s::]%s", podView.app.config.Theme.Status.Waiting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view_test.go | 102 | assert.Equal(t, podView.GetCell(3, 4).Text, fmt.Sprintf("[%s::]%s", podView.app.config.Theme.Status.Succeeded.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view_test.go | 103 | assert.Equal(t, podView.GetCell(4, 4).Text, fmt.Sprintf("[%s::]%s", podView.app.config.Theme.Status.UnHealthy.String() | CODE |
| CRITICAL | references/cli/top/view/yaml_view_test.go | 79 | highlightedText := fmt.Sprintf("[%s::b]apiVersion[%s::-]: [%s::]core.oam.dev/v1beta1", yamlView.app.config.Theme.Yaml. | CODE |
| CRITICAL | references/cli/top/view/app_test.go | 60 | assert.Equal(t, flex.GetBorderColor(), app.config.Theme.Border.App.Color()) | CODE |
| CRITICAL | references/cli/top/view/managed_resource_view.go | 45 | v.SetTitle(fmt.Sprintf("[ %s ]", v.Title())).SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/managed_resource_view.go | 122 | highlightColor := v.app.config.Theme.Table.Body.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/managed_resource_view.go | 126 | highlightColor = v.app.config.Theme.Status.Healthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/managed_resource_view.go | 128 | highlightColor = v.app.config.Theme.Status.UnHealthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/managed_resource_view.go | 130 | highlightColor = v.app.config.Theme.Status.Waiting.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/managed_resource_view.go | 132 | highlightColor = v.app.config.Theme.Status.Unknown.String() | CODE |
| CRITICAL | references/cli/top/view/help_view.go | 55 | v.SetTitle(title).SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL | references/cli/top/view/help_view.go | 83 | tips = strings.ReplaceAll(tips, "highlight", v.app.config.Theme.Info.Title.String()) | CODE |
| CRITICAL | references/cli/top/view/help_view.go | 84 | tips = strings.ReplaceAll(tips, "normal", v.app.config.Theme.Info.Text.String()) | CODE |
| CRITICAL⚡ | references/cli/top/view/container_view_test.go | 100 | assert.Equal(t, containerView.GetCell(1, 3).Text, fmt.Sprintf("[%s::]%s", containerView.app.config.Theme.Status.Health | CODE |
| CRITICAL⚡ | references/cli/top/view/container_view_test.go | 101 | assert.Equal(t, containerView.GetCell(2, 3).Text, fmt.Sprintf("[%s::]%s", containerView.app.config.Theme.Status.Waitin | CODE |
| CRITICAL⚡ | references/cli/top/view/container_view_test.go | 102 | assert.Equal(t, containerView.GetCell(3, 3).Text, fmt.Sprintf("[%s::]%s", containerView.app.config.Theme.Status.UnHeal | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 108 | highlightColor := v.app.config.Theme.Table.Body.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 112 | highlightColor = v.app.config.Theme.Status.Waiting.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 114 | highlightColor = v.app.config.Theme.Status.Healthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 116 | highlightColor = v.app.config.Theme.Status.Succeeded.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 118 | highlightColor = v.app.config.Theme.Status.UnHealthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/pod_view.go | 120 | highlightColor = v.app.config.Theme.Status.Unknown.String() | CODE |
| CRITICAL | references/cli/top/view/resource_view.go | 78 | v.SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL | references/cli/top/view/resource_view.go | 93 | c.SetTextColor(v.app.config.Theme.Table.Header.Color()) | CODE |
| CRITICAL | references/cli/top/view/resource_view.go | 106 | c.SetTextColor(v.app.config.Theme.Table.Body.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/resource_view_test.go | 31 | assert.Equal(t, view.GetBorderColor(), view.app.config.Theme.Border.Table.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/resource_view_test.go | 35 | assert.Equal(t, view.GetCell(0, 0).Color, view.app.config.Theme.Table.Header.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/resource_view_test.go | 39 | assert.Equal(t, view.GetCell(1, 0).Color, view.app.config.Theme.Table.Body.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 103 | assert.Equal(t, appView.GetCell(1, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Starting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 104 | assert.Equal(t, appView.GetCell(2, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Waiting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 105 | assert.Equal(t, appView.GetCell(3, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Waiting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 106 | assert.Equal(t, appView.GetCell(4, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Waiting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 107 | assert.Equal(t, appView.GetCell(5, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Waiting.String(), | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 108 | assert.Equal(t, appView.GetCell(6, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Failed.String(), t | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 109 | assert.Equal(t, appView.GetCell(7, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Failed.String(), t | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 110 | assert.Equal(t, appView.GetCell(8, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Failed.String(), t | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 111 | assert.Equal(t, appView.GetCell(9, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Failed.String(), t | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view_test.go | 112 | assert.Equal(t, appView.GetCell(10, 2).Text, fmt.Sprintf("[%s::]%s", appView.app.config.Theme.Status.Healthy.String(), | CODE |
| CRITICAL | references/cli/top/view/cluster_namespace_view.go | 44 | v.SetTitle(fmt.Sprintf("[ %s ]", v.Name())).SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/cluster_namespace_view.go | 108 | highlightColor := v.app.config.Theme.Table.Body.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/cluster_namespace_view.go | 111 | highlightColor = v.app.config.Theme.Status.Healthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/cluster_namespace_view.go | 113 | highlightColor = v.app.config.Theme.Status.UnHealthy.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 95 | v.metricsInstance.SetBorder(true).SetBorderColor(v.app.config.Theme.Border.Table.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 101 | v.SetBorderColor(v.app.config.Theme.Border.Table.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 103 | v.SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 254 | newTopology.SetGraphicsColor(v.app.config.Theme.Topology.Line.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 256 | newTopology.SetBorderColor(v.app.config.Theme.Border.Table.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 258 | newTopology.SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 280 | newTopology.SetGraphicsColor(v.app.config.Theme.Topology.Line.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 282 | newTopology.SetBorderColor(v.app.config.Theme.Border.Table.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_topology_view.go | 284 | newTopology.SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL | references/cli/top/view/app.go | 89 | main.SetBorderColor(a.config.Theme.Border.App.Color()) | CODE |
| CRITICAL | references/cli/top/view/log_view.go | 64 | v.SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL | references/cli/top/view/cluster_namespace_view_test.go | 96 | assert.Equal(t, cnsView.GetCell(1, 1).Text, fmt.Sprintf("[%s::]%s", cnsView.app.config.Theme.Status.Healthy.String(), | CODE |
| CRITICAL | references/cli/top/view/cluster_namespace_view_test.go | 97 | assert.Equal(t, cnsView.GetCell(2, 1).Text, fmt.Sprintf("[%s::]%s", cnsView.app.config.Theme.Status.UnHealthy.String() | CODE |
| CRITICAL | references/cli/top/view/application_view.go | 44 | v.SetTitle(fmt.Sprintf("[ %s ]", v.Title())).SetTitleColor(v.app.config.Theme.Table.Title.Color()) | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view.go | 108 | highlightColor := v.app.config.Theme.Table.Body.String() | CODE |
| CRITICAL⚡ | references/cli/top/view/application_view.go | 112 | highlightColor = v.app.config.Theme.Status.Starting.String() | CODE |
| 27 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cmd/core/app/bootstrap.go | 41 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | cmd/core/app/bootstrap.go | 43 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4522 | # ============================================ | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4524 | # ============================================ | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4586 | # ============================================ | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4588 | # ============================================ | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4595 | # ============================================ | COMMENT |
| MEDIUM⚡ | design/vela-core/kep-cluster-infrastructure.md | 4597 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 4487 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 4489 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5927 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5929 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5952 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5954 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5978 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 5980 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 6017 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 6019 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 6047 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 6049 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7414 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7416 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7482 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7484 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7775 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7777 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7814 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7816 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7847 | # ============================================ | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 7849 | # ============================================ | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 31 | // ── parseHints ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 79 | // ── parseSelectorMap ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 140 | // ── matchesSelector ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 167 | // ── extractCUETemplate ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 220 | // ── defNameFromRevision ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 270 | // ── extractDefRevTemplate ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 319 | // ── printDefCompatReport ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | references/cli/def_compat_test.go | 404 | // ── printAppCompatReport ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 1 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 3 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 12 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 16 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 18 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 29 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 31 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 35 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 37 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 41 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 43 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 51 | # ========================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 53 | # ========================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 59 | # ========================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 61 | # ========================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 67 | # ======================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 69 | # ======================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 74 | # ======================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-multicluster-test.yml | 76 | # ======================================================================== | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 1 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 3 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 14 | # ============================================================================= | COMMENT |
| 81 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | design/vela-cli/kep-defkit.md | 1344 | # Initialize a new Go definition module with scaffolding | COMMENT |
| MEDIUM | design/vela-cli/kep-defkit.md | 1966 | # Basic scaffolding | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 1233 | # Optional: Explicit workflow for advanced orchestration | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 2690 | # Blueprint-level workflow (orchestrates plane deployment) | COMMENT |
| MEDIUM | design/vela-core/kep-cluster-infrastructure.md | 12 | - [The Orchestration Gap](#the-orchestration-gap) | CODE |
| MEDIUM | test/e2e-test/suite_test.go | 49 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | test/e2e-addon-test/suite_test.go | 37 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM⚡ | config/crd/kustomization.yaml | 6 | # +kubebuilder:scaffold:crdkustomizeresource | COMMENT |
| MEDIUM⚡ | config/crd/kustomization.yaml | 11 | # +kubebuilder:scaffold:crdkustomizewebhookpatch | COMMENT |
| MEDIUM⚡ | config/crd/kustomization.yaml | 16 | # +kubebuilder:scaffold:crdkustomizecainjectionpatch | COMMENT |
| MEDIUM⚡ | references/cli/def_module.go | 964 | // FlagComponents is the flag for component names to scaffold | COMMENT |
| MEDIUM⚡ | references/cli/def_module.go | 966 | // FlagTraits is the flag for trait names to scaffold | COMMENT |
| MEDIUM⚡ | references/cli/def_module.go | 968 | // FlagPolicies is the flag for policy names to scaffold | COMMENT |
| MEDIUM⚡ | references/cli/def_module.go | 970 | // FlagWorkflowSteps is the flag for workflow step names to scaffold | COMMENT |
| MEDIUM | references/cli/def_module.go | 1052 | // Parse scaffold flags | COMMENT |
| MEDIUM | references/cli/def_module.go | 1115 | // scaffoldOptions contains names of definitions to scaffold | COMMENT |
| MEDIUM | references/cli/def_module.go | 1123 | // hasAny returns true if any scaffold options are specified | COMMENT |
| MEDIUM | references/cli/def_module.go | 1464 | // generateComponentScaffold generates a component definition scaffold | COMMENT |
| MEDIUM | references/cli/def_module.go | 1519 | // generateTraitScaffold generates a trait definition scaffold | COMMENT |
| MEDIUM | references/cli/def_module.go | 1572 | // generatePolicyScaffold generates a policy definition scaffold | COMMENT |
| MEDIUM | references/cli/def_module.go | 1613 | // generateWorkflowStepScaffold generates a workflow step definition scaffold | COMMENT |
| MEDIUM | references/cli/addon.go | 419 | // NewAddonInitCommand creates an addon scaffold | COMMENT |
| MEDIUM | references/cli/def_go_new_test.go | 474 | // The scaffold generators use the pattern: funcName + type suffix | COMMENT |
| MEDIUM | references/cli/def.go | 436 | // generateGoDefinition generates a Go-based definition scaffold | COMMENT |
| MEDIUM | references/cli/def.go | 1857 | Example: "# Generate SDK for golang with scaffold initialized\n" + | CODE |
| MEDIUM | references/docgen/suit_test.go | 44 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | hack/sdk/reviewable.sh | 21 | # This script helps to lint and format the code in the SDK scaffold. | COMMENT |
| MEDIUM | …webhook/core.oam.dev/v1beta1/application/suite_test.go | 42 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | …webhook/core.oam.dev/v1beta1/application/suite_test.go | 88 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/config/config_suite_test.go | 52 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/utils/common/common.go | 99 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | …troller/core.oam.dev/v1beta1/application/suite_test.go | 58 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | …troller/core.oam.dev/v1beta1/application/suite_test.go | 122 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | …core.oam.dev/v1beta1/application/assemble/suit_test.go | 41 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | …core.oam.dev/v1beta1/application/assemble/suit_test.go | 86 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/rollout/suit_test.go | 47 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | pkg/definition/gen_sdk/files.go | 28 | // Scaffold is scaffold files for different languages | COMMENT |
| MEDIUM | pkg/definition/gen_sdk/files.go | 30 | // ScaffoldDir is scaffold dir name | COMMENT |
| MEDIUM | pkg/definition/gen_sdk/gen_sdk.go | 230 | // CreateScaffold will create a scaffold for the given language. | COMMENT |
| MEDIUM | pkg/definition/gen_sdk/gen_sdk.go | 231 | // It will copy all files from embedded scaffold/{meta.Lang} to meta.Output. | COMMENT |
| MEDIUM | pkg/workflow/suit_test.go | 62 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/workflow/operation/suit_test.go | 46 | // +kubebuilder:scaffold:imports | COMMENT |
| MEDIUM | pkg/workflow/providers/config/config_test.go | 62 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/workflow/providers/legacy/config/config_test.go | 62 | // +kubebuilder:scaffold:scheme | COMMENT |
| MEDIUM | pkg/addon/init_test.go | 227 | // Verify trait scaffold was created | COMMENT |
| MEDIUM | pkg/addon/init_test.go | 310 | // Verify scaffold files were created | COMMENT |
| MEDIUM | pkg/addon/init.go | 47 | // InitCmd contains the options to initialize an addon scaffold | COMMENT |
| MEDIUM⚡ | pkg/addon/init.go | 59 | // GoDefComponents is a comma-separated list of component names to scaffold | COMMENT |
| MEDIUM⚡ | pkg/addon/init.go | 61 | // GoDefTraits is a comma-separated list of trait names to scaffold | COMMENT |
| MEDIUM⚡ | pkg/addon/init.go | 63 | // GoDefPolicies is a comma-separated list of policy names to scaffold | COMMENT |
| MEDIUM⚡ | pkg/addon/init.go | 65 | // GoDefWorkflowSteps is a comma-separated list of workflow step names to scaffold | COMMENT |
| MEDIUM | pkg/addon/init.go | 81 | // CreateScaffold creates an addon scaffold | COMMENT |
| MEDIUM | pkg/addon/init.go | 212 | // Create scaffold files for specified components | COMMENT |
| MEDIUM | pkg/addon/init.go | 223 | // Create scaffold files for specified traits | COMMENT |
| MEDIUM | pkg/addon/init.go | 234 | // Create scaffold files for specified policies | COMMENT |
| MEDIUM | pkg/addon/init.go | 245 | // Create scaffold files for specified workflow steps | COMMENT |
| MEDIUM | pkg/addon/init.go | 275 | // generateComponentScaffold generates a minimal component scaffold | COMMENT |
| MEDIUM | pkg/addon/init.go | 300 | // generateTraitScaffold generates a minimal trait scaffold | COMMENT |
| MEDIUM | pkg/addon/init.go | 326 | // generatePolicyScaffold generates a minimal policy scaffold | COMMENT |
| MEDIUM | pkg/addon/init.go | 348 | // generateWorkflowStepScaffold generates a minimal workflow step scaffold | COMMENT |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmd/core/app/bootstrap.go | 21 | ) | COMMENT |
| LOW | cmd/core/app/bootstrap.go | 41 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 1241 | # - name: validate-cni | COMMENT |
| LOW | design/vela-core/rollout-design.md | 101 | COMMENT | |
| LOW | apis/core.oam.dev/common/types.go | 61 | // Terraform is the struct to describe cloud resources managed by Hashicorp Terraform | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/application_types.go | 61 | // Workflow steps are executed in array order, and each step: | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/componentdefinition_types.go | 41 | // +optional | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/componentdefinition_types.go | 61 | } | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 41 | // PodSpecPath indicates where/if this workload has K8s podSpec field | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 61 | type WorkloadDefinitionStatus struct { | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 121 | // `spec.template`), the restart happens automatically via the normal Kubernetes | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 141 | // ConflictsWith specifies the list of traits(CRD name, Definition name, CRD group) | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 161 | COMMENT | |
| LOW | apis/core.oam.dev/v1beta1/core_types.go | 201 | // ConditionedStatus reflects the observed status of a resource | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/applicationrevision_types.go | 141 | // +kubebuilder:object:root=true | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/policy_definition.go | 41 | type PolicyDefinitionSpec struct { | COMMENT |
| LOW | apis/core.oam.dev/v1beta1/policy_definition.go | 61 | // Requires EnableApplicationScopedPolicies feature gate. | COMMENT |
| LOW | apis/core.oam.dev/v1alpha1/component_types.go | 61 | // Name is the name of the Kubernetes object. | COMMENT |
| LOW | config/crd/kustomization.yaml | 1 | # This kustomization.yaml is not intended to be run by itself, | COMMENT |
| LOW | references/cli/def_module.go | 1181 | "components": `// Package components contains KubeVela ComponentDefinition implementations. | COMMENT |
| LOW | references/cli/def_module.go | 1201 | // To create a new trait: | COMMENT |
| LOW | references/cli/def_module.go | 1221 | // defkit.Register(MyPolicy()) | COMMENT |
| LOW | references/cli/def_module.go | 1501 | // TODO: Add parameters and template | COMMENT |
| LOW | references/cli/def_module.go | 1681 | - custom | COMMENT |
| LOW | charts/vela-core/Chart.yaml | 1 | apiVersion: v2 | COMMENT |
| LOW | charts/vela-core/values.yaml | 21 | reSyncPeriod: 5m | COMMENT |
| LOW | charts/vela-core/values.yaml | 121 | ##@param optimize.disableResourceApplyDoubleCheck Optimize workflow by ignoring resource double check after apply. | COMMENT |
| LOW | charts/vela-core/values.yaml | 141 | ##@param featureGates.disableBootstrapClusterInfo disable the cluster info bootstrap at the starting of the controller | COMMENT |
| LOW | charts/vela-core/values.yaml | 181 | ## @param multicluster.clusterGateway.image.tag ClusterGateway image tag | COMMENT |
| LOW | charts/vela-core/values.yaml | 261 | ## @skip securityContext | COMMENT |
| LOW | …rts/vela-core/templates/defwithtemplate/helmchart.yaml | 21 | COMMENT | |
| LOW | …rts/vela-core/templates/defwithtemplate/helmchart.yaml | 41 | // - kubernetes.io/dockerconfigjson (key: .dockerconfigjson) | COMMENT |
| LOW | …rts/vela-core/templates/defwithtemplate/helmchart.yaml | 101 | // Resource kind (e.g., "Deployment", "StatefulSet", "Job", "Service") | COMMENT |
| LOW | …rts/vela-core/templates/defwithtemplate/helmchart.yaml | 141 | key?: string | COMMENT |
| LOW | hack/apis/clientgen.sh | 1 | #!/bin/bash -l | COMMENT |
| LOW | hack/apis/sync.sh | 1 | #!/bin/bash -l | COMMENT |
| LOW | hack/sdk/reviewable.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | hack/sdk/sync.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | hack/artifacthub/artifacthub-repo.yml | 1 | # Artifact Hub repository metadata file | COMMENT |
| LOW | hack/licence/header-check.sh | 1 | #!/bin/bash | COMMENT |
| LOW | docs/examples/testapp/vela.yaml | 21 | port: 8080 | COMMENT |
| LOW | docs/examples/testapp/vela.yaml | 41 | # max: 4 | COMMENT |
| LOW | …/examples/traits/container-image/single-container.yaml | 21 | COMMENT | |
| LOW | docs/examples/traits/command/single-container.yaml | 21 | COMMENT | |
| LOW | …s/examples/helmchart-valuesfrom/secret-and-inline.yaml | 1 | # Three-layer merge example: ConfigMap (base) + Secret (overlay) + inline. | COMMENT |
| LOW | examples/legacy-upgrade-demo/application.yaml | 1 | # application.yaml | COMMENT |
| LOW | .github/workflows/upgrade-e2e-multicluster-test.yml | 1 | # ============================================================================= | COMMENT |
| LOW | .github/workflows/upgrade-e2e-test.yml | 1 | # ============================================================================= | COMMENT |
| LOW | .github/workflows/upgrade-unit-test.yml | 1 | # ============================================================================= | COMMENT |
| LOW | pkg/oam/labels.go | 21 | // Label key strings. | COMMENT |
| LOW | pkg/oam/labels.go | 161 | // AnnotationAutoUpdate is annotation that let application auto update when it finds definition changes | COMMENT |
| LOW | pkg/oam/labels.go | 181 | // - RFC3339 timestamp (e.g., "2025-01-15T14:30:00Z"): One-time restart at specified time. | COMMENT |
| LOW | pkg/webhook/utils/utils_test.go | 221 | name: context.name | COMMENT |
| LOW | pkg/cue/upgrade/metrics.go | 21 | ) | COMMENT |
| LOW | pkg/cue/upgrade/metrics.go | 41 | // - definition_kind: definition type, e.g. "Component" | COMMENT |
| LOW | pkg/cue/cuex/providers/helm/postrender.go | 101 | COMMENT | |
| LOW | pkg/cue/cuex/providers/helm/postrender.go | 161 | "app.oam.dev/component": velaCtx.Name, | COMMENT |
| LOW | pkg/cue/cuex/providers/helm/release_test.go | 281 | // recover from corrupted Helm release secret" in | COMMENT |
| LOW | pkg/cue/cuex/providers/helm/manifest.go | 81 | cleanedResource := cleanResource(resource.Object) | COMMENT |
| LOW | pkg/cue/cuex/providers/helm/verify_probe.go | 61 | // VerifyFnCall is a no-op cuex provider function used purely for | COMMENT |
| 92 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cmd/core/app/config/resource.go | 48 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW | cmd/core/app/config/oam.go | 48 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW | cmd/core/app/config/application.go | 50 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW | cmd/core/app/config/cue.go | 107 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW | cmd/core/app/config/performance.go | 52 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW | cmd/core/app/config/workflow.go | 60 | // NOTE: This method exists for backward compatibility with legacy code that depends on global | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 2502 | # Step 3: Deploy CNI | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 2509 | # Step 4: Validate CNI connectivity | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 2518 | # Step 5: Approval gate (for production) | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 2527 | # Step 6: Deploy ingress | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 2534 | # Step 7: Smoke test | COMMENT |
| LOW⚡ | design/vela-core/kep-cluster-infrastructure.md | 4526 | # Step 1: Discover what's in the cluster | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2482 | # Step 1: Deploy CRDs | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2488 | # Step 2: Wait for CRDs to be established | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2694 | # Step 1: Provision cloud infrastructure (VPC, EKS, nodes) | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2709 | # Step 2: Deploy core infrastructure planes (networking + security in parallel) | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2729 | # Step 3: Deploy observability | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 2736 | # Step 4: Validation | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 4137 | # Step 1: Create Cluster CRD with credentials (no CLI needed) | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 4156 | # Step 2: After reviewing status.adoptionStatus.discoveredComponents: | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 4565 | # Step 2: Actually adopt | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 4572 | # Step 3: Monitor adoption | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 5035 | # Step 1: Create replacement cluster with same blueprint | COMMENT |
| LOW | design/vela-core/kep-cluster-infrastructure.md | 5046 | # Step 2: After v2 is healthy, decommission original | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 434 | // Step 1: Create initial PolicyDefinition v1 | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 487 | // Step 2: Initial Application deployment (creates ApplicationRevision-1 with v1) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 571 | // Step 3: Re-reconcile without spec change (should reuse ApplicationRevision-1 with v1) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 592 | // Step 4: Update PolicyDefinition in cluster to v2 | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 638 | // Step 5: Re-reconcile again (still no spec change) - should STILL use v1 (version pinning!) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 659 | // Step 6: Update Application spec (triggers new ApplicationRevision-2) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test/e2e-test/helmchart_test.go | 1945 | // and args to stay robust against chart layout changes. | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 4 | # This workflow performs comprehensive end-to-end testing for KubeVela upgrades. | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 12 | # 3. Run comprehensive e2e test suites (API, addon, general) | COMMENT |
| MEDIUM⚡ | .github/workflows/upgrade-e2e-test.yml | 51 | timeout-minutes: 90 # Extended timeout for comprehensive e2e testing | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | references/cli/addon.go | 526 | # In addition to cli flags, you can also use environment variables | COMMENT |
| MEDIUM | …amples/traits/container-image/multiple-containers.yaml | 19 | # you can use container-image to control multiple containers by filling `containers` | COMMENT |
| MEDIUM | docs/examples/traits/command/multiple-containers.yaml | 19 | # you can use command to control multiple containers by filling `containers` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 434 | // Step 1: Create initial PolicyDefinition v1 | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 487 | // Step 2: Initial Application deployment (creates ApplicationRevision-1 with v1) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 571 | // Step 3: Re-reconcile without spec change (should reuse ApplicationRevision-1 with v1) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 592 | // Step 4: Update PolicyDefinition in cluster to v2 | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 638 | // Step 5: Re-reconcile again (still no spec change) - should STILL use v1 (version pinning!) | COMMENT |
| LOW | …v1beta1/application/app_policy_version_pinning_test.go | 659 | // Step 6: Update Application spec (triggers new ApplicationRevision-2) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pkg/definition/defkit/param.go | 1575 | // Example usage: | COMMENT |
| LOW | pkg/definition/defkit/param.go | 1679 | // Example usage: | COMMENT |
| LOW | pkg/definition/defkit/param.go | 1727 | // Example usage: | COMMENT |
| LOW | pkg/definition/defkit/resource.go | 189 | // Example usage: | COMMENT |
| LOW | pkg/definition/defkit/registry.go | 71 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | references/cli/def_module.go | 1662 | # This file contains metadata about your definition module. | COMMENT |
| MEDIUM | …ela-core/templates/admission-webhooks/certmanager.yaml | 28 | # Create an Issuer that uses the above generated CA certificate to issue certs | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hack/debug-webhook-setup.sh | 89 | # Check if k3d is using host network | COMMENT |
| LOW | hack/utils/golangci-lint-wrapper.sh | 46 | # Check if golangci-lint itself had a critical failure (not a linting error) | COMMENT |
| LOW | hack/utils/golangci-lint-wrapper.sh | 49 | # Check if there are only typecheck errors | COMMENT |
| LOW | hack/licence/header-check.sh | 8 | # Check if headers are fine: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pkg/definition/goloader/loader.go | 194 | fmt.Println("placeholder") | CODE |
| LOW | …/workflow/providers/legacy/multicluster/deploy_test.go | 208 | Properties: &runtime.RawExtension{Raw: []byte(fmt.Sprintf(`{"placeholder":%d}`, i))}, | CODE |
| LOW | pkg/workflow/providers/multicluster/deploy_test.go | 208 | Properties: &runtime.RawExtension{Raw: []byte(fmt.Sprintf(`{"placeholder":%d}`, i))}, | CODE |