Repository Analysis

goodrain/rainbond

A container platform that needs no Kubernetes learning, Build, deploy, assemble, and manage apps on Kubernetes, no K8s expertise needed, all in a graphical platform.

3.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of goodrain/rainbond, a Go project with 6,237 GitHub stars. SynthScan v2.0 examined 437,299 lines of code across 2014 source files, recording 1597 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 3.8 places this repository in the Likely human-written band.

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

3.8
Adjusted Score
3.8
Raw Score
100%
Time Factor
2026-07-31
Last Push
6.2K
Stars
Go
Language
437.3K
Lines of Code
2.0K
Files
1.6K
Pattern Hits
2026-08-02
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

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

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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

CRITICAL 5HIGH 0MEDIUM 17LOW 1575

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1597 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.

Over-Commented Block1549 hits · 1527 pts
SeverityFileLineSnippetContext
LOWcmd/version.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/grctl/grctl.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/grctl/server/grctl.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/grctl/option/conf.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/init-probe/probe.go1// RAINBOND, Application Management PlatformCOMMENT
LOWcmd/init-probe/cmd/probe_cmd.go1// RAINBOND, Application Management PlatformCOMMENT
LOWcmd/init-probe/healthy/depends_health.go1// RAINBOND, Application Management PlatformCOMMENT
LOWcmd/api/main.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/api/option/option.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/mq/mq.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/worker/worker.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWcmd/builder/builder.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWgrctl/clients/kubernetes.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWgrctl/cmd/config.go1// RAINBOND, Application Management PlatformCOMMENT
LOWgrctl/cmd/cmd.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWgrctl/cmd/build.go1// RAINBOND, Application Management PlatformCOMMENT
LOWgrctl/cmd/registry.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWgrctl/cmd/replace.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWgrctl/cluster/cluster.go1// RAINBOND, Application Management PlatformCOMMENT
LOWgrctl/registry/freeversion.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWgrctl/registry/freeimage.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWgrctl/registry/registry.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWgrctl/registry/freecomponent.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWutil/sshclient.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/ippool.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/command.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/uuid_test.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/pprofer.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/comman.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/hosts.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/constants.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/string_test.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/sshclient_test.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/chan.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/hash_test.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/language.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/ip.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/copyio.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/ip_test.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/comman_test.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/hash.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/uuid.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/bytes.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/string.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/prober/manager_test.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/prober/manager.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/prober/probes/http.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/prober/probes/probe.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/prober/types/v1/types.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/grpc/resolver.go1// Copyright 2016 The etcd AuthorsCOMMENT
LOWutil/retryutil/retry_util.go1// Copyright (C) 2014-2021 Goodrain Co., Ltd.COMMENT
LOWutil/leader/kube_leader.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/ansible/node.go1// Copyright (C) 2014-2018 Goodrain Co., Ltd.COMMENT
LOWutil/zip/register.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/zip/writer.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/zip/writer.go221COMMENT
LOWutil/zip/writer.go281 // Officially, the name and comment fields are supposed to be encodedCOMMENT
LOWutil/zip/reader.go1// RAINBOND, Application Management PlatformCOMMENT
LOWutil/zip/reader.go461 // signature, the value 0x08074b50 has commonly been adoptedCOMMENT
LOWutil/zip/struct.go1// RAINBOND, Application Management PlatformCOMMENT
1489 more matches not shown…
Hallucination Indicators5 hits · 50 pts
SeverityFileLineSnippetContext
CRITICALapi/handler/k8s_attribute_vm_runtime_test.go239 if updated.Spec.Template.Spec.Domain.Memory.Guest.Cmp(targetMemory) != 0 {CODE
CRITICALapi/handler/k8s_attribute_vm_runtime_test.go294 if updated.Spec.Template.Spec.Domain.Memory.Guest.Cmp(targetMemory) != 0 {CODE
CRITICALapi/handler/k8s_attribute_vm_runtime_test.go356 if updated.Spec.Template.Spec.Domain.Memory.Guest.Cmp(targetMemory) != 0 {CODE
CRITICALapi/handler/k8s_attribute_vm_runtime_test.go426 if updated.Spec.Template.Spec.Domain.Memory.Guest.Cmp(desiredMemory) != 0 {CODE
CRITICALapi/handler/service_vm_live_update.go150 if vm.Spec.Template.Spec.Domain.Memory.Guest == nil || vm.Spec.Template.Spec.Domain.Memory.Guest.Cmp(targetGuest) != 0CODE
Decorative Section Separators12 hits · 36 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/dev-build.yml1# =============================================================================COMMENT
MEDIUM.github/workflows/dev-build.yml19# =============================================================================COMMENT
MEDIUM.github/workflows/dev-build.yml66 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml68 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml110 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml112 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml177 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml179 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml232 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml234 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml279 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/dev-build.yml283 # ---------------------------------------------------------------------------COMMENT
Structural Annotation Overuse14 hits · 21 pts
SeverityFileLineSnippetContext
LOWthird_party/process-exporter/proc/tracker.go419 // Step 1: track any new proc that should be tracked based on its name and cmdline.COMMENT
LOWthird_party/process-exporter/proc/tracker.go440 // Step 2: track any untracked new proc that should be tracked because its parent is tracked.COMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_5.md133#### Step 1: check upgrade requirementsCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_5.md161#### Step 2: download snapshot backup from leaderCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_5.md195#### Step 3: stop one existing etcd serverCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_5.md250#### Step 4: restart the etcd server with same configurationCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_5.md299#### Step 5: repeat *step 3* and *step 4* for rest of the membersCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_4.md257#### Step 1: check upgrade requirementsCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_4.md285#### Step 2: download snapshot backup from leaderCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_4.md319#### Step 3: stop one existing etcd serverCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_4.md367#### Step 4: restart the etcd server with same configurationCOMMENT
LOW…arty/coreos-etcd/Documentation/upgrades/upgrade_3_4.md418#### Step 5: repeat *step 3* and *step 4* for rest of the membersCOMMENT
LOWpkg/component/filepersistence/volcengine.go168 // Step 1: Find the file system ID by nameCOMMENT
LOWpkg/component/filepersistence/volcengine.go189 // Step 2: Delete the file system by IDCOMMENT
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMthird_party/coreos-etcd/etcdserver/server.go162 // The API/raft component can utilize ClusterVersion to determine ifCOMMENT
MEDIUMbuilder/parser/compose/version3.go154 // NOTE: V3 doesn't use IP (they utilize Swarm instead for host-networking).COMMENT
MEDIUMbuilder/sources/container_config.go80 // container, and the runtime should leverage this to ensure correctCOMMENT
Verbosity Indicators5 hits · 8 pts
SeverityFileLineSnippetContext
LOWthird_party/process-exporter/proc/tracker.go419 // Step 1: track any new proc that should be tracked based on its name and cmdline.COMMENT
LOWthird_party/process-exporter/proc/tracker.go440 // Step 2: track any untracked new proc that should be tracked because its parent is tracked.COMMENT
LOWpkg/apis/rainbond/v1alpha1/helmapp_status.go82 // We are updating an existing condition, so we need to check if it has changed.COMMENT
LOWpkg/component/filepersistence/volcengine.go168 // Step 1: Find the file system ID by nameCOMMENT
LOWpkg/component/filepersistence/volcengine.go189 // Step 2: Delete the file system by IDCOMMENT
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOWthird_party/coreos-etcd/pkg/proxy/server.go247// TODO: implement packet reordering from multiple TCP connectionsCOMMENT
LOW…_party/coreos-etcd/etcdserver/api/v3client/v3client.go48 // TODO: implement clientv3.Auth interface?COMMENT
LOWpkg/apis/rainbond/v1alpha1/third_component.go203 // TODO: implement a realistic TCP lifecycle hookCOMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/mimo.yml92 # Define the MiMo provider. apiKey uses {env:...} so the key is read atCOMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpkg/common/scheme.go41 // +kubebuilder:scaffold:schemeCOMMENT
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWscripts/validate_test_manifest.py55CODE
LOWscripts/report_go_test_coverage.py60CODE
Fake / Example Data1 hit · 2 pts
SeverityFileLineSnippetContext
LOWutil/govalidator/validator_map.go14// e.g: data := map[string]interface{}{"name": "John Doe", "age": 30, "single": false}COMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWscripts/report_go_test_coverage.py4CODE