{"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-a08bfbf45a8a1319", "name": "Stray `console.log` in TS/JS \u2014 api/acknowledge.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api/acknowledge.ts:30"}, "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-0af1685a48cdad52", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:91", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:91"}, "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-811a34221fd2c6d1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/ScenarioPrompt.tsx:36", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/ScenarioPrompt.tsx:36"}, "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-f6593cde99e72e98", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/HeroShowcase.tsx:70", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/HeroShowcase.tsx:70"}, "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-54157e4a290f4e24", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:91", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:91"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "10 test file(s) for 147 source file(s) (ratio 0.07). 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5ea6bdfb1ea24c70", "name": "Commented-code block (5 lines) in vite.config.ts:31", "shortDescription": {"text": "Commented-code block (5 lines) in vite.config.ts:31"}, "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-44e3b5c74aed558e", "name": "Commented-code block (5 lines) in scripts/generate-13-week-template.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-13-week-template.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-3f55cf7919a33bd4", "name": "Commented-code block (10 lines) in scripts/prerender.mjs:131", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/prerender.mjs:131"}, "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-d912f8ec22754fd7", "name": "Commented-code block (6 lines) in src/App.tsx:46", "shortDescription": {"text": "Commented-code block (6 lines) in src/App.tsx:46"}, "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-401a981803bc795d", "name": "Commented-code block (6 lines) in src/components/ui/accordion.tsx:41", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/ui/accordion.tsx:41"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6710e9711dbbf218", "name": "Commented-code block (6 lines) in src/components/landing/HowItWorks.tsx:156", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/landing/HowItWorks.tsx:156"}, "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-9d4259aad172b1d9", "name": "Commented-code block (5 lines) in src/components/landing/Hero.tsx:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/landing/Hero.tsx:15"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2cadad281527eff9", "name": "Commented-code block (9 lines) in src/components/landing/Navbar.tsx:159", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/landing/Navbar.tsx:159"}, "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-087d6b14c1c58ee5", "name": "Commented-code block (6 lines) in src/lib/consent.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/consent.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8c9f8c0a6549dc51", "name": "Commented-code block (8 lines) in src/pages/Index.tsx:20", "shortDescription": {"text": "Commented-code block (8 lines) in src/pages/Index.tsx: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-19e73cc43b185f73", "name": "Commented-code block (5 lines) in src/pages/Support.tsx:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/Support.tsx:15"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9cf480b31c93df02", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Support.tsx:248", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Support.tsx:248"}, "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-65df07ab4020db79", "name": "18 env vars used in code but missing from .env.example", "shortDescription": {"text": "18 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ACK_AWS_ACCESS_KEY_ID`, `ACK_AWS_SECRET_ACCESS_KEY`, `ACK_DRY_RUN`, `BEDROCK_MODEL_ID`, `BEDROCK_REGION`, `BEDROCK_TIMEOUT_MS`, `INDEXNOW_KEY`, `LOCALAPPDATA` + 10 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42b352ad2d83287f", "name": "Frontend route `/blog/:slug` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/blog/:slug` has no Link/navigate to it \u2014 src/App.tsx"}, "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/23590"}, "properties": {"repository": "ZensusAI/zensus-marketing", "repoUrl": "https://github.com/ZensusAI/zensus-marketing", "branch": "main"}, "results": [{"ruleId": "scanner-a08bfbf45a8a1319", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api/acknowledge.ts:30"}, "properties": {"repobilityId": "d9944a417503e2c6", "scanner": "scanner-primary", "fingerprint": "a08bfbf45a8a1319", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0af1685a48cdad52", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:91"}, "properties": {"repobilityId": "b8c68f17a4018107", "scanner": "scanner-primary", "fingerprint": "0af1685a48cdad52", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-811a34221fd2c6d1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/ScenarioPrompt.tsx:36"}, "properties": {"repobilityId": "5c61198b58db6789", "scanner": "scanner-primary", "fingerprint": "811a34221fd2c6d1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f6593cde99e72e98", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/HeroShowcase.tsx:70"}, "properties": {"repobilityId": "d653cc334d1d87cb", "scanner": "scanner-primary", "fingerprint": "f6593cde99e72e98", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-54157e4a290f4e24", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:91"}, "properties": {"repobilityId": "33f10636e53b4298", "scanner": "scanner-primary", "fingerprint": "54157e4a290f4e24", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ui/chart.tsx"}, "region": {"startLine": 91}}}]}, {"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": "05b6f09745004043", "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": "69fdacaba917677c", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "af7bc015cacb7ed0", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "9e0d26826187d388", "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": "acdc67c39d48c370", "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": "dd7b5b03823724c8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-5ea6bdfb1ea24c70", "level": "none", "message": {"text": "Commented-code block (5 lines) in vite.config.ts:31"}, "properties": {"repobilityId": "e779cd2a8ba53bf3", "scanner": "scanner-primary", "fingerprint": "5ea6bdfb1ea24c70", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-44e3b5c74aed558e", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-13-week-template.mjs:1"}, "properties": {"repobilityId": "f0c564d71bce579b", "scanner": "scanner-primary", "fingerprint": "44e3b5c74aed558e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f55cf7919a33bd4", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/prerender.mjs:131"}, "properties": {"repobilityId": "8e50c89da5cea4ef", "scanner": "scanner-primary", "fingerprint": "3f55cf7919a33bd4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d912f8ec22754fd7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/App.tsx:46"}, "properties": {"repobilityId": "8d4be8690099253b", "scanner": "scanner-primary", "fingerprint": "d912f8ec22754fd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-401a981803bc795d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/ui/accordion.tsx:41"}, "properties": {"repobilityId": "741ad9720543f789", "scanner": "scanner-primary", "fingerprint": "401a981803bc795d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6710e9711dbbf218", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/landing/HowItWorks.tsx:156"}, "properties": {"repobilityId": "658474c82e8016c6", "scanner": "scanner-primary", "fingerprint": "6710e9711dbbf218", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d4259aad172b1d9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/landing/Hero.tsx:15"}, "properties": {"repobilityId": "d3abc3f28fda6650", "scanner": "scanner-primary", "fingerprint": "9d4259aad172b1d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2cadad281527eff9", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/landing/Navbar.tsx:159"}, "properties": {"repobilityId": "d195021012ce882c", "scanner": "scanner-primary", "fingerprint": "2cadad281527eff9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-087d6b14c1c58ee5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/consent.ts:3"}, "properties": {"repobilityId": "6bbeda8325b95b49", "scanner": "scanner-primary", "fingerprint": "087d6b14c1c58ee5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c9f8c0a6549dc51", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/pages/Index.tsx:20"}, "properties": {"repobilityId": "24d74e8de175d17b", "scanner": "scanner-primary", "fingerprint": "8c9f8c0a6549dc51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-19e73cc43b185f73", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/Support.tsx:15"}, "properties": {"repobilityId": "de69467d933fe7da", "scanner": "scanner-primary", "fingerprint": "19e73cc43b185f73", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cf480b31c93df02", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/Support.tsx:248"}, "properties": {"repobilityId": "2ce84505d47429d1", "scanner": "scanner-primary", "fingerprint": "9cf480b31c93df02", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-65df07ab4020db79", "level": "note", "message": {"text": "18 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5e334d56f52c02e1", "scanner": "scanner-primary", "fingerprint": "65df07ab4020db79", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-42b352ad2d83287f", "level": "warning", "message": {"text": "Frontend route `/blog/:slug` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "72216d0671efb39d", "scanner": "scanner-primary", "fingerprint": "42b352ad2d83287f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}