Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
This report presents the forensic synthetic code analysis of agones-dev/agones, a Go project with 6,996 GitHub stars. SynthScan v2.0 examined 238,721 lines of code across 963 source files, recording 1171 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 13.7 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).
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 1171 distinct pattern matches across 17 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⚡ | sdks/nodejs/lib/sdk_pb.js | 746 | objectMeta: (f = msg.getObjectMeta()) && proto.agones.dev.sdk.GameServer.ObjectMeta.toObject(includeInstance, f), | CODE |
| CRITICAL⚡ | sdks/nodejs/lib/sdk_pb.js | 747 | spec: (f = msg.getSpec()) && proto.agones.dev.sdk.GameServer.Spec.toObject(includeInstance, f), | CODE |
| CRITICAL⚡ | sdks/nodejs/lib/sdk_pb.js | 748 | status: (f = msg.getStatus()) && proto.agones.dev.sdk.GameServer.Status.toObject(includeInstance, f) | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 340 | return proto.agones.dev.sdk.Empty.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 374 | return proto.agones.dev.sdk.Empty.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 407 | proto.agones.dev.sdk.Empty.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 441 | return proto.agones.dev.sdk.KeyValue.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 476 | return proto.agones.dev.sdk.KeyValue.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 517 | proto.agones.dev.sdk.KeyValue.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 601 | return proto.agones.dev.sdk.Duration.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 635 | return proto.agones.dev.sdk.Duration.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 672 | proto.agones.dev.sdk.Duration.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 731 | return proto.agones.dev.sdk.GameServer.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 767 | return proto.agones.dev.sdk.GameServer.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 815 | proto.agones.dev.sdk.GameServer.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 873 | return proto.agones.dev.sdk.GameServer.ObjectMeta.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 915 | return proto.agones.dev.sdk.GameServer.ObjectMeta.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 988 | proto.agones.dev.sdk.GameServer.ObjectMeta.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1249 | return proto.agones.dev.sdk.GameServer.Spec.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1264 | health: (f = msg.getHealth()) && proto.agones.dev.sdk.GameServer.Spec.Health.toObject(includeInstance, f) | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1283 | return proto.agones.dev.sdk.GameServer.Spec.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1321 | proto.agones.dev.sdk.GameServer.Spec.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1363 | return proto.agones.dev.sdk.GameServer.Spec.Health.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1400 | return proto.agones.dev.sdk.GameServer.Spec.Health.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1449 | proto.agones.dev.sdk.GameServer.Spec.Health.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1627 | return proto.agones.dev.sdk.GameServer.Status.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1648 | players: (f = msg.getPlayers()) && proto.agones.dev.sdk.GameServer.Status.PlayerStatus.toObject(includeInstance, f), | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1669 | return proto.agones.dev.sdk.GameServer.Status.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1713 | jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype. | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1719 | jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype. | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1737 | proto.agones.dev.sdk.GameServer.Status.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1817 | return proto.agones.dev.sdk.GameServer.Status.Address.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1852 | return proto.agones.dev.sdk.GameServer.Status.Address.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1893 | proto.agones.dev.sdk.GameServer.Status.Address.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 1977 | return proto.agones.dev.sdk.GameServer.Status.Port.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2012 | return proto.agones.dev.sdk.GameServer.Status.Port.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2053 | proto.agones.dev.sdk.GameServer.Status.Port.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2144 | return proto.agones.dev.sdk.GameServer.Status.PlayerStatus.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2180 | return proto.agones.dev.sdk.GameServer.Status.PlayerStatus.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2225 | proto.agones.dev.sdk.GameServer.Status.PlayerStatus.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2353 | return proto.agones.dev.sdk.GameServer.Status.CounterStatus.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2388 | return proto.agones.dev.sdk.GameServer.Status.CounterStatus.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2429 | proto.agones.dev.sdk.GameServer.Status.CounterStatus.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2520 | return proto.agones.dev.sdk.GameServer.Status.ListStatus.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2555 | return proto.agones.dev.sdk.GameServer.Status.ListStatus.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/sdk_pb.js | 2596 | proto.agones.dev.sdk.GameServer.Status.ListStatus.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 286 | return proto.agones.dev.sdk.beta.Empty.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 320 | return proto.agones.dev.sdk.beta.Empty.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 353 | proto.agones.dev.sdk.beta.Empty.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 387 | return proto.agones.dev.sdk.beta.Counter.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 423 | return proto.agones.dev.sdk.beta.Counter.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 468 | proto.agones.dev.sdk.beta.Counter.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 577 | return proto.agones.dev.sdk.beta.CounterUpdateRequest.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 614 | return proto.agones.dev.sdk.beta.CounterUpdateRequest.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 665 | proto.agones.dev.sdk.beta.CounterUpdateRequest.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 839 | return proto.agones.dev.sdk.beta.GetCounterRequest.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 873 | return proto.agones.dev.sdk.beta.GetCounterRequest.deserializeBinaryFromReader(msg, reader); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 910 | proto.agones.dev.sdk.beta.GetCounterRequest.serializeBinaryToWriter(this, writer); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 969 | return proto.agones.dev.sdk.beta.UpdateCounterRequest.toObject(opt_includeInstance, this); | CODE |
| CRITICAL | sdks/nodejs/lib/beta/beta_pb.js | 984 | counterupdaterequest: (f = msg.getCounterupdaterequest()) && proto.agones.dev.sdk.beta.CounterUpdateRequest.toObject | CODE |
| 256 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cloudbuild.yaml | 1 | --- | COMMENT |
| LOW | tools.go | 1 | //go:build tools | COMMENT |
| LOW | .golangci.yml | 121 | # Warn when an exclusion below stops matching anything, so these do not | COMMENT |
| LOW | .golangci.yml | 141 | # matters for the controllers, where cancellation has to propagate; in a | COMMENT |
| LOW | cmd/ping/udp_test.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/ping/udp.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/ping/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/processor/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/sdk-server/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/sdk-server/main_test.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/controller/pprof.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/controller/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/controller/main_test.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/extensions/pprof.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/extensions/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/allocator/metrics.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/allocator/main.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | cmd/allocator/main_test.go | 1 | // Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke-autopilot/outputs.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke-autopilot/cluster.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke-autopilot/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/aks/outputs.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/aks/aks.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/aks/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke/outputs.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke/cluster.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/gke/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/eks/outputs.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/eks/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/eks/eks.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/helm3/helm.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/helm3/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/oke-helm3/helm.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/terraform/modules/oke-helm3/variables.tf | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/defaultfeaturegates.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/Chart.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/values.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/scripts/delete_agones_resources.sh | 1 | #!/bin/sh | COMMENT |
| LOW | install/helm/agones/templates/service-monitor.yaml | 1 | {{- if and (.Values.agones.metrics.prometheusEnabled) (.Values.agones.metrics.serviceMonitor.enabled) }} | COMMENT |
| LOW | …/helm/agones/templates/controller-metrics-service.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/pdb.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …stall/helm/agones/templates/extensions-deployment.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/controller.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/processor.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/service.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/extensions.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …/helm/agones/templates/extensions-metrics-service.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/ping.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/crds/gameserverset.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …tall/helm/agones/templates/crds/_gameserverstatus.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …/agones/templates/crds/gameserverallocationpolicy.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …/helm/agones/templates/crds/_gameserverspecschema.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/crds/gameserver.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/crds/fleet.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …helm/agones/templates/crds/_fleetautoscalerpolicy.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | install/helm/agones/templates/crds/fleetautoscaler.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| LOW | …ates/crds/k8s/_io.k8s.api.core.v1.PodTemplateSpec.yaml | 1 | --- | COMMENT |
| LOW | …/_io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.yaml | 1 | --- | COMMENT |
| LOW | install/helm/agones/templates/tests/test-runner.yaml | 1 | {{- if .Values.helm.installTests }} | COMMENT |
| LOW | install/helm/agones/templates/serviceaccounts/sdk.yaml | 1 | # Copyright Contributors to Agones a Series of LF Projects, LLC. | COMMENT |
| 704 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 32 | // ┌─────────────────┐ ┌─────────────────────┐ ┌─────────────────────┐ | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 36 | // └─────────────────┘ └─────────────────────┘ └─────────────────────┘ | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 40 | // │ ├──────────────────────────► | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 43 | // ├────────────────────────► │ | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 50 | // │ ◄──────────────────────────┤ | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 53 | // │ ├──────────────────────────► | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 60 | // │ ◄──────────────────────────┤ | COMMENT |
| MEDIUM⚡ | pkg/gameserverallocations/processor/doc.go | 62 | // ◄────────────────────────┤ │ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | install/helm/agones/templates/service/allocation.yaml | 17 | # Define a Service for the agones-allocator | COMMENT |
| MEDIUM | install/helm/agones/templates/service/allocation.yaml | 383 | # Create a ClusterRole in that grants access to the agones allocation api | COMMENT |
| MEDIUM | install/helm/agones/templates/service/allocation.yaml | 414 | # Create a ServiceAccount that will be bound to the above role | COMMENT |
| MEDIUM | sdks/python/agones/_generated/sdk_pb2_grpc.py | 223 | # This class is part of an EXPERIMENTAL API. | COMMENT |
| MEDIUM | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 181 | # This class is part of an EXPERIMENTAL API. | COMMENT |
| MEDIUM | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 228 | # This class is part of an EXPERIMENTAL API. | COMMENT |
| MEDIUM | test/upgrade/permissions.yaml | 321 | # Create a ClusterRole in that grants access to the agones allocation api | COMMENT |
| MEDIUM | examples/autoscaler-webhook/autoscaler-service.yaml | 16 | # Define a Service for the autoscaler-webhook | COMMENT |
| MEDIUM | examples/autoscaler-webhook/autoscaler-service-tls.yaml | 16 | # Define a Service for the autoscaler-webhook | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 229 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 256 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 283 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 310 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 337 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 364 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 391 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 418 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 445 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 187 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 214 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 241 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 268 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 295 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 322 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 234 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 261 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 288 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 315 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 342 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 369 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 396 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | sdks/python/agones/_generated/sdk_pb2_grpc.py | 0 | client and server classes corresponding to protobuf-defined services. | STRING |
| HIGH | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 0 | client and server classes corresponding to protobuf-defined services. | STRING |
| HIGH | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 0 | client and server classes corresponding to protobuf-defined services. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test/e2e/fleetautoscaler_test.go | 2354 | // May want to replace this with a more robust solution using the Kubernetes client-go library at some point, but since | COMMENT |
| MEDIUM | examples/gameserverallocation.yaml | 49 | # via Allocation. Defaults to "Ready". The only other option is "Allocated", which can be used in conjunction with | COMMENT |
| MEDIUM | examples/gameserverallocation-deprecated.yaml | 41 | # via Allocation. Defaults to "Ready". The only other option is "Allocated", which can be used in conjunction with | COMMENT |
| MEDIUM | site/static/js/asciinema-player.js | 73 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e(require("react"));else if("functio | CODE |
| MEDIUM | pkg/fleets/controller_test.go | 1201 | // Absolutely different GameServer Spec, 1.1 CPU | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/autoscaler-wasm/README.md | 86 | ### Step 1: Create a Fleet | COMMENT |
| LOW | examples/autoscaler-wasm/README.md | 94 | ### Step 2: Deploy the FleetAutoscaler | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 40 | ## Step 1: Deploy the Fleet | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 47 | ## Step 2: Create a Fleet Autoscaler with Wasm Policy | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 124 | ## Step 3: See the Fleet and Autoscaler Status | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 190 | ## Step 4: Allocate Game Servers from the Fleet to Trigger Scale Up | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 229 | ## Step 5: Check New Autoscaler and Fleet Status | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 291 | ## Step 6: Check Downscaling | COMMENT |
| LOW | …en/docs/Getting Started/create-wasm-fleetautoscaler.md | 338 | ## Step 7: Cleanup | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/python/tests/test_alpha.py | 58 | def test_get_connected_players(self): | CODE |
| LOW | sdks/python/tests/test_sdk.py | 32 | def test_default_host_and_port(self): | CODE |
| LOW | sdks/python/tests/test_sdk.py | 37 | def test_custom_host_and_port(self): | CODE |
| LOW | sdks/python/tests/test_sdk.py | 126 | def test_alpha_not_connected_raises(self): | CODE |
| LOW | sdks/python/tests/test_sdk.py | 131 | def test_beta_not_connected_raises(self): | CODE |
| LOW | sdks/python/tests/test_beta.py | 55 | def test_get_counter_capacity(self): | CODE |
| LOW | sdks/python/tests/test_beta.py | 59 | def test_set_counter_capacity(self): | CODE |
| LOW | site/static/js/asciinema-player.js | 60 | !function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof defin | CODE |
| LOW | site/static/js/asciinema-player.js | 187 | function registerAsciinemaPlayerElement() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | sdks/python/agones/sdk.py | 134 | def set_label(self, key: str, value: str) -> None: | CODE |
| LOW⚡ | sdks/python/agones/sdk.py | 138 | def set_annotation(self, key: str, value: str) -> None: | CODE |
| LOW | sdks/python/agones/beta.py | 36 | def set_counter_count(self, key: str, amount: int) -> None: | CODE |
| LOW | sdks/python/agones/beta.py | 64 | def set_counter_capacity(self, key: str, amount: int) -> None: | CODE |
| LOW | sdks/python/agones/beta.py | 78 | def set_list_capacity(self, key: str, amount: int) -> None: | CODE |
| LOW | sdks/python/agones/__init__.py | 17 | __all__ = ["AgonesSDK"] | CODE |
| LOW | sdks/python/agones/alpha.py | 36 | def set_player_capacity(self, capacity: int) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/python/agones/__init__.py | 15 | CODE | |
| LOW | sdks/python/agones/_generated/sdk_pb2_grpc.py | 20 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2.py | 41 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2.py | 42 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2.py | 43 | CODE | |
| LOW | sdks/python/agones/_generated/beta/beta_pb2_grpc.py | 20 | CODE | |
| LOW | sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py | 20 | CODE | |
| LOW | test/sdk/python/testSDKClient.py | 20 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | pkg/gameserversets/controller.go | 293 | // making sure there are aways as many GameServers as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | examples/simple-genai-server/gameserver_autochat.yaml | 34 | # server is in the same cluster as your inference server you can also use the k8s | COMMENT |
| MEDIUM | examples/simple-genai-server/gameserver_manualchat.yaml | 34 | # same cluster as your inference server you can also use the k8s service discovery | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/python/agones/sdk.py | 99 | except Exception as e: | CODE |
| LOW⚡ | sdks/python/agones/sdk.py | 125 | except Exception as e: | CODE |
| MEDIUM | sdks/python/agones/sdk.py | 96 | def _stream(): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/terraform/modules/gke-autopilot/cluster.tf | 23 | # Set values to default if not key was not set in original map | COMMENT |
| LOW | install/terraform/modules/gke/cluster.tf | 23 | # Set values to default if not key was not set in original map | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdks/unity/third_party/MiniJSON.cs | 36 | // Example usage: | COMMENT |
| LOW | …y-simple/Assets/Scripts/Agones/third_party/MiniJSON.cs | 36 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pkg/gameservers/health.go | 301 | // finally, we need to check if the failed container happened after the gameserver was ready or before. | COMMENT |