{"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-54e64721ac94138a", "name": "Stray `console.log` in TS/JS \u2014 lib/ai-guard.ts:113", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/ai-guard.ts:113"}, "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-33bfde40053b4c67", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/welcome/page.tsx:139", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/welcome/page.tsx:139"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3052658da0cb097f", "name": "Insecure pattern 'node_child_process' in scripts/enrich-van-districts.mjs:27", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/enrich-van-districts.mjs:27"}, "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-67e4559d2eba27f8", "name": "Insecure pattern 'node_child_process' in scripts/enrich-voter-van.mjs:37", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/enrich-voter-van.mjs:37"}, "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-62131266160e24d7", "name": "Possible secret in scripts/verify-demo-campaign.mjs", "shortDescription": {"text": "Possible secret in scripts/verify-demo-campaign.mjs"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-4d52bbecf8cfb738", "name": "Possible secret in scripts/seed-users.mjs", "shortDescription": {"text": "Possible secret in scripts/seed-users.mjs"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-90db4415a04c24e3", "name": "Insecure pattern 'node_child_process' in scripts/import-voter-file.mjs:30", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/import-voter-file.mjs:30"}, "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-17b45e0818ff5475", "name": "Very large file: components/voters/voters-view.tsx (1176 lines)", "shortDescription": {"text": "Very large file: components/voters/voters-view.tsx (1176 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": "0 test file(s) for 85 source file(s) (ratio 0.00). 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 166 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 42 placeholder/mock markers across 20 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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, ci, tests. 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-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-33c0ca8411bc1474", "name": "Commented-code block (7 lines) in app/invite/page.tsx:9", "shortDescription": {"text": "Commented-code block (7 lines) in app/invite/page.tsx: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-ce19e6eeb21fa263", "name": "Commented-code block (5 lines) in app/select/onboarding-actions.ts:52", "shortDescription": {"text": "Commented-code block (5 lines) in app/select/onboarding-actions.ts:52"}, "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-81480085cfd18325", "name": "Commented-code block (5 lines) in app/select/actions.ts:89", "shortDescription": {"text": "Commented-code block (5 lines) in app/select/actions.ts:89"}, "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-cd3a63e26ca85a46", "name": "Commented-code block (5 lines) in app/select/new/page.tsx:21", "shortDescription": {"text": "Commented-code block (5 lines) in app/select/new/page.tsx:21"}, "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-a7cff8ca614a1846", "name": "Commented-code block (7 lines) in app/(app)/voters/page.tsx:36", "shortDescription": {"text": "Commented-code block (7 lines) in app/(app)/voters/page.tsx:36"}, "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-04a350be60d9633b", "name": "Commented-code block (7 lines) in scripts/enrich-van-districts.mjs:8", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/enrich-van-districts.mjs:8"}, "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-e477a9e6c0859ee9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/enrich-van-districts.mjs:146", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/enrich-van-districts.mjs:146"}, "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-660b31f67a7bb1b5", "name": "Commented-code block (14 lines) in scripts/enrich-voter-van.mjs:3", "shortDescription": {"text": "Commented-code block (14 lines) in scripts/enrich-voter-van.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-227aede1fc8f7fee", "name": "Commented-code block (5 lines) in scripts/import-precincts.mjs:10", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/import-precincts.mjs:10"}, "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-7d157a3850619b2d", "name": "Commented-code block (5 lines) in scripts/verify-demo-campaign.mjs:5", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/verify-demo-campaign.mjs: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-8b98c2e4edbee6c7", "name": "Commented-code block (8 lines) in scripts/seed-demo-campaign.mjs:12", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/seed-demo-campaign.mjs:12"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c4a2250fdca2f98e", "name": "Commented-code block (7 lines) in scripts/seed-heather-mayfield.mjs:3", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/seed-heather-mayfield.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-4e15396a1eed02c2", "name": "Commented-code block (7 lines) in scripts/refresh-demo-live.mjs:5", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/refresh-demo-live.mjs: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-270c6223459f246d", "name": "Commented-code block (5 lines) in scripts/lib-precincts.mjs:3", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lib-precincts.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-62c587acfc3db7f4", "name": "Commented-code block (11 lines) in scripts/import-voter-file.mjs:11", "shortDescription": {"text": "Commented-code block (11 lines) in scripts/import-voter-file.mjs: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-2702f65996c9c291", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-voter-file.mjs:271", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-voter-file.mjs:271"}, "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-5fccb79cf8249c31", "name": "Commented-code block (5 lines) in lib/areas.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/areas.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-2d5c004c1408b32a", "name": "Commented-code block (6 lines) in lib/forms/mapping.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in lib/forms/mapping.ts: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-8c80a0a3f8b92fb0", "name": "Commented-code block (7 lines) in lib/forms/generate.ts:11", "shortDescription": {"text": "Commented-code block (7 lines) in lib/forms/generate.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-73091102a89117c5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/forms/generate.ts:198", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/forms/generate.ts:198"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `NODE_ENV`, `PG_MODULE`. 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/24817"}, "properties": {"repository": "Candi-ai-app/Candi-ai", "repoUrl": "https://github.com/Candi-ai-app/Candi-ai", "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-54e64721ac94138a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/ai-guard.ts:113"}, "properties": {"repobilityId": "31a27558598973af", "scanner": "scanner-primary", "fingerprint": "54e64721ac94138a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-33bfde40053b4c67", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/welcome/page.tsx:139"}, "properties": {"repobilityId": "c9605fcd5a91c2c2", "scanner": "scanner-primary", "fingerprint": "33bfde40053b4c67", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/welcome/page.tsx"}, "region": {"startLine": 139}}}]}, {"ruleId": "scanner-3052658da0cb097f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/enrich-van-districts.mjs:27"}, "properties": {"repobilityId": "898a364608e4f6e4", "scanner": "scanner-primary", "fingerprint": "3052658da0cb097f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/enrich-van-districts.mjs"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-67e4559d2eba27f8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/enrich-voter-van.mjs:37"}, "properties": {"repobilityId": "172d2f42e3f9e023", "scanner": "scanner-primary", "fingerprint": "67e4559d2eba27f8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/enrich-voter-van.mjs"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-62131266160e24d7", "level": "error", "message": {"text": "Possible secret in scripts/verify-demo-campaign.mjs"}, "properties": {"repobilityId": "7136acc3cd71e20d", "scanner": "scanner-primary", "fingerprint": "62131266160e24d7", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-demo-campaign.mjs"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-4d52bbecf8cfb738", "level": "error", "message": {"text": "Possible secret in scripts/seed-users.mjs"}, "properties": {"repobilityId": "fb3b4701abec4659", "scanner": "scanner-primary", "fingerprint": "4d52bbecf8cfb738", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/seed-users.mjs"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-90db4415a04c24e3", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/import-voter-file.mjs:30"}, "properties": {"repobilityId": "815f896633d6d9bb", "scanner": "scanner-primary", "fingerprint": "90db4415a04c24e3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/import-voter-file.mjs"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-17b45e0818ff5475", "level": "note", "message": {"text": "Very large file: components/voters/voters-view.tsx (1176 lines)"}, "properties": {"repobilityId": "a911566d39efb6d0", "scanner": "scanner-primary", "fingerprint": "17b45e0818ff5475", "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": "f99a9622902c49c7", "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": "1d0bff3ff6f97288", "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": "b4569d69ff8fba3f", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "a43046313e2bf3b3", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "7467fd4600695190", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "317651e3d72006e1", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"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-33c0ca8411bc1474", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/invite/page.tsx:9"}, "properties": {"repobilityId": "907188619246fb46", "scanner": "scanner-primary", "fingerprint": "33c0ca8411bc1474", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ce19e6eeb21fa263", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/select/onboarding-actions.ts:52"}, "properties": {"repobilityId": "51ff58911ba585e1", "scanner": "scanner-primary", "fingerprint": "ce19e6eeb21fa263", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-81480085cfd18325", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/select/actions.ts:89"}, "properties": {"repobilityId": "0b59c883014907e2", "scanner": "scanner-primary", "fingerprint": "81480085cfd18325", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd3a63e26ca85a46", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/select/new/page.tsx:21"}, "properties": {"repobilityId": "63e2a04725ad18a9", "scanner": "scanner-primary", "fingerprint": "cd3a63e26ca85a46", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a7cff8ca614a1846", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/(app)/voters/page.tsx:36"}, "properties": {"repobilityId": "2721adbe89198eeb", "scanner": "scanner-primary", "fingerprint": "a7cff8ca614a1846", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04a350be60d9633b", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/enrich-van-districts.mjs:8"}, "properties": {"repobilityId": "adaf6fe6d998bd6f", "scanner": "scanner-primary", "fingerprint": "04a350be60d9633b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e477a9e6c0859ee9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/enrich-van-districts.mjs:146"}, "properties": {"repobilityId": "3e17966c1f400914", "scanner": "scanner-primary", "fingerprint": "e477a9e6c0859ee9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-660b31f67a7bb1b5", "level": "none", "message": {"text": "Commented-code block (14 lines) in scripts/enrich-voter-van.mjs:3"}, "properties": {"repobilityId": "5989923cd8ea393f", "scanner": "scanner-primary", "fingerprint": "660b31f67a7bb1b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-227aede1fc8f7fee", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/import-precincts.mjs:10"}, "properties": {"repobilityId": "4bfaae1a2bb41860", "scanner": "scanner-primary", "fingerprint": "227aede1fc8f7fee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d157a3850619b2d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/verify-demo-campaign.mjs:5"}, "properties": {"repobilityId": "4d5eb61077ff7698", "scanner": "scanner-primary", "fingerprint": "7d157a3850619b2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b98c2e4edbee6c7", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/seed-demo-campaign.mjs:12"}, "properties": {"repobilityId": "9709f480d40d1547", "scanner": "scanner-primary", "fingerprint": "8b98c2e4edbee6c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4a2250fdca2f98e", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/seed-heather-mayfield.mjs:3"}, "properties": {"repobilityId": "4769edc2e31b70c9", "scanner": "scanner-primary", "fingerprint": "c4a2250fdca2f98e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4e15396a1eed02c2", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/refresh-demo-live.mjs:5"}, "properties": {"repobilityId": "dc056a6aea9075b4", "scanner": "scanner-primary", "fingerprint": "4e15396a1eed02c2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-270c6223459f246d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lib-precincts.mjs:3"}, "properties": {"repobilityId": "a4dce7bc1fc97b71", "scanner": "scanner-primary", "fingerprint": "270c6223459f246d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62c587acfc3db7f4", "level": "none", "message": {"text": "Commented-code block (11 lines) in scripts/import-voter-file.mjs:11"}, "properties": {"repobilityId": "8368c5d875d032f6", "scanner": "scanner-primary", "fingerprint": "62c587acfc3db7f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2702f65996c9c291", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-voter-file.mjs:271"}, "properties": {"repobilityId": "7637b21ff6389196", "scanner": "scanner-primary", "fingerprint": "2702f65996c9c291", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fccb79cf8249c31", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/areas.ts:3"}, "properties": {"repobilityId": "a4de386a924ee3c7", "scanner": "scanner-primary", "fingerprint": "5fccb79cf8249c31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2d5c004c1408b32a", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/forms/mapping.ts:7"}, "properties": {"repobilityId": "e04c167c5628e412", "scanner": "scanner-primary", "fingerprint": "2d5c004c1408b32a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c80a0a3f8b92fb0", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/forms/generate.ts:11"}, "properties": {"repobilityId": "7a75066e4b9a6ccd", "scanner": "scanner-primary", "fingerprint": "8c80a0a3f8b92fb0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73091102a89117c5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/forms/generate.ts:198"}, "properties": {"repobilityId": "63b8060e618839b4", "scanner": "scanner-primary", "fingerprint": "73091102a89117c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}