{"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-a3ab1c4d73b1ec30", "name": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:15"}, "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-7a3dbe918b0d89e4", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/tools/icd11.ts:303", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/tools/icd11.ts:303"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: 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-8987d6d1c30c7202", "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8ce41cb8560f922c", "name": "Insecure pattern 'cors_wildcard' in src/server.ts:86", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/server.ts:86"}, "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-aa3d782dcdcf2734", "name": "Insecure pattern 'cors_wildcard' in src/worker.ts:148", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/worker.ts:148"}, "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-ff32e90cad736f31", "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@v6 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-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@v6 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-43a7db5851459099", "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@v6 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-a53bf972e19b52fd", "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@v6 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-7ffa33751be3d771", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "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 6 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-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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-80c967e003bee8a9", "name": "Commented-code block (6 lines) in scripts/build-icd10-to-icd11-dataset.mjs:8", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/build-icd10-to-icd11-dataset.mjs:8"}, "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-08389d8f94688d0c", "name": "Commented-code block (9 lines) in src/index.test.ts:5", "shortDescription": {"text": "Commented-code block (9 lines) in src/index.test.ts:5"}, "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-f1c9a7f0499ed023", "name": "Commented-code block (6 lines) in src/server.http.test.ts:73", "shortDescription": {"text": "Commented-code block (6 lines) in src/server.http.test.ts:73"}, "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-12b94e3bbd8eb8f7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.http.test.ts:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.http.test.ts:34"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-893936986b53a39b", "name": "Commented-code block (5 lines) in src/server.ts:99", "shortDescription": {"text": "Commented-code block (5 lines) in src/server.ts:99"}, "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-ea500682936038e5", "name": "Commented-code block (6 lines) in src/worker.test.ts:61", "shortDescription": {"text": "Commented-code block (6 lines) in src/worker.test.ts: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-4db7b26c60022fda", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.test.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.test.ts:25"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-75c1d4b2c8d24d8a", "name": "Commented-code block (6 lines) in src/worker.ts:51", "shortDescription": {"text": "Commented-code block (6 lines) in src/worker.ts:51"}, "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-84e822b87418ebc7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.ts:81", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.ts:81"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-341f8b96c24f65e8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.ts:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.ts:70"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c861b2588029f355", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.test.ts:37", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.test.ts:37"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f65603aeff8fce99", "name": "Commented-code block (6 lines) in src/types/index.ts:601", "shortDescription": {"text": "Commented-code block (6 lines) in src/types/index.ts:601"}, "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-f5744a4a8129658c", "name": "Commented-code block (5 lines) in src/utils/zod-schema.ts:28", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/zod-schema.ts:28"}, "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-c4c7320affad2f34", "name": "Commented-code block (6 lines) in src/utils/logger.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/logger.ts:5"}, "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-f095721a9710781e", "name": "Commented-code block (5 lines) in src/clients/who-client.contract.test.ts:122", "shortDescription": {"text": "Commented-code block (5 lines) in src/clients/who-client.contract.test.ts:122"}, "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-c17ddd545720bc04", "name": "Commented-code block (6 lines) in src/clients/nlm-client.ts:182", "shortDescription": {"text": "Commented-code block (6 lines) in src/clients/nlm-client.ts:182"}, "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-5d62c8bdbcee785a", "name": "Commented-code block (6 lines) in src/clients/nlm-client.contract.test.ts:169", "shortDescription": {"text": "Commented-code block (6 lines) in src/clients/nlm-client.contract.test.ts:169"}, "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-9e72966289496f04", "name": "Commented-code block (5 lines) in src/clients/mesh-client.contract.test.ts:317", "shortDescription": {"text": "Commented-code block (5 lines) in src/clients/mesh-client.contract.test.ts:317"}, "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-9851d41ad455ccc4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/clients/mesh-client.contract.test.ts:83", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/clients/mesh-client.contract.test.ts:83"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3b410c488290db09", "name": "Commented-code block (6 lines) in src/clients/rxnorm-client.ts:373", "shortDescription": {"text": "Commented-code block (6 lines) in src/clients/rxnorm-client.ts:373"}, "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-0f7270b4de131b52", "name": "Commented-code block (6 lines) in src/clients/snomed-client.ts:61", "shortDescription": {"text": "Commented-code block (6 lines) in src/clients/snomed-client.ts: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-4701257272ff687e", "name": "Commented-code block (5 lines) in src/clients/mesh-client.ts:191", "shortDescription": {"text": "Commented-code block (5 lines) in src/clients/mesh-client.ts:191"}, "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-586036a1fc709171", "name": "Commented-code block (6 lines) in src/tools/versioning.ts:44", "shortDescription": {"text": "Commented-code block (6 lines) in src/tools/versioning.ts: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-bd6f312eed5fbb2a", "name": "Commented-code block (8 lines) in src/tools/snomed.ts:490", "shortDescription": {"text": "Commented-code block (8 lines) in src/tools/snomed.ts:490"}, "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}}]}}, "automationDetails": {"id": "repobility/19610"}, "properties": {"repository": "SidneyBissoli/medical-terminologies-mcp", "repoUrl": "https://github.com/SidneyBissoli/medical-terminologies-mcp", "branch": "main"}, "results": [{"ruleId": "scanner-a3ab1c4d73b1ec30", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:15"}, "properties": {"repobilityId": "cf9d3af0db9250f9", "scanner": "scanner-primary", "fingerprint": "a3ab1c4d73b1ec30", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7a3dbe918b0d89e4", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/tools/icd11.ts:303"}, "properties": {"repobilityId": "8ca9d87eeafd51b5", "scanner": "scanner-primary", "fingerprint": "7a3dbe918b0d89e4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "49be6631bee9c939", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "fe3629a64b2ad3f8", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-8ce41cb8560f922c", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/server.ts:86"}, "properties": {"repobilityId": "1fe4d9ae53c13ee0", "scanner": "scanner-primary", "fingerprint": "8ce41cb8560f922c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server.ts"}, "region": {"startLine": 86}}}]}, {"ruleId": "scanner-aa3d782dcdcf2734", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/worker.ts:148"}, "properties": {"repobilityId": "cafbe23bd0ab3dae", "scanner": "scanner-primary", "fingerprint": "aa3d782dcdcf2734", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/worker.ts"}, "region": {"startLine": 148}}}]}, {"ruleId": "scanner-ff32e90cad736f31", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bdff4cc754c94056", "scanner": "scanner-primary", "fingerprint": "ff32e90cad736f31", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-worker.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-ff32e90cad736f31", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4c1a7563e912771c", "scanner": "scanner-primary", "fingerprint": "ff32e90cad736f31", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-worker.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a63b1fd6887cae9", "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": 24}}}]}, {"ruleId": "scanner-43a7db5851459099", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a5cb1a7a64aec448", "scanner": "scanner-primary", "fingerprint": "43a7db5851459099", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/integration.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-a53bf972e19b52fd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a3bdefa5a986ff5b", "scanner": "scanner-primary", "fingerprint": "a53bf972e19b52fd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-a53bf972e19b52fd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a3bdefa5a986ff5b", "scanner": "scanner-primary", "fingerprint": "a53bf972e19b52fd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 66}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4b9be2cbe44cc2ec", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "cfaf810e167905cb", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "a4e2a1246f78c980", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "bd9d1af5d1779fde", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-80c967e003bee8a9", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/build-icd10-to-icd11-dataset.mjs:8"}, "properties": {"repobilityId": "635fe7b06e56a7fe", "scanner": "scanner-primary", "fingerprint": "80c967e003bee8a9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-08389d8f94688d0c", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/index.test.ts:5"}, "properties": {"repobilityId": "f292ea79807f19e7", "scanner": "scanner-primary", "fingerprint": "08389d8f94688d0c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1c9a7f0499ed023", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/server.http.test.ts:73"}, "properties": {"repobilityId": "f889010bc068e525", "scanner": "scanner-primary", "fingerprint": "f1c9a7f0499ed023", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12b94e3bbd8eb8f7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/server.http.test.ts:34"}, "properties": {"repobilityId": "8f9b1a9d904f0fcd", "scanner": "scanner-primary", "fingerprint": "12b94e3bbd8eb8f7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-893936986b53a39b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/server.ts:99"}, "properties": {"repobilityId": "f735fce960e77647", "scanner": "scanner-primary", "fingerprint": "893936986b53a39b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea500682936038e5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/worker.test.ts:61"}, "properties": {"repobilityId": "be47118073deb636", "scanner": "scanner-primary", "fingerprint": "ea500682936038e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4db7b26c60022fda", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.test.ts:25"}, "properties": {"repobilityId": "7240e8ca03e93804", "scanner": "scanner-primary", "fingerprint": "4db7b26c60022fda", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-75c1d4b2c8d24d8a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/worker.ts:51"}, "properties": {"repobilityId": "d7ddb7b7bb5ff1ed", "scanner": "scanner-primary", "fingerprint": "75c1d4b2c8d24d8a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84e822b87418ebc7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/worker.ts:81"}, "properties": {"repobilityId": "52b989c23658af3e", "scanner": "scanner-primary", "fingerprint": "84e822b87418ebc7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-341f8b96c24f65e8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.ts:70"}, "properties": {"repobilityId": "48c9dc08e200568f", "scanner": "scanner-primary", "fingerprint": "341f8b96c24f65e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c861b2588029f355", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/durable-objects/stats-counter.test.ts:37"}, "properties": {"repobilityId": "e44fac3cfcf88535", "scanner": "scanner-primary", "fingerprint": "c861b2588029f355", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f65603aeff8fce99", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/types/index.ts:601"}, "properties": {"repobilityId": "d467cc687c597670", "scanner": "scanner-primary", "fingerprint": "f65603aeff8fce99", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5744a4a8129658c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/zod-schema.ts:28"}, "properties": {"repobilityId": "fcbb53a37c202d86", "scanner": "scanner-primary", "fingerprint": "f5744a4a8129658c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4c7320affad2f34", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/logger.ts:5"}, "properties": {"repobilityId": "b8f081f4780da7a5", "scanner": "scanner-primary", "fingerprint": "c4c7320affad2f34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f095721a9710781e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/clients/who-client.contract.test.ts:122"}, "properties": {"repobilityId": "dd5c73760c7af91d", "scanner": "scanner-primary", "fingerprint": "f095721a9710781e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c17ddd545720bc04", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/clients/nlm-client.ts:182"}, "properties": {"repobilityId": "acf88d712e813339", "scanner": "scanner-primary", "fingerprint": "c17ddd545720bc04", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d62c8bdbcee785a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/clients/nlm-client.contract.test.ts:169"}, "properties": {"repobilityId": "a0c5da11bc175165", "scanner": "scanner-primary", "fingerprint": "5d62c8bdbcee785a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e72966289496f04", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/clients/mesh-client.contract.test.ts:317"}, "properties": {"repobilityId": "7882b7c4ea36fb10", "scanner": "scanner-primary", "fingerprint": "9e72966289496f04", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9851d41ad455ccc4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/clients/mesh-client.contract.test.ts:83"}, "properties": {"repobilityId": "6f3eff89872ba441", "scanner": "scanner-primary", "fingerprint": "9851d41ad455ccc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3b410c488290db09", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/clients/rxnorm-client.ts:373"}, "properties": {"repobilityId": "3d5f58de3d1e2d36", "scanner": "scanner-primary", "fingerprint": "3b410c488290db09", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f7270b4de131b52", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/clients/snomed-client.ts:61"}, "properties": {"repobilityId": "5e580d2cda2501bf", "scanner": "scanner-primary", "fingerprint": "0f7270b4de131b52", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4701257272ff687e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/clients/mesh-client.ts:191"}, "properties": {"repobilityId": "c8026b10f8419a93", "scanner": "scanner-primary", "fingerprint": "4701257272ff687e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-586036a1fc709171", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/tools/versioning.ts:44"}, "properties": {"repobilityId": "28e6e4652d3dfed1", "scanner": "scanner-primary", "fingerprint": "586036a1fc709171", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bd6f312eed5fbb2a", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/tools/snomed.ts:490"}, "properties": {"repobilityId": "935d32f2179845e4", "scanner": "scanner-primary", "fingerprint": "bd6f312eed5fbb2a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}