{"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-e4065459d0c78f86", "name": "Stray `console.log` in TS/JS \u2014 server.js:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:43"}, "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-8464f522b0717d4c", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/perf.test.ts:87", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/perf.test.ts:87"}, "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-6be36bab2eb3fc6f", "name": "TODO/FIXME marker in shipping code \u2014 src/App.tsx:43", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/App.tsx:43"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-626f6840be9b76dc", "name": "Docker base image is tag-pinned but not digest-pinned: node:22.12.0-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22.12.0-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-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/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "8 tests / 37 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-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-2de353b72dc7354b", "name": "Commented-code block (5 lines) in tests/unit/terrainFn.test.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in tests/unit/terrainFn.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-663c037de8c2abcc", "name": "Commented-code block (5 lines) in tests/e2e/driveBot.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/driveBot.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-f18b6d6042f75795", "name": "Commented-code block (5 lines) in tests/e2e/perf.test.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/perf.test.ts:11"}, "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-84bbefe404ef703d", "name": "Commented-code block (5 lines) in scripts/diag-profile.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/diag-profile.mjs: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-2a129bb26be8844e", "name": "Commented-code block (5 lines) in src/App.tsx:23", "shortDescription": {"text": "Commented-code block (5 lines) in src/App.tsx:23"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9b331e9a4d5095c0", "name": "Commented-code block (5 lines) in src/ui/HUD.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/HUD.tsx: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-fded423b1df142d7", "name": "Commented-code block (5 lines) in src/capture/captureHelper.ts:262", "shortDescription": {"text": "Commented-code block (5 lines) in src/capture/captureHelper.ts:262"}, "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-9ca5a6d40022847f", "name": "Commented-code block (5 lines) in src/scene/Pedestrians.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/scene/Pedestrians.tsx: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-33099004c6c880dd", "name": "Commented-code block (6 lines) in src/scene/Terrain.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/scene/Terrain.tsx: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-652c3aba191a835c", "name": "Commented-code block (6 lines) in src/scene/Truck.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/scene/Truck.tsx: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-d0d0502cbbfcd738", "name": "Commented-code block (5 lines) in src/scene/terrainFn.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/scene/terrainFn.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-4fc14c3d0b8ce140", "name": "Commented-code block (6 lines) in src/scene/Checkpoint.tsx:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/scene/Checkpoint.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-47fd9f523e13f920", "name": "Commented-code block (5 lines) in src/scene/Hilux.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/scene/Hilux.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-0cb7831d7f116407", "name": "Commented-code block (6 lines) in src/scene/SunLight.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/scene/SunLight.tsx: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-4be99c2ff505b1f3", "name": "Commented-code block (9 lines) in src/scene/ChaseCamera.tsx:7", "shortDescription": {"text": "Commented-code block (9 lines) in src/scene/ChaseCamera.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-0eae40c52618bcc5", "name": "Commented-code block (6 lines) in src/scene/sceneryFn.ts:11", "shortDescription": {"text": "Commented-code block (6 lines) in src/scene/sceneryFn.ts:11"}, "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-6c684e1116bda80a", "name": "Commented-code block (9 lines) in src/story/incidents.ts:45", "shortDescription": {"text": "Commented-code block (9 lines) in src/story/incidents.ts:45"}, "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-a6ead7be57441f7e", "name": "Commented-code block (6 lines) in src/telemetry/index.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/telemetry/index.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}}]}}, "automationDetails": {"id": "repobility/23147"}, "properties": {"repository": "yashimosh/the-fixer", "repoUrl": "https://github.com/yashimosh/the-fixer", "branch": "main"}, "results": [{"ruleId": "scanner-e4065459d0c78f86", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:43"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "e4065459d0c78f86", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8464f522b0717d4c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/perf.test.ts:87"}, "properties": {"repobilityId": "f34537e2b27e4599", "scanner": "scanner-primary", "fingerprint": "8464f522b0717d4c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6be36bab2eb3fc6f", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/App.tsx:43"}, "properties": {"repobilityId": "7f1b1d0fe0ea4b2d", "scanner": "scanner-primary", "fingerprint": "6be36bab2eb3fc6f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-626f6840be9b76dc", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22.12.0-alpine"}, "properties": {"repobilityId": "b2c5cf19e8a63bd1", "scanner": "scanner-primary", "fingerprint": "626f6840be9b76dc", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-626f6840be9b76dc", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22.12.0-alpine"}, "properties": {"repobilityId": "3ff37ec7348e722c", "scanner": "scanner-primary", "fingerprint": "626f6840be9b76dc", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-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-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bee6b8956e03198c", "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": 26}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b70dbcc8f54d72ab", "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": 46}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "419d1ec7943efec2", "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": 59}}}]}, {"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-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": "ac9fb132fe866d60", "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": "9378045907451240", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "b2aaff4e4d96dc4c", "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": "b813acd1f845d094", "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": "711c60d096b529fc", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"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-2de353b72dc7354b", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/unit/terrainFn.test.ts:3"}, "properties": {"repobilityId": "f5d431af4fe3523b", "scanner": "scanner-primary", "fingerprint": "2de353b72dc7354b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-663c037de8c2abcc", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/driveBot.ts:3"}, "properties": {"repobilityId": "25027173c0a318fe", "scanner": "scanner-primary", "fingerprint": "663c037de8c2abcc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f18b6d6042f75795", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/perf.test.ts:11"}, "properties": {"repobilityId": "4e7552e5d1403ef3", "scanner": "scanner-primary", "fingerprint": "f18b6d6042f75795", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84bbefe404ef703d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/diag-profile.mjs:1"}, "properties": {"repobilityId": "935eb6773df6ede2", "scanner": "scanner-primary", "fingerprint": "84bbefe404ef703d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a129bb26be8844e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/App.tsx:23"}, "properties": {"repobilityId": "e6d035fc6ad284e6", "scanner": "scanner-primary", "fingerprint": "2a129bb26be8844e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9b331e9a4d5095c0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/HUD.tsx:3"}, "properties": {"repobilityId": "3c1e4cbaab64ef41", "scanner": "scanner-primary", "fingerprint": "9b331e9a4d5095c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fded423b1df142d7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/capture/captureHelper.ts:262"}, "properties": {"repobilityId": "2cfd15a78e6b6229", "scanner": "scanner-primary", "fingerprint": "fded423b1df142d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ca5a6d40022847f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/scene/Pedestrians.tsx:3"}, "properties": {"repobilityId": "d6997ac763c2899a", "scanner": "scanner-primary", "fingerprint": "9ca5a6d40022847f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-33099004c6c880dd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scene/Terrain.tsx:3"}, "properties": {"repobilityId": "ec7a2027d21e5026", "scanner": "scanner-primary", "fingerprint": "33099004c6c880dd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-652c3aba191a835c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scene/Truck.tsx:3"}, "properties": {"repobilityId": "f5b95775927177b4", "scanner": "scanner-primary", "fingerprint": "652c3aba191a835c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0d0502cbbfcd738", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/scene/terrainFn.ts:3"}, "properties": {"repobilityId": "1356b3dbb33f0b48", "scanner": "scanner-primary", "fingerprint": "d0d0502cbbfcd738", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4fc14c3d0b8ce140", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scene/Checkpoint.tsx:6"}, "properties": {"repobilityId": "071138768c4de4c8", "scanner": "scanner-primary", "fingerprint": "4fc14c3d0b8ce140", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-47fd9f523e13f920", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/scene/Hilux.tsx:6"}, "properties": {"repobilityId": "a6327d678b2b8b5a", "scanner": "scanner-primary", "fingerprint": "47fd9f523e13f920", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0cb7831d7f116407", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scene/SunLight.tsx:3"}, "properties": {"repobilityId": "0269f6b4bdaae07c", "scanner": "scanner-primary", "fingerprint": "0cb7831d7f116407", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4be99c2ff505b1f3", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/scene/ChaseCamera.tsx:7"}, "properties": {"repobilityId": "e313a2c8a18592db", "scanner": "scanner-primary", "fingerprint": "4be99c2ff505b1f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0eae40c52618bcc5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scene/sceneryFn.ts:11"}, "properties": {"repobilityId": "88d1084724b6f4a1", "scanner": "scanner-primary", "fingerprint": "0eae40c52618bcc5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c684e1116bda80a", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/story/incidents.ts:45"}, "properties": {"repobilityId": "0702a249565bd25a", "scanner": "scanner-primary", "fingerprint": "6c684e1116bda80a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a6ead7be57441f7e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/telemetry/index.ts:3"}, "properties": {"repobilityId": "57f4892141820658", "scanner": "scanner-primary", "fingerprint": "a6ead7be57441f7e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}