{"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-43ca06ef39b346f3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette.tsx:147", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette.tsx:147"}, "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-8db87f69a0067e9b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DataBrowser.tsx:145", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DataBrowser.tsx:145"}, "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-59b8dbbde572d3a0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SpeakerProfiles.tsx:365", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SpeakerProfiles.tsx:365"}, "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-dee717c1419a1f47", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Model.tsx:147", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Model.tsx:147"}, "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-9060864116aa753c", "name": "Icon-only button without accessible name \u2014 src/pages/Settings.tsx:168", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/pages/Settings.tsx:168"}, "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-c32c567d4ac8f393", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Markets.tsx:143", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Markets.tsx:143"}, "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-b87cdc714ad79bc9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/NewsTranscripts.tsx:172", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/NewsTranscripts.tsx:172"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 21 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 34 placeholder/mock markers across 13 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f4ee68bc831fe208", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/api/client.ts:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/api/client.ts:6"}, "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-4a5609b3e046abaa", "name": "Frontend route `live` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `live` 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}}, {"id": "scanner-235623fd793fd54b", "name": "Frontend route `markets` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `markets` 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}}, {"id": "scanner-85ae267453984a79", "name": "Frontend route `history` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `history` 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}}, {"id": "scanner-ddc1f0e866f6323f", "name": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `analytics` 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}}, {"id": "scanner-f83b53f4b96f72f5", "name": "Frontend route `model` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `model` 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}}, {"id": "scanner-92a0434f72c5eb06", "name": "Frontend route `speakers` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `speakers` 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}}, {"id": "scanner-5fc9f8a713a27dfe", "name": "Frontend route `news` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `news` 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}}, {"id": "scanner-76ceb6fae2159476", "name": "Frontend route `system` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `system` 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/19395"}, "properties": {"repository": "sharathsaiK/kalshi_dashboard", "repoUrl": "https://github.com/sharathsaiK/kalshi_dashboard", "branch": "main"}, "results": [{"ruleId": "scanner-43ca06ef39b346f3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/CommandPalette.tsx:147"}, "properties": {"repobilityId": "c2fdecf59e1ef076", "scanner": "scanner-primary", "fingerprint": "43ca06ef39b346f3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8db87f69a0067e9b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DataBrowser.tsx:145"}, "properties": {"repobilityId": "ea3748edf23a40aa", "scanner": "scanner-primary", "fingerprint": "8db87f69a0067e9b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-59b8dbbde572d3a0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SpeakerProfiles.tsx:365"}, "properties": {"repobilityId": "31e784959ca0bba2", "scanner": "scanner-primary", "fingerprint": "59b8dbbde572d3a0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dee717c1419a1f47", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Model.tsx:147"}, "properties": {"repobilityId": "a4c58618bc6a38ad", "scanner": "scanner-primary", "fingerprint": "dee717c1419a1f47", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9060864116aa753c", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/pages/Settings.tsx:168"}, "properties": {"repobilityId": "f9454188c7122a01", "scanner": "scanner-primary", "fingerprint": "9060864116aa753c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-c32c567d4ac8f393", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Markets.tsx:143"}, "properties": {"repobilityId": "91a71e4503204105", "scanner": "scanner-primary", "fingerprint": "c32c567d4ac8f393", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b87cdc714ad79bc9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/NewsTranscripts.tsx:172"}, "properties": {"repobilityId": "8b148e8680b45e75", "scanner": "scanner-primary", "fingerprint": "b87cdc714ad79bc9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "be409d30796bc12b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "a1c6bfbf80fe087b", "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": "da42aff94a9ba2aa", "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": "3d16a9a9f624b470", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "3da16a8fc9f01c33", "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": "af87e2da2ad67084", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f4ee68bc831fe208", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/api/client.ts:6"}, "properties": {"repobilityId": "43878fae5bdbc3c6", "scanner": "scanner-primary", "fingerprint": "f4ee68bc831fe208", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4a5609b3e046abaa", "level": "warning", "message": {"text": "Frontend route `live` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "3e4bd96a170da5b9", "scanner": "scanner-primary", "fingerprint": "4a5609b3e046abaa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-235623fd793fd54b", "level": "warning", "message": {"text": "Frontend route `markets` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ba9d80100d892279", "scanner": "scanner-primary", "fingerprint": "235623fd793fd54b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-85ae267453984a79", "level": "warning", "message": {"text": "Frontend route `history` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f2f487740b3be6cc", "scanner": "scanner-primary", "fingerprint": "85ae267453984a79", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ddc1f0e866f6323f", "level": "warning", "message": {"text": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "5dd95ee593452334", "scanner": "scanner-primary", "fingerprint": "ddc1f0e866f6323f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f83b53f4b96f72f5", "level": "warning", "message": {"text": "Frontend route `model` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "69160ad5f8883ee8", "scanner": "scanner-primary", "fingerprint": "f83b53f4b96f72f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-92a0434f72c5eb06", "level": "warning", "message": {"text": "Frontend route `speakers` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "0839ae3ce9fb9c1e", "scanner": "scanner-primary", "fingerprint": "92a0434f72c5eb06", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5fc9f8a713a27dfe", "level": "warning", "message": {"text": "Frontend route `news` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "bf93dcfbcbaa4866", "scanner": "scanner-primary", "fingerprint": "5fc9f8a713a27dfe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-76ceb6fae2159476", "level": "warning", "message": {"text": "Frontend route `system` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f0a98fe6028d4e81", "scanner": "scanner-primary", "fingerprint": "76ceb6fae2159476", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}