Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
This report presents the forensic synthetic code analysis of keploy/keploy, a Go project with 18,103 GitHub stars. SynthScan v2.0 examined 173,669 lines of code across 669 source files, recording 1005 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 7.3 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 1005 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | goreleaser.yaml | 101 | - amd64 | COMMENT |
| LOW | main.go | 281 | } | COMMENT |
| LOW | main.go | 301 | // runs (sudo / docker / cloud-replay re-exec paths print only once). On | COMMENT |
| LOW | tools/lint/no_timestamp_in_parser/analyzer.go | 1 | // Package notimestampinparser implements a go/analysis analyzer that forbids | COMMENT |
| LOW | tools/lint/no_timestamp_in_parser/analyzer.go | 101 | }) | COMMENT |
| LOW | tools/lint/no_timestamp_in_parser/analyzer_test.go | 1 | package notimestampinparser | COMMENT |
| LOW | …n_parser/testdata/src/suppressed/recorder/record_v2.go | 21 | func UptimeSinceBoot(boot time.Time) time.Duration { | COMMENT |
| LOW | config/config.go | 81 | // cert-hash libpq folds into the SCRAM proof, so postgres clients running | COMMENT |
| LOW | config/config.go | 101 | // takes precedence over this field for ad-hoc experimentation. | COMMENT |
| LOW | config/config.go | 121 | // alternatives, not a hierarchy. When OpportunisticTLSIntercept | COMMENT |
| LOW | config/config.go | 141 | // different units: MaxMemoryPerConnection is a byte budget, | COMMENT |
| LOW | config/default.go | 81 | # | COMMENT |
| LOW | tests/e2e/agent-ready-gated-on-ca/run.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 1 | # End-to-end harness for tests/e2e/agent-ready-gated-on-ca. | COMMENT |
| LOW | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 21 | # cold GitHub Actions runner this totals ~2–3s; 15s leaves ~12s of | COMMENT |
| LOW | tests/e2e/agent-ready-gated-on-ca/harness/main.go | 1 | // Command e2e-agent-ready-harness is a minimal wrapper around the | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/chaos_test.go | 21 | // TestChaosBrokenParser invokes the harness as a subprocess with a | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/e2e_tag_enabled_test.go | 1 | //go:build e2e | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/docker-compose.yml | 1 | # End-to-end chaos harness for tests/e2e/chaos-broken-parser. | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/docker-compose.yml | 21 | # the panic-recovery invariants this test guards. The in-process | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 1 | //go:build chaos_broken_parser | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 21 | // STATUS ON THIS BRANCH (feat/proxy-v2-foundation): | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 41 | // integrations.POSTGRES_V2 so p.integrationsPriority lists it | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 61 | "log" | COMMENT |
| LOW | …/e2e/chaos-broken-parser/harness/broken_parser_stub.go | 1 | //go:build !chaos_broken_parser | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/main.go | 1 | // Command chaos-broken-parser-harness drives the e2e chaos test that | COMMENT |
| LOW | tests/e2e/chaos-broken-parser/harness/main.go | 221 | // 1. Build + start a keploy proxy in-process with the chaos | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 61 | # it and returns empty, which would mask a clean exit as a timeout); | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 121 | if [ "${SKIP_EGRESS_PROBE:-0}" = "1" ]; then | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/docker-compose.yml | 1 | # docker-compose.yml — end-to-end reproduction of the CA-bundle-merge fix. | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/setup/main.go | 1 | // Package main is a small harness that exercises pkg/agent/proxy/tls's | COMMENT |
| LOW | tests/e2e/ca-bundle-merge/setup/main.go | 41 | // for test isolation we symlink /tmp/keploy-tls -> EXPORT_PATH before | COMMENT |
| LOW | utils/command_others.go | 21 | // It deliberately omits the filename-expansion characters (* ? [ ] { } ~): the | COMMENT |
| LOW | utils/utils.go | 261 | return bindErr | COMMENT |
| LOW | utils/utils.go | 281 | // logger = zapsentry.AttachCoreToLogger(core, logger) | COMMENT |
| LOW | utils/utils.go | 701 | }) | COMMENT |
| LOW | utils/utils.go | 1541 | return string(b[1 : len(b)-1]) | COMMENT |
| LOW | utils/execute_command_shellfree_test.go | 21 | // ExecuteCommand — with the command `docker compose -f - up ...` and the compose | COMMENT |
| LOW | utils/ctx.go | 21 | // instant BEFORE cancel() is called. The handler runs them synchronously, | COMMENT |
| LOW | utils/ctx.go | 61 | // os.Interrupt is more portable than syscall.SIGINT | COMMENT |
| LOW | utils/ctx.go | 81 | // The drain window is RESPECTED: additional SIGTERM/SIGINT signals | COMMENT |
| LOW | utils/drain.go | 1 | package utils | COMMENT |
| LOW | utils/log/logger.go | 21 | COMMENT | |
| LOW | utils/log/logger.go | 241 | return logger, logFile, nil | COMMENT |
| LOW | utils/log/logger.go | 341 | wrapWriter(zapcore.AddSync(os.Stdout)), | COMMENT |
| LOW | utils/log/logger.go | 401 | COMMENT | |
| LOW | utils/log/logger.go | 461 | // The new sink is composed alongside the input logger's existing core | COMMENT |
| LOW | utils/log/logger.go | 521 | s.capped.swap(zapcore.AddSync(newFile)) | COMMENT |
| LOW | cli/watch_parent_unix.go | 21 | // client (clientPID) goes away. | COMMENT |
| LOW | cli/agent.go | 41 | // Self-terminate (gracefully) if the parent keploy client dies | COMMENT |
| LOW | cli/provider/cmd.go | 221 | // subprocess) via the --disable-mapping arg the orchestrator | COMMENT |
| LOW | cli/provider/cmd.go | 301 | cmd.Flags().String("mode", string(c.cfg.Agent.Mode), "Mode of operation for Keploy (record or test)") | COMMENT |
| LOW | cli/provider/cmd.go | 321 | // the value flows through but produces a no-op at proxy.New. | COMMENT |
| LOW | cli/provider/cmd.go | 541 | c.logger.Debug("Using the last directory name as appName : " + appName) | COMMENT |
| LOW | .github/workflows/release.yml | 21 | # unblock CGO_ENABLED=1 release builds. pg_query_go v6.2.2 (Session P) | COMMENT |
| LOW | .github/workflows/release.yml | 41 | # and creates the GitHub release via `gh release create`) | COMMENT |
| LOW | .github/workflows/release.yml | 421 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | COMMENT |
| LOW | .github/workflows/sample_tls_pcap.yml | 1 | name: TLS pcap + keylog (sample-tls-app) | COMMENT |
| LOW | .github/workflows/sample_tls_pcap.yml | 81 | - name: Install tshark + openssl for pcap decryption check | COMMENT |
| 759 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/release.yml | 55 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 66 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 169 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 175 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 278 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 285 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 374 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/release.yml | 384 | # --------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 39 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 41 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 590 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 596 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 676 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 678 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 747 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 750 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 895 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 898 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 1144 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 1147 | # ------------------------------------------------------------------- | COMMENT |
| MEDIUM | …rkflows/test_workflow_scripts/check-deprecated-deps.sh | 3 | # ------------------------------- | COMMENT |
| MEDIUM | …rkflows/test_workflow_scripts/check-deprecated-deps.sh | 6 | # ------------------------------- | COMMENT |
| MEDIUM | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 166 | # ── --keep-app-alive regression coverage (docker-compose cmdType) ─────────── | COMMENT |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 9 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 14 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 118 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 183 | # ── --keep-app-alive regression coverage (docker-run cmdType) ─────────────── | COMMENT |
| MEDIUM | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 360 | # ── --keep-app-alive regression coverage ──────────────────────────────────── | COMMENT |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 22 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 26 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 46 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 48 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 57 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 51 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 53 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 120 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 122 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 133 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 135 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 149 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 155 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/golang/mux_elasticsearch_schema_noise/golang-linux.sh | 173 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 58 | // ── GCP ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 62 | // ── Azure ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 68 | // ── W3C Trace Context / OpenTelemetry ──────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 72 | // ── Zipkin B3 propagation ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 79 | // ── Datadog ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 85 | // ── Generic request/correlation IDs ────────────────────────────── | COMMENT |
| MEDIUM⚡ | pkg/agent/proxy/integrations/http/match.go | 90 | // ── Webhook signatures (request-side, inbound webhooks) ────────── | COMMENT |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 43 | // ── AWS SigV4 & SDK ────────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 102 | // ── Idempotency / CSRF ─────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 108 | // ── GCP trace (legacy) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/models/http_stream_body.go | 57 | // ── YAML Serialization ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/models/http_stream_body.go | 166 | // ── Stream body kind detection ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/models/http_stream_body.go | 255 | // ── YAML body decode/encode ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | pkg/models/http_stream_body.go | 383 | // ── Flat body reconstruction ────────────────────────────────────────────────── | COMMENT |
| 2 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/run.sh | 9 | # 2. After the harness flips the CAReady signal, subsequent POST | COMMENT |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 1 | # End-to-end harness for tests/e2e/agent-ready-gated-on-ca. | COMMENT |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 3 | # "agent" runs the e2e-harness built from local source. It mirrors the | COMMENT |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 27 | # TCP-connect healthcheck (busybox's `nc -z`) — once the harness binds | COMMENT |
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 1 | # End-to-end chaos harness for tests/e2e/chaos-broken-parser. | COMMENT |
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 8 | # This compose file ships only the dependencies the harness needs to | COMMENT |
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 11 | # available for the harness to exec queries through. The harness itself | COMMENT |
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 19 | # process by the harness. Running keploy in a sibling container would | COMMENT |
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 23 | # tests/e2e/agent-ready-gated-on-ca/harness where the HTTP handler is | COMMENT |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 38 | # alongside a local Postgres doesn't collide on 5432. The harness | COMMENT |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 55 | # Optional sidecar the harness can `docker compose exec` into to run | COMMENT |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 57 | # Kept alive via `sleep infinity`; the harness exec's per-query. | COMMENT |
| MEDIUM | tests/e2e/ca-bundle-merge/docker-compose.yml | 5 | # 1. `ca-writer`: runs the Go harness that exercises setupSharedVolume in a | COMMENT |
| MEDIUM | tests/e2e/ca-bundle-merge/docker-compose.yml | 24 | # Build context is repo root so the harness can import the tls package. | COMMENT |
| MEDIUM | utils/signal_windows.go | 44 | // to handle complex shell-like logic in 'userCmd'. 'cmd /C' is the most robust default. | COMMENT |
| MEDIUM | utils/utils.go | 1462 | // It is robust against strings that contain non-template curly braces by using a strict regex. | COMMENT |
| MEDIUM | cli/watch_parent_unix.go | 39 | // client PID — rather than relying on PDEATHSIG — is robust across the `sudo` | COMMENT |
| MEDIUM | .github/workflows/e2e-ca-bundle-merge.yml | 5 | # the Go harness which calls SetupCA(..., isDocker=true) so | COMMENT |
| MEDIUM | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 375 | # nothing more. Scoping to a single test-set keeps the assertion robust | COMMENT |
| MEDIUM | pkg/util_test.go | 1739 | // Mock logic or ensure specific error condition if possible, though ReplaceGrpcHost is robust | COMMENT |
| MEDIUM | pkg/agent/proxy/util/recover_test.go | 101 | // insensitively is robust across rewording. | COMMENT |
| MEDIUM | pkg/agent/proxy/tls/ca.go | 810 | // byte equality is robust to Subject-name renaming between | COMMENT |
| MEDIUM | pkg/service/tools/templatize.go | 1092 | // (Allow letters, digits, '_' as a simple/robust check.) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | keploy.sh | 199 | # Check if NO_ROOT is set to true | COMMENT |
| LOW⚡ | keploy.sh | 214 | # Check if the OS is macOS (Darwin) to set the correct source path | COMMENT |
| LOW | .github/workflows/golang_wsl.yml | 80 | # Check if debugfs is already mounted | COMMENT |
| LOW | …workflows/test_workflow_scripts/python-docker-macos.sh | 51 | # Set trap to run cleanup on script exit (success, failure, or interrupt) | COMMENT |
| LOW | …ithub/workflows/test_workflow_scripts/python-docker.sh | 123 | # Check if any test set did not pass | COMMENT |
| LOW | …t_workflow_scripts/python/flask-secret/python-linux.sh | 23 | # Set trap to cleanup on script exit | COMMENT |
| LOW⚡ | …t_workflow_scripts/python/flask-secret/python-linux.sh | 230 | # Check if keploy.yml was created in the original location (should NOT happen) | COMMENT |
| LOW⚡ | …t_workflow_scripts/python/flask-secret/python-linux.sh | 239 | # Check if keploy.yml still exists in the moved location | COMMENT |
| LOW⚡ | …t_workflow_scripts/python/flask-secret/python-linux.sh | 247 | # Check if the test with config path was successful | COMMENT |
| LOW | …orkflow_scripts/python/django_postgres/python-linux.sh | 186 | # Check if any test set did not pass | COMMENT |
| LOW | …t_workflow_scripts/python/schema_match/python-linux.sh | 25 | # Set trap to cleanup on script exit | COMMENT |
| LOW | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 131 | # Check if any test set did not pass | COMMENT |
| LOW | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 76 | # Set trap to run cleanup on script exit (success, failure, or interrupt) | COMMENT |
| LOW | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 319 | # Check if any test set did not pass | COMMENT |
| LOW | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 148 | # Check if any test set did not pass | COMMENT |
| LOW | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 44 | # Check if there is a keploy-config file, if there is, delete it. | COMMENT |
| LOW | …_workflow_scripts/golang/sse_preflight/golang-linux.sh | 13 | # Check if there is a keploy-config file, if there is, delete it. | COMMENT |
| LOW | …t_workflow_scripts/golang/http_pokeapi/golang-linux.sh | 13 | # Check if there is a keploy-config file, if there is, delete it. | COMMENT |
| LOW | …_workflow_scripts/node/express_mongoose/node-docker.sh | 133 | # Check if any test set did not pass | COMMENT |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 10 | # Check if there is a keploy-config file, if there is, delete it. | COMMENT |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 165 | # Check if any test set did not pass | COMMENT |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 183 | # Check if any test set did not pass | COMMENT |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 78 | # Check if value contains 'ms', 'µs', 'us', 's', etc. | COMMENT |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 147 | # Check if it's within tolerance (1% below threshold) | COMMENT |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 178 | # Check if k6 is available | COMMENT |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 216 | # Check if Keploy is still alive before starting the test | COMMENT |
| LOW | .github/actions/tester/install.sh | 45 | # Set GOCOVERDIR to the coverage directory | COMMENT |
| LOW | .github/actions/tester/install.sh | 68 | # Check if the number of directories is zero | COMMENT |
| LOW⚡ | pkg/core/proxy/tls/asset/setup_ca.sh | 28 | # Check if directory exists | COMMENT |
| LOW⚡ | pkg/core/proxy/tls/asset/setup_ca.sh | 33 | # Check if command exists | COMMENT |
| LOW⚡ | pkg/core/proxy/tls/asset/setup_ca.sh | 38 | # Check if Java is installed | COMMENT |
| LOW⚡ | pkg/agent/proxy/tls/asset/setup_ca.sh | 28 | # Check if directory exists | COMMENT |
| LOW⚡ | pkg/agent/proxy/tls/asset/setup_ca.sh | 33 | # Check if command exists | COMMENT |
| LOW⚡ | pkg/agent/proxy/tls/asset/setup_ca.sh | 38 | # Check if Java is installed | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | keploy.sh | 206 | # Create the target directory in the user's home directory | COMMENT |
| MEDIUM | .github/workflows/golang_docker_windows.yml | 58 | # Create a minimal per-job gitconfig BEFORE checkout to prevent | COMMENT |
| MEDIUM | .github/workflows/prepare_and_run.yml | 913 | # Create a minimal per-job gitconfig BEFORE checkout to prevent | COMMENT |
| MEDIUM | …ithub/workflows/test_workflow_scripts/python-docker.sh | 114 | # Define the report file for each test set | COMMENT |
| MEDIUM | …t_workflow_scripts/python/flask-secret/python-linux.sh | 212 | # Create a test config directory | COMMENT |
| MEDIUM | …orkflow_scripts/python/django_postgres/python-linux.sh | 177 | # Define the report file for each test set | COMMENT |
| MEDIUM | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 122 | # Define the report file for each test set | COMMENT |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 310 | # Define the report file for each test set | COMMENT |
| MEDIUM | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 139 | # Define the report file for each test set | COMMENT |
| MEDIUM | …t_workflow_scripts/golang/risk_profile/golang-linux.sh | 136 | # Define the expected risk for each API endpoint path | COMMENT |
| MEDIUM | …t_workflow_scripts/golang/risk_profile/golang-linux.sh | 155 | # Define the expected categories for each API endpoint path (comma-separated) | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 311 | # Create a pet type | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 325 | # Create an owner | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 343 | # Create a pet for an owner | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 361 | # Create a visit for a pet | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 377 | # Create a specialty | COMMENT |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 391 | # Create a vet | COMMENT |
| MEDIUM | …_workflow_scripts/node/express_mongoose/node-docker.sh | 124 | # Define the report file for each test set | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/actions/setup-private-parsers/action.yaml | 160 | # Step 1: PR body override. | COMMENT |
| LOW⚡ | .github/actions/setup-private-parsers/action.yaml | 175 | # Step 2: head-branch auto-pair. | COMMENT |
| LOW⚡ | .github/actions/setup-private-parsers/action.yaml | 180 | # Step 3: authoritative fall-through. Propagates errors. | COMMENT |
| LOW | pkg/util.go | 3852 | // Step 1: Check replaceWith URL | COMMENT |
| LOW | pkg/util.go | 3888 | // Step 2: ConfigHost override (only if no URL replacement match) | COMMENT |
| LOW | pkg/util.go | 3960 | // Step 5: Port mappings (highest priority, always checked) | COMMENT |
| LOW | pkg/agent/proxy/incoming/http_test.go | 375 | // Step 1: pre-fill bufio's internal buffer in a way that emulates | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 400 | // Step 2: simulate the next iteration starting AFTER the prior | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 407 | // Step 3: ReadRequest serves entirely from the prefetched buffer | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 417 | // Step 4: lastReadNano is unchanged from priorRead because no | COMMENT |
| LOW⚡ | pkg/models/postgres_v3_response_validate_test.go | 38 | // Step 1: malformed shape must serialize cleanly today — that is | COMMENT |
| LOW⚡ | pkg/models/postgres_v3_response_validate_test.go | 47 | // Step 2: malformed shape must deserialize cleanly as well. The | COMMENT |
| LOW | pkg/models/postgres_v3_response_validate_test.go | 62 | // Step 3: Validate() must reject the combination. This is the | COMMENT |
| LOW | pkg/service/tools/templatize.go | 328 | // Step 1: collect candidates. | COMMENT |
| LOW | pkg/service/tools/templatize.go | 419 | // Step 2: group by baseKey | COMMENT |
| LOW | pkg/service/tools/templatize.go | 436 | // Step 3: sort candidates in this group by producer test index (ascending) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/actions/setup-private-parsers/action.yaml | 160 | # Step 1: PR body override. | COMMENT |
| LOW⚡ | .github/actions/setup-private-parsers/action.yaml | 175 | # Step 2: head-branch auto-pair. | COMMENT |
| LOW⚡ | .github/actions/setup-private-parsers/action.yaml | 180 | # Step 3: authoritative fall-through. Propagates errors. | COMMENT |
| LOW | pkg/util.go | 3852 | // Step 1: Check replaceWith URL | COMMENT |
| LOW | pkg/util.go | 3888 | // Step 2: ConfigHost override (only if no URL replacement match) | COMMENT |
| LOW | pkg/util.go | 3960 | // Step 5: Port mappings (highest priority, always checked) | COMMENT |
| LOW | pkg/agent/proxy/incoming/http_test.go | 375 | // Step 1: pre-fill bufio's internal buffer in a way that emulates | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 400 | // Step 2: simulate the next iteration starting AFTER the prior | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 407 | // Step 3: ReadRequest serves entirely from the prefetched buffer | COMMENT |
| LOW⚡ | pkg/agent/proxy/incoming/http_test.go | 417 | // Step 4: lastReadNano is unchanged from priorRead because no | COMMENT |
| LOW⚡ | pkg/models/postgres_v3_response_validate_test.go | 38 | // Step 1: malformed shape must serialize cleanly today — that is | COMMENT |
| LOW⚡ | pkg/models/postgres_v3_response_validate_test.go | 47 | // Step 2: malformed shape must deserialize cleanly as well. The | COMMENT |
| LOW | pkg/models/postgres_v3_response_validate_test.go | 62 | // Step 3: Validate() must reject the combination. This is the | COMMENT |
| LOW | pkg/service/tools/templatize.go | 328 | // Step 1: collect candidates. | COMMENT |
| LOW | pkg/service/tools/templatize.go | 419 | // Step 2: group by baseKey | COMMENT |
| LOW | pkg/service/tools/templatize.go | 436 | // Step 3: sort candidates in this group by producer test index (ascending) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tests/e2e/chaos-broken-parser/docker-compose.yml | 14 | # orchestrates the query load + log assertions. | COMMENT |
| MEDIUM | .github/workflows/golang_docker_windows.yml | 98 | # (the process orchestrating that job's `docker compose up`), | COMMENT |
| MEDIUM | …/test_workflow_scripts/fuzzer/postgres/golang-linux.sh | 3 | # This script orchestrates the testing of the Postgres fuzzer with Keploy. | COMMENT |
| MEDIUM | …ows/test_workflow_scripts/fuzzer/mysql/golang-linux.sh | 3 | # This script orchestrates the testing of the MySQL fuzzer with Keploy. | COMMENT |
| MEDIUM | …ows/test_workflow_scripts/fuzzer/mongo/golang-linux.sh | 4 | # This script orchestrates the testing of the Mongo fuzzer with Keploy. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | pkg/models/postgres_v3_response_validate_test.go | 273 | if err := m.Spec.PostgresV3.Query.Response.Validate(); err != nil { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | utils/utils.go | 1490 | logger.Debug("failed to parse a valid-looking template placeholder", zap.String("placeholder", match), zap.Error(err) | CODE |
| LOW | …workflows/test_workflow_scripts/python-docker-macos.sh | 111 | -d '{"student_id":"12345","name":"John Doe","age":20}' http://localhost:$APP_PORT/students >/dev/null | CODE |
| LOW | …ithub/workflows/test_workflow_scripts/python-docker.sh | 41 | curl -X POST -H "Content-Type: application/json" -d '{"student_id": "12345", "name": "John Doe", "age": 20}' http:// | CODE |
| LOW | …orkflow_scripts/python/django_postgres/python-linux.sh | 99 | "name": "John Doe", | CODE |
| LOW | …t_workflow_scripts/node/express_mongoose/node-linux.sh | 65 | --data '{"name":"John Doe","email":"john@xyiz.com","phone":"0123456799"}' || true | CODE |
| LOW | …_workflow_scripts/node/express_mongoose/node-docker.sh | 43 | "name":"John Doe", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ow_scripts/python/http-stale-pool-race/burst_client.py | 70 | except Exception as exc: | CODE |
| LOW | …ow_scripts/python/http-stale-pool-race/burst_client.py | 80 | except Exception: | CODE |
| LOW | …test_workflow_scripts/python/outbound-fin-stall/app.py | 50 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …w_scripts/python/outbound-fin-stall/silent_upstream.py | 28 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …w_scripts/python/outbound-fin-stall/silent_upstream.py | 34 | CODE |