{"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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "changesets/action@v1 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-1838a141491ce38c", "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-072a5b43761ecb61", "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-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-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/github-script@v7 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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "28 tests / 130 src (ratio 0.22)."}, "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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 35 placeholder/mock markers across 20 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-2cbeab523d8cfe15", "name": "Commented-code block (6 lines) in vitest.config.ts:16", "shortDescription": {"text": "Commented-code block (6 lines) in vitest.config.ts:16"}, "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-3c0bac2ab5793296", "name": "Commented-code block (5 lines) in src/test-utils/plugin-sdk.stub.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/test-utils/plugin-sdk.stub.ts:1"}, "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-ff84216c40e7b92c", "name": "Commented-code block (7 lines) in src/sinks/db-sink.ts:158", "shortDescription": {"text": "Commented-code block (7 lines) in src/sinks/db-sink.ts:158"}, "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-a379b719c836448e", "name": "Commented-code block (5 lines) in src/audit/index.ts:85", "shortDescription": {"text": "Commented-code block (5 lines) in src/audit/index.ts:85"}, "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-546e7657ab031a6e", "name": "Commented-code block (15 lines) in src/types/wire.ts:14", "shortDescription": {"text": "Commented-code block (15 lines) in src/types/wire.ts:14"}, "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-9182768cb78679a5", "name": "Commented-code block (8 lines) in src/views/stream/index.tsx:4", "shortDescription": {"text": "Commented-code block (8 lines) in src/views/stream/index.tsx:4"}, "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-219596c3346a4e3c", "name": "Commented-code block (5 lines) in src/views/health/self-issues-table.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/health/self-issues-table.tsx: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-50376d148ed76600", "name": "Commented-code block (11 lines) in src/views/health/index.tsx:7", "shortDescription": {"text": "Commented-code block (11 lines) in src/views/health/index.tsx: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-b2c95e2e00e0828b", "name": "Commented-code block (5 lines) in src/views/audit/meta-summary.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/audit/meta-summary.tsx:4"}, "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-1f9d8be343c5f31c", "name": "Commented-code block (10 lines) in src/views/audit/index.tsx:4", "shortDescription": {"text": "Commented-code block (10 lines) in src/views/audit/index.tsx:4"}, "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-488caaad46d8395c", "name": "Commented-code block (7 lines) in src/views/audit/audit-row.tsx:40", "shortDescription": {"text": "Commented-code block (7 lines) in src/views/audit/audit-row.tsx:40"}, "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-2071d045b21348cd", "name": "Commented-code block (11 lines) in src/views/audit/lib/use-tenant-name-map.ts:5", "shortDescription": {"text": "Commented-code block (11 lines) in src/views/audit/lib/use-tenant-name-map.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-40579935c4124c38", "name": "Commented-code block (8 lines) in src/views/_shared/api.ts:107", "shortDescription": {"text": "Commented-code block (8 lines) in src/views/_shared/api.ts:107"}, "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-0ce3345b2767eb02", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/api.ts:2", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/api.ts:2"}, "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-37a0345d37ebefdc", "name": "Commented-code block (5 lines) in src/views/_shared/components/inline-error.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/components/inline-error.tsx:1"}, "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-b155f7e2274cfcff", "name": "Commented-code block (5 lines) in src/views/_shared/components/metric-card.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/components/metric-card.tsx:1"}, "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-cafe09973a913746", "name": "Commented-code block (8 lines) in src/views/_shared/components/drawer.tsx:6", "shortDescription": {"text": "Commented-code block (8 lines) in src/views/_shared/components/drawer.tsx: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-b30da4d8a0ea126b", "name": "Commented-code block (6 lines) in src/views/_shared/components/multi-select-chip.tsx:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/views/_shared/components/multi-select-chip.tsx: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-49b8d894f057a430", "name": "Commented-code block (5 lines) in src/views/_shared/components/text-input-chip.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/components/text-input-chip.tsx: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-caa41e85f6e04cd3", "name": "Commented-code block (5 lines) in src/views/_shared/components/dropdown-filter-chip.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/components/dropdown-filter-chip.tsx:1"}, "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-3c53f718444837ff", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/components/dropdown-filter-chip.tsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/components/dropdown-filter-chip.tsx:13"}, "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-8c0a0be07cd01868", "name": "Commented-code block (5 lines) in src/views/_shared/lib/time-window.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/time-window.ts:1"}, "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-dd913cc4a31f0d48", "name": "Commented-code block (5 lines) in src/views/_shared/lib/derive-health-status.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/derive-health-status.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-fff83614181b9ecb", "name": "Commented-code block (10 lines) in src/views/_shared/lib/issue-search-token.ts:4", "shortDescription": {"text": "Commented-code block (10 lines) in src/views/_shared/lib/issue-search-token.ts:4"}, "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-897ac0a6ad7287bb", "name": "Commented-code block (5 lines) in src/views/_shared/lib/clipboard.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/clipboard.ts:3"}, "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-7e5cd11eacca6c3b", "name": "Commented-code block (5 lines) in src/views/_shared/lib/format-time.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/format-time.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-671abdb60bc666cc", "name": "Commented-code block (13 lines) in src/views/issues/issue-detail.tsx:93", "shortDescription": {"text": "Commented-code block (13 lines) in src/views/issues/issue-detail.tsx:93"}, "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-da04ce4c0a78189a", "name": "Commented-code block (6 lines) in src/views/issues/index.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/views/issues/index.tsx:4"}, "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-3d65ee04c7d265e1", "name": "Commented-code block (6 lines) in src/views/trace/span-row.tsx:221", "shortDescription": {"text": "Commented-code block (6 lines) in src/views/trace/span-row.tsx:221"}, "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-471d60cf48d9dc1d", "name": "Commented-code block (5 lines) in src/views/trace/trace-header.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/trace/trace-header.tsx:1"}, "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-8e5d96eb7c6517f7", "name": "Commented-code block (6 lines) in src/views/trace/span-detail.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/views/trace/span-detail.tsx:1"}, "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-25711d374cb582f7", "name": "Commented-code block (11 lines) in src/views/trace/lib/build-tree.ts:6", "shortDescription": {"text": "Commented-code block (11 lines) in src/views/trace/lib/build-tree.ts: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-1b0f1c8261e09655", "name": "Commented-code block (6 lines) in src/runtime/activate.ts:69", "shortDescription": {"text": "Commented-code block (6 lines) in src/runtime/activate.ts:69"}, "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-e25af4b699ff769b", "name": "Commented-code block (5 lines) in src/fingerprinting/normalize-message.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in src/fingerprinting/normalize-message.ts:12"}, "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-213e67bf7bcf9991", "name": "Commented-code block (5 lines) in src/repositories/aggregates.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/repositories/aggregates.ts:4"}, "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-a5d4d2153414fd06", "name": "Commented-code block (5 lines) in src/repositories/_lib/sql-filters.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/repositories/_lib/sql-filters.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-9c707f99d08d9753", "name": "Commented-code block (5 lines) in src/crons/crons.integration.test.ts:114", "shortDescription": {"text": "Commented-code block (5 lines) in src/crons/crons.integration.test.ts:114"}, "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/25084"}, "properties": {"repository": "Coongro/kit-observability", "repoUrl": "https://github.com/Coongro/kit-observability", "branch": "main"}, "results": [{"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "795422ca0cf75519", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-072a5b43761ecb61", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "98e2b9b57a9a1df0", "scanner": "scanner-primary", "fingerprint": "072a5b43761ecb61", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/post-release.yml"}, "region": {"startLine": 1}}}]}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "508ca84266d7ad9f", "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": 17}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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": "59f10c5b34b71ffc", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "5111b685eab31284", "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": "78cac7f15b5a2519", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-2cbeab523d8cfe15", "level": "none", "message": {"text": "Commented-code block (6 lines) in vitest.config.ts:16"}, "properties": {"repobilityId": "4b43d7e6cdfc750b", "scanner": "scanner-primary", "fingerprint": "2cbeab523d8cfe15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3c0bac2ab5793296", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/test-utils/plugin-sdk.stub.ts:1"}, "properties": {"repobilityId": "d6178ae146d39d80", "scanner": "scanner-primary", "fingerprint": "3c0bac2ab5793296", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ff84216c40e7b92c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/sinks/db-sink.ts:158"}, "properties": {"repobilityId": "b70b6bf13e859d56", "scanner": "scanner-primary", "fingerprint": "ff84216c40e7b92c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a379b719c836448e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/audit/index.ts:85"}, "properties": {"repobilityId": "cab5914ef1e71fcf", "scanner": "scanner-primary", "fingerprint": "a379b719c836448e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-546e7657ab031a6e", "level": "none", "message": {"text": "Commented-code block (15 lines) in src/types/wire.ts:14"}, "properties": {"repobilityId": "a46968e01984c1c8", "scanner": "scanner-primary", "fingerprint": "546e7657ab031a6e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9182768cb78679a5", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/views/stream/index.tsx:4"}, "properties": {"repobilityId": "787e8a178b08f6dc", "scanner": "scanner-primary", "fingerprint": "9182768cb78679a5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-219596c3346a4e3c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/health/self-issues-table.tsx:5"}, "properties": {"repobilityId": "99f55d4472ed04b9", "scanner": "scanner-primary", "fingerprint": "219596c3346a4e3c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50376d148ed76600", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/views/health/index.tsx:7"}, "properties": {"repobilityId": "cd1a20f6962fc4ba", "scanner": "scanner-primary", "fingerprint": "50376d148ed76600", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b2c95e2e00e0828b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/audit/meta-summary.tsx:4"}, "properties": {"repobilityId": "bd9956a3f610251a", "scanner": "scanner-primary", "fingerprint": "b2c95e2e00e0828b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f9d8be343c5f31c", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/views/audit/index.tsx:4"}, "properties": {"repobilityId": "03c8d5848f15552b", "scanner": "scanner-primary", "fingerprint": "1f9d8be343c5f31c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-488caaad46d8395c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/views/audit/audit-row.tsx:40"}, "properties": {"repobilityId": "96fd2e59bf0b298d", "scanner": "scanner-primary", "fingerprint": "488caaad46d8395c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2071d045b21348cd", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/views/audit/lib/use-tenant-name-map.ts:5"}, "properties": {"repobilityId": "a87024a7a855e14d", "scanner": "scanner-primary", "fingerprint": "2071d045b21348cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-40579935c4124c38", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/views/_shared/api.ts:107"}, "properties": {"repobilityId": "fd23d620c9572fce", "scanner": "scanner-primary", "fingerprint": "40579935c4124c38", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ce3345b2767eb02", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/api.ts:2"}, "properties": {"repobilityId": "c87221d9c8262228", "scanner": "scanner-primary", "fingerprint": "0ce3345b2767eb02", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-37a0345d37ebefdc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/components/inline-error.tsx:1"}, "properties": {"repobilityId": "59f3273b037ae746", "scanner": "scanner-primary", "fingerprint": "37a0345d37ebefdc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b155f7e2274cfcff", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/components/metric-card.tsx:1"}, "properties": {"repobilityId": "53fe8f3321e25aef", "scanner": "scanner-primary", "fingerprint": "b155f7e2274cfcff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cafe09973a913746", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/views/_shared/components/drawer.tsx:6"}, "properties": {"repobilityId": "08a5bf4a09d54da9", "scanner": "scanner-primary", "fingerprint": "cafe09973a913746", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b30da4d8a0ea126b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/views/_shared/components/multi-select-chip.tsx:6"}, "properties": {"repobilityId": "0d7859289c4c6ba5", "scanner": "scanner-primary", "fingerprint": "b30da4d8a0ea126b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-49b8d894f057a430", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/components/text-input-chip.tsx:5"}, "properties": {"repobilityId": "47d67ff13797db30", "scanner": "scanner-primary", "fingerprint": "49b8d894f057a430", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-caa41e85f6e04cd3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/components/dropdown-filter-chip.tsx:1"}, "properties": {"repobilityId": "b8652cdd52d9c8c6", "scanner": "scanner-primary", "fingerprint": "caa41e85f6e04cd3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3c53f718444837ff", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/views/_shared/components/dropdown-filter-chip.tsx:13"}, "properties": {"repobilityId": "88fee6e83133360d", "scanner": "scanner-primary", "fingerprint": "3c53f718444837ff", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8c0a0be07cd01868", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/time-window.ts:1"}, "properties": {"repobilityId": "6d5897c1263d9c8b", "scanner": "scanner-primary", "fingerprint": "8c0a0be07cd01868", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd913cc4a31f0d48", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/derive-health-status.ts:5"}, "properties": {"repobilityId": "5155f006db481ef9", "scanner": "scanner-primary", "fingerprint": "dd913cc4a31f0d48", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fff83614181b9ecb", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/views/_shared/lib/issue-search-token.ts:4"}, "properties": {"repobilityId": "650d14a814a9df4c", "scanner": "scanner-primary", "fingerprint": "fff83614181b9ecb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-897ac0a6ad7287bb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/clipboard.ts:3"}, "properties": {"repobilityId": "0926ded2c0e73fe5", "scanner": "scanner-primary", "fingerprint": "897ac0a6ad7287bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e5cd11eacca6c3b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/_shared/lib/format-time.ts:5"}, "properties": {"repobilityId": "f7e22c5c99f2e233", "scanner": "scanner-primary", "fingerprint": "7e5cd11eacca6c3b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-671abdb60bc666cc", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/views/issues/issue-detail.tsx:93"}, "properties": {"repobilityId": "06f31e0122a2b599", "scanner": "scanner-primary", "fingerprint": "671abdb60bc666cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da04ce4c0a78189a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/views/issues/index.tsx:4"}, "properties": {"repobilityId": "e416c1ee0581e9e8", "scanner": "scanner-primary", "fingerprint": "da04ce4c0a78189a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d65ee04c7d265e1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/views/trace/span-row.tsx:221"}, "properties": {"repobilityId": "5d2065e8985bade1", "scanner": "scanner-primary", "fingerprint": "3d65ee04c7d265e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-471d60cf48d9dc1d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/trace/trace-header.tsx:1"}, "properties": {"repobilityId": "fc115a4594d62541", "scanner": "scanner-primary", "fingerprint": "471d60cf48d9dc1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e5d96eb7c6517f7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/views/trace/span-detail.tsx:1"}, "properties": {"repobilityId": "7269e60529356a45", "scanner": "scanner-primary", "fingerprint": "8e5d96eb7c6517f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-25711d374cb582f7", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/views/trace/lib/build-tree.ts:6"}, "properties": {"repobilityId": "fc25e57ec8a7eaa0", "scanner": "scanner-primary", "fingerprint": "25711d374cb582f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b0f1c8261e09655", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/runtime/activate.ts:69"}, "properties": {"repobilityId": "624ee3c0930d2ffc", "scanner": "scanner-primary", "fingerprint": "1b0f1c8261e09655", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e25af4b699ff769b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/fingerprinting/normalize-message.ts:12"}, "properties": {"repobilityId": "a0e25aba89550e12", "scanner": "scanner-primary", "fingerprint": "e25af4b699ff769b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-213e67bf7bcf9991", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/repositories/aggregates.ts:4"}, "properties": {"repobilityId": "8898e8d76089805e", "scanner": "scanner-primary", "fingerprint": "213e67bf7bcf9991", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5d4d2153414fd06", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/repositories/_lib/sql-filters.ts:5"}, "properties": {"repobilityId": "7c588b855c0b3c31", "scanner": "scanner-primary", "fingerprint": "a5d4d2153414fd06", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9c707f99d08d9753", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crons/crons.integration.test.ts:114"}, "properties": {"repobilityId": "f1139855862f821c", "scanner": "scanner-primary", "fingerprint": "9c707f99d08d9753", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}