Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes users and administrators precious time, effort, and resources.
This report presents the forensic synthetic code analysis of kubescape/kubescape, a Go project with 11,531 GitHub stars. SynthScan v2.0 examined 122,504 lines of code across 613 source files, recording 144 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.1 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 144 distinct pattern matches across 10 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 | …l/vapdata/kubescape-validating-admission-policies.yaml | 84 | object.kind != kind) || object.spec.template.spec.volumes.all(vol, !(has(vol.hostPath)))' | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 86 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.volumes.all(vol, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 138 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 142 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, params.settings.i | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 216 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet', 'Job'].all(kind, object.kind != kind) || object.spec.templat | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 224 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, !(has(container.s | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 282 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 285 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 341 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 345 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 401 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 405 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, has(container.res | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 458 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 462 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 517 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 522 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 575 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 578 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 671 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || !has(object.spec.tem | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 712 | object.kind != 'CronJob' || !has(object.spec.jobTemplate.spec.volumes) || object.spec.jobTemplate.spec.template.sp | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1007 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1019 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, !has(container.po | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1079 | object.kind != kind) || !object.spec.template.spec.containers.exists(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1082 | - expression: object.kind != 'CronJob' || !object.spec.jobTemplate.spec.template.spec.containers.exists(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1139 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1147 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.volumes.all(vol, !(has(vol.hostPath)) || ob | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1207 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1211 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, params.settings.i | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1263 | object.kind != kind) || !has(object.spec.template.spec.volumes) || object.spec.template.spec.volumes.all(vol, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1267 | || object.spec.jobTemplate.spec.template.spec.volumes.all(vol, !(has(vol.hostPath))) | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1322 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1326 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1378 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || (has(object.spec.tem | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1381 | object.kind != 'CronJob' || (has(object.spec.jobTemplate.metadata.annotations) && object.spec.jobTemplate.metadata | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1431 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1434 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1491 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet', 'Job'].all(kind, object.kind != kind) || object.spec.templat | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1499 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, !(has(container.s | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1604 | object.kind != kind) || object.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1607 | - expression: object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1688 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet', 'Job'].all(kind, object.kind != kind) || !(has(object.spec.t | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1696 | object.kind != 'CronJob' || !(has(object.spec.jobTemplate.spec.volumes)) || object.spec.jobTemplate.spec.template. | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1760 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1771 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, !( | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1847 | !(object.spec.template.metadata.labels.all(label, params.settings.recommendedLabels.all( | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1862 | !(object.spec.jobTemplate.metadata.labels.all(label, params.settings.recommendedLabels.all( | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1935 | !(object.spec.template.metadata.labels.all(label, params.settings.k8sRecommendedLabels.all( | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 1950 | !(object.spec.jobTemplate.metadata.labels.all(label, params.settings.k8sRecommendedLabels.all( | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2013 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2021 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, params.settings.i | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2081 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2085 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2141 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2145 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2201 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2205 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2261 | ['Deployment','ReplicaSet','DaemonSet','StatefulSet','Job'].all(kind, object.kind != kind) || object.spec.template | CODE |
| CRITICAL | …l/vapdata/kubescape-validating-admission-policies.yaml | 2265 | object.kind != 'CronJob' || object.spec.jobTemplate.spec.template.spec.containers.all(container, (!(!(has(containe | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | core/core/patch_integration_test.go | 1 | //go:build integration_patch | COMMENT |
| LOW | core/cautils/operatorscaninfo.go | 121 | COMMENT | |
| LOW | core/cautils/scancoverage.go | 21 | // PolicyDegradations records policy inputs (control configurations, | COMMENT |
| LOW | core/cautils/scancoverage.go | 121 | // ResourceToControlsMap, timedOutControls, and any partial GVR pull failures | COMMENT |
| LOW | …/testdata/kustomize/helm/charts/test-chart/values.yaml | 1 | # Empty default values for test-chart fixture used by TestKustomizeDirectoryWithHelmCharts. | COMMENT |
| LOW | core/cautils/getter/doc.go | 1 | // Package getter provides functionality to retrieve policy objects. | COMMENT |
| LOW | core/cautils/helmprovenance/helmprovenance.go | 1 | // Package helmprovenance recovers a best-effort link from a rendered Helm | COMMENT |
| LOW | core/cautils/helmprovenance/helmprovenance.go | 21 | "strings" | COMMENT |
| LOW | core/cautils/helmprovenance/helmprovenance.go | 41 | // TemplateLine is the 1-based line of the first apiVersion: occurrence | COMMENT |
| LOW | core/cautils/helmprovenance/helmprovenance.go | 81 | // .Values.foo.bar — captures the trailing ".foo.bar" segment. | COMMENT |
| LOW | core/pkg/opaprocessor/cel/env.go | 1 | // Package cel implements the CEL evaluation engine for Kubescape. It compiles | COMMENT |
| LOW | core/pkg/opaprocessor/cel/env.go | 21 | // breaking the equivalence guarantee. Always extend the base set; never replace | COMMENT |
| LOW | core/pkg/opaprocessor/cel/env.go | 41 | // A standard, first-class VAP variable; the apiserver | COMMENT |
| LOW | core/pkg/opaprocessor/cel/catalog.go | 1 | package cel | COMMENT |
| LOW | core/pkg/opaprocessor/cel/loader.go | 41 | COMMENT | |
| LOW | core/pkg/opaprocessor/cel/loader.go | 81 | // bundle never changes at runtime. | COMMENT |
| LOW | core/pkg/opaprocessor/cel/loader.go | 161 | // else. The bundle is a mixed stream synced from cel-admission-library, which | COMMENT |
| LOW | core/pkg/opaprocessor/cel/evaluator.go | 21 | COMMENT | |
| LOW | core/pkg/opaprocessor/cel/evaluator.go | 81 | } | COMMENT |
| LOW | core/pkg/opaprocessor/cel/evaluator.go | 101 | // - a variable that errors but is never referenced does not affect the object | COMMENT |
| LOW | core/pkg/opaprocessor/cel/stub.go | 21 | // - namespaceObject is the resource's Namespace object, or nil when the | COMMENT |
| LOW | core/pkg/opaprocessor/cel/stub.go | 41 | // | COMMENT |
| LOW | core/pkg/containerscan/gojayunmarshaller.go | 201 | return 0 | COMMENT |
| LOW | core/pkg/containerscan/datastructures.go | 21 | var KnownSeverities = map[string]bool{ | COMMENT |
| LOW | core/pkg/containerscan/datastructures.go | 41 | // fmt.Println(result) // Output: 1 | COMMENT |
| LOW | core/pkg/reportcrypto/decrypt.go | 41 | masterKey, | COMMENT |
| LOW | core/pkg/reportcrypto/decrypt.go | 241 | // | COMMENT |
| LOW | core/pkg/anonymizer/anonymizer.go | 41 | // The DEK is wrapped using the supplied master key (KEK) | COMMENT |
| LOW | core/pkg/policyhandler/cache_bug_test.go | 261 | // | COMMENT |
| LOW | httphandler/docs/docs.go | 1 | // Package classification Kubescape Microservice | COMMENT |
| LOW | httphandler/handlerequests/v1/requestparser.go | 21 | // Do not delete results after returning (relevant only for synchronous requests) | COMMENT |
| LOW | httphandler/handlerequests/v1/requestparser.go | 41 | // | COMMENT |
| LOW | httphandler/handlerequests/v1/requestshandler_test.go | 141 | } | COMMENT |
| LOW | httphandler/handlerequests/v1/requestshandler_test.go | 161 | // httpHandler.Status(nil, request) | COMMENT |
| LOW | httphandler/handlerequests/v1/results_handler_test.go | 21 | // completely uncovered. Those branches govern: | COMMENT |
| LOW | examples/helm_chart/Chart.yaml | 21 | # to the chart and its templates, including the app version. | COMMENT |
| LOW | examples/helm_chart/values.yaml | 1 | # Default values for kubescape. | COMMENT |
| LOW | examples/online-boutique/emailservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/checkoutservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/recommendationservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/frontend.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/paymentservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/productcatalogservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/cartservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/loadgenerator.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/currencyservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/shippingservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/redis.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | examples/online-boutique/adservice.yaml | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | .github/workflows/scorecard.yml | 41 | with: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | examples/helm_chart/values.yaml | 6 | # ┌────────────── timezone (optional) | COMMENT |
| MEDIUM⚡ | examples/helm_chart/values.yaml | 7 | # | ┌───────────── minute (0 - 59) | COMMENT |
| MEDIUM⚡ | examples/helm_chart/values.yaml | 8 | # | │ ┌───────────── hour (0 - 23) | COMMENT |
| MEDIUM⚡ | examples/helm_chart/values.yaml | 9 | # | │ │ ┌───────────── day of the month (1 - 31) | COMMENT |
| MEDIUM⚡ | examples/helm_chart/values.yaml | 10 | # | │ │ │ ┌───────────── month (1 - 12) | COMMENT |
| MEDIUM⚡ | examples/helm_chart/values.yaml | 11 | # | │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | core/cautils/getter/testdata/NSA.json | 617 | "rule": "package armo_builtins\n\n\n# Check if container has limits\ndeny[msga] {\n \tpods := [pod | pod = in | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1687 | "rule": "package armo_builtins\n\ndeny[msga] {\n\tdeployment := input[_]\n\tdeployment.kind == \"Deployment\"\ | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1747 | "rule": "package armo_builtins\nimport data.cautils as cautils\n\n# Check if audit logs is enabled for GKE\nde | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1790 | "rule": "package armo_builtins\nimport data.cautils as cautils\n\n# Check if audit logs is enabled for native | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1850 | "rule": "package armo_builtins\n\n\n# Check if encryption in etcd in enabled for EKS\ndeny[msga] {\n\tcluster_ | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1893 | "rule": "package armo_builtins\n\nimport data.cautils as cautils\n\n# Check if encryption in etcd is enabled f | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1955 | "rule": "package armo_builtins\n\n\n# Check if PSP is enabled for GKE\ndeny[msga] {\n\tcluster_config := input | CODE |
| LOW | core/cautils/getter/testdata/NSA.json | 1998 | "rule": "package armo_builtins\n\n\n# Check if psp is enabled for native k8s\ndeny[msga] {\n\tapiserverpod := | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2251 | "rule": "package armo_builtins\n\ndeny[msga] {\n\tdeployment := input[_]\n\tdeployment.kind == \"Deployment\"\ | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2311 | "rule": "package armo_builtins\nimport data.cautils as cautils\n\n# Check if audit logs is enabled for GKE\nde | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2354 | "rule": "package armo_builtins\nimport data.cautils as cautils\n\n# Check if audit logs is enabled for native | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2414 | "rule": "package armo_builtins\n\n\n# Check if encryption in etcd in enabled for EKS\ndeny[msga] {\n\tcluster_ | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2457 | "rule": "package armo_builtins\n\nimport data.cautils as cautils\n\n# Check if encryption in etcd is enabled f | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2517 | "rule": "package armo_builtins\n\n\n# Check if PSP is enabled for GKE\ndeny[msga] {\n\tcluster_config := input | CODE |
| LOW | core/cautils/getter/testdata/MITRE.json | 2560 | "rule": "package armo_builtins\n\n\n# Check if psp is enabled for native k8s\ndeny[msga] {\n\tapiserverpod := | CODE |
| LOW | smoke_testing/test_version.py | 24 | # Check if RELEASE (with or without 'v' prefix) is in the output | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cmd/vap/vap.go | 32 | # Create a policy binding by Kubescape control ID | COMMENT |
| MEDIUM | cmd/vap/vap.go | 34 | # Create a policy binding by ValidatingAdmissionPolicy name | COMMENT |
| MEDIUM | examples/cloud-vendor-integration/aws.sh | 35 | # Create a kubescape policy | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | core/pkg/reportcrypto/decrypt_test.go | 63 | "John Doe", | CODE |
| LOW | core/pkg/reportcrypto/decrypt_test.go | 164 | "John Doe", | CODE |
| LOW | core/pkg/reportcrypto/decrypt_test.go | 356 | "John Doe", | CODE |
| LOW | core/pkg/reportcrypto/decrypt_test.go | 452 | "John Doe", | CODE |
| LOW | core/pkg/anonymizer/session_test.go | 840 | CommitterName: "John Doe", | CODE |
| LOW | core/pkg/anonymizer/session_test.go | 956 | CommitterName: "John Doe", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | core/pkg/hostsensorutils/utils_test.go | 57 | // Essentially, unless we hit some extreme edge case, we never get an error to be added to the map. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | smoke_testing/smoke_utils.py | 17 | except Exception as e: | CODE |
| MEDIUM | smoke_testing/smoke_utils.py | 7 | def run_command(command, stdin=subprocess.PIPE, stderr=subprocess.STDOUT): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | core/core/initutils_test.go | 450 | }, // TODO: Add test "If CloudReportURL is set" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | smoke_testing/test_scan.py | 52 | def scan_all_format_pretty_printer(kubescape_exec: str): | CODE |