Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
137 of your 372 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 6.02s · analysis 48.24s · 23.2 MB · GitHub API rate-limit (preflight)

opensearch-project/opensearch-migrations

https://github.com/opensearch-project/opensearch-migrations · scanned 2026-06-05 22:54 UTC (4 days, 5 hours ago) · 10 languages

790 raw signals (332 security + 458 graph) 7th percentile · Java · large (100-500K LoC) System graph score 68 (lower by 3)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 5 hours ago · v2 · 350 actionable findings from 2 signal sources. 186 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 28.0 0.25 7.00
testing_score 100.0 0.20 20.00
documentation_score 91.0 0.15 13.65
practices_score 97.0 0.15 14.55
code_quality 36.6 0.10 3.66
Overall 1.00 64.9
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C+ (65/100). Dimensions: security 28, maintainability 40. 332 findings (70 security). 306,674 lines analyzed.

Showing 245 of 350 actionable findings. 536 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED035] Js New Function: new Function(...) compiles strings to functions.
Review and fix per the pattern semantics. See CWE-95 / for context.
TrafficCapture/SolrTransformations/transforms/build.mjs:70
critical Security checks cicd CI/CD security conf 0.96 4 occurrences Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
4 files, 4 locations
TrafficCapture/SolrTransformations/docker/docker-compose.yml:1
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:55
dev-tools/jenkinsdocker/docker-compose.yml:3
solrMigrationDevSandbox/docker-compose.yml:23
CI/CD securitycontainers
critical Security checks cicd CI/CD security conf 0.98 Compose service mounts the Docker socket
The Docker socket gives the container control over the Docker host and is commonly equivalent to host root access.
dev-tools/jenkinsdocker/docker-compose.yml:3 CI/CD securitycontainers
critical Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
RfsHttp/src/main/java/org/opensearch/migrations/bulkload/common/http/ConnectionContext.java:84
critical Security checks security secrets conf 0.95 9 occurrences Discovered a potential basic authorization token provided in a curl command, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
5 files, 9 locations
.github/workflows/CI.yml:419, 439, 488 (3 hits)
TrafficCapture/dockerSolution/README.md:55, 65 (2 hits)
deployment/k8s/charts/aggregates/testClusters/values.yaml:36, 55 (2 hits)
RFS/README.md:145
TrafficCapture/dockerSolution/src/main/docker/elasticsearchWithSearchGuard/Dockerfile:57
critical Security checks software dependencies conf 0.90 ✓ Repobility GHA script injection via github.event.pull_request.head.ref in run-step
Multi-line `run: |` block interpolates ${{ github.event.pull_request.head.ref }} into shell. PR title/body/branch/comment fields are attacker-controllable.
.github/workflows/sanitize-repo-details.yml:27
high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `gc` used but not imported
The file uses `gc.something(...)` but never imports `gc`. This raises NameError at runtime the first time the line executes.
migrationConsole/lib/console_link/console_link/workflow/tree_utils.py:408
critical Security checks software dependencies conf 0.88 vitest: GHSA-5xrq-8626-4rwp
When Vitest UI server is listening, arbitrary file can be read and executed
TrafficCapture/SolrTransformations/transforms/package-lock.json
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 3 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 159, 249, 293
.github/workflows/CI.yml:159, 249, 293 (3 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in TrafficCapture/trafficCaptureProxyServer/build.gradle:88
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
TrafficCapture/trafficCaptureProxyServer/build.gradle:88 Private key in repo
critical System graph security Secrets conf 1.00 Possible secret in dev-tools/jenkinsdocker/config.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
dev-tools/jenkinsdocker/config.yml:29
critical System graph security Secrets conf 1.00 Possible secret in migrationConsole/lib/console_link/console_link/models/kafka.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
migrationConsole/lib/console_link/console_link/models/kafka.py:643
critical System graph security Secrets conf 1.00 Possible secret in TrafficCapture/dockerSolution/src/main/docker/services.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
TrafficCapture/dockerSolution/src/main/docker/services.yaml:14
high Security checks quality Quality conf 1.00 [SEC088] Go: TLS InsecureSkipVerify=true: tls.Config{InsecureSkipVerify:true} disables certificate verification — MITM risk. Ported from gosec G402 (Apache-2.0).
Remove the option. If self-signed certs are required, pin via RootCAs.
AIAdvisor/opensearch-pricing-calculator/cluster/analyzer.go:34
high Security checks software dependencies conf 0.90 ✓ Repobility Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo
`gradle/wrapper/gradle-wrapper.jar` is a .jar binary (43,583 bytes) committed to a repo that otherwise has 1701 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
gradle/wrapper/gradle-wrapper.jar:1
high Security checks cicd CI/CD security conf 0.90 5 occurrences Database service has no persistent data volume
Database containers store data in the writable container layer unless a volume or bind mount is attached to the image's data directory. Recreating the container can lose state.
4 files, 5 locations
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:24, 55 (2 hits)
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:2
TrafficCapture/SolrTransformations/docker/docker-compose.yml:1
solrMigrationDevSandbox/docker-compose.yml:23
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.84 6 occurrences Database service publishes a host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
4 files, 6 locations
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:2, 24, 55 (3 hits)
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:2
TrafficCapture/SolrTransformations/docker/docker-compose.yml:1
solrMigrationDevSandbox/docker-compose.yml:23
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.95 Docker final stage runs as root
The final runtime stage explicitly uses root. A compromised app process would have root inside the container.
dev-tools/jenkinsdocker/Dockerfile:3 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
COPY . or ADD . sends the full build context to Docker. Without .dockerignore this can include secrets, git history, and local artifacts.
deployment/k8s/Dockerfile.transforms:2 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
COPY . or ADD . sends the full build context to Docker. Without .dockerignore this can include secrets, git history, and local artifacts.
AIAdvisor/opensearch-pricing-calculator/Dockerfile:13 CI/CD securitycontainers
high Security checks software dependencies conf 0.90 ✓ Repobility 5 occurrences Dockerfile FROM `golang:1.26-alpine` not pinned by digest
`FROM golang:1.26-alpine` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
4 files, 5 locations
AIAdvisor/opensearch-pricing-calculator/Dockerfile:1, 20 (2 hits)
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/Dockerfile:1
custom-solr-images/dockerfiles/Dockerfile:1
dev-tools/jenkinsdocker/Dockerfile:1
high Security checks cicd CI/CD security conf 0.92 Dockerfile pipes a remote script into a shell
Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content.
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/Dockerfile:29 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/upload-artifact` pinned to mutable ref `@v7` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 117
.github/workflows/generate-workflow-schema.yaml:117 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `AndreKurait/docker-cache` pinned to mutable ref `@0.6.0` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 62, 68, 80
.github/workflows/generate-workflow-schema.yaml:62, 68, 80 (5 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 github.com/go-chi/chi/v5: GO-2026-4316
Open redirect vulnerability in the RedirectSlashes middleware in github.com/go-chi/chi
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: GO-2026-4985
Oversized OTLP HTTP response bodies can cause memory exhaustion in go.opentelemetry.io/otel/exporters/otlp
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-4559
Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-4918
Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5025
Invoking incorrect handling of namespaced elements in foreign content in golang.org/x/net/html
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5026
Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5027
Invoking incorrect handling of HTML elements in foreign content in golang.org/x/net/html
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5028
Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5029
Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/net: GO-2026-5030
Invoking duplicate attributes can cause XSS in golang.org/x/net/html
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 golang.org/x/sys: GO-2026-5024
Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-175
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no docu…
AIAdvisor/skills/solr-opensearch-migration-advisor/uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-177
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can trigger unlimited out…
AIAdvisor/skills/solr-opensearch-migration-advisor/uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-178
PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-payload rules. For b…
AIAdvisor/skills/solr-opensearch-migration-advisor/uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-179
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer public key as the secre…
AIAdvisor/skills/solr-opensearch-migration-advisor/uv.lock
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4864
TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4865
JsBraceDepth Context Tracking Bugs (XSS) in html/template
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4866
Case-sensitive excludedSubtrees name constraints cause Auth Bypass in crypto/x509
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4869
Unbounded allocation for old GNU sparse in archive/tar
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4870
Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4918
Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4946
Inefficient policy validation in crypto/x509
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4947
Unexpected work during chain building in crypto/x509
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4971
Panic in Dial and LookupPort when handling NUL byte on Windows in net
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4976
ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4977
Quadratic string concatenation in consumePhrase in net/mail
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4980
Escaper bypass leads to XSS in html/template
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4981
Crash when handling long CNAME response in net
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4982
Bypass of meta content URL escaping causes XSS in html/template
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4986
Quadratic string concatentation in consumeComment in net/mail
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5037
Inefficient candidate hostname parsing in crypto/x509
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5038
Quadratic complexity in WordDecoder.DecodeHeader in mime
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5039
Arbitrary inputs are included in errors without any escaping in net/textproto
AIAdvisor/opensearch-pricing-calculator/go.mod
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-141
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
migrationConsole/cluster_tools/Pipfile.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-142
urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.dr…
migrationConsole/cluster_tools/Pipfile.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 7 occurrences Workflow container/services image `sonarqube:25.10.0.114319-community` unpinned
`container/services image: sonarqube:25.10.0.114319-community` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
3 files, 7 locations
.github/workflows/release-drafter.yml:144, 149, 154, 159, 164 (5 hits)
.github/workflows/CI.yml:415
.github/workflows/generate-workflow-schema.yaml:45
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/Dockerfile:28 containersRemote installer
high System graph security security conf 1.00 Insecure pattern 'eval_used' in transformation/transformationPlugins/jsonMessageTransformers/jsonGraalTransformerBase/src/main/java/org/opensearch/migrations/transform/GraalTransformer.java:60
Found a known-risky pattern (eval_used). Review and replace if possible.
transformation/transformationPlugins/jsonMessageTransformers/jsonGraalTransformerBase/src/main/java/org/opensearch/migrations/transform/GraalTransformer.java:60 Eval used
high System graph cicd CI/CD security conf 1.00 pull_request_target workflow appears to check out untrusted PR code
pull_request_target runs with base-repo privileges. Checking out PR head code in that context can expose repository tokens or secrets to attacker-controlled code.
.github/workflows/fix-dependabot-pipfile-hash.yml CI/CD securitySupply chainGithub actions
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
deployment/migration-assistant-solution/lib/solutions-stack-eks.ts:15
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
deployment/cdk/opensearch-service-migration/lib/network-stack.ts:3
medium Security checks software dependencies conf 0.88 brace-expansion: GHSA-f886-m6hf-6m8v
brace-expansion: Zero-step sequence causes process hang and memory exhaustion
TrafficCapture/SolrTransformations/transforms/package-lock.json
medium Security checks software dependencies conf 0.88 brace-expansion: GHSA-jxxr-4gwj-5jf2
brace-expansion: Large numeric range defeats documented `max` DoS protection
TrafficCapture/SolrTransformations/transforms/package-lock.json
low Security checks quality Error handling conf 0.55 ✓ Repobility 21 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
7 files, 21 locations
migrationConsole/lib/console_link/console_link/middleware/clusters.py:110, 119, 163, 179, 266, 273 (6 hits)
migrationConsole/lib/console_link/console_link/models/snapshot.py:662, 717, 769, 794, 928 (5 hits)
migrationConsole/lib/console_link/console_link/workflow/commands/show.py:211, 232, 316 (3 hits)
migrationConsole/lib/console_link/console_link/cli.py:325, 335 (2 hits)
migrationConsole/lib/console_link/console_link/models/cluster.py:180, 219 (2 hits)
migrationConsole/lib/console_link/console_link/workflow/services/workflow_service.py:177, 372 (2 hits)
migrationConsole/lib/console_link/console_link/workflow/commands/autocomplete_k8s_labels.py:121
Error handlingquality
medium Security checks cicd CI/CD security conf 0.94 5 occurrences Compose service `otel-lgtm` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
2 files, 5 locations
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:24, 33, 65, 97 (4 hits)
solrMigrationDevSandbox/docker-compose.yml:48
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.88 3 occurrences Database service has no healthcheck
Compose starts dependent containers in dependency order, but it does not wait for a database to be ready unless a healthcheck is defined and dependents use service_healthy.
2 files, 3 locations
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:24, 55 (2 hits)
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:2
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.74 Database service has no persistent data volume
Database containers store data in the writable container layer unless a volume or bind mount is attached to the image's data directory. Recreating the container can lose state.
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:2 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 5 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
5 files, 5 locations
DocumentsFromSnapshotMigration/docker/Dockerfile:3
TrafficCapture/dockerSolution/src/main/docker/elasticsearchTestConsole/Dockerfile:43
TrafficCapture/dockerSolution/src/main/docker/migrationConsoleStaging/Dockerfile:3
TrafficCapture/dockerSolution/src/main/docker/otelCollector/Dockerfile:2
migrationConsole/Dockerfile:50
CI/CD securitycontainers
medium Security checks software dependencies conf 0.88 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: GHSA-xmrv-pmrh-hhx2
Denial of Service due to Panic in AWS SDK for Go v2 SDK EventStream Decoder
AIAdvisor/opensearch-pricing-calculator/go.mod
medium Security checks software dependencies conf 0.90 2 occurrences npm package `@eslint/js` is 1 major version(s) behind (9.39.1 -> 10.0.1)
`@eslint/js` is pinned/resolved at 9.39.1 but the latest stable release on the npm registry is 10.0.1 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
2 files, 2 locations
deployment/cdk/opensearch-service-migration/package.json
deployment/migration-assistant-solution/package.json
medium Security checks software dependencies conf 0.90 npm package `globals` is 3 major version(s) behind (14.0.0 -> 17.6.0)
`globals` is pinned/resolved at 14.0.0 but the latest stable release on the npm registry is 17.6.0 (3 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
deployment/migration-assistant-solution/package.json
medium Security checks software dependencies conf 0.90 npm package `jest-junit` is 1 major version(s) behind (16.0.0 -> 17.0.0)
`jest-junit` is pinned/resolved at 16.0.0 but the latest stable release on the npm registry is 17.0.0 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
transformation/standardJavascriptTransforms/package.json
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
bootstrap-kiro-agent.sh:6
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
A file created as a fixed/new/final/copy variant is not referenced by imports or path-like strings in the rest of the repository. This is a strong sign that an agent produced code beside the active application path.
custom-es-images/dockerfiles/cgroup_fix.c:1
medium System graph hardware Security conf 1.00 Dockerfile runs as root: dev-tools/jenkinsdocker/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: DocumentsFromSnapshotMigration/docker/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: migrationConsole/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: TrafficCapture/dockerSolution/src/main/docker/elasticsearchWithSearchGuard/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: TrafficCapture/dockerSolution/src/main/docker/migrationConsoleStaging/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: TrafficCapture/dockerSolution/src/main/docker/otelCollector/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
4 files, 4 locations
.github/workflows/backport.yml
.github/workflows/deploy-schema-viewer.yml
.github/workflows/fix-dependabot-pipfile-hash.yml
.github/workflows/release-drafter.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in migrationConsole/lib/console_link/console_link/models/cluster.py:366
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
migrationConsole/lib/console_link/console_link/models/cluster.py:366 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/middleware/clusters.py:203
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/models/cluster.py:366
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/models/kafka_dump.py:372
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/models/metrics_source.py:230
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/workflow/commands/log.py:462
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/workflow/commands/status.py:184
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/workflow/services/script_runner.py:225
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/workflow/services/workflow_service.py:143
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/console_link/console_link/workflow/tui/log_manager.py:57
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/integ_test/integ_test/common_utils.py:120
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/integ_test/integ_test/replayer_tests.py:145
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — migrationConsole/lib/integ_test/integ_test/solr_operations.py:146
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
custom-es-images/dockerfiles/Dockerfile Ports
low Security checks quality Error handling conf 1.00 3 occurrences [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
3 files, 3 locations
AIAdvisor/opensearch-pricing-calculator/cli_from_cluster.go:70
AIAdvisor/opensearch-pricing-calculator/cli_mcp.go:36
AIAdvisor/opensearch-pricing-calculator/impl/cache/serverless.go:167
low Security checks cicd CI/CD security conf 0.68 App service does not wait for database health
depends_on controls startup order, but without condition: service_healthy an app can start while the database is still initializing and fail intermittently.
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:33 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.68 App service does not wait for database health
depends_on controls startup order, but without condition: service_healthy an app can start while the database is still initializing and fail intermittently.
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:10 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.56 11 occurrences Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
6 files, 11 locations
solrMigrationDevSandbox/docker-compose.yml:9, 48, 54, 90, 137 (5 hits)
TrafficCapture/SolrTransformations/docker/docker-compose.yml:15, 37 (2 hits)
AIAdvisor/opensearch-pricing-calculator/docker-compose.yml:3
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:10
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:33
dev-tools/jenkinsdocker/docker-compose.yml:3
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 11 occurrences Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
6 files, 11 locations
solrMigrationDevSandbox/docker-compose.yml:9, 48, 54, 90, 137 (5 hits)
TrafficCapture/SolrTransformations/docker/docker-compose.yml:15, 37 (2 hits)
AIAdvisor/opensearch-pricing-calculator/docker-compose.yml:3
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/docker-compose.yml:10
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:33
dev-tools/jenkinsdocker/docker-compose.yml:3
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Database service has no healthcheck
Compose starts dependent containers in dependency order, but it does not wait for a database to be ready unless a healthcheck is defined and dependents use service_healthy.
TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml:2 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 14 locations
TrafficCapture/SolrTransformations/transforms/src/solr-to-opensearch/integration-tests/standard-query-parser/filter-query.testcase.ts:12, 85 (2 hits)
TrafficCapture/SolrTransformations/transforms/src/solr-to-opensearch/integration-tests/standard-query-parser/wildcard-fuzzy-query.testcase.ts:13, 81 (2 hits)
AIAdvisor/opensearch-pricing-calculator/impl/cache/isolated.go:154
AIAdvisor/opensearch-pricing-calculator/impl/cache/provisioned.go:430
AIAdvisor/opensearch-pricing-calculator/impl/provisioned/timeseries.go:200
AIAdvisor/opensearch-pricing-calculator/impl/provisioned/vectors.go:203
AIAdvisor/opensearch-pricing-calculator/impl/serverless/handler.go:2
TrafficCapture/SolrTransformations/transforms/src/solr-to-opensearch/common-query-params.testcase.ts:11
duplicationquality
low Security checks software dependencies conf 0.90 npm package `@aws-cdk/aws-msk-alpha` is minor version(s) behind (2.213.0-alpha.0 -> 2.258.0-alpha.0)
`@aws-cdk/aws-msk-alpha` is pinned/resolved at 2.213.0-alpha.0 but the latest stable release on the npm registry is 2.258.0-alpha.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot ver…
deployment/cdk/opensearch-service-migration/package.json
low Security checks software dependencies conf 0.90 2 occurrences npm package `@aws-cdk/aws-servicecatalogappregistry-alpha` is minor version(s) behind (2.240.0-alpha.0 -> 2.258.0-alpha.0)
`@aws-cdk/aws-servicecatalogappregistry-alpha` is pinned/resolved at 2.240.0-alpha.0 but the latest stable release on the npm registry is 2.258.0-alpha.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency…
2 files, 2 locations
deployment/cdk/opensearch-service-migration/package.json
deployment/migration-assistant-solution/package.json
low Security checks software dependencies conf 0.90 npm package `@jest/globals` is minor version(s) behind (30.2.0 -> 30.4.1)
`@jest/globals` is pinned/resolved at 30.2.0 but the latest stable release on the npm registry is 30.4.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
deployment/migration-assistant-solution/package.json
low Security checks software dependencies conf 0.90 npm package `cdk` is minor version(s) behind (2.1125.0 -> 2.1126.0)
`cdk` is pinned/resolved at 2.1125.0 but the latest stable release on the npm registry is 2.1126.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
deployment/migration-assistant-solution/package.json
low Security checks software dependencies conf 0.90 2 occurrences npm package `esbuild` is minor version(s) behind (0.25.12 -> 0.28.0)
`esbuild` is pinned/resolved at 0.25.12 but the latest stable release on the npm registry is 0.28.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
2 files, 2 locations
deployment/cdk/opensearch-service-migration/package.json
orchestrationSpecs/package.json
low Security checks software dependencies conf 0.90 3 occurrences npm package `jest` is minor version(s) behind (30.2.0 -> 30.4.2)
`jest` is pinned/resolved at 30.2.0 but the latest stable release on the npm registry is 30.4.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
3 files, 3 locations
deployment/cdk/opensearch-service-migration/package.json
deployment/migration-assistant-solution/package.json
transformation/standardJavascriptTransforms/package.json
low Security checks software dependencies conf 0.90 npm package `jsondiffpatch` is minor version(s) behind (^0.6.0 -> 0.7.6)
`jsondiffpatch` is pinned/resolved at ^0.6.0 but the latest stable release on the npm registry is 0.7.6 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
schema-viewer/package.json
low Security checks software dependencies conf 0.90 npm package `yaml` is minor version(s) behind (2.8.3 -> 2.9.0)
`yaml` is pinned/resolved at 2.8.3 but the latest stable release on the npm registry is 2.9.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
deployment/cdk/opensearch-service-migration/package.json
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
custom-es-images/dockerfiles/cgroup_fix.c:1
low System graph quality Maintenance conf 1.00 55 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.21
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
AIAdvisor/opensearch-pricing-calculator/Dockerfile:20 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: amazoncorretto:8-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
custom-solr-images/dockerfiles/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: docker.io/jenkins/jenkins:lts
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
dev-tools/jenkinsdocker/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.26-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
AIAdvisor/opensearch-pricing-calculator/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: public.ecr.aws/amazonlinux/amazonlinux:2023
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
AIAdvisor/skills/solr-opensearch-migration-advisor/setup/docker/claude/Dockerfile:1 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/createApp.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/lambda/acm-cert-importer-handler.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/migration-console-stack.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/migration-services-yaml.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/reindex-from-snapshot-stack.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/cdk/opensearch-service-migration/test/stack-composer-ordering.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/migration-assistant-solution/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: deployment/migration-assistant-solution/test/solutions-stack.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: migrationConsole/cluster_tools/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: migrationConsole/lib/console_link/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: migrationConsole/lib/console_link/tests/test_setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/containers/containerOutputs.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/coercion.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/configMapParamResolution.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/expressionEval.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/resourceConditions.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/sprigFunctions.integ.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/arrayOps.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/coercion.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/expressionBuilderOps.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/expressionEval.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/expressionUtilities.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/inlineResourceTemplate.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/jsonpath.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/logicalOps.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/paramPassthrough.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/recordOps.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/resourceConditions.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/integ/parity/stringOps.parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/paramConversion.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/artifactOutput.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/inlineTemplate.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/params.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/podConfig.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/resourceExpressionYaml.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/selfDag.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/selfStep.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/waitForExistingResourceRetry.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/workflowDag.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/packages/argo-workflow-builders/tests/unit/workflowStep.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: orchestrationSpecs/tsup.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/test/analysis-component-removal.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/test/es-knn-index-to-field-level-metadata.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/test/knn-nmslib-to-faiss-metadata.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/test/ngram-diff-setting.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: transformation/standardJavascriptTransforms/test/typeMappingsSanitizer.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: migrationConsole/lib/console_link/console_link/models/replayer_base.py:scale, migrationConsole/lib/console_link/console_link/models/backfill_base.py:build_backfill_status This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:start, migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:start, migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:start This is *the* AI-cod…
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:get_status, migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:get_status, migrationConsole/lib/console_link/console_link/models/backfill_rfs.py:get_status, migra…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_format_legacy` in AIAdvisor/skills/solr-opensearch-migration-advisor/scripts/pricing_calculator.py:453
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in migrationConsole/lib/console_link/tests/workflow-tests/test_workflow_integration.py:72
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_default_copy` in migrationConsole/lib/console_link/console_link/workflow/commands/manage.py:83
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_default_copy` in migrationConsole/lib/console_link/console_link/workflow/models/secret_store.py:52
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `get_default_copy` in migrationConsole/lib/console_link/console_link/workflow/models/workflow_config_store.py:46
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in migrationConsole/lib/console_link/console_link/workflow/commands/artifact_store.py:75
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `mock_v1` in migrationConsole/lib/console_link/tests/workflow-tests/test_workflow_store.py:17
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_agent_v1` in migrationConsole/lib/console_link/tests/test_client_config.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `workflow_v1` in migrationConsole/lib/console_link/tests/workflow-tests/test_manage.py:506
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: action_approve_step
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:347
low System graph software Dead code conf 1.00 Possibly dead Python function: action_cancel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/confirm_modal.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: action_collapse_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:373
low System graph software Dead code conf 1.00 Possibly dead Python function: action_confirm
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/confirm_modal.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: action_copy_pod_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:339
low System graph software Dead code conf 1.00 Possibly dead Python function: action_expand_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:368
low System graph software Dead code conf 1.00 Possibly dead Python function: action_follow_logs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:285
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_logs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:314
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_output
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_resource_logs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:325
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: compose
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
migrationConsole/lib/console_link/console_link/workflow/tui/confirm_modal.py:27
migrationConsole/lib/console_link/console_link/workflow/tui/container_select_modal.py:28
migrationConsole/lib/console_link/console_link/workflow/tui/workflow_manage_app.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/middleware/error_handler.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/middleware/json_support.py:10
low System graph software Dead code conf 1.00 Possibly dead Python function: format_date
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/models/snapshot.py:342
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_log_file_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/models/utils.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: load_secret
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/workflow/models/secret_store.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: one_of
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/models/schema_tools.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_basic_auth_options
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/models/cluster.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/middleware/error_handler.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
migrationConsole/lib/console_link/console_link/middleware/json_support.py:12
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deployment/cdk/opensearch-service-migration/lib/cdk-logger.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deployment/cdk/opensearch-service-migration/lib/lambda/acm-cert-importer-handler.ts:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/expressionEval.integ.test.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/jsonpath.integ.test.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/paramPassthrough.integ.test.ts:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/regexAndAdvanced.integ.test.ts:181
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/contracts/sprigFunctions.integ.test.ts:62
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/infra/argoCluster.js:53
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/infra/argoCluster.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/infra/setupExisting.js:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/integ/infra/setupExisting.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/argo-workflow-builders/tests/unit/workflowStep.test.ts:88
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/config-processor/makeBundle.js:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/config-processor/src/constrainUserSchema.ts:196
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/config-processor/src/runMigrationConfigTransformer.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/crd-type-generator/src/index.ts:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/migration-workflow-templates/src/makeTemplates.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/schemas/src/buildUnifiedSchema.ts:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/schemas/src/showArgoSchema.ts:5
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — orchestrationSpecs/packages/schemas/src/showUserSchema.ts:5
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — transformation/standardJavascriptTransforms/src/typeMappingsSanitizer.js:501
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `clear_index_templates` (body is just `pass`/`return`) — migrationConsole/lib/integ_test/integ_test/solr_operations.py:182
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `delete_topic` (body is just `pass`/`return`) — migrationConsole/lib/console_link/console_link/models/kafka.py:478
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `scale` (body is just `pass`/`return`) — migrationConsole/lib/console_link/console_link/models/backfill_base.py:67
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `scale` (body is just `pass`/`return`) — migrationConsole/lib/console_link/console_link/models/replayer_base.py:81
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: AIAdvisor/opensearch-pricing-calculator/docs/docs.go (1623 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: CreateSnapshot/src/test/java/org/opensearch/migrations/TestCreateSnapshotSolrS3.java (1328 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: deployment/k8s/aws/aws-bootstrap.sh (1264 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: DocumentsFromSnapshotMigration/src/main/java/org/opensearch/migrations/RfsMigrateDocuments.java (1252 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: DocumentsFromSnapshotMigration/src/test/java/org/opensearch/migrations/bulkload/NoStoredSourceMigrationTest.java (2602 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: migrationConsole/lib/console_link/tests/test_cli.py (1343 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: migrationConsole/lib/console_link/tests/workflow-tests/test_workflow_cli_commands.py (1956 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: migrationConsole/lib/console_link/tests/workflow-tests/test_workflow_integration.py (1310 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: orchestrationSpecs/packages/k8s-types/src/index.ts (8574 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: orchestrationSpecs/packages/migration-workflow-templates/src/workflowTemplates/resourceManagement.ts (1295 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: orchestrationSpecs/packages/schemas/src/userSchemas.ts (1448 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: RFS/src/main/java/org/opensearch/migrations/bulkload/workcoordination/OpenSearchWorkCoordinator.java (1308 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: SearchSnapshotExtractor/src/main/java/org/opensearch/migrations/bulkload/lucene/SourceReconstructor.java (1163 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: SearchSnapshotExtractor/src/test/java/org/opensearch/migrations/bulkload/lucene/SourceReconstructorTest.java (2152 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: SolrReader/src/test/java/org/opensearch/migrations/bulkload/solr/SolrToOpenSearchEndToEndTest.java (1504 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: TrafficCapture/SolrTransformations/transforms/src/solr-to-opensearch/features/json-facets.test.ts (1399 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/5c32f884-8b05-4639-9d71-04d57464a622/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5c32f884-8b05-4639-9d71-04d57464a622/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.