{"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-1ff6cab7d5c0ad29", "name": "Possibly dead Python function: header", "shortDescription": {"text": "Possibly dead Python function: header"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-52ea26482ed43f58", "name": "Possibly dead Python function: footer", "shortDescription": {"text": "Possibly dead Python function: footer"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e4b097aa8489338c", "name": "Possibly dead Python function: table_row", "shortDescription": {"text": "Possibly dead Python function: table_row"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-31aecdea677909f8", "name": "Possibly dead Python function: header", "shortDescription": {"text": "Possibly dead Python function: header"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-51ee4fa8f75b0e38", "name": "Possibly dead Python function: footer", "shortDescription": {"text": "Possibly dead Python function: footer"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-042b6ed732c45e92", "name": "Stray `console.log` in TS/JS \u2014 src/stores/bands.test.ts:420", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/bands.test.ts:420"}, "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-eba0414bbad84fb5", "name": "Icon-only button without accessible name \u2014 src/components/BaffleStepDialog.tsx:180", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/BaffleStepDialog.tsx:180"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea903b2ae9eb4876", "name": "Icon-only button without accessible name \u2014 src/components/MergeDialog.tsx:129", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/MergeDialog.tsx:129"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6ba9bfab5f283202", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@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-b769174c9fcf8ea8", "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-4427903f45a881b9", "name": "Very large file: src-tauri/src/fir/tests.rs (1531 lines)", "shortDescription": {"text": "Very large file: src-tauri/src/fir/tests.rs (1531 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b7a1eb3c56168e4a", "name": "Very large file: src/components/FrequencyPlot.tsx (4583 lines)", "shortDescription": {"text": "Very large file: src/components/FrequencyPlot.tsx (4583 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 24 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-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. 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-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-052ce1208346c11d", "name": "Agent authority lacks a verifier contract: .continue/mcpServers/new-mcp-server.yaml", "shortDescription": {"text": "Agent authority lacks a verifier contract: .continue/mcpServers/new-mcp-server.yaml"}, "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-123d417ae89d4d60", "name": "Agent authority lacks a verifier contract: .claude/commands/audit.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/audit.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-700f7e03a3b906e7", "name": "Commented-code block (5 lines) in src/stores/bands.ts:545", "shortDescription": {"text": "Commented-code block (5 lines) in src/stores/bands.ts:545"}, "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-f97978d29a64993f", "name": "Commented-code block (5 lines) in src/stores/history.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/stores/history.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-017950d03cdab571", "name": "Commented-code block (5 lines) in src/components/FrequencyPlot.tsx:1662", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/FrequencyPlot.tsx:1662"}, "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-91d85ba96545b4ff", "name": "Commented-code block (10 lines) in src/lib/plot-helpers.ts:167", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/plot-helpers.ts:167"}, "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-0218b025ea3b9e4c", "name": "Commented-code block (5 lines) in src/lib/slope.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/slope.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-8e84fc190a167606", "name": "Commented-code block (9 lines) in src/lib/band-evaluator.ts:4", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/band-evaluator.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-f9707e067bb15d3f", "name": "Commented-code block (7 lines) in src/lib/pre-ring.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/pre-ring.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-8aed9240aba9973e", "name": "Commented-code block (5 lines) in src/lib/__tests__/evaluate-sum.test.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/__tests__/evaluate-sum.test.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-a4130d59bdfe2585", "name": "Commented-code block (5 lines) in src/lib/__tests__/phase-interp.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/__tests__/phase-interp.test.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-c4974bd76c106361", "name": "Commented-code block (6 lines) in src/lib/__tests__/band-evaluator.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/__tests__/band-evaluator.test.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-ea57df9fb81cec41", "name": "Commented-code block (7 lines) in src/lib/__tests__/pre-ring.test.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/__tests__/pre-ring.test.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-2096110e895b524f", "name": "Commented-code block (6 lines) in src/lib/__tests__/grid-alignment.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/__tests__/grid-alignment.test.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-80b9b619069f144c", "name": "Commented-code block (7 lines) in src/lib/__tests__/fir-export-offcenter.test.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/__tests__/fir-export-offcenter.test.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-9829a813cb2f9b83", "name": "Commented-code block (5 lines) in src/lib/__tests__/golden-pipeline.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/__tests__/golden-pipeline.test.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-de41c47bb453a429", "name": "Commented-code block (5 lines) in src/lib/__tests__/peq-sample-rate.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/__tests__/peq-sample-rate.test.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-39a9691321be7fe8", "name": "Commented-code block (12 lines) in src/lib/__tests__/ir-sum-conventions.test.ts:3", "shortDescription": {"text": "Commented-code block (12 lines) in src/lib/__tests__/ir-sum-conventions.test.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-dde9a6a9b4bab107", "name": "Commented-code block (7 lines) in src/lib/band-evaluator/sum.ts:205", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/band-evaluator/sum.ts:205"}, "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-48b6d132e027042d", "name": "Commented-code block (5 lines) in src/lib/band-evaluator/cache.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/band-evaluator/cache.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-cd42a1489af10f54", "name": "Commented-code block (6 lines) in src/lib/band-evaluator/evaluate.ts:132", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/band-evaluator/evaluate.ts:132"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\ndocs/gen_optimization_pdf.py:build_en, docs/gen_optimization_pdf.py:build_ru\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19444"}, "properties": {"repository": "shd911/phaseforge", "repoUrl": "https://github.com/shd911/phaseforge", "branch": "main"}, "results": [{"ruleId": "scanner-1ff6cab7d5c0ad29", "level": "note", "message": {"text": "Possibly dead Python function: header"}, "properties": {"repobilityId": "0d3c97e1cc68c808", "scanner": "scanner-primary", "fingerprint": "1ff6cab7d5c0ad29", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/html2pdf.py:70"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-52ea26482ed43f58", "level": "note", "message": {"text": "Possibly dead Python function: footer"}, "properties": {"repobilityId": "9f0be3db8aae782f", "scanner": "scanner-primary", "fingerprint": "52ea26482ed43f58", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/html2pdf.py:77"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e4b097aa8489338c", "level": "note", "message": {"text": "Possibly dead Python function: table_row"}, "properties": {"repobilityId": "48fafd3813097e56", "scanner": "scanner-primary", "fingerprint": "e4b097aa8489338c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/html2pdf.py:117"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-31aecdea677909f8", "level": "note", "message": {"text": "Possibly dead Python function: header"}, "properties": {"repobilityId": "0d3c97e1cc68c808", "scanner": "scanner-primary", "fingerprint": "31aecdea677909f8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/gen_optimization_pdf.py:42"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-51ee4fa8f75b0e38", "level": "note", "message": {"text": "Possibly dead Python function: footer"}, "properties": {"repobilityId": "9f0be3db8aae782f", "scanner": "scanner-primary", "fingerprint": "51ee4fa8f75b0e38", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/gen_optimization_pdf.py:49"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-042b6ed732c45e92", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/stores/bands.test.ts:420"}, "properties": {"repobilityId": "dc4675a8b76637e4", "scanner": "scanner-primary", "fingerprint": "042b6ed732c45e92", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-eba0414bbad84fb5", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/BaffleStepDialog.tsx:180"}, "properties": {"repobilityId": "4769bac7ac7b7f4e", "scanner": "scanner-primary", "fingerprint": "eba0414bbad84fb5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-ea903b2ae9eb4876", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/MergeDialog.tsx:129"}, "properties": {"repobilityId": "225cc871d63719bf", "scanner": "scanner-primary", "fingerprint": "ea903b2ae9eb4876", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a380bb21c7e59ac", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a380bb21c7e59ac", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "90bd9f0c12c52a0d", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6ac4ae69c5a42541", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-b769174c9fcf8ea8", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e34b6cb9b56931d2", "scanner": "scanner-primary", "fingerprint": "b769174c9fcf8ea8", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4427903f45a881b9", "level": "note", "message": {"text": "Very large file: src-tauri/src/fir/tests.rs (1531 lines)"}, "properties": {"repobilityId": "8b96882cab944e0f", "scanner": "scanner-primary", "fingerprint": "4427903f45a881b9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b7a1eb3c56168e4a", "level": "note", "message": {"text": "Very large file: src/components/FrequencyPlot.tsx (4583 lines)"}, "properties": {"repobilityId": "833095b65c8241e8", "scanner": "scanner-primary", "fingerprint": "b7a1eb3c56168e4a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "6feaef433ba73341", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7342faaa9ced5a62", "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": "4cda020538e5743f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "a8b9b1635502f209", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "52286a23e396e35f", "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": "d7340a117d2ce4b8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-052ce1208346c11d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .continue/mcpServers/new-mcp-server.yaml"}, "properties": {"repobilityId": "10b2f44c425e214a", "scanner": "scanner-primary", "fingerprint": "052ce1208346c11d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agent_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".continue/mcpServers/new-mcp-server.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-123d417ae89d4d60", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/audit.md"}, "properties": {"repobilityId": "d26b69d144247697", "scanner": "scanner-primary", "fingerprint": "123d417ae89d4d60", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/audit.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-700f7e03a3b906e7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/stores/bands.ts:545"}, "properties": {"repobilityId": "6f96904a753342d3", "scanner": "scanner-primary", "fingerprint": "700f7e03a3b906e7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f97978d29a64993f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/stores/history.ts:1"}, "properties": {"repobilityId": "c3dacdbcb561137d", "scanner": "scanner-primary", "fingerprint": "f97978d29a64993f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-017950d03cdab571", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/FrequencyPlot.tsx:1662"}, "properties": {"repobilityId": "ecceafb9c4f0659c", "scanner": "scanner-primary", "fingerprint": "017950d03cdab571", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91d85ba96545b4ff", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/plot-helpers.ts:167"}, "properties": {"repobilityId": "d26a4b7dcfdfd4e6", "scanner": "scanner-primary", "fingerprint": "91d85ba96545b4ff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0218b025ea3b9e4c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/slope.ts:1"}, "properties": {"repobilityId": "9ce60c7d0d2079a5", "scanner": "scanner-primary", "fingerprint": "0218b025ea3b9e4c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e84fc190a167606", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/band-evaluator.ts:4"}, "properties": {"repobilityId": "4ab1cf3121f92af2", "scanner": "scanner-primary", "fingerprint": "8e84fc190a167606", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f9707e067bb15d3f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/pre-ring.ts:3"}, "properties": {"repobilityId": "f00348c236ed9247", "scanner": "scanner-primary", "fingerprint": "f9707e067bb15d3f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8aed9240aba9973e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/__tests__/evaluate-sum.test.ts:3"}, "properties": {"repobilityId": "5582197c4f3401fe", "scanner": "scanner-primary", "fingerprint": "8aed9240aba9973e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a4130d59bdfe2585", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/__tests__/phase-interp.test.ts:1"}, "properties": {"repobilityId": "b1eca18c6a0b18bd", "scanner": "scanner-primary", "fingerprint": "a4130d59bdfe2585", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4974bd76c106361", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/__tests__/band-evaluator.test.ts:1"}, "properties": {"repobilityId": "fea560cfc4b3eb30", "scanner": "scanner-primary", "fingerprint": "c4974bd76c106361", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea57df9fb81cec41", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/__tests__/pre-ring.test.ts:1"}, "properties": {"repobilityId": "c4d6f682cefb7418", "scanner": "scanner-primary", "fingerprint": "ea57df9fb81cec41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2096110e895b524f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/__tests__/grid-alignment.test.ts:1"}, "properties": {"repobilityId": "4f7f33baed166b7b", "scanner": "scanner-primary", "fingerprint": "2096110e895b524f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-80b9b619069f144c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/__tests__/fir-export-offcenter.test.ts:1"}, "properties": {"repobilityId": "c2160aa7ff4cfccb", "scanner": "scanner-primary", "fingerprint": "80b9b619069f144c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9829a813cb2f9b83", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/__tests__/golden-pipeline.test.ts:1"}, "properties": {"repobilityId": "a7e5bc25444d3390", "scanner": "scanner-primary", "fingerprint": "9829a813cb2f9b83", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de41c47bb453a429", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/__tests__/peq-sample-rate.test.ts:1"}, "properties": {"repobilityId": "01638fb010c99fba", "scanner": "scanner-primary", "fingerprint": "de41c47bb453a429", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39a9691321be7fe8", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/lib/__tests__/ir-sum-conventions.test.ts:3"}, "properties": {"repobilityId": "bf94139be9c9aa3b", "scanner": "scanner-primary", "fingerprint": "39a9691321be7fe8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dde9a6a9b4bab107", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/band-evaluator/sum.ts:205"}, "properties": {"repobilityId": "37320285a67cfc1f", "scanner": "scanner-primary", "fingerprint": "dde9a6a9b4bab107", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-48b6d132e027042d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/band-evaluator/cache.ts:1"}, "properties": {"repobilityId": "2d3406ea01a83cc6", "scanner": "scanner-primary", "fingerprint": "48b6d132e027042d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd42a1489af10f54", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/band-evaluator/evaluate.ts:132"}, "properties": {"repobilityId": "219073c6c180e805", "scanner": "scanner-primary", "fingerprint": "cd42a1489af10f54", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "eac65c36343ffa35", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}