{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-628c36141c9dbcf1", "name": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/build-ledger.js:84", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/build-ledger.js:84"}, "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-b7481b68f2d089b2", "name": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/list-pending.js:79", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/list-pending.js:79"}, "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-6ad85be1ceeb49d2", "name": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/apply-triage.js:141", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/apply-triage.js:141"}, "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-8400b98f2bc72bd0", "name": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/extract-findings.js:156", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/extract-findings.js:156"}, "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-65baa8873b83015a", "name": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/check-id-immutability.js:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/check-id-immutability.js:65"}, "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-a358db562966daee", "name": "`truncate` class without `title=` for hover reveal \u2014 components/documents/document-card.tsx:101", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/documents/document-card.tsx:101"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bc4a69b253408772", "name": "Insecure pattern 'node_child_process' in docs/research-briefs/_tools/check-id-immutability.js:18", "shortDescription": {"text": "Insecure pattern 'node_child_process' in docs/research-briefs/_tools/check-id-immutability.js:18"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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 16 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 17 placeholder/mock markers across 9 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bf8673109b3c9d29", "name": "Commented-code block (10 lines) in tests/scoring/characterization.test.ts:65", "shortDescription": {"text": "Commented-code block (10 lines) in tests/scoring/characterization.test.ts:65"}, "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-68165ad74c9b7060", "name": "Commented-code block (5 lines) in tests/scoring/financial.test.ts:133", "shortDescription": {"text": "Commented-code block (5 lines) in tests/scoring/financial.test.ts:133"}, "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-c51ee650461cb36d", "name": "Commented-code block (8 lines) in tests/styles/globals-layering.test.ts:6", "shortDescription": {"text": "Commented-code block (8 lines) in tests/styles/globals-layering.test.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8f0f352ac83e7784", "name": "Commented-code block (7 lines) in docs/research-briefs/_tools/finding-schema.js:38", "shortDescription": {"text": "Commented-code block (7 lines) in docs/research-briefs/_tools/finding-schema.js:38"}, "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-be7aa68d2e96e0ed", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/matches/shortlist-button.tsx:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/matches/shortlist-button.tsx:21"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b92d205ed5465236", "name": "Commented-code block (7 lines) in lib/results/assemble.ts:11", "shortDescription": {"text": "Commented-code block (7 lines) in lib/results/assemble.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-d77c370758e97ff4", "name": "Commented-code block (5 lines) in lib/programs/policy.ts:41", "shortDescription": {"text": "Commented-code block (5 lines) in lib/programs/policy.ts:41"}, "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-353f00f106b828c1", "name": "Commented-code block (5 lines) in lib/scoring/visa.ts:13", "shortDescription": {"text": "Commented-code block (5 lines) in lib/scoring/visa.ts:13"}, "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-d9629f5215c2bb04", "name": "Commented-code block (6 lines) in lib/scoring/financial.ts:65", "shortDescription": {"text": "Commented-code block (6 lines) in lib/scoring/financial.ts:65"}, "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-176d442ff79ea5cb", "name": "Commented-code block (6 lines) in lib/scoring/engine.ts:9", "shortDescription": {"text": "Commented-code block (6 lines) in lib/scoring/engine.ts:9"}, "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-2b1b9041df1dd325", "name": "Commented-code block (7 lines) in design-extract/myvisa/project/tweaks-panel.jsx:15", "shortDescription": {"text": "Commented-code block (7 lines) in design-extract/myvisa/project/tweaks-panel.jsx:15"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `NODE_ENV`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20141"}, "properties": {"repository": "Spooderinbed/merovisa", "repoUrl": "https://github.com/Spooderinbed/merovisa", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-628c36141c9dbcf1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/build-ledger.js:84"}, "properties": {"repobilityId": "be4abd5ba8ca566a", "scanner": "scanner-primary", "fingerprint": "628c36141c9dbcf1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b7481b68f2d089b2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/list-pending.js:79"}, "properties": {"repobilityId": "33418f016c5ffcd8", "scanner": "scanner-primary", "fingerprint": "b7481b68f2d089b2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ad85be1ceeb49d2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/apply-triage.js:141"}, "properties": {"repobilityId": "d7058e49baa428e0", "scanner": "scanner-primary", "fingerprint": "6ad85be1ceeb49d2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8400b98f2bc72bd0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/extract-findings.js:156"}, "properties": {"repobilityId": "e85a9ae1d4ae1a58", "scanner": "scanner-primary", "fingerprint": "8400b98f2bc72bd0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-65baa8873b83015a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/research-briefs/_tools/check-id-immutability.js:65"}, "properties": {"repobilityId": "60dc4ccf532cfe22", "scanner": "scanner-primary", "fingerprint": "65baa8873b83015a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a358db562966daee", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/documents/document-card.tsx:101"}, "properties": {"repobilityId": "cc7b4d4899fa0765", "scanner": "scanner-primary", "fingerprint": "a358db562966daee", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bc4a69b253408772", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in docs/research-briefs/_tools/check-id-immutability.js:18"}, "properties": {"repobilityId": "8ba98c1eae043341", "scanner": "scanner-primary", "fingerprint": "bc4a69b253408772", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/research-briefs/_tools/check-id-immutability.js"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "813846259f14606c", "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": "cce57d59d55cb568", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "2f16d009731dc22f", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "972df5aad45184c8", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "371e1cc95265046a", "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": "c1b63c5223a1311f", "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": "9fc40a795b77c4d0", "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": "978e59c3c9481902", "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-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-bf8673109b3c9d29", "level": "none", "message": {"text": "Commented-code block (10 lines) in tests/scoring/characterization.test.ts:65"}, "properties": {"repobilityId": "aea742f1ef13256d", "scanner": "scanner-primary", "fingerprint": "bf8673109b3c9d29", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-68165ad74c9b7060", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/scoring/financial.test.ts:133"}, "properties": {"repobilityId": "cc35b9351e0a8693", "scanner": "scanner-primary", "fingerprint": "68165ad74c9b7060", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c51ee650461cb36d", "level": "none", "message": {"text": "Commented-code block (8 lines) in tests/styles/globals-layering.test.ts:6"}, "properties": {"repobilityId": "86c087246306acaa", "scanner": "scanner-primary", "fingerprint": "c51ee650461cb36d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f0f352ac83e7784", "level": "none", "message": {"text": "Commented-code block (7 lines) in docs/research-briefs/_tools/finding-schema.js:38"}, "properties": {"repobilityId": "a0589c06293f9fe2", "scanner": "scanner-primary", "fingerprint": "8f0f352ac83e7784", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be7aa68d2e96e0ed", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/matches/shortlist-button.tsx:21"}, "properties": {"repobilityId": "43311c9f67f76ae6", "scanner": "scanner-primary", "fingerprint": "be7aa68d2e96e0ed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b92d205ed5465236", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/results/assemble.ts:11"}, "properties": {"repobilityId": "6a7cd9fb0dc910fb", "scanner": "scanner-primary", "fingerprint": "b92d205ed5465236", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d77c370758e97ff4", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/programs/policy.ts:41"}, "properties": {"repobilityId": "5d266842910d42f7", "scanner": "scanner-primary", "fingerprint": "d77c370758e97ff4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-353f00f106b828c1", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/scoring/visa.ts:13"}, "properties": {"repobilityId": "9749485f83299bad", "scanner": "scanner-primary", "fingerprint": "353f00f106b828c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d9629f5215c2bb04", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/scoring/financial.ts:65"}, "properties": {"repobilityId": "a54bc3360585665a", "scanner": "scanner-primary", "fingerprint": "d9629f5215c2bb04", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-176d442ff79ea5cb", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/scoring/engine.ts:9"}, "properties": {"repobilityId": "b1ff257f317c1c52", "scanner": "scanner-primary", "fingerprint": "176d442ff79ea5cb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b1b9041df1dd325", "level": "none", "message": {"text": "Commented-code block (7 lines) in design-extract/myvisa/project/tweaks-panel.jsx:15"}, "properties": {"repobilityId": "e109c6376085027e", "scanner": "scanner-primary", "fingerprint": "2b1b9041df1dd325", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}