{"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-c86588fb49969537", "name": "Icon-only button without accessible name \u2014 src/pages/ForecastPOReviewModal.jsx:48", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/pages/ForecastPOReviewModal.jsx:48"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a6fbea3cc316fdee", "name": "Icon-only button without accessible name \u2014 src/pages/UserManagement.jsx:291", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/pages/UserManagement.jsx:291"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-31292b356a2bc621", "name": "Icon-only button without accessible name \u2014 src/pages/CRMNewOpportunity.jsx:191", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/pages/CRMNewOpportunity.jsx:191"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3dda3c5ca1af995c", "name": "React Flow <MiniMap> without dark background \u2014 src/pages/CRMFieldVisits.jsx:491", "shortDescription": {"text": "React Flow <MiniMap> without dark background \u2014 src/pages/CRMFieldVisits.jsx:491"}, "fullDescription": {"text": "A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`.\n\nWhy: P1 in CHECKLIST.md \u2014 vendor defaults bleed light through.\nRule id: fq.minimap.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3242e3d7fa9e8a2c", "name": "Stray `console.log` in TS/JS \u2014 src/pages/PurchaseOrderDetail.jsx:495", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/PurchaseOrderDetail.jsx:495"}, "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-a057884147b10a76", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/Login.jsx:393", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/Login.jsx:393"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bd214b68bfc23f5a", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/send-po-to-vendor/index.ts:11", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/send-po-to-vendor/index.ts:11"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cdbad7e6f109ef9d", "name": "Insecure pattern 'document_write' in src/pages/CustomerDetail.jsx:449", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/CustomerDetail.jsx:449"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-edbfe13456805ccb", "name": "Insecure pattern 'document_write' in src/pages/FCOrderDetail.jsx:329", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/FCOrderDetail.jsx:329"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-63db0b26e235f816", "name": "Insecure pattern 'document_write' in src/pages/VendorDetail.jsx:344", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/VendorDetail.jsx:344"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1b22b0c608b8eb00", "name": "Insecure pattern 'document_write' in src/pages/StockTransferDetail.jsx:198", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/StockTransferDetail.jsx:198"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f917fe689b2da20f", "name": "Insecure pattern 'document_write' in src/pages/CRMQuotations.jsx:407", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/CRMQuotations.jsx:407"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-13a875cec11e637e", "name": "Insecure pattern 'document_write' in src/pages/PurchaseOrderDetail.jsx:931", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/PurchaseOrderDetail.jsx:931"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d2f973406607bd29", "name": "Insecure pattern 'document_write' in src/pages/CRMOpportunityDetail.jsx:902", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/CRMOpportunityDetail.jsx:902"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8b9196547d9a9f48", "name": "Insecure pattern 'document_write' in src/pages/GRNDetail.jsx:382", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/GRNDetail.jsx:382"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-125f0a82d3241a77", "name": "Insecure pattern 'document_write' in src/pages/OrderDetail.jsx:104", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/OrderDetail.jsx:104"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-64e898126fd49b9f", "name": "Insecure pattern 'dangerous_innerhtml' in src/pages/Login.jsx:393", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/Login.jsx:393"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-17c7a92eac45b0ff", "name": "Insecure pattern 'document_write' in src/pages/PurchaseInvoiceDetail.jsx:48", "shortDescription": {"text": "Insecure pattern 'document_write' in src/pages/PurchaseInvoiceDetail.jsx:48"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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-a1437dea4926923f", "name": "Very large file: src/components/Layout.jsx (810 lines)", "shortDescription": {"text": "Very large file: src/components/Layout.jsx (810 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-a538c5a7a12588e7", "name": "Very large file: src/pages/BillingOrderDetail.jsx (1380 lines)", "shortDescription": {"text": "Very large file: src/pages/BillingOrderDetail.jsx (1380 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-babf2249db4fcbf7", "name": "Very large file: src/pages/CustomerDetail.jsx (1324 lines)", "shortDescription": {"text": "Very large file: src/pages/CustomerDetail.jsx (1324 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-45d558dacecf4094", "name": "Very large file: src/pages/FCOrderDetail.jsx (1284 lines)", "shortDescription": {"text": "Very large file: src/pages/FCOrderDetail.jsx (1284 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-a3b3436be7579104", "name": "Very large file: src/pages/VendorDetail.jsx (976 lines)", "shortDescription": {"text": "Very large file: src/pages/VendorDetail.jsx (976 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-e1ff7169299c567b", "name": "Very large file: src/pages/PurchaseOrderDetail.jsx (2305 lines)", "shortDescription": {"text": "Very large file: src/pages/PurchaseOrderDetail.jsx (2305 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-3e13d271a251214b", "name": "Very large file: src/pages/ProcurementForecast.jsx (1074 lines)", "shortDescription": {"text": "Very large file: src/pages/ProcurementForecast.jsx (1074 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-f3e2b5e12bc3d2a9", "name": "Very large file: src/pages/CRMOpportunityDetail.jsx (2570 lines)", "shortDescription": {"text": "Very large file: src/pages/CRMOpportunityDetail.jsx (2570 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-7b8926a7461eca33", "name": "Very large file: src/pages/GRNDetail.jsx (863 lines)", "shortDescription": {"text": "Very large file: src/pages/GRNDetail.jsx (863 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-50da9b1590fc7936", "name": "Very large file: src/pages/OrderDetail.jsx (2358 lines)", "shortDescription": {"text": "Very large file: src/pages/OrderDetail.jsx (2358 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-d567183f5212b250", "name": "Very large file: src/pages/PurchaseInvoiceDetail.jsx (846 lines)", "shortDescription": {"text": "Very large file: src/pages/PurchaseInvoiceDetail.jsx (846 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 92 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 329 placeholder/mock markers across 55 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, operator-readme. 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, operator-readme. 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-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.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-2f779cc997603d52", "name": "Commented-code block (7 lines) in src/lib/kpiFetchers.js:9", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/kpiFetchers.js: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-a5ea76f0e6d77141", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/kpiFetchers.js:136", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/kpiFetchers.js:136"}, "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-f03e2f3e948fbf6d", "name": "Commented-code block (5 lines) in src/lib/orderValue.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/orderValue.js: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-67d9eb4aeb814c4b", "name": "Commented-code block (5 lines) in src/lib/supabase.js:13", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/supabase.js: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-aadca9578e7e7ed5", "name": "Commented-code block (5 lines) in src/lib/fetchAll.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/fetchAll.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-f90e183a56f64645", "name": "Commented-code block (6 lines) in src/pages/BillingOrderDetail.jsx:327", "shortDescription": {"text": "Commented-code block (6 lines) in src/pages/BillingOrderDetail.jsx:327"}, "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-e394a23e74a1a03f", "name": "Commented-code block (5 lines) in src/pages/BillingList.jsx:136", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/BillingList.jsx:136"}, "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-48900a1226c5c81e", "name": "Legacy-named symbol `isOld` in src/pages/Accounts.jsx:401", "shortDescription": {"text": "Legacy-named symbol `isOld` in src/pages/Accounts.jsx:401"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4be8bc380764df67", "name": "Commented-code block (5 lines) in src/pages/Accounts.jsx:202", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/Accounts.jsx:202"}, "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-237b3903c324fb97", "name": "Commented-code block (5 lines) in src/pages/PeopleKpi.jsx:154", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/PeopleKpi.jsx:154"}, "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-d9775a448c300d79", "name": "Commented-code block (5 lines) in src/pages/PurchaseOrderDetail.jsx:458", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/PurchaseOrderDetail.jsx:458"}, "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-f1380bb79b51c7e8", "name": "Commented-code block (5 lines) in src/pages/GRNDetail.jsx:122", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/GRNDetail.jsx: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-8ec3a590894b6ec8", "name": "Commented-code block (5 lines) in src/pages/NewPurchaseOrder.jsx:20", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/NewPurchaseOrder.jsx:20"}, "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-2ce51f9f903abcbd", "name": "Commented-code block (5 lines) in src/pages/PurchaseInvoiceDetail.jsx:308", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/PurchaseInvoiceDetail.jsx:308"}, "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-3d56d2a50dc2fb36", "name": "Frontend route `/not-authorized` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/not-authorized` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-680c809d52eed4b3", "name": "Frontend route `/accounts` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/accounts` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-36f5f6a7a16e658d", "name": "Frontend route `/sales` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/sales` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-265385f6b4d3d0d9", "name": "Frontend route `/orders/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/orders/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-26c198b287f43f6e", "name": "Frontend route `/customers/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/customers/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-86e394af349689a8", "name": "Frontend route `/crm/companies/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/crm/companies/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4237d4a1edd2b6fc", "name": "Frontend route `/crm/leads/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/crm/leads/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dab9ec4feea0953e", "name": "Frontend route `/crm/opportunities/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/crm/opportunities/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d8cbf42603788cad", "name": "Frontend route `/crm/samples` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/crm/samples` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-424a38a3dd8987db", "name": "Frontend route `/crm/targets` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/crm/targets` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8321f6995c4e3441", "name": "Frontend route `/items/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/items/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a69b124d12918335", "name": "Frontend route `/vendors/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/vendors/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5153c71b71c2a9e1", "name": "Frontend route `/procurement/po/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/procurement/po/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b96c215d83abae0a", "name": "Frontend route `/procurement/forecast/config` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/procurement/forecast/config` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c5865728a056766", "name": "Frontend route `/procurement/grn` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/procurement/grn` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d41705369813907c", "name": "Frontend route `/procurement/grn/new` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/procurement/grn/new` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-399792206aaaf553", "name": "Frontend route `/procurement/invoices/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/procurement/invoices/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f94ca39cfa4771d2", "name": "Frontend route `/fc/grn/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/fc/grn/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8c41401273ff4562", "name": "Frontend route `/fc/transfers/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/fc/transfers/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-310c1e63904659fc", "name": "Frontend route `/people` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/people` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-64c0f2eb1a5ff7ed", "name": "Frontend route `/fc/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/fc/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3bbbed30a55e86bc", "name": "Frontend route `/billing/:id` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/billing/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22092"}, "properties": {"repository": "vatsalmaniar/SSC_Inventory", "repoUrl": "https://github.com/vatsalmaniar/SSC_Inventory", "branch": "main"}, "results": [{"ruleId": "scanner-c86588fb49969537", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/pages/ForecastPOReviewModal.jsx:48"}, "properties": {"repobilityId": "ea24484c74fe146b", "scanner": "scanner-primary", "fingerprint": "c86588fb49969537", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-a6fbea3cc316fdee", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/pages/UserManagement.jsx:291"}, "properties": {"repobilityId": "05d15343c058c5fd", "scanner": "scanner-primary", "fingerprint": "a6fbea3cc316fdee", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-31292b356a2bc621", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/pages/CRMNewOpportunity.jsx:191"}, "properties": {"repobilityId": "27ab5d24028e22fc", "scanner": "scanner-primary", "fingerprint": "31292b356a2bc621", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-3dda3c5ca1af995c", "level": "note", "message": {"text": "React Flow <MiniMap> without dark background \u2014 src/pages/CRMFieldVisits.jsx:491"}, "properties": {"repobilityId": "c7be0099f40fbffa", "scanner": "scanner-primary", "fingerprint": "3dda3c5ca1af995c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.minimap.no-bg"]}}, {"ruleId": "scanner-3242e3d7fa9e8a2c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/PurchaseOrderDetail.jsx:495"}, "properties": {"repobilityId": "ae008a7b9c967ccb", "scanner": "scanner-primary", "fingerprint": "3242e3d7fa9e8a2c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a057884147b10a76", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/Login.jsx:393"}, "properties": {"repobilityId": "ae6a244f506b4d67", "scanner": "scanner-primary", "fingerprint": "a057884147b10a76", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-bd214b68bfc23f5a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/send-po-to-vendor/index.ts:11"}, "properties": {"repobilityId": "544533d32ca023f9", "scanner": "scanner-primary", "fingerprint": "bd214b68bfc23f5a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/send-po-to-vendor/index.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-cdbad7e6f109ef9d", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/CustomerDetail.jsx:449"}, "properties": {"repobilityId": "61a222b972a0f80b", "scanner": "scanner-primary", "fingerprint": "cdbad7e6f109ef9d", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/CustomerDetail.jsx"}, "region": {"startLine": 449}}}]}, {"ruleId": "scanner-edbfe13456805ccb", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/FCOrderDetail.jsx:329"}, "properties": {"repobilityId": "b0ae2f55c978f43d", "scanner": "scanner-primary", "fingerprint": "edbfe13456805ccb", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/FCOrderDetail.jsx"}, "region": {"startLine": 329}}}]}, {"ruleId": "scanner-63db0b26e235f816", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/VendorDetail.jsx:344"}, "properties": {"repobilityId": "6b67c13dd16f1a75", "scanner": "scanner-primary", "fingerprint": "63db0b26e235f816", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/VendorDetail.jsx"}, "region": {"startLine": 344}}}]}, {"ruleId": "scanner-1b22b0c608b8eb00", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/StockTransferDetail.jsx:198"}, "properties": {"repobilityId": "85f9301d01629934", "scanner": "scanner-primary", "fingerprint": "1b22b0c608b8eb00", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/StockTransferDetail.jsx"}, "region": {"startLine": 198}}}]}, {"ruleId": "scanner-f917fe689b2da20f", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/CRMQuotations.jsx:407"}, "properties": {"repobilityId": "f310d8c9ff804800", "scanner": "scanner-primary", "fingerprint": "f917fe689b2da20f", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/CRMQuotations.jsx"}, "region": {"startLine": 407}}}]}, {"ruleId": "scanner-13a875cec11e637e", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/PurchaseOrderDetail.jsx:931"}, "properties": {"repobilityId": "9a2c6f13c0dfa09f", "scanner": "scanner-primary", "fingerprint": "13a875cec11e637e", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/PurchaseOrderDetail.jsx"}, "region": {"startLine": 931}}}]}, {"ruleId": "scanner-d2f973406607bd29", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/CRMOpportunityDetail.jsx:902"}, "properties": {"repobilityId": "9d7765cd445952fb", "scanner": "scanner-primary", "fingerprint": "d2f973406607bd29", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/CRMOpportunityDetail.jsx"}, "region": {"startLine": 902}}}]}, {"ruleId": "scanner-8b9196547d9a9f48", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/GRNDetail.jsx:382"}, "properties": {"repobilityId": "60003820a17248a5", "scanner": "scanner-primary", "fingerprint": "8b9196547d9a9f48", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/GRNDetail.jsx"}, "region": {"startLine": 382}}}]}, {"ruleId": "scanner-125f0a82d3241a77", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/OrderDetail.jsx:104"}, "properties": {"repobilityId": "0300902a01e2225a", "scanner": "scanner-primary", "fingerprint": "125f0a82d3241a77", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/OrderDetail.jsx"}, "region": {"startLine": 104}}}]}, {"ruleId": "scanner-64e898126fd49b9f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/Login.jsx:393"}, "properties": {"repobilityId": "a950705184e6af69", "scanner": "scanner-primary", "fingerprint": "64e898126fd49b9f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/Login.jsx"}, "region": {"startLine": 393}}}]}, {"ruleId": "scanner-17c7a92eac45b0ff", "level": "note", "message": {"text": "Insecure pattern 'document_write' in src/pages/PurchaseInvoiceDetail.jsx:48"}, "properties": {"repobilityId": "eff47e8b48f75b98", "scanner": "scanner-primary", "fingerprint": "17c7a92eac45b0ff", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/PurchaseInvoiceDetail.jsx"}, "region": {"startLine": 48}}}]}, {"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-a1437dea4926923f", "level": "note", "message": {"text": "Very large file: src/components/Layout.jsx (810 lines)"}, "properties": {"repobilityId": "25f6c19e616aa68f", "scanner": "scanner-primary", "fingerprint": "a1437dea4926923f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a538c5a7a12588e7", "level": "note", "message": {"text": "Very large file: src/pages/BillingOrderDetail.jsx (1380 lines)"}, "properties": {"repobilityId": "bfdad2cd02020704", "scanner": "scanner-primary", "fingerprint": "a538c5a7a12588e7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-babf2249db4fcbf7", "level": "note", "message": {"text": "Very large file: src/pages/CustomerDetail.jsx (1324 lines)"}, "properties": {"repobilityId": "b6104b5e74943f1a", "scanner": "scanner-primary", "fingerprint": "babf2249db4fcbf7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-45d558dacecf4094", "level": "note", "message": {"text": "Very large file: src/pages/FCOrderDetail.jsx (1284 lines)"}, "properties": {"repobilityId": "fa25dc4b35b33335", "scanner": "scanner-primary", "fingerprint": "45d558dacecf4094", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a3b3436be7579104", "level": "note", "message": {"text": "Very large file: src/pages/VendorDetail.jsx (976 lines)"}, "properties": {"repobilityId": "72c9087500c31b7c", "scanner": "scanner-primary", "fingerprint": "a3b3436be7579104", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e1ff7169299c567b", "level": "note", "message": {"text": "Very large file: src/pages/PurchaseOrderDetail.jsx (2305 lines)"}, "properties": {"repobilityId": "0dec19459a28faac", "scanner": "scanner-primary", "fingerprint": "e1ff7169299c567b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3e13d271a251214b", "level": "note", "message": {"text": "Very large file: src/pages/ProcurementForecast.jsx (1074 lines)"}, "properties": {"repobilityId": "71b8267adde319e0", "scanner": "scanner-primary", "fingerprint": "3e13d271a251214b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f3e2b5e12bc3d2a9", "level": "note", "message": {"text": "Very large file: src/pages/CRMOpportunityDetail.jsx (2570 lines)"}, "properties": {"repobilityId": "0aaab1e777b6bf01", "scanner": "scanner-primary", "fingerprint": "f3e2b5e12bc3d2a9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7b8926a7461eca33", "level": "note", "message": {"text": "Very large file: src/pages/GRNDetail.jsx (863 lines)"}, "properties": {"repobilityId": "ea93c6e7ecc06f71", "scanner": "scanner-primary", "fingerprint": "7b8926a7461eca33", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-50da9b1590fc7936", "level": "note", "message": {"text": "Very large file: src/pages/OrderDetail.jsx (2358 lines)"}, "properties": {"repobilityId": "47c118188d307181", "scanner": "scanner-primary", "fingerprint": "50da9b1590fc7936", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d567183f5212b250", "level": "note", "message": {"text": "Very large file: src/pages/PurchaseInvoiceDetail.jsx (846 lines)"}, "properties": {"repobilityId": "9cf319eba1c87109", "scanner": "scanner-primary", "fingerprint": "d567183f5212b250", "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": "b918520478aa412c", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "17b6fef5057dabf4", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "9717e4b36325f76b", "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": "d338633dbb744475", "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": "d647f071c202aeda", "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": "3b8ec4506fc32a99", "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": "847b161aa5c0a1bd", "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": "43638c5e17da6934", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2f779cc997603d52", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/kpiFetchers.js:9"}, "properties": {"repobilityId": "bfe87bd7939a268f", "scanner": "scanner-primary", "fingerprint": "2f779cc997603d52", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5ea76f0e6d77141", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/kpiFetchers.js:136"}, "properties": {"repobilityId": "4181945eab556d72", "scanner": "scanner-primary", "fingerprint": "a5ea76f0e6d77141", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f03e2f3e948fbf6d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/orderValue.js:5"}, "properties": {"repobilityId": "c3caf0882784f337", "scanner": "scanner-primary", "fingerprint": "f03e2f3e948fbf6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67d9eb4aeb814c4b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/supabase.js:13"}, "properties": {"repobilityId": "47cdb56e7328ed99", "scanner": "scanner-primary", "fingerprint": "67d9eb4aeb814c4b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aadca9578e7e7ed5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/fetchAll.js:3"}, "properties": {"repobilityId": "4a6567fade1dc07d", "scanner": "scanner-primary", "fingerprint": "aadca9578e7e7ed5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f90e183a56f64645", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pages/BillingOrderDetail.jsx:327"}, "properties": {"repobilityId": "6b4f42421309129c", "scanner": "scanner-primary", "fingerprint": "f90e183a56f64645", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e394a23e74a1a03f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/BillingList.jsx:136"}, "properties": {"repobilityId": "e4c33a84f330201f", "scanner": "scanner-primary", "fingerprint": "e394a23e74a1a03f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-48900a1226c5c81e", "level": "note", "message": {"text": "Legacy-named symbol `isOld` in src/pages/Accounts.jsx:401"}, "properties": {"repobilityId": "ccf0a0a34c04de88", "scanner": "scanner-primary", "fingerprint": "48900a1226c5c81e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4be8bc380764df67", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/Accounts.jsx:202"}, "properties": {"repobilityId": "5a07ca3ebcb3fb5d", "scanner": "scanner-primary", "fingerprint": "4be8bc380764df67", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-237b3903c324fb97", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/PeopleKpi.jsx:154"}, "properties": {"repobilityId": "b7e26daa2833b1ef", "scanner": "scanner-primary", "fingerprint": "237b3903c324fb97", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d9775a448c300d79", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/PurchaseOrderDetail.jsx:458"}, "properties": {"repobilityId": "311f6b216bba868f", "scanner": "scanner-primary", "fingerprint": "d9775a448c300d79", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1380bb79b51c7e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/GRNDetail.jsx:122"}, "properties": {"repobilityId": "1e630d5ba547f2b5", "scanner": "scanner-primary", "fingerprint": "f1380bb79b51c7e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ec3a590894b6ec8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/NewPurchaseOrder.jsx:20"}, "properties": {"repobilityId": "407accee6cf44907", "scanner": "scanner-primary", "fingerprint": "8ec3a590894b6ec8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ce51f9f903abcbd", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/PurchaseInvoiceDetail.jsx:308"}, "properties": {"repobilityId": "02f62800bc7021d6", "scanner": "scanner-primary", "fingerprint": "2ce51f9f903abcbd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d56d2a50dc2fb36", "level": "warning", "message": {"text": "Frontend route `/not-authorized` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "e0fa87fa0edaf3bb", "scanner": "scanner-primary", "fingerprint": "3d56d2a50dc2fb36", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-680c809d52eed4b3", "level": "warning", "message": {"text": "Frontend route `/accounts` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "aec9052218564c70", "scanner": "scanner-primary", "fingerprint": "680c809d52eed4b3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-36f5f6a7a16e658d", "level": "warning", "message": {"text": "Frontend route `/sales` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "d66b4ea09c89809a", "scanner": "scanner-primary", "fingerprint": "36f5f6a7a16e658d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-265385f6b4d3d0d9", "level": "warning", "message": {"text": "Frontend route `/orders/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "7177b18ab7833693", "scanner": "scanner-primary", "fingerprint": "265385f6b4d3d0d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-26c198b287f43f6e", "level": "warning", "message": {"text": "Frontend route `/customers/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "83a8bd58670b11ab", "scanner": "scanner-primary", "fingerprint": "26c198b287f43f6e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-86e394af349689a8", "level": "warning", "message": {"text": "Frontend route `/crm/companies/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "82bb0987994c9280", "scanner": "scanner-primary", "fingerprint": "86e394af349689a8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4237d4a1edd2b6fc", "level": "warning", "message": {"text": "Frontend route `/crm/leads/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "d3f6e177e2859276", "scanner": "scanner-primary", "fingerprint": "4237d4a1edd2b6fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dab9ec4feea0953e", "level": "warning", "message": {"text": "Frontend route `/crm/opportunities/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "6910148b7ed3a99b", "scanner": "scanner-primary", "fingerprint": "dab9ec4feea0953e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d8cbf42603788cad", "level": "warning", "message": {"text": "Frontend route `/crm/samples` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "c544eb00037d7e75", "scanner": "scanner-primary", "fingerprint": "d8cbf42603788cad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-424a38a3dd8987db", "level": "warning", "message": {"text": "Frontend route `/crm/targets` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "9d825293623cc1e4", "scanner": "scanner-primary", "fingerprint": "424a38a3dd8987db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-8321f6995c4e3441", "level": "warning", "message": {"text": "Frontend route `/items/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "cff52d66bd7a3eb4", "scanner": "scanner-primary", "fingerprint": "8321f6995c4e3441", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a69b124d12918335", "level": "warning", "message": {"text": "Frontend route `/vendors/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "2de6ad992791945b", "scanner": "scanner-primary", "fingerprint": "a69b124d12918335", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5153c71b71c2a9e1", "level": "warning", "message": {"text": "Frontend route `/procurement/po/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "15cc53e04d472b64", "scanner": "scanner-primary", "fingerprint": "5153c71b71c2a9e1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b96c215d83abae0a", "level": "warning", "message": {"text": "Frontend route `/procurement/forecast/config` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "d7d3fb92f6ddd422", "scanner": "scanner-primary", "fingerprint": "b96c215d83abae0a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-2c5865728a056766", "level": "warning", "message": {"text": "Frontend route `/procurement/grn` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "f3de34b14f3a0ccb", "scanner": "scanner-primary", "fingerprint": "2c5865728a056766", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d41705369813907c", "level": "warning", "message": {"text": "Frontend route `/procurement/grn/new` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "ed186f07c8733781", "scanner": "scanner-primary", "fingerprint": "d41705369813907c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-399792206aaaf553", "level": "warning", "message": {"text": "Frontend route `/procurement/invoices/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "bb553d81f7a7ce59", "scanner": "scanner-primary", "fingerprint": "399792206aaaf553", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f94ca39cfa4771d2", "level": "warning", "message": {"text": "Frontend route `/fc/grn/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "6d0df2d18ecd8bde", "scanner": "scanner-primary", "fingerprint": "f94ca39cfa4771d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-8c41401273ff4562", "level": "warning", "message": {"text": "Frontend route `/fc/transfers/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "da3e3acd50080730", "scanner": "scanner-primary", "fingerprint": "8c41401273ff4562", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-310c1e63904659fc", "level": "warning", "message": {"text": "Frontend route `/people` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "1e4e2dd5e1834fc7", "scanner": "scanner-primary", "fingerprint": "310c1e63904659fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-64c0f2eb1a5ff7ed", "level": "warning", "message": {"text": "Frontend route `/fc/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "db341ba6b7eee5de", "scanner": "scanner-primary", "fingerprint": "64c0f2eb1a5ff7ed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3bbbed30a55e86bc", "level": "warning", "message": {"text": "Frontend route `/billing/:id` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "a7c3a1e61319ec92", "scanner": "scanner-primary", "fingerprint": "3bbbed30a55e86bc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}