{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-64337cde19701544", "name": "Stray `console.log` in TS/JS \u2014 tests/load/auth-flood.js:128", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/auth-flood.js:128"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a4fae6a8083dca96", "name": "Stray `console.log` in TS/JS \u2014 tests/load/trade-flow.js:153", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/trade-flow.js:153"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d31549f89fb28f2b", "name": "Stray `console.log` in TS/JS \u2014 tests/load/order-lifecycle.js:187", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/order-lifecycle.js:187"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d4402e9acf5adef8", "name": "Stray `console.log` in TS/JS \u2014 tests/load/marketplace-read.js:135", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/marketplace-read.js:135"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8790520259260db7", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-demo-data.js:72", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-demo-data.js:72"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd39e680b404b8ff", "name": "TODO/FIXME marker in shipping code \u2014 gateway/src/index.js:131", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 gateway/src/index.js:131"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3effeca887e041c6", "name": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/farmer/Listings.jsx:69", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/farmer/Listings.jsx:69"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7a0cba07948bd9e7", "name": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/buyer/MyOrders.jsx:60", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/buyer/MyOrders.jsx:60"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a59935750acc837b", "name": "Privileged port 3 in use", "shortDescription": {"text": "Privileged port 3 in use"}, "fullDescription": {"text": "Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1917aaaf64a52141", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f66277129d2b4bd0", "name": "Dockerfile runs as root: client/web/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: client/web/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2b19c417ef2fb746", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-58cdbe1e51447c3a", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-eeda9ff7d70604c2", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-512221aece47ac0e", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-323b95c5cbf7f419", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-699d0855126374b5", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5e4bf7a5b1996df", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-75bcb8331adf76fb", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-37d3728160b82dbc", "name": "Possible secret in scripts/seed-demo-data.js", "shortDescription": {"text": "Possible secret in scripts/seed-demo-data.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-f65577a19db8042a", "name": "Possible secret in scripts/k8s-deploy-managed.sh", "shortDescription": {"text": "Possible secret in scripts/k8s-deploy-managed.sh"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-dcf4ffde7a9ccd01", "name": "Possible secret in secrets/README.md", "shortDescription": {"text": "Possible secret in secrets/README.md"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-d0b0b09c1bf58ff6", "name": "Insecure pattern 'local_storage_auth_token' in client/web/src/api/index.js:76", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in client/web/src/api/index.js:76"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4551701cef859ae6", "name": "Insecure pattern 'local_storage_auth_token' in client/web/src/contexts/AuthContext.jsx:21", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in client/web/src/contexts/AuthContext.jsx:21"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f150fcfec97eda3c", "name": "Insecure pattern 'direct_innerhtml_assignment' in graphify-out/graph.html:122", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in graphify-out/graph.html:122"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6c6b114e8e90b827", "name": "Insecure pattern 'cors_wildcard' in services/user/src/index.js:26", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in services/user/src/index.js:26"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-92d9e421b307fea6", "name": "Insecure pattern 'cors_wildcard' in services/order/src/index.js:23", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in services/order/src/index.js:23"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-12c217220c67f046", "name": "Insecure pattern 'cors_wildcard' in services/listing/src/index.js:23", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in services/listing/src/index.js:23"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-65c9bd56493a81d3", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-65aa740cba4a4a73", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5f1367acd3721aef", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "gitleaks/gitleaks-action@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5f605309407c3ac4", "name": "GitHub Action tracks a moving branch", "shortDescription": {"text": "GitHub Action tracks a moving branch"}, "fullDescription": {"text": "snyk/actions/node@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "high", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "docker/login-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "20 tests / 113 src (ratio 0.18)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-acce7f35062eef87", "name": "Node manifest has dependencies but no lockfile: gateway/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: gateway/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9696a13906a097e8", "name": "Node manifest has dependencies but no lockfile: client/mobile/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: client/mobile/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2b3b4131c0cb2eaa", "name": "Node manifest has dependencies but no lockfile: shared/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: shared/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-09847c070516d376", "name": "Node manifest has dependencies but no lockfile: services/notification/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/notification/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a12e241284d6944a", "name": "Node manifest has dependencies but no lockfile: services/logistics/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/logistics/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-35c5f289b9b3a2e7", "name": "Node manifest has dependencies but no lockfile: services/payment/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/payment/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-693cc040fcefd374", "name": "Node manifest has dependencies but no lockfile: services/user/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/user/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ff24e4f97ef61955", "name": "Node manifest has dependencies but no lockfile: services/order/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/order/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-87e3a4f8df901c08", "name": "Node manifest has dependencies but no lockfile: services/listing/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: services/listing/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 58 placeholder/mock markers across 19 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3bac5f648c000b5a", "name": "Commented-code block (6 lines) in tests/e2e/order-lifecycle.spec.js:74", "shortDescription": {"text": "Commented-code block (6 lines) in tests/e2e/order-lifecycle.spec.js:74"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-654843a6cc7ca246", "name": "Commented-code block (7 lines) in tests/e2e/helpers/api.js:33", "shortDescription": {"text": "Commented-code block (7 lines) in tests/e2e/helpers/api.js:33"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c0c0b4f52d16621c", "name": "Commented-code block (5 lines) in gateway/src/index.js:36", "shortDescription": {"text": "Commented-code block (5 lines) in gateway/src/index.js:36"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e1c1b6be58cbb038", "name": "Commented-code block (5 lines) in gateway/src/middleware/sqlInjection.guard.js:9", "shortDescription": {"text": "Commented-code block (5 lines) in gateway/src/middleware/sqlInjection.guard.js:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dee5629c62b4a512", "name": "Commented-code block (6 lines) in client/web/src/router.jsx:23", "shortDescription": {"text": "Commented-code block (6 lines) in client/web/src/router.jsx:23"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7b2bf26ab4e3bc9c", "name": "Commented-code block (7 lines) in client/web/src/api/index.js:7", "shortDescription": {"text": "Commented-code block (7 lines) in client/web/src/api/index.js:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-06a5b71603160627", "name": "Commented-code block (8 lines) in client/web/src/components/BlockchainTimeline.jsx:7", "shortDescription": {"text": "Commented-code block (8 lines) in client/web/src/components/BlockchainTimeline.jsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-351eb81d0a782511", "name": "Commented-code block (7 lines) in client/web/src/pages/farmer/CreateListing.jsx:49", "shortDescription": {"text": "Commented-code block (7 lines) in client/web/src/pages/farmer/CreateListing.jsx:49"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-43c2ebdac52526b5", "name": "Commented-code block (6 lines) in client/web/src/pages/auth/Login.jsx:26", "shortDescription": {"text": "Commented-code block (6 lines) in client/web/src/pages/auth/Login.jsx:26"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c61393f4eb6e1953", "name": "Commented-code block (7 lines) in shared/fabric-client.js:27", "shortDescription": {"text": "Commented-code block (7 lines) in shared/fabric-client.js:27"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-df204c8e941b1f9c", "name": "Commented-code block (8 lines) in shared/db.js:6", "shortDescription": {"text": "Commented-code block (8 lines) in shared/db.js:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-08cde0ebcc2dca87", "name": "Commented-code block (7 lines) in shared/validators/index.js:31", "shortDescription": {"text": "Commented-code block (7 lines) in shared/validators/index.js:31"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-35866cc3cf912e1f", "name": "Commented-code block (5 lines) in services/payment/src/services/webhook.service.js:80", "shortDescription": {"text": "Commented-code block (5 lines) in services/payment/src/services/webhook.service.js:80"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ce976fad8d976db7", "name": "Commented-code block (7 lines) in services/payment/src/services/razorpay.service.js:10", "shortDescription": {"text": "Commented-code block (7 lines) in services/payment/src/services/razorpay.service.js:10"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2a70f6744b5ea0ec", "name": "Commented-code block (5 lines) in services/user/src/services/otp.service.js:56", "shortDescription": {"text": "Commented-code block (5 lines) in services/user/src/services/otp.service.js:56"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6bf5084664ef6dea", "name": "Commented-code block (7 lines) in services/user/src/services/user.service.js:6", "shortDescription": {"text": "Commented-code block (7 lines) in services/user/src/services/user.service.js:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3d3b18a0db90f046", "name": "Commented-code block (9 lines) in services/order/src/services/order.service.js:61", "shortDescription": {"text": "Commented-code block (9 lines) in services/order/src/services/order.service.js:61"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9466541aa2178a50", "name": "Commented-code block (7 lines) in services/listing/src/controllers/listing.controller.js:83", "shortDescription": {"text": "Commented-code block (7 lines) in services/listing/src/controllers/listing.controller.js:83"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a1de3ba8d7f9f6b1", "name": "Commented-code block (6 lines) in services/listing/src/services/listing.service.js:44", "shortDescription": {"text": "Commented-code block (6 lines) in services/listing/src/services/listing.service.js:44"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bddda3d5a14c7401", "name": "29 env vars used in code but missing from .env.example", "shortDescription": {"text": "29 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `API_URL`, `BASE_URL`, `BLUEDART_WEBHOOK_SECRET`, `CI`, `CORS_ORIGIN`, `DELHIVERY_API_TOKEN`, `DELHIVERY_WEBHOOK_SECRET`, `EMAIL_FROM` + 21 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-12172f86e9cc03f9", "name": "Dangling fetch: POST https://track.delhivery.com/api/cmu/create.json (services/logistics/src/services/tpl.service.js:161", "shortDescription": {"text": "Dangling fetch: POST https://track.delhivery.com/api/cmu/create.json (services/logistics/src/services/tpl.service.js:161)"}, "fullDescription": {"text": "`services/logistics/src/services/tpl.service.js:161` calls `POST https://track.delhivery.com/api/cmu/create.json` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/track.delhivery.com/api/cmu/create.json`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-80d76e5b28a97aaa", "name": "Unused endpoint: USE /api/v1/<svc>", "shortDescription": {"text": "Unused endpoint: USE /api/v1/<svc>"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/<svc>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6de18340f647782f", "name": "Unused endpoint: USE /api/v1/payments/webhook", "shortDescription": {"text": "Unused endpoint: USE /api/v1/payments/webhook"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/payments/webhook` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8c236625afb6a8cb", "name": "Unused endpoint: GET /ready", "shortDescription": {"text": "Unused endpoint: GET /ready"}, "fullDescription": {"text": "`gateway/src/index.js` declares `GET /ready` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3bec7ccd0b909bea", "name": "Unused endpoint: USE /api/v1/auth", "shortDescription": {"text": "Unused endpoint: USE /api/v1/auth"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/auth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4b1afd0ba2b8f574", "name": "Unused endpoint: USE /api/v1/users", "shortDescription": {"text": "Unused endpoint: USE /api/v1/users"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2614f216a62f9e93", "name": "Unused endpoint: USE /api/v1/listings", "shortDescription": {"text": "Unused endpoint: USE /api/v1/listings"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/listings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bc490902ad849182", "name": "Unused endpoint: USE /api/v1/orders", "shortDescription": {"text": "Unused endpoint: USE /api/v1/orders"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-853f5b1b1f304bfc", "name": "Unused endpoint: USE /api/v1/payments", "shortDescription": {"text": "Unused endpoint: USE /api/v1/payments"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/payments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53e35759617e9107", "name": "Unused endpoint: USE /api/v1/logistics", "shortDescription": {"text": "Unused endpoint: USE /api/v1/logistics"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/logistics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-527939ead45dae84", "name": "Unused endpoint: USE /api/v1/notifications", "shortDescription": {"text": "Unused endpoint: USE /api/v1/notifications"}, "fullDescription": {"text": "`gateway/src/index.js` declares `USE /api/v1/notifications` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d04ddb18e3ae4ee3", "name": "Unused endpoint: GET /api/v1", "shortDescription": {"text": "Unused endpoint: GET /api/v1"}, "fullDescription": {"text": "`gateway/src/index.js` declares `GET /api/v1` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b36892106ecdc9aa", "name": "Unused endpoint: POST /auth/refresh", "shortDescription": {"text": "Unused endpoint: POST /auth/refresh"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/refresh` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0354e1ab32d901c0", "name": "Unused endpoint: POST /auth/register/farmer", "shortDescription": {"text": "Unused endpoint: POST /auth/register/farmer"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/register/farmer` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0966d6828b88919b", "name": "Unused endpoint: POST /auth/register/buyer", "shortDescription": {"text": "Unused endpoint: POST /auth/register/buyer"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/register/buyer` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-908a4f8d27d43467", "name": "Unused endpoint: POST /auth/otp/send", "shortDescription": {"text": "Unused endpoint: POST /auth/otp/send"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/otp/send` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a6ce45686433a45b", "name": "Unused endpoint: POST /auth/otp/verify", "shortDescription": {"text": "Unused endpoint: POST /auth/otp/verify"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /auth/otp/verify` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a8b657222dd85be2", "name": "Unused endpoint: GET /users/me", "shortDescription": {"text": "Unused endpoint: GET /users/me"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /users/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c3025bc63d970d29", "name": "Unused endpoint: PUT /users/me", "shortDescription": {"text": "Unused endpoint: PUT /users/me"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `PUT /users/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-984cc1c6d33f9dd2", "name": "Unused endpoint: PUT /users/me/password", "shortDescription": {"text": "Unused endpoint: PUT /users/me/password"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `PUT /users/me/password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f0d1bcfa404a7556", "name": "Unused endpoint: POST /users/me/kyc", "shortDescription": {"text": "Unused endpoint: POST /users/me/kyc"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /users/me/kyc` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e675cbee6b24b417", "name": "Unused endpoint: GET /listings", "shortDescription": {"text": "Unused endpoint: GET /listings"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /listings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5e0fb2cbf53210e2", "name": "Unused endpoint: POST /listings", "shortDescription": {"text": "Unused endpoint: POST /listings"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /listings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6d839fd8dbbf89c4", "name": "Unused endpoint: GET /listings/farmer/me", "shortDescription": {"text": "Unused endpoint: GET /listings/farmer/me"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /listings/farmer/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-988262c12d31b479", "name": "Unused endpoint: POST /orders", "shortDescription": {"text": "Unused endpoint: POST /orders"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0328e9bdbb61fa68", "name": "Unused endpoint: GET /orders", "shortDescription": {"text": "Unused endpoint: GET /orders"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9d5c9f8a9f40de1c", "name": "Unused endpoint: POST /payments/order", "shortDescription": {"text": "Unused endpoint: POST /payments/order"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /payments/order` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6944a3c31294f3a0", "name": "Unused endpoint: POST /payments/verify", "shortDescription": {"text": "Unused endpoint: POST /payments/verify"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /payments/verify` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5f66a893e1e519ae", "name": "Unused endpoint: GET /logistics/shipments", "shortDescription": {"text": "Unused endpoint: GET /logistics/shipments"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /logistics/shipments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3af64e805d88ef35", "name": "Unused endpoint: GET /notifications", "shortDescription": {"text": "Unused endpoint: GET /notifications"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `GET /notifications` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6a23aeabb1f0c4d3", "name": "Unused endpoint: PUT /notifications/read-all", "shortDescription": {"text": "Unused endpoint: PUT /notifications/read-all"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `PUT /notifications/read-all` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5c0c22a71208b82b", "name": "Unused endpoint: POST /notifications/tokens", "shortDescription": {"text": "Unused endpoint: POST /notifications/tokens"}, "fullDescription": {"text": "`client/web/src/api/index.js` declares `POST /notifications/tokens` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6685d40686d63393", "name": "Unused endpoint: GET /protected", "shortDescription": {"text": "Unused endpoint: GET /protected"}, "fullDescription": {"text": "`shared/middleware/authenticate.js` declares `GET /protected` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f02a079c69b52f2d", "name": "Unused endpoint: USE /", "shortDescription": {"text": "Unused endpoint: USE /"}, "fullDescription": {"text": "`services/notification/src/index.js` declares `USE /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2f222a275ed687b3", "name": "Unused endpoint: POST /send", "shortDescription": {"text": "Unused endpoint: POST /send"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `POST /send` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-184c259282ac0109", "name": "Unused endpoint: POST /tokens", "shortDescription": {"text": "Unused endpoint: POST /tokens"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `POST /tokens` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b72337f0fdfd835d", "name": "Unused endpoint: DELETE /tokens/:token", "shortDescription": {"text": "Unused endpoint: DELETE /tokens/:token"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `DELETE /tokens/:token` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-abc47697a68f0331", "name": "Unused endpoint: PUT /:id/read", "shortDescription": {"text": "Unused endpoint: PUT /:id/read"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `PUT /:id/read` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0535da675f219221", "name": "Unused endpoint: PUT /read-all", "shortDescription": {"text": "Unused endpoint: PUT /read-all"}, "fullDescription": {"text": "`services/notification/src/routes/notification.routes.js` declares `PUT /read-all` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5669e9e5a31a4f25", "name": "Unused endpoint: POST /shipments", "shortDescription": {"text": "Unused endpoint: POST /shipments"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `POST /shipments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bb53735ca6482d18", "name": "Unused endpoint: GET /shipments/:shipmentId", "shortDescription": {"text": "Unused endpoint: GET /shipments/:shipmentId"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `GET /shipments/:shipmentId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8ee566a320a0c045", "name": "Unused endpoint: PUT /shipments/:shipmentId/location", "shortDescription": {"text": "Unused endpoint: PUT /shipments/:shipmentId/location"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `PUT /shipments/:shipmentId/location` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f53997c9e0cb7d89", "name": "Unused endpoint: POST /shipments/:shipmentId/iot", "shortDescription": {"text": "Unused endpoint: POST /shipments/:shipmentId/iot"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `POST /shipments/:shipmentId/iot` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8d2738d526d89df6", "name": "Unused endpoint: PUT /shipments/:shipmentId/status", "shortDescription": {"text": "Unused endpoint: PUT /shipments/:shipmentId/status"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `PUT /shipments/:shipmentId/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e1d56f5cbccd231b", "name": "Unused endpoint: POST /shipments/:shipmentId/deliver", "shortDescription": {"text": "Unused endpoint: POST /shipments/:shipmentId/deliver"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `POST /shipments/:shipmentId/deliver` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-173676693e6123f5", "name": "Unused endpoint: POST /shipments/:shipmentId/damage", "shortDescription": {"text": "Unused endpoint: POST /shipments/:shipmentId/damage"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `POST /shipments/:shipmentId/damage` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-87706754c816eab0", "name": "Unused endpoint: GET /shipments", "shortDescription": {"text": "Unused endpoint: GET /shipments"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `GET /shipments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5af54bad8b65b783", "name": "Unused endpoint: POST /webhook/:provider", "shortDescription": {"text": "Unused endpoint: POST /webhook/:provider"}, "fullDescription": {"text": "`services/logistics/src/routes/logistics.routes.js` declares `POST /webhook/:provider` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24342"}, "properties": {"repository": "AryanTanwar/agritrade-platform", "repoUrl": "https://github.com/AryanTanwar/agritrade-platform", "branch": "main"}, "results": [{"ruleId": "scanner-64337cde19701544", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/auth-flood.js:128"}, "properties": {"repobilityId": "cc606f6b3e6d96cc", "scanner": "scanner-primary", "fingerprint": "64337cde19701544", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a4fae6a8083dca96", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/trade-flow.js:153"}, "properties": {"repobilityId": "9ae20a3c94bdd645", "scanner": "scanner-primary", "fingerprint": "a4fae6a8083dca96", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d31549f89fb28f2b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/order-lifecycle.js:187"}, "properties": {"repobilityId": "25e757856c9c163b", "scanner": "scanner-primary", "fingerprint": "d31549f89fb28f2b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d4402e9acf5adef8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/load/marketplace-read.js:135"}, "properties": {"repobilityId": "c0756457f3b30c49", "scanner": "scanner-primary", "fingerprint": "d4402e9acf5adef8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8790520259260db7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-demo-data.js:72"}, "properties": {"repobilityId": "f975ea091dc6451f", "scanner": "scanner-primary", "fingerprint": "8790520259260db7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fd39e680b404b8ff", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 gateway/src/index.js:131"}, "properties": {"repobilityId": "6adbea334b7ed534", "scanner": "scanner-primary", "fingerprint": "fd39e680b404b8ff", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-3effeca887e041c6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/farmer/Listings.jsx:69"}, "properties": {"repobilityId": "ae8430575f1d7990", "scanner": "scanner-primary", "fingerprint": "3effeca887e041c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7a0cba07948bd9e7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 client/web/src/pages/buyer/MyOrders.jsx:60"}, "properties": {"repobilityId": "247d77ae4104dcb4", "scanner": "scanner-primary", "fingerprint": "7a0cba07948bd9e7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a59935750acc837b", "level": "warning", "message": {"text": "Privileged port 3 in use"}, "properties": {"repobilityId": "261b7b1c6a18d412", "scanner": "scanner-primary", "fingerprint": "a59935750acc837b", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1917aaaf64a52141", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "33d0a419f8ac20d8", "scanner": "scanner-primary", "fingerprint": "1917aaaf64a52141", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gateway/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-1917aaaf64a52141", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "d1a106822c08586b", "scanner": "scanner-primary", "fingerprint": "1917aaaf64a52141", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gateway/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-1917aaaf64a52141", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "a4f58de352916024", "scanner": "scanner-primary", "fingerprint": "1917aaaf64a52141", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gateway/Dockerfile"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-f66277129d2b4bd0", "level": "warning", "message": {"text": "Dockerfile runs as root: client/web/Dockerfile"}, "properties": {"repobilityId": "e8b96eafc09d4441", "scanner": "scanner-primary", "fingerprint": "f66277129d2b4bd0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-2b19c417ef2fb746", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "b5a65e919c65f19c", "scanner": "scanner-primary", "fingerprint": "2b19c417ef2fb746", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/web/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-58cdbe1e51447c3a", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "properties": {"repobilityId": "abe9b7fcce061421", "scanner": "scanner-primary", "fingerprint": "58cdbe1e51447c3a", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/web/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-eeda9ff7d70604c2", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "76c54cbf50088448", "scanner": "scanner-primary", "fingerprint": "eeda9ff7d70604c2", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/notification/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-eeda9ff7d70604c2", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "8810344e45474201", "scanner": "scanner-primary", "fingerprint": "eeda9ff7d70604c2", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/notification/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-eeda9ff7d70604c2", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "7d91045f96110e28", "scanner": "scanner-primary", "fingerprint": "eeda9ff7d70604c2", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/notification/Dockerfile"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-512221aece47ac0e", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "13e32d9fa2957758", "scanner": "scanner-primary", "fingerprint": "512221aece47ac0e", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/logistics/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-512221aece47ac0e", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "6f1434c4a931abf6", "scanner": "scanner-primary", "fingerprint": "512221aece47ac0e", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/logistics/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-512221aece47ac0e", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "91f0056852a3cf8b", "scanner": "scanner-primary", "fingerprint": "512221aece47ac0e", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/logistics/Dockerfile"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-323b95c5cbf7f419", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3de77f763ece08ae", "scanner": "scanner-primary", "fingerprint": "323b95c5cbf7f419", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/payment/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-323b95c5cbf7f419", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "987c4c90fda2a3c2", "scanner": "scanner-primary", "fingerprint": "323b95c5cbf7f419", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/payment/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-323b95c5cbf7f419", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "5fe1ecd5fa0ccdbb", "scanner": "scanner-primary", "fingerprint": "323b95c5cbf7f419", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/payment/Dockerfile"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-699d0855126374b5", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "4575ff7e2236fac7", "scanner": "scanner-primary", "fingerprint": "699d0855126374b5", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/user/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-699d0855126374b5", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "45a93a80a6e2d0d8", "scanner": "scanner-primary", "fingerprint": "699d0855126374b5", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/user/Dockerfile"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-699d0855126374b5", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "e4abe87a47120590", "scanner": "scanner-primary", "fingerprint": "699d0855126374b5", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/user/Dockerfile"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-b5e4bf7a5b1996df", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "7cfb25c08bde3a63", "scanner": "scanner-primary", "fingerprint": "b5e4bf7a5b1996df", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/order/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-b5e4bf7a5b1996df", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "11b3ed8aadb76ae0", "scanner": "scanner-primary", "fingerprint": "b5e4bf7a5b1996df", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/order/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-b5e4bf7a5b1996df", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "7e9e355ee950067a", "scanner": "scanner-primary", "fingerprint": "b5e4bf7a5b1996df", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/order/Dockerfile"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-75bcb8331adf76fb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "7c31294624b448cc", "scanner": "scanner-primary", "fingerprint": "75bcb8331adf76fb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/listing/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-75bcb8331adf76fb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "437ddbee527864cf", "scanner": "scanner-primary", "fingerprint": "75bcb8331adf76fb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/listing/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-75bcb8331adf76fb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "461ad43d7eb16c2b", "scanner": "scanner-primary", "fingerprint": "75bcb8331adf76fb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/listing/Dockerfile"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-37d3728160b82dbc", "level": "error", "message": {"text": "Possible secret in scripts/seed-demo-data.js"}, "properties": {"repobilityId": "1ed827d8fd9e007e", "scanner": "scanner-primary", "fingerprint": "37d3728160b82dbc", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/seed-demo-data.js"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-37d3728160b82dbc", "level": "error", "message": {"text": "Possible secret in scripts/seed-demo-data.js"}, "properties": {"repobilityId": "1ed827d8fd9e007e", "scanner": "scanner-primary", "fingerprint": "37d3728160b82dbc", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/seed-demo-data.js"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-f65577a19db8042a", "level": "error", "message": {"text": "Possible secret in scripts/k8s-deploy-managed.sh"}, "properties": {"repobilityId": "a7817d2980e76b22", "scanner": "scanner-primary", "fingerprint": "f65577a19db8042a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/k8s-deploy-managed.sh"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-f65577a19db8042a", "level": "error", "message": {"text": "Possible secret in scripts/k8s-deploy-managed.sh"}, "properties": {"repobilityId": "a7817d2980e76b22", "scanner": "scanner-primary", "fingerprint": "f65577a19db8042a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/k8s-deploy-managed.sh"}, "region": {"startLine": 142}}}]}, {"ruleId": "scanner-f65577a19db8042a", "level": "error", "message": {"text": "Possible secret in scripts/k8s-deploy-managed.sh"}, "properties": {"repobilityId": "a7817d2980e76b22", "scanner": "scanner-primary", "fingerprint": "f65577a19db8042a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/k8s-deploy-managed.sh"}, "region": {"startLine": 145}}}]}, {"ruleId": "scanner-dcf4ffde7a9ccd01", "level": "error", "message": {"text": "Possible secret in secrets/README.md"}, "properties": {"repobilityId": "9def0ea95e60e9d8", "scanner": "scanner-primary", "fingerprint": "dcf4ffde7a9ccd01", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "secrets/README.md"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-d0b0b09c1bf58ff6", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in client/web/src/api/index.js:76"}, "properties": {"repobilityId": "708e2c5d620d727b", "scanner": "scanner-primary", "fingerprint": "d0b0b09c1bf58ff6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/web/src/api/index.js"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-4551701cef859ae6", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in client/web/src/contexts/AuthContext.jsx:21"}, "properties": {"repobilityId": "76421608e2909d8d", "scanner": "scanner-primary", "fingerprint": "4551701cef859ae6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/web/src/contexts/AuthContext.jsx"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-f150fcfec97eda3c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in graphify-out/graph.html:122"}, "properties": {"repobilityId": "351fcd8a0cdaa114", "scanner": "scanner-primary", "fingerprint": "f150fcfec97eda3c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "graphify-out/graph.html"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-6c6b114e8e90b827", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in services/user/src/index.js:26"}, "properties": {"repobilityId": "2ae1db6d0a11a2f1", "scanner": "scanner-primary", "fingerprint": "6c6b114e8e90b827", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/user/src/index.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-92d9e421b307fea6", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in services/order/src/index.js:23"}, "properties": {"repobilityId": "062b8fc34baf1451", "scanner": "scanner-primary", "fingerprint": "92d9e421b307fea6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/order/src/index.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-12c217220c67f046", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in services/listing/src/index.js:23"}, "properties": {"repobilityId": "1948f8351ae1dde4", "scanner": "scanner-primary", "fingerprint": "12c217220c67f046", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/listing/src/index.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-65c9bd56493a81d3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c9c8d455a9d830b0", "scanner": "scanner-primary", "fingerprint": "65c9bd56493a81d3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-65c9bd56493a81d3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8e879d8d5d310b9f", "scanner": "scanner-primary", "fingerprint": "65c9bd56493a81d3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 195}}}]}, {"ruleId": "scanner-65c9bd56493a81d3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8e879d8d5d310b9f", "scanner": "scanner-primary", "fingerprint": "65c9bd56493a81d3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 204}}}]}, {"ruleId": "scanner-65c9bd56493a81d3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8e879d8d5d310b9f", "scanner": "scanner-primary", "fingerprint": "65c9bd56493a81d3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 212}}}]}, {"ruleId": "scanner-65c9bd56493a81d3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "291d9cf0361e3ec4", "scanner": "scanner-primary", "fingerprint": "65c9bd56493a81d3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 220}}}]}, {"ruleId": "scanner-65aa740cba4a4a73", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8860eac61a1ebe26", "scanner": "scanner-primary", "fingerprint": "65aa740cba4a4a73", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-65aa740cba4a4a73", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7640466c92034bac", "scanner": "scanner-primary", "fingerprint": "65aa740cba4a4a73", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-65aa740cba4a4a73", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3130c0a2c5ea460e", "scanner": "scanner-primary", "fingerprint": "65aa740cba4a4a73", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql.yml"}, "region": {"startLine": 101}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8bea064da6cc8756", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "79f5863288294183", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-5f605309407c3ac4", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "af1b3863f2cebb63", "scanner": "scanner-primary", "fingerprint": "5f605309407c3ac4", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d99d46615feecedc", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b81ad34f02ac0d27", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-5f605309407c3ac4", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "832cb5d5b197e1e3", "scanner": "scanner-primary", "fingerprint": "5f605309407c3ac4", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 105}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2a540f9d43f4160c", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2a91d8aa181ddf7e", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "09bc699d0372db3c", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 146}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "11271486c62654e1", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 149}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "79f5863288294183", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c7504984497182af", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 203}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8c509df32da8f579", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 213}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d99d46615feecedc", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 228}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b81ad34f02ac0d27", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 247}}}]}, {"ruleId": "scanner-5f1367acd3721aef", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "79f5863288294183", "scanner": "scanner-primary", "fingerprint": "5f1367acd3721aef", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/security-audit.yml"}, "region": {"startLine": 261}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e0c3a165eed1c507", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2b558ab8c93b19be", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a3c03147ef1f40b5", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 107}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e0c3a165eed1c507", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 138}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d1b973fc5722bf04", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 160}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae63b315ae3ef32f", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 163}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5206950cf3c3cb8f", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "cdd488c07b90bf4b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 107}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5ff68ae3a5989fc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ac9d96c045dca0ac", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 134}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "d77f351ca9e41c38", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-acce7f35062eef87", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: gateway/package.json"}, "properties": {"repobilityId": "4914994ca4d9eb73", "scanner": "scanner-primary", "fingerprint": "acce7f35062eef87", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gateway/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9696a13906a097e8", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: client/mobile/package.json"}, "properties": {"repobilityId": "0268a2a8c0bf98a1", "scanner": "scanner-primary", "fingerprint": "9696a13906a097e8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/mobile/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2b3b4131c0cb2eaa", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: shared/package.json"}, "properties": {"repobilityId": "310fa61d19fba401", "scanner": "scanner-primary", "fingerprint": "2b3b4131c0cb2eaa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-09847c070516d376", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/notification/package.json"}, "properties": {"repobilityId": "88fb23a4b22c1f47", "scanner": "scanner-primary", "fingerprint": "09847c070516d376", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/notification/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a12e241284d6944a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/logistics/package.json"}, "properties": {"repobilityId": "05fd7d3f0593497c", "scanner": "scanner-primary", "fingerprint": "a12e241284d6944a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/logistics/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-35c5f289b9b3a2e7", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/payment/package.json"}, "properties": {"repobilityId": "6788f7f3109c502e", "scanner": "scanner-primary", "fingerprint": "35c5f289b9b3a2e7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/payment/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-693cc040fcefd374", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/user/package.json"}, "properties": {"repobilityId": "174961f6a9f86ec0", "scanner": "scanner-primary", "fingerprint": "693cc040fcefd374", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/user/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ff24e4f97ef61955", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/order/package.json"}, "properties": {"repobilityId": "2a2cecad6fb5353b", "scanner": "scanner-primary", "fingerprint": "ff24e4f97ef61955", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/order/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-87e3a4f8df901c08", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: services/listing/package.json"}, "properties": {"repobilityId": "64e1599f3747cf8b", "scanner": "scanner-primary", "fingerprint": "87e3a4f8df901c08", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "services/listing/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "bbb7ab97f9b3949f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "b043c86671c46139", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "d50713afbe181999", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "0c7bba7ae98c1a45", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "87207d43cfe3bb92", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3bac5f648c000b5a", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/e2e/order-lifecycle.spec.js:74"}, "properties": {"repobilityId": "cabb5e4f139ff985", "scanner": "scanner-primary", "fingerprint": "3bac5f648c000b5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-654843a6cc7ca246", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/e2e/helpers/api.js:33"}, "properties": {"repobilityId": "f1a937d99b5b6837", "scanner": "scanner-primary", "fingerprint": "654843a6cc7ca246", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c0c0b4f52d16621c", "level": "none", "message": {"text": "Commented-code block (5 lines) in gateway/src/index.js:36"}, "properties": {"repobilityId": "8be7898b0b6f9ddb", "scanner": "scanner-primary", "fingerprint": "c0c0b4f52d16621c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e1c1b6be58cbb038", "level": "none", "message": {"text": "Commented-code block (5 lines) in gateway/src/middleware/sqlInjection.guard.js:9"}, "properties": {"repobilityId": "a159a56d3ae0d2e6", "scanner": "scanner-primary", "fingerprint": "e1c1b6be58cbb038", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dee5629c62b4a512", "level": "none", "message": {"text": "Commented-code block (6 lines) in client/web/src/router.jsx:23"}, "properties": {"repobilityId": "21eed079ba24cf87", "scanner": "scanner-primary", "fingerprint": "dee5629c62b4a512", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b2bf26ab4e3bc9c", "level": "none", "message": {"text": "Commented-code block (7 lines) in client/web/src/api/index.js:7"}, "properties": {"repobilityId": "a3e1cbf4ec8c87f6", "scanner": "scanner-primary", "fingerprint": "7b2bf26ab4e3bc9c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06a5b71603160627", "level": "none", "message": {"text": "Commented-code block (8 lines) in client/web/src/components/BlockchainTimeline.jsx:7"}, "properties": {"repobilityId": "87fdaf2afd42b13c", "scanner": "scanner-primary", "fingerprint": "06a5b71603160627", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-351eb81d0a782511", "level": "none", "message": {"text": "Commented-code block (7 lines) in client/web/src/pages/farmer/CreateListing.jsx:49"}, "properties": {"repobilityId": "393f3a2a7ff763e5", "scanner": "scanner-primary", "fingerprint": "351eb81d0a782511", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43c2ebdac52526b5", "level": "none", "message": {"text": "Commented-code block (6 lines) in client/web/src/pages/auth/Login.jsx:26"}, "properties": {"repobilityId": "82301a494621752b", "scanner": "scanner-primary", "fingerprint": "43c2ebdac52526b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c61393f4eb6e1953", "level": "none", "message": {"text": "Commented-code block (7 lines) in shared/fabric-client.js:27"}, "properties": {"repobilityId": "45a27b4fda2ee132", "scanner": "scanner-primary", "fingerprint": "c61393f4eb6e1953", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df204c8e941b1f9c", "level": "none", "message": {"text": "Commented-code block (8 lines) in shared/db.js:6"}, "properties": {"repobilityId": "f16e4e5851d79696", "scanner": "scanner-primary", "fingerprint": "df204c8e941b1f9c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-08cde0ebcc2dca87", "level": "none", "message": {"text": "Commented-code block (7 lines) in shared/validators/index.js:31"}, "properties": {"repobilityId": "7690118cc32da4e2", "scanner": "scanner-primary", "fingerprint": "08cde0ebcc2dca87", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-35866cc3cf912e1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in services/payment/src/services/webhook.service.js:80"}, "properties": {"repobilityId": "be2ba00d0e34c7d8", "scanner": "scanner-primary", "fingerprint": "35866cc3cf912e1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ce976fad8d976db7", "level": "none", "message": {"text": "Commented-code block (7 lines) in services/payment/src/services/razorpay.service.js:10"}, "properties": {"repobilityId": "16b5b6dfd56d2219", "scanner": "scanner-primary", "fingerprint": "ce976fad8d976db7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a70f6744b5ea0ec", "level": "none", "message": {"text": "Commented-code block (5 lines) in services/user/src/services/otp.service.js:56"}, "properties": {"repobilityId": "5b1cf42b721550b9", "scanner": "scanner-primary", "fingerprint": "2a70f6744b5ea0ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6bf5084664ef6dea", "level": "none", "message": {"text": "Commented-code block (7 lines) in services/user/src/services/user.service.js:6"}, "properties": {"repobilityId": "0ab1b6037e37f5ed", "scanner": "scanner-primary", "fingerprint": "6bf5084664ef6dea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d3b18a0db90f046", "level": "none", "message": {"text": "Commented-code block (9 lines) in services/order/src/services/order.service.js:61"}, "properties": {"repobilityId": "528b28995f26dfa1", "scanner": "scanner-primary", "fingerprint": "3d3b18a0db90f046", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9466541aa2178a50", "level": "none", "message": {"text": "Commented-code block (7 lines) in services/listing/src/controllers/listing.controller.js:83"}, "properties": {"repobilityId": "f10a3dd0075910dd", "scanner": "scanner-primary", "fingerprint": "9466541aa2178a50", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1de3ba8d7f9f6b1", "level": "none", "message": {"text": "Commented-code block (6 lines) in services/listing/src/services/listing.service.js:44"}, "properties": {"repobilityId": "0ce3415663a3d15b", "scanner": "scanner-primary", "fingerprint": "a1de3ba8d7f9f6b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bddda3d5a14c7401", "level": "note", "message": {"text": "29 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "3519a6b4ac1d4f19", "scanner": "scanner-primary", "fingerprint": "bddda3d5a14c7401", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-12172f86e9cc03f9", "level": "error", "message": {"text": "Dangling fetch: POST https://track.delhivery.com/api/cmu/create.json (services/logistics/src/services/tpl.service.js:161)"}, "properties": {"repobilityId": "4e68d0e1067b6a71", "scanner": "scanner-primary", "fingerprint": "12172f86e9cc03f9", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-80d76e5b28a97aaa", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/<svc>"}, "properties": {"repobilityId": "f70da08a589a9788", "scanner": "scanner-primary", "fingerprint": "80d76e5b28a97aaa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6de18340f647782f", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/payments/webhook"}, "properties": {"repobilityId": "2eb6ad884f466ee2", "scanner": "scanner-primary", "fingerprint": "6de18340f647782f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8c236625afb6a8cb", "level": "note", "message": {"text": "Unused endpoint: GET /ready"}, "properties": {"repobilityId": "7c60096a4dee11c3", "scanner": "scanner-primary", "fingerprint": "8c236625afb6a8cb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3bec7ccd0b909bea", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/auth"}, "properties": {"repobilityId": "1c40694165ca02d0", "scanner": "scanner-primary", "fingerprint": "3bec7ccd0b909bea", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4b1afd0ba2b8f574", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/users"}, "properties": {"repobilityId": "091b8569323f0272", "scanner": "scanner-primary", "fingerprint": "4b1afd0ba2b8f574", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2614f216a62f9e93", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/listings"}, "properties": {"repobilityId": "979dd041bfd5434d", "scanner": "scanner-primary", "fingerprint": "2614f216a62f9e93", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bc490902ad849182", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/orders"}, "properties": {"repobilityId": "6ec8be8ad2bc66a5", "scanner": "scanner-primary", "fingerprint": "bc490902ad849182", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-853f5b1b1f304bfc", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/payments"}, "properties": {"repobilityId": "6f17430b2a5eab7b", "scanner": "scanner-primary", "fingerprint": "853f5b1b1f304bfc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-53e35759617e9107", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/logistics"}, "properties": {"repobilityId": "fd8cf1074a0d7478", "scanner": "scanner-primary", "fingerprint": "53e35759617e9107", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-527939ead45dae84", "level": "note", "message": {"text": "Unused endpoint: USE /api/v1/notifications"}, "properties": {"repobilityId": "bfaf5e0a52186d86", "scanner": "scanner-primary", "fingerprint": "527939ead45dae84", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d04ddb18e3ae4ee3", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1"}, "properties": {"repobilityId": "393c853f4ec1f9b5", "scanner": "scanner-primary", "fingerprint": "d04ddb18e3ae4ee3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b36892106ecdc9aa", "level": "note", "message": {"text": "Unused endpoint: POST /auth/refresh"}, "properties": {"repobilityId": "3a7bf028596b13a2", "scanner": "scanner-primary", "fingerprint": "b36892106ecdc9aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "bc1cb19e4fed5265", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0354e1ab32d901c0", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register/farmer"}, "properties": {"repobilityId": "c790b166eb512ced", "scanner": "scanner-primary", "fingerprint": "0354e1ab32d901c0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0966d6828b88919b", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register/buyer"}, "properties": {"repobilityId": "ae16c9b463d0ddee", "scanner": "scanner-primary", "fingerprint": "0966d6828b88919b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "185bedff80fc184c", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-908a4f8d27d43467", "level": "note", "message": {"text": "Unused endpoint: POST /auth/otp/send"}, "properties": {"repobilityId": "15fd1f9ab096e4ac", "scanner": "scanner-primary", "fingerprint": "908a4f8d27d43467", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6ce45686433a45b", "level": "note", "message": {"text": "Unused endpoint: POST /auth/otp/verify"}, "properties": {"repobilityId": "153c297cbaa39463", "scanner": "scanner-primary", "fingerprint": "a6ce45686433a45b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a8b657222dd85be2", "level": "note", "message": {"text": "Unused endpoint: GET /users/me"}, "properties": {"repobilityId": "9aa6ac1a8811ff96", "scanner": "scanner-primary", "fingerprint": "a8b657222dd85be2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3025bc63d970d29", "level": "note", "message": {"text": "Unused endpoint: PUT /users/me"}, "properties": {"repobilityId": "9ec4ae43519bb793", "scanner": "scanner-primary", "fingerprint": "c3025bc63d970d29", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-984cc1c6d33f9dd2", "level": "note", "message": {"text": "Unused endpoint: PUT /users/me/password"}, "properties": {"repobilityId": "e2a692c1ab19fcf3", "scanner": "scanner-primary", "fingerprint": "984cc1c6d33f9dd2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f0d1bcfa404a7556", "level": "note", "message": {"text": "Unused endpoint: POST /users/me/kyc"}, "properties": {"repobilityId": "5feedb52cc5649f0", "scanner": "scanner-primary", "fingerprint": "f0d1bcfa404a7556", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e675cbee6b24b417", "level": "note", "message": {"text": "Unused endpoint: GET /listings"}, "properties": {"repobilityId": "605759c746f3cad1", "scanner": "scanner-primary", "fingerprint": "e675cbee6b24b417", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5e0fb2cbf53210e2", "level": "note", "message": {"text": "Unused endpoint: POST /listings"}, "properties": {"repobilityId": "e29048348da8ae6c", "scanner": "scanner-primary", "fingerprint": "5e0fb2cbf53210e2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6d839fd8dbbf89c4", "level": "note", "message": {"text": "Unused endpoint: GET /listings/farmer/me"}, "properties": {"repobilityId": "dc178ed47faee081", "scanner": "scanner-primary", "fingerprint": "6d839fd8dbbf89c4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-988262c12d31b479", "level": "note", "message": {"text": "Unused endpoint: POST /orders"}, "properties": {"repobilityId": "d1d1e5a155ba85eb", "scanner": "scanner-primary", "fingerprint": "988262c12d31b479", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0328e9bdbb61fa68", "level": "note", "message": {"text": "Unused endpoint: GET /orders"}, "properties": {"repobilityId": "8bf222b436c7c393", "scanner": "scanner-primary", "fingerprint": "0328e9bdbb61fa68", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d5c9f8a9f40de1c", "level": "note", "message": {"text": "Unused endpoint: POST /payments/order"}, "properties": {"repobilityId": "3f129507306c4eb9", "scanner": "scanner-primary", "fingerprint": "9d5c9f8a9f40de1c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6944a3c31294f3a0", "level": "note", "message": {"text": "Unused endpoint: POST /payments/verify"}, "properties": {"repobilityId": "c835fc8caef9e64c", "scanner": "scanner-primary", "fingerprint": "6944a3c31294f3a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5f66a893e1e519ae", "level": "note", "message": {"text": "Unused endpoint: GET /logistics/shipments"}, "properties": {"repobilityId": "584f1cad080b5a44", "scanner": "scanner-primary", "fingerprint": "5f66a893e1e519ae", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3af64e805d88ef35", "level": "note", "message": {"text": "Unused endpoint: GET /notifications"}, "properties": {"repobilityId": "8c0af643e04f79d7", "scanner": "scanner-primary", "fingerprint": "3af64e805d88ef35", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6a23aeabb1f0c4d3", "level": "note", "message": {"text": "Unused endpoint: PUT /notifications/read-all"}, "properties": {"repobilityId": "3588614659bcdf82", "scanner": "scanner-primary", "fingerprint": "6a23aeabb1f0c4d3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5c0c22a71208b82b", "level": "note", "message": {"text": "Unused endpoint: POST /notifications/tokens"}, "properties": {"repobilityId": "152fef3a528cd2ad", "scanner": "scanner-primary", "fingerprint": "5c0c22a71208b82b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6685d40686d63393", "level": "note", "message": {"text": "Unused endpoint: GET /protected"}, "properties": {"repobilityId": "1fc1a9346e012e39", "scanner": "scanner-primary", "fingerprint": "6685d40686d63393", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f02a079c69b52f2d", "level": "note", "message": {"text": "Unused endpoint: USE /"}, "properties": {"repobilityId": "dbf2f97dbe50fd4b", "scanner": "scanner-primary", "fingerprint": "f02a079c69b52f2d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2f222a275ed687b3", "level": "note", "message": {"text": "Unused endpoint: POST /send"}, "properties": {"repobilityId": "f211769cc1952eac", "scanner": "scanner-primary", "fingerprint": "2f222a275ed687b3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-184c259282ac0109", "level": "note", "message": {"text": "Unused endpoint: POST /tokens"}, "properties": {"repobilityId": "59a9442cbe2454aa", "scanner": "scanner-primary", "fingerprint": "184c259282ac0109", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b72337f0fdfd835d", "level": "note", "message": {"text": "Unused endpoint: DELETE /tokens/:token"}, "properties": {"repobilityId": "c74de6d536d7ca81", "scanner": "scanner-primary", "fingerprint": "b72337f0fdfd835d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "cbfc3ace2f502324", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-abc47697a68f0331", "level": "note", "message": {"text": "Unused endpoint: PUT /:id/read"}, "properties": {"repobilityId": "dcc61e64fbce3e53", "scanner": "scanner-primary", "fingerprint": "abc47697a68f0331", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0535da675f219221", "level": "note", "message": {"text": "Unused endpoint: PUT /read-all"}, "properties": {"repobilityId": "e4d41d295a4d96d9", "scanner": "scanner-primary", "fingerprint": "0535da675f219221", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5669e9e5a31a4f25", "level": "note", "message": {"text": "Unused endpoint: POST /shipments"}, "properties": {"repobilityId": "f793d7cbe6ab93c0", "scanner": "scanner-primary", "fingerprint": "5669e9e5a31a4f25", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bb53735ca6482d18", "level": "note", "message": {"text": "Unused endpoint: GET /shipments/:shipmentId"}, "properties": {"repobilityId": "7abf3d6f1abc06bb", "scanner": "scanner-primary", "fingerprint": "bb53735ca6482d18", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8ee566a320a0c045", "level": "note", "message": {"text": "Unused endpoint: PUT /shipments/:shipmentId/location"}, "properties": {"repobilityId": "643743e469d3ef60", "scanner": "scanner-primary", "fingerprint": "8ee566a320a0c045", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f53997c9e0cb7d89", "level": "note", "message": {"text": "Unused endpoint: POST /shipments/:shipmentId/iot"}, "properties": {"repobilityId": "702461d31af75fb2", "scanner": "scanner-primary", "fingerprint": "f53997c9e0cb7d89", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8d2738d526d89df6", "level": "note", "message": {"text": "Unused endpoint: PUT /shipments/:shipmentId/status"}, "properties": {"repobilityId": "d49cd81179e4730b", "scanner": "scanner-primary", "fingerprint": "8d2738d526d89df6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e1d56f5cbccd231b", "level": "note", "message": {"text": "Unused endpoint: POST /shipments/:shipmentId/deliver"}, "properties": {"repobilityId": "2d7656a2baa1d2e8", "scanner": "scanner-primary", "fingerprint": "e1d56f5cbccd231b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-173676693e6123f5", "level": "note", "message": {"text": "Unused endpoint: POST /shipments/:shipmentId/damage"}, "properties": {"repobilityId": "b9a54a04df97ce3b", "scanner": "scanner-primary", "fingerprint": "173676693e6123f5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87706754c816eab0", "level": "note", "message": {"text": "Unused endpoint: GET /shipments"}, "properties": {"repobilityId": "321f05b95bbc70c5", "scanner": "scanner-primary", "fingerprint": "87706754c816eab0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5af54bad8b65b783", "level": "note", "message": {"text": "Unused endpoint: POST /webhook/:provider"}, "properties": {"repobilityId": "916d344a0bd38cb0", "scanner": "scanner-primary", "fingerprint": "5af54bad8b65b783", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}