{"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-04d8c086efbf6abb", "name": "Possibly dead Python function: handle_starttag", "shortDescription": {"text": "Possibly dead Python function: handle_starttag"}, "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-03667a579d20c86c", "name": "Possibly dead Python function: handle_endtag", "shortDescription": {"text": "Possibly dead Python function: handle_endtag"}, "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-542465e73deebd13", "name": "Possibly dead Python function: handle_data", "shortDescription": {"text": "Possibly dead Python function: handle_data"}, "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-c5fb7a358c98c731", "name": "Possibly dead Python function: json_safe_default", "shortDescription": {"text": "Possibly dead Python function: json_safe_default"}, "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-f6a8404ae49b4a88", "name": "Possibly dead Python function: check_url_with_wayback", "shortDescription": {"text": "Possibly dead Python function: check_url_with_wayback"}, "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-f4abd7a84701bae0", "name": "Privileged port 13 in use", "shortDescription": {"text": "Privileged port 13 in use"}, "fullDescription": {"text": "Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea2b37af88e846e1", "name": "Privileged port 37 in use", "shortDescription": {"text": "Privileged port 37 in use"}, "fullDescription": {"text": "Port 37 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-30e1126d1983d1ad", "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@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-b87ccec8868d0023", "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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@v5 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-ad6701f0a8405e22", "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-5b5520c963756b6f", "name": "Very large file: scripts/monitor_sources.py (1815 lines)", "shortDescription": {"text": "Very large file: scripts/monitor_sources.py (1815 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-bf19c27cdef683d2", "name": "Very large file: scripts/fetch-data.py (2004 lines)", "shortDescription": {"text": "Very large file: scripts/fetch-data.py (2004 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-d1218065a002457b", "name": "Very large file: src/components/DimensionCard.jsx (2502 lines)", "shortDescription": {"text": "Very large file: src/components/DimensionCard.jsx (2502 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 34 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 135 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-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3f3ca91d0b0802d5", "name": "Agent authority lacks a verifier contract: .claude/commands/bundle.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/bundle.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-006e6a5f4cfe8137", "name": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.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-e3326dc32545095c", "name": "Agent authority lacks a verifier contract: .claude/skills/bias-resistance-check/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/bias-resistance-check/SKILL.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-2f2fb115867eb278", "name": "Agent authority lacks a verifier contract: .claude/skills/grill-me/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-me/SKILL.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-5413e310cd9bea17", "name": "Agent authority lacks a verifier contract: .claude/skills/grade-evaluation/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/grade-evaluation/SKILL.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-7480be31fbce5eb8", "name": "Commented-code block (7 lines) in eslint.config.js:29", "shortDescription": {"text": "Commented-code block (7 lines) in eslint.config.js:29"}, "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-b19f89334071bc0c", "name": "Commented-code block (5 lines) in scripts/audit-source-tiers.mjs:3", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/audit-source-tiers.mjs: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-f66c21d9b7a1c398", "name": "Commented-code block (5 lines) in scripts/monitor_sources.py:1047", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/monitor_sources.py:1047"}, "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-b6fbdd6337ab528a", "name": "Commented-code block (10 lines) in scripts/audit-bias-resistance.mjs:310", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/audit-bias-resistance.mjs:310"}, "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-c195f5526e75368f", "name": "Commented-code block (6 lines) in scripts/generate-source-ledger.mjs:108", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/generate-source-ledger.mjs:108"}, "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-c9b7e81a323120b3", "name": "Commented-code block (8 lines) in scripts/test-gpa-frozen-surface.mjs:3", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/test-gpa-frozen-surface.mjs: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-d712a4ee20d505cb", "name": "Commented-code block (11 lines) in scripts/fetch-data.py:1062", "shortDescription": {"text": "Commented-code block (11 lines) in scripts/fetch-data.py:1062"}, "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-01647c5d1ab7f508", "name": "Commented-code block (13 lines) in src/utils.js:3", "shortDescription": {"text": "Commented-code block (13 lines) in src/utils.js: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-44c93f2b0a53cb23", "name": "Commented-code block (5 lines) in src/constants.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/constants.js: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-d936aa9050343b00", "name": "Legacy-named symbol `ApprovalSignalLegacy` in src/components/ApprovalSignal.jsx:363", "shortDescription": {"text": "Legacy-named symbol `ApprovalSignalLegacy` in src/components/ApprovalSignal.jsx:363"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e8b35c3ae14dad76", "name": "Commented-code block (5 lines) in src/components/ScoreboardHeader.jsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/ScoreboardHeader.jsx: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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/fetch-data.py:add, scripts/fetch-data.py:add, scripts/fetch-data.py:add\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/19008"}, "properties": {"repository": "Sawatter/canada-under-carney", "repoUrl": "https://github.com/Sawatter/canada-under-carney", "branch": "main"}, "results": [{"ruleId": "scanner-04d8c086efbf6abb", "level": "note", "message": {"text": "Possibly dead Python function: handle_starttag"}, "properties": {"repobilityId": "3bf216d149959ebf", "scanner": "scanner-primary", "fingerprint": "04d8c086efbf6abb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/derive-source-dates.py:89"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-03667a579d20c86c", "level": "note", "message": {"text": "Possibly dead Python function: handle_endtag"}, "properties": {"repobilityId": "7eb6f3decafc1766", "scanner": "scanner-primary", "fingerprint": "03667a579d20c86c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/derive-source-dates.py:101"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-542465e73deebd13", "level": "note", "message": {"text": "Possibly dead Python function: handle_data"}, "properties": {"repobilityId": "3a673a278f4fc1e6", "scanner": "scanner-primary", "fingerprint": "542465e73deebd13", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/derive-source-dates.py:105"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c5fb7a358c98c731", "level": "note", "message": {"text": "Possibly dead Python function: json_safe_default"}, "properties": {"repobilityId": "e9aa853304b2d042", "scanner": "scanner-primary", "fingerprint": "c5fb7a358c98c731", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/fetch-data.py:792"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f6a8404ae49b4a88", "level": "note", "message": {"text": "Possibly dead Python function: check_url_with_wayback"}, "properties": {"repobilityId": "485d47d032923812", "scanner": "scanner-primary", "fingerprint": "f6a8404ae49b4a88", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/fetch-data.py:1050"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f4abd7a84701bae0", "level": "warning", "message": {"text": "Privileged port 13 in use"}, "properties": {"repobilityId": "79d721e4d6f64798", "scanner": "scanner-primary", "fingerprint": "f4abd7a84701bae0", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/buttondown-subscriber-alert.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ea2b37af88e846e1", "level": "warning", "message": {"text": "Privileged port 37 in use"}, "properties": {"repobilityId": "3bc0728a81a76695", "scanner": "scanner-primary", "fingerprint": "ea2b37af88e846e1", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/buttondown-subscriber-alert.yml"}, "region": {"startLine": 1}}}]}, {"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-30e1126d1983d1ad", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7a76c29a8d35e4be", "scanner": "scanner-primary", "fingerprint": "30e1126d1983d1ad", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/monthly-source-scout.yml"}, "region": {"startLine": 175}}}]}, {"ruleId": "scanner-b87ccec8868d0023", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e9c5e3ebb3ab4732", "scanner": "scanner-primary", "fingerprint": "b87ccec8868d0023", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/monthly-source-scout.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4544a649b35fa68b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5b5520c963756b6f", "level": "note", "message": {"text": "Very large file: scripts/monitor_sources.py (1815 lines)"}, "properties": {"repobilityId": "f647ec7ff9914580", "scanner": "scanner-primary", "fingerprint": "5b5520c963756b6f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-bf19c27cdef683d2", "level": "note", "message": {"text": "Very large file: scripts/fetch-data.py (2004 lines)"}, "properties": {"repobilityId": "c2eae7ddeace001c", "scanner": "scanner-primary", "fingerprint": "bf19c27cdef683d2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d1218065a002457b", "level": "note", "message": {"text": "Very large file: src/components/DimensionCard.jsx (2502 lines)"}, "properties": {"repobilityId": "6537af15ddb5c197", "scanner": "scanner-primary", "fingerprint": "d1218065a002457b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "181a847aa68c0c88", "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": "efdd9b7a080ef4ed", "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": "bdd59764eba00847", "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": "82b5f1949a64a766", "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": "9166ac05beb149b6", "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": "03c5de3e5676e769", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3f3ca91d0b0802d5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/bundle.md"}, "properties": {"repobilityId": "8a63aafe43bcfa3d", "scanner": "scanner-primary", "fingerprint": "3f3ca91d0b0802d5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/bundle.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-006e6a5f4cfe8137", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.md"}, "properties": {"repobilityId": "c5ffc8cc73b4de06", "scanner": "scanner-primary", "fingerprint": "006e6a5f4cfe8137", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/grill-with-docs/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e3326dc32545095c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/bias-resistance-check/SKILL.md"}, "properties": {"repobilityId": "2ceb6db6ee7ac7ce", "scanner": "scanner-primary", "fingerprint": "e3326dc32545095c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/bias-resistance-check/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2f2fb115867eb278", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-me/SKILL.md"}, "properties": {"repobilityId": "684d8e8a921bc12b", "scanner": "scanner-primary", "fingerprint": "2f2fb115867eb278", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/grill-me/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5413e310cd9bea17", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/grade-evaluation/SKILL.md"}, "properties": {"repobilityId": "79a52af04ff9f67f", "scanner": "scanner-primary", "fingerprint": "5413e310cd9bea17", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/grade-evaluation/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7480be31fbce5eb8", "level": "none", "message": {"text": "Commented-code block (7 lines) in eslint.config.js:29"}, "properties": {"repobilityId": "798a6a525b179dd7", "scanner": "scanner-primary", "fingerprint": "7480be31fbce5eb8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b19f89334071bc0c", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/audit-source-tiers.mjs:3"}, "properties": {"repobilityId": "6a4564a01ae46944", "scanner": "scanner-primary", "fingerprint": "b19f89334071bc0c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f66c21d9b7a1c398", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/monitor_sources.py:1047"}, "properties": {"repobilityId": "6fd5c8532e9bf1a3", "scanner": "scanner-primary", "fingerprint": "f66c21d9b7a1c398", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6fbdd6337ab528a", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/audit-bias-resistance.mjs:310"}, "properties": {"repobilityId": "b861b409d069cd44", "scanner": "scanner-primary", "fingerprint": "b6fbdd6337ab528a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c195f5526e75368f", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/generate-source-ledger.mjs:108"}, "properties": {"repobilityId": "8d88d14d911af59c", "scanner": "scanner-primary", "fingerprint": "c195f5526e75368f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9b7e81a323120b3", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/test-gpa-frozen-surface.mjs:3"}, "properties": {"repobilityId": "fcc0634a5285065f", "scanner": "scanner-primary", "fingerprint": "c9b7e81a323120b3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d712a4ee20d505cb", "level": "none", "message": {"text": "Commented-code block (11 lines) in scripts/fetch-data.py:1062"}, "properties": {"repobilityId": "028e0a0b2e73e05e", "scanner": "scanner-primary", "fingerprint": "d712a4ee20d505cb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-01647c5d1ab7f508", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/utils.js:3"}, "properties": {"repobilityId": "688711f0f5f6e171", "scanner": "scanner-primary", "fingerprint": "01647c5d1ab7f508", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-44c93f2b0a53cb23", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/constants.js:1"}, "properties": {"repobilityId": "a06effb9766ff203", "scanner": "scanner-primary", "fingerprint": "44c93f2b0a53cb23", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d936aa9050343b00", "level": "note", "message": {"text": "Legacy-named symbol `ApprovalSignalLegacy` in src/components/ApprovalSignal.jsx:363"}, "properties": {"repobilityId": "09e409b0328e8820", "scanner": "scanner-primary", "fingerprint": "d936aa9050343b00", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e8b35c3ae14dad76", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/ScoreboardHeader.jsx:5"}, "properties": {"repobilityId": "5bcb371e4313281d", "scanner": "scanner-primary", "fingerprint": "e8b35c3ae14dad76", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "79d25d1f48aaba9f", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}