{"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-7ce517f42f4dcf96", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/email/inbound/route.ts:113", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/email/inbound/route.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-993b6382b065d720", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/whatsapp/webhook/route.ts:165", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/whatsapp/webhook/route.ts:165"}, "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-6cec8d36a671a546", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/review/page.tsx:159", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/review/page.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-b0888c0e24825979", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/page.tsx:163", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/page.tsx:163"}, "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-cc0d9e420cf86d13", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/[id]/page.tsx:208", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/[id]/page.tsx:208"}, "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-f5bcc3f7d40a88da", "name": "Stray `console.log` in TS/JS \u2014 src/lib/docs/auto-pipeline.ts:158", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/docs/auto-pipeline.ts:158"}, "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-3265cba0030474e9", "name": "Stray `console.log` in TS/JS \u2014 src/lib/screening/screen-shipment.ts:116", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/screening/screen-shipment.ts:116"}, "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-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": "2 test file(s) for 101 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 22 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 84 placeholder/mock markers across 10 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-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-d9e3b8953e2db34c", "name": "Commented-code block (6 lines) in scripts/make-sanctions-test-po.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/make-sanctions-test-po.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-1c3fbf63945d3dd2", "name": "Commented-code block (5 lines) in src/app/api/whatsapp/webhook/route.ts:244", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/whatsapp/webhook/route.ts:244"}, "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-4bc8c209a2089db1", "name": "Commented-code block (5 lines) in src/app/portal/[token]/[shipmentId]/actions.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/portal/[token]/[shipmentId]/actions.ts:14"}, "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-45a9a2afd7b66686", "name": "Commented-code block (6 lines) in src/lib/cha-contacts.ts:42", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/cha-contacts.ts:42"}, "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-f46a914651ddf389", "name": "Commented-code block (6 lines) in src/lib/ai/review-documents.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/ai/review-documents.ts:4"}, "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-f0939ff89df8a0bb", "name": "Commented-code block (5 lines) in src/lib/ai/apply-correction.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/ai/apply-correction.ts:4"}, "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-3f42c025e5338180", "name": "Commented-code block (7 lines) in src/lib/docs/required-fields.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/docs/required-fields.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-4fc5f9d9cbfd3b6e", "name": "Commented-code block (10 lines) in src/lib/docs/auto-pipeline.ts:55", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/docs/auto-pipeline.ts:55"}, "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-34ec0544808571c2", "name": "Commented-code block (8 lines) in src/lib/docs/send-to-cha-core.ts:33", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/docs/send-to-cha-core.ts:33"}, "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-1397eb24918814ab", "name": "Commented-code block (5 lines) in src/lib/docs/verify-gate.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/docs/verify-gate.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-4039e9c8b00db4b8", "name": "Commented-code block (5 lines) in src/lib/pdf/text.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/pdf/text.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-e6a4942cd7fed1d2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/screening/csl.ts:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/screening/csl.ts:33"}, "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-3dc7db926ce72833", "name": "Commented-code block (5 lines) in src/lib/screening/un-list.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/screening/un-list.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}}]}}, "automationDetails": {"id": "repobility/19363"}, "properties": {"repository": "shaikqra/qra", "repoUrl": "https://github.com/shaikqra/qra", "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-7ce517f42f4dcf96", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/email/inbound/route.ts:113"}, "properties": {"repobilityId": "06bb911ab9abd962", "scanner": "scanner-primary", "fingerprint": "7ce517f42f4dcf96", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-993b6382b065d720", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/whatsapp/webhook/route.ts:165"}, "properties": {"repobilityId": "4588c6583c67f2fd", "scanner": "scanner-primary", "fingerprint": "993b6382b065d720", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6cec8d36a671a546", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/review/page.tsx:159"}, "properties": {"repobilityId": "3606179a51ce600b", "scanner": "scanner-primary", "fingerprint": "6cec8d36a671a546", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b0888c0e24825979", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/page.tsx:163"}, "properties": {"repobilityId": "42a06eba2c576bdb", "scanner": "scanner-primary", "fingerprint": "b0888c0e24825979", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cc0d9e420cf86d13", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/internal/shipments/[id]/page.tsx:208"}, "properties": {"repobilityId": "a82390015629cc17", "scanner": "scanner-primary", "fingerprint": "cc0d9e420cf86d13", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f5bcc3f7d40a88da", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/docs/auto-pipeline.ts:158"}, "properties": {"repobilityId": "3e1c31fc68c7bf85", "scanner": "scanner-primary", "fingerprint": "f5bcc3f7d40a88da", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3265cba0030474e9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/screening/screen-shipment.ts:116"}, "properties": {"repobilityId": "fd840baa78c4b79a", "scanner": "scanner-primary", "fingerprint": "3265cba0030474e9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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": "e4feea5b14b6ede3", "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": "6d214545502088a9", "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": "da7557a68e7efa24", "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": "4fd402fd495ba7ed", "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": "e82c69dfc7b3c984", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d9fe55566af8bf5d", "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": "751dd449a42cd1c5", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d9e3b8953e2db34c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/make-sanctions-test-po.mjs:1"}, "properties": {"repobilityId": "4ea94dad97452de8", "scanner": "scanner-primary", "fingerprint": "d9e3b8953e2db34c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c3fbf63945d3dd2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/whatsapp/webhook/route.ts:244"}, "properties": {"repobilityId": "1b496d55747fc02d", "scanner": "scanner-primary", "fingerprint": "1c3fbf63945d3dd2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4bc8c209a2089db1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/portal/[token]/[shipmentId]/actions.ts:14"}, "properties": {"repobilityId": "87d4b0362933f671", "scanner": "scanner-primary", "fingerprint": "4bc8c209a2089db1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45a9a2afd7b66686", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/cha-contacts.ts:42"}, "properties": {"repobilityId": "c43c2bdbe30b29d1", "scanner": "scanner-primary", "fingerprint": "45a9a2afd7b66686", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f46a914651ddf389", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/ai/review-documents.ts:4"}, "properties": {"repobilityId": "826af967a78105f5", "scanner": "scanner-primary", "fingerprint": "f46a914651ddf389", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f0939ff89df8a0bb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/ai/apply-correction.ts:4"}, "properties": {"repobilityId": "77e57dc4fe2e6dca", "scanner": "scanner-primary", "fingerprint": "f0939ff89df8a0bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f42c025e5338180", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/docs/required-fields.ts:1"}, "properties": {"repobilityId": "315a0e7b074392d4", "scanner": "scanner-primary", "fingerprint": "3f42c025e5338180", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4fc5f9d9cbfd3b6e", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/docs/auto-pipeline.ts:55"}, "properties": {"repobilityId": "e76f72944a82dfd1", "scanner": "scanner-primary", "fingerprint": "4fc5f9d9cbfd3b6e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34ec0544808571c2", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/docs/send-to-cha-core.ts:33"}, "properties": {"repobilityId": "a0dad4b494641afd", "scanner": "scanner-primary", "fingerprint": "34ec0544808571c2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1397eb24918814ab", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/docs/verify-gate.ts:1"}, "properties": {"repobilityId": "f67b9c74d7700930", "scanner": "scanner-primary", "fingerprint": "1397eb24918814ab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4039e9c8b00db4b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/pdf/text.ts:1"}, "properties": {"repobilityId": "df6a198c0688383f", "scanner": "scanner-primary", "fingerprint": "4039e9c8b00db4b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6a4942cd7fed1d2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/screening/csl.ts:33"}, "properties": {"repobilityId": "804d2ee8d3931f08", "scanner": "scanner-primary", "fingerprint": "e6a4942cd7fed1d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3dc7db926ce72833", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/screening/un-list.ts:1"}, "properties": {"repobilityId": "c67ced45ba9c4322", "scanner": "scanner-primary", "fingerprint": "3dc7db926ce72833", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}