{"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-ebbc790556fe353d", "name": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:256", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:256"}, "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-7d8a466acd541673", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/blast-select.tsx:159", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/blast-select.tsx:159"}, "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-c8ebac94074ee2a5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/resource-kind-toggle.tsx:59", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resource-kind-toggle.tsx:59"}, "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-0368b2df726fe8ce", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/theme-toggle.tsx:67", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/theme-toggle.tsx:67"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b38d48a30fb06dfb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-nav.tsx:696", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-nav.tsx:696"}, "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-2a71594bde5ae3a0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/car-models/page.tsx:49", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/car-models/page.tsx:49"}, "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-7b5ced293a1b372d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/statuses/page.tsx:52", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/statuses/page.tsx:52"}, "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-1f36e7d8b1afce6d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/sources/page.tsx:46", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/sources/page.tsx:46"}, "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-4686c3b031693df6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/stock-colors/page.tsx:51", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/stock-colors/page.tsx:51"}, "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-5080792386ca3061", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/schedule/page.tsx:263", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/schedule/page.tsx:263"}, "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-5ce0866056259d10", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/users/page.tsx:170", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/users/page.tsx:170"}, "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-2fad98414064ef83", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/leads/page.tsx:287", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/leads/page.tsx:287"}, "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-1f02b714fbbd1218", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/internal/inventory/[category]/page.tsx:196", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/internal/inventory/[category]/page.tsx:196"}, "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-cf1d0271ebffdc5a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/do-edit-requests/page.tsx:62", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/do-edit-requests/page.tsx:62"}, "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-96acb57d0e519cad", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/dashboard/page.tsx:384", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/dashboard/page.tsx:384"}, "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-6ba335f6f7e6bd0d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/performance/page.tsx:120", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/performance/page.tsx:120"}, "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-b08ccd3969ed1d28", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/similar-phones/page.tsx:138", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/similar-phones/page.tsx:138"}, "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-ad6ec25ea4224461", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-cancel-requests/page.tsx:120", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-cancel-requests/page.tsx:120"}, "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-de3f17bf57d1ce7a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-change-requests/page.tsx:69", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-change-requests/page.tsx:69"}, "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-ddea96a16cb4020c", "name": "Possible secret in scripts/create-nurture-agents.mjs", "shortDescription": {"text": "Possible secret in scripts/create-nurture-agents.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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "5 test file(s) for 228 source file(s) (ratio 0.02). 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 102 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 78 placeholder/mock markers across 34 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-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-43c2ee59eff9bf69", "name": "Commented-code block (6 lines) in scripts/reset-director.mjs:3", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/reset-director.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-7802a72e73a4f2a0", "name": "Commented-code block (8 lines) in scripts/set-brand-colors.mjs:1", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/set-brand-colors.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-6e2713d9f9f2e58d", "name": "Commented-code block (5 lines) in scripts/seed-test-shipments.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/seed-test-shipments.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-e7695083e912ad1e", "name": "Commented-code block (8 lines) in public/sw.js:3", "shortDescription": {"text": "Commented-code block (8 lines) in public/sw.js:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9567ba2bb71a1f62", "name": "Commented-code block (5 lines) in src/components/blast-select.tsx:18", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/blast-select.tsx:18"}, "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-1e9dab220cfa0df7", "name": "Commented-code block (7 lines) in src/components/schedule-cell.tsx:7", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/schedule-cell.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-5447ce10067e90cb", "name": "Commented-code block (5 lines) in src/components/blast-runner.tsx:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/blast-runner.tsx: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-0efeac87225ad8aa", "name": "Commented-code block (5 lines) in src/components/confirm-submit.tsx:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/confirm-submit.tsx: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-dd3af935481fcfb2", "name": "Commented-code block (11 lines) in src/components/filter-select.tsx:10", "shortDescription": {"text": "Commented-code block (11 lines) in src/components/filter-select.tsx: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-afda9ce4216fad72", "name": "Commented-code block (5 lines) in src/app/api/cron/daily-reminders/route.ts:19", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/cron/daily-reminders/route.ts:19"}, "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-4dffde73423ea57a", "name": "Commented-code block (8 lines) in src/app/(app)/schedule/actions.ts:60", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/(app)/schedule/actions.ts:60"}, "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-c1bc095b74afb543", "name": "Commented-code block (7 lines) in src/app/(app)/users/new/actions.ts:57", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/(app)/users/new/actions.ts:57"}, "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-b87b20bd4bc0bee1", "name": "Commented-code block (5 lines) in src/app/(app)/users/[id]/edit/actions.ts:124", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(app)/users/[id]/edit/actions.ts:124"}, "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-1e172ae81daf993d", "name": "Commented-code block (5 lines) in src/app/(app)/leads/[id]/actions.ts:122", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(app)/leads/[id]/actions.ts:122"}, "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-310f2bb61f4873f5", "name": "Commented-code block (6 lines) in src/app/(app)/similar-phones/actions.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/(app)/similar-phones/actions.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-07b263dfe680113e", "name": "Commented-code block (8 lines) in src/lib/spk-status.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/spk-status.ts: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-0329fb420300a921", "name": "Commented-code block (6 lines) in src/lib/lead-rules.ts:35", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/lead-rules.ts:35"}, "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-a598b209a81b8ec1", "name": "Commented-code block (6 lines) in src/lib/spk-tracking.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/spk-tracking.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-d88ac43479a4a301", "name": "Commented-code block (5 lines) in src/lib/push.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/push.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-259862438c320b69", "name": "Commented-code block (6 lines) in src/lib/notifications.ts:40", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/notifications.ts:40"}, "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-16b64cc2efd90fd1", "name": "Commented-code block (10 lines) in src/lib/monthly-export.ts:7", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/monthly-export.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-9cad8a8adbfa75a4", "name": "Commented-code block (10 lines) in src/lib/gdrive.ts:10", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/gdrive.ts: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-3badc9354f918a7b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/gdrive.ts:37", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/gdrive.ts:37"}, "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-d435954d575a1628", "name": "Commented-code block (8 lines) in src/lib/brand.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/brand.ts: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-c3fa6d987f60f698", "name": "Commented-code block (9 lines) in src/lib/backup.ts:22", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/backup.ts:22"}, "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-342e499d25af7bb6", "name": "Commented-code block (5 lines) in src/lib/lead-filter.ts:127", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/lead-filter.ts:127"}, "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-ac5dc911741fe696", "name": "Commented-code block (5 lines) in src/lib/rbac.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/rbac.ts:22"}, "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-713aa087876332bb", "name": "Commented-code block (7 lines) in src/lib/performance.ts:34", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/performance.ts:34"}, "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-41e3d086eb83b9ec", "name": "Commented-code block (10 lines) in src/lib/users-rank.ts:48", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/users-rank.ts:48"}, "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-f30480ca0b6c2409", "name": "Commented-code block (9 lines) in src/lib/auto-lost.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/auto-lost.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-d39a007b006266f4", "name": "Commented-code block (9 lines) in src/lib/xlsx.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/xlsx.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-06d7b4c660628348", "name": "Commented-code block (5 lines) in src/lib/inventory.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/inventory.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-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: `GDRIVE_FOLDER_ID`, `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/18176"}, "properties": {"repository": "rioantonioid/cherycrm", "repoUrl": "https://github.com/rioantonioid/cherycrm", "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-ebbc790556fe353d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 prisma/seed.ts:256"}, "properties": {"repobilityId": "f77d7e0fb34b08e2", "scanner": "scanner-primary", "fingerprint": "ebbc790556fe353d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7d8a466acd541673", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/blast-select.tsx:159"}, "properties": {"repobilityId": "f1856436599f7b8f", "scanner": "scanner-primary", "fingerprint": "7d8a466acd541673", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c8ebac94074ee2a5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resource-kind-toggle.tsx:59"}, "properties": {"repobilityId": "8c02eed34dffe19a", "scanner": "scanner-primary", "fingerprint": "c8ebac94074ee2a5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0368b2df726fe8ce", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/theme-toggle.tsx:67"}, "properties": {"repobilityId": "e082e88ab3f5143e", "scanner": "scanner-primary", "fingerprint": "0368b2df726fe8ce", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-b38d48a30fb06dfb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/app-nav.tsx:696"}, "properties": {"repobilityId": "5ea209afcb102893", "scanner": "scanner-primary", "fingerprint": "b38d48a30fb06dfb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2a71594bde5ae3a0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/car-models/page.tsx:49"}, "properties": {"repobilityId": "ab6bd30d2ed74a73", "scanner": "scanner-primary", "fingerprint": "2a71594bde5ae3a0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7b5ced293a1b372d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/statuses/page.tsx:52"}, "properties": {"repobilityId": "12bf8a853e05dbc8", "scanner": "scanner-primary", "fingerprint": "7b5ced293a1b372d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1f36e7d8b1afce6d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/sources/page.tsx:46"}, "properties": {"repobilityId": "44f4b5e27194f758", "scanner": "scanner-primary", "fingerprint": "1f36e7d8b1afce6d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4686c3b031693df6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/settings/stock-colors/page.tsx:51"}, "properties": {"repobilityId": "83a172b501304807", "scanner": "scanner-primary", "fingerprint": "4686c3b031693df6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5080792386ca3061", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/schedule/page.tsx:263"}, "properties": {"repobilityId": "4ddd137ab4f7990c", "scanner": "scanner-primary", "fingerprint": "5080792386ca3061", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5ce0866056259d10", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/users/page.tsx:170"}, "properties": {"repobilityId": "a3a7715d58dc554b", "scanner": "scanner-primary", "fingerprint": "5ce0866056259d10", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2fad98414064ef83", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/leads/page.tsx:287"}, "properties": {"repobilityId": "4cbcf9c74e318501", "scanner": "scanner-primary", "fingerprint": "2fad98414064ef83", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1f02b714fbbd1218", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/internal/inventory/[category]/page.tsx:196"}, "properties": {"repobilityId": "728a5f7fee8246a3", "scanner": "scanner-primary", "fingerprint": "1f02b714fbbd1218", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cf1d0271ebffdc5a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/do-edit-requests/page.tsx:62"}, "properties": {"repobilityId": "05f4d54f75f6b2d7", "scanner": "scanner-primary", "fingerprint": "cf1d0271ebffdc5a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-96acb57d0e519cad", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/dashboard/page.tsx:384"}, "properties": {"repobilityId": "db6f056db41a6a3d", "scanner": "scanner-primary", "fingerprint": "96acb57d0e519cad", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6ba335f6f7e6bd0d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/performance/page.tsx:120"}, "properties": {"repobilityId": "be6d7361cf0afa1f", "scanner": "scanner-primary", "fingerprint": "6ba335f6f7e6bd0d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b08ccd3969ed1d28", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/similar-phones/page.tsx:138"}, "properties": {"repobilityId": "ba4b1ec8c7ccc56e", "scanner": "scanner-primary", "fingerprint": "b08ccd3969ed1d28", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ad6ec25ea4224461", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-cancel-requests/page.tsx:120"}, "properties": {"repobilityId": "ac4a50ffc50c7ad6", "scanner": "scanner-primary", "fingerprint": "ad6ec25ea4224461", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de3f17bf57d1ce7a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(app)/spk-change-requests/page.tsx:69"}, "properties": {"repobilityId": "e2dfce72749dc6d2", "scanner": "scanner-primary", "fingerprint": "de3f17bf57d1ce7a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ddea96a16cb4020c", "level": "error", "message": {"text": "Possible secret in scripts/create-nurture-agents.mjs"}, "properties": {"repobilityId": "fc0f40e611d26153", "scanner": "scanner-primary", "fingerprint": "ddea96a16cb4020c", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/create-nurture-agents.mjs"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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": "c67f085086413bf9", "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": "89ed37616ae6217a", "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": "eab4f21578bdc2d6", "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": "e770657ca4730a00", "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": "3fd673666ccda8a6", "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": "21205447c89bf406", "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": "acd9e5df3040be7d", "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": "72c1c0e842ac24be", "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-43c2ee59eff9bf69", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/reset-director.mjs:3"}, "properties": {"repobilityId": "6a0c0a4520307220", "scanner": "scanner-primary", "fingerprint": "43c2ee59eff9bf69", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7802a72e73a4f2a0", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/set-brand-colors.mjs:1"}, "properties": {"repobilityId": "ce9fa8aa83dce48a", "scanner": "scanner-primary", "fingerprint": "7802a72e73a4f2a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e2713d9f9f2e58d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/seed-test-shipments.mjs:1"}, "properties": {"repobilityId": "0a011dc6e93b714c", "scanner": "scanner-primary", "fingerprint": "6e2713d9f9f2e58d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7695083e912ad1e", "level": "none", "message": {"text": "Commented-code block (8 lines) in public/sw.js:3"}, "properties": {"repobilityId": "7ab42d233d703277", "scanner": "scanner-primary", "fingerprint": "e7695083e912ad1e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9567ba2bb71a1f62", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/blast-select.tsx:18"}, "properties": {"repobilityId": "799eeb85b4273616", "scanner": "scanner-primary", "fingerprint": "9567ba2bb71a1f62", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e9dab220cfa0df7", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/schedule-cell.tsx:7"}, "properties": {"repobilityId": "9a0ed84d69ff6bdc", "scanner": "scanner-primary", "fingerprint": "1e9dab220cfa0df7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5447ce10067e90cb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/blast-runner.tsx:15"}, "properties": {"repobilityId": "59c3f60f66f57e4c", "scanner": "scanner-primary", "fingerprint": "5447ce10067e90cb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0efeac87225ad8aa", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/confirm-submit.tsx:10"}, "properties": {"repobilityId": "f5c9ece166b9efe3", "scanner": "scanner-primary", "fingerprint": "0efeac87225ad8aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd3af935481fcfb2", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/components/filter-select.tsx:10"}, "properties": {"repobilityId": "87e8d0858d79ef82", "scanner": "scanner-primary", "fingerprint": "dd3af935481fcfb2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-afda9ce4216fad72", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/cron/daily-reminders/route.ts:19"}, "properties": {"repobilityId": "b5c7a6b07b55428f", "scanner": "scanner-primary", "fingerprint": "afda9ce4216fad72", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4dffde73423ea57a", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/(app)/schedule/actions.ts:60"}, "properties": {"repobilityId": "a51a1351b421bd37", "scanner": "scanner-primary", "fingerprint": "4dffde73423ea57a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1bc095b74afb543", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/(app)/users/new/actions.ts:57"}, "properties": {"repobilityId": "ba87daa3bcf6e51b", "scanner": "scanner-primary", "fingerprint": "c1bc095b74afb543", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b87b20bd4bc0bee1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(app)/users/[id]/edit/actions.ts:124"}, "properties": {"repobilityId": "bf2cfa2185115725", "scanner": "scanner-primary", "fingerprint": "b87b20bd4bc0bee1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e172ae81daf993d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(app)/leads/[id]/actions.ts:122"}, "properties": {"repobilityId": "3e74c5933b8e317f", "scanner": "scanner-primary", "fingerprint": "1e172ae81daf993d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-310f2bb61f4873f5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/(app)/similar-phones/actions.ts:13"}, "properties": {"repobilityId": "b371be6620dbbbe4", "scanner": "scanner-primary", "fingerprint": "310f2bb61f4873f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07b263dfe680113e", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/spk-status.ts:5"}, "properties": {"repobilityId": "3fbc42c60949bfca", "scanner": "scanner-primary", "fingerprint": "07b263dfe680113e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0329fb420300a921", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/lead-rules.ts:35"}, "properties": {"repobilityId": "39d73ee165eb4d6e", "scanner": "scanner-primary", "fingerprint": "0329fb420300a921", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a598b209a81b8ec1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/spk-tracking.ts:3"}, "properties": {"repobilityId": "7f713c2f7afaeebc", "scanner": "scanner-primary", "fingerprint": "a598b209a81b8ec1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d88ac43479a4a301", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/push.ts:1"}, "properties": {"repobilityId": "ed4d909f47652d0f", "scanner": "scanner-primary", "fingerprint": "d88ac43479a4a301", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-259862438c320b69", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/notifications.ts:40"}, "properties": {"repobilityId": "123b9c0e1a7adf53", "scanner": "scanner-primary", "fingerprint": "259862438c320b69", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16b64cc2efd90fd1", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/monthly-export.ts:7"}, "properties": {"repobilityId": "a22891d247667ce9", "scanner": "scanner-primary", "fingerprint": "16b64cc2efd90fd1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cad8a8adbfa75a4", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/gdrive.ts:10"}, "properties": {"repobilityId": "cf79f68d5ec98f4e", "scanner": "scanner-primary", "fingerprint": "9cad8a8adbfa75a4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3badc9354f918a7b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/gdrive.ts:37"}, "properties": {"repobilityId": "7f2bd4b7f0eae6ae", "scanner": "scanner-primary", "fingerprint": "3badc9354f918a7b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d435954d575a1628", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/brand.ts:5"}, "properties": {"repobilityId": "a1ab99885a392bec", "scanner": "scanner-primary", "fingerprint": "d435954d575a1628", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c3fa6d987f60f698", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/backup.ts:22"}, "properties": {"repobilityId": "53d735ed0b0c6a0e", "scanner": "scanner-primary", "fingerprint": "c3fa6d987f60f698", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-342e499d25af7bb6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/lead-filter.ts:127"}, "properties": {"repobilityId": "e60ee92f3f1f2f9d", "scanner": "scanner-primary", "fingerprint": "342e499d25af7bb6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ac5dc911741fe696", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/rbac.ts:22"}, "properties": {"repobilityId": "52cdee2779d54abd", "scanner": "scanner-primary", "fingerprint": "ac5dc911741fe696", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-713aa087876332bb", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/performance.ts:34"}, "properties": {"repobilityId": "b10750f8c1db59ab", "scanner": "scanner-primary", "fingerprint": "713aa087876332bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41e3d086eb83b9ec", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/users-rank.ts:48"}, "properties": {"repobilityId": "0da18c1640b512a3", "scanner": "scanner-primary", "fingerprint": "41e3d086eb83b9ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f30480ca0b6c2409", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/auto-lost.ts:3"}, "properties": {"repobilityId": "8054f748c4bd95e5", "scanner": "scanner-primary", "fingerprint": "f30480ca0b6c2409", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d39a007b006266f4", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/xlsx.ts:3"}, "properties": {"repobilityId": "5f57be595e4febc4", "scanner": "scanner-primary", "fingerprint": "d39a007b006266f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06d7b4c660628348", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/inventory.ts:1"}, "properties": {"repobilityId": "6df7de9ac8505a90", "scanner": "scanner-primary", "fingerprint": "06d7b4c660628348", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"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"]}}]}]}