{"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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "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-acb519458462027e", "name": "Very large file: src/components/WallElevationView.tsx (2723 lines)", "shortDescription": {"text": "Very large file: src/components/WallElevationView.tsx (2723 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-9a220f1d22ec6543", "name": "Very large file: src/components/WallPanel.tsx (1228 lines)", "shortDescription": {"text": "Very large file: src/components/WallPanel.tsx (1228 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-e07d625b9c185df2", "name": "Very large file: src/components/GarageShell.tsx (8949 lines)", "shortDescription": {"text": "Very large file: src/components/GarageShell.tsx (8949 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-65772e36c794720e", "name": "Very large file: src/components/FloorPlanBlueprint.tsx (2245 lines)", "shortDescription": {"text": "Very large file: src/components/FloorPlanBlueprint.tsx (2245 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-6aa2cbdfae36bb6d", "name": "Very large file: src/store/garageStore.ts (2345 lines)", "shortDescription": {"text": "Very large file: src/store/garageStore.ts (2345 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 57 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 31 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9c9af5209971b2a7", "name": "Commented-code block (6 lines) in src/utils/wallModel.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/wallModel.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-070c73acfb1aa83e", "name": "Commented-code block (5 lines) in src/utils/brushedSteelTexture.ts:66", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/brushedSteelTexture.ts:66"}, "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-227ccf5a20c1619c", "name": "Commented-code block (7 lines) in src/components/Viewer3D.tsx:474", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/Viewer3D.tsx:474"}, "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-891044cfb504dd24", "name": "Commented-code block (5 lines) in src/components/WallElevationView.tsx:2342", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/WallElevationView.tsx:2342"}, "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-060da74cf3a3d113", "name": "Commented-code block (5 lines) in src/components/WallPanel.tsx:279", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/WallPanel.tsx:279"}, "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-1fbac45fe32bb518", "name": "Commented-code block (7 lines) in src/components/GarageShell.tsx:334", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/GarageShell.tsx:334"}, "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-f3623ae493f8c21a", "name": "Commented-code block (6 lines) in src/components/Sidebar.tsx:176", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/Sidebar.tsx:176"}, "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-285e827cf7c87100", "name": "Commented-code block (5 lines) in src/components/ExportModal.tsx:203", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/ExportModal.tsx:203"}, "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-0be8498cc696b807", "name": "Commented-code block (6 lines) in src/components/TextureLibraryModal.tsx:11", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/TextureLibraryModal.tsx:11"}, "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-d123bab585e8450d", "name": "Commented-code block (5 lines) in src/components/FloorPlanBlueprint.tsx:478", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/FloorPlanBlueprint.tsx:478"}, "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-16b55f6ccc4b83c0", "name": "Legacy-named symbol `isOld` in src/store/garageStore.ts:558", "shortDescription": {"text": "Legacy-named symbol `isOld` in src/store/garageStore.ts:558"}, "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-77c06ef7975179de", "name": "Commented-code block (5 lines) in src/store/garageStore.ts:184", "shortDescription": {"text": "Commented-code block (5 lines) in src/store/garageStore.ts:184"}, "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-5088be4c50be19f1", "name": "Commented-code block (5 lines) in src/lib/designs.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/designs.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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24762"}, "properties": {"repository": "burtjames18-create/Burts-3D-Designer", "repoUrl": "https://github.com/burtjames18-create/Burts-3D-Designer", "branch": "main"}, "results": [{"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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-acb519458462027e", "level": "note", "message": {"text": "Very large file: src/components/WallElevationView.tsx (2723 lines)"}, "properties": {"repobilityId": "f56b0901fa848452", "scanner": "scanner-primary", "fingerprint": "acb519458462027e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9a220f1d22ec6543", "level": "note", "message": {"text": "Very large file: src/components/WallPanel.tsx (1228 lines)"}, "properties": {"repobilityId": "372620140572b163", "scanner": "scanner-primary", "fingerprint": "9a220f1d22ec6543", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e07d625b9c185df2", "level": "note", "message": {"text": "Very large file: src/components/GarageShell.tsx (8949 lines)"}, "properties": {"repobilityId": "e0252fced5634dd3", "scanner": "scanner-primary", "fingerprint": "e07d625b9c185df2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-65772e36c794720e", "level": "note", "message": {"text": "Very large file: src/components/FloorPlanBlueprint.tsx (2245 lines)"}, "properties": {"repobilityId": "893097e7f0a09cce", "scanner": "scanner-primary", "fingerprint": "65772e36c794720e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6aa2cbdfae36bb6d", "level": "note", "message": {"text": "Very large file: src/store/garageStore.ts (2345 lines)"}, "properties": {"repobilityId": "4a89ee071e5d0ef4", "scanner": "scanner-primary", "fingerprint": "6aa2cbdfae36bb6d", "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": "e4c9a37a4c0dc758", "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": "74b5d8572715cbb2", "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": "63422a52f0473377", "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": "f7e43e158c374a02", "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": "a22b9d8846cd18be", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9c9af5209971b2a7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/wallModel.ts:3"}, "properties": {"repobilityId": "80231596ab5dae42", "scanner": "scanner-primary", "fingerprint": "9c9af5209971b2a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-070c73acfb1aa83e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/brushedSteelTexture.ts:66"}, "properties": {"repobilityId": "7f0b96c6936dfc42", "scanner": "scanner-primary", "fingerprint": "070c73acfb1aa83e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-227ccf5a20c1619c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/Viewer3D.tsx:474"}, "properties": {"repobilityId": "c72607c1c136c046", "scanner": "scanner-primary", "fingerprint": "227ccf5a20c1619c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-891044cfb504dd24", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/WallElevationView.tsx:2342"}, "properties": {"repobilityId": "0d8461b6ca51641f", "scanner": "scanner-primary", "fingerprint": "891044cfb504dd24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-060da74cf3a3d113", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/WallPanel.tsx:279"}, "properties": {"repobilityId": "8fd70d545cd5054a", "scanner": "scanner-primary", "fingerprint": "060da74cf3a3d113", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1fbac45fe32bb518", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/GarageShell.tsx:334"}, "properties": {"repobilityId": "e509f0ef5b09a10d", "scanner": "scanner-primary", "fingerprint": "1fbac45fe32bb518", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f3623ae493f8c21a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/Sidebar.tsx:176"}, "properties": {"repobilityId": "2b0fbefb065cc6e3", "scanner": "scanner-primary", "fingerprint": "f3623ae493f8c21a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-285e827cf7c87100", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/ExportModal.tsx:203"}, "properties": {"repobilityId": "972ebc688c07e850", "scanner": "scanner-primary", "fingerprint": "285e827cf7c87100", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0be8498cc696b807", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/TextureLibraryModal.tsx:11"}, "properties": {"repobilityId": "9173d0c7bc5e6dbb", "scanner": "scanner-primary", "fingerprint": "0be8498cc696b807", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d123bab585e8450d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/FloorPlanBlueprint.tsx:478"}, "properties": {"repobilityId": "3608bb5ba1a2467c", "scanner": "scanner-primary", "fingerprint": "d123bab585e8450d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16b55f6ccc4b83c0", "level": "note", "message": {"text": "Legacy-named symbol `isOld` in src/store/garageStore.ts:558"}, "properties": {"repobilityId": "fd79bb87c98ac758", "scanner": "scanner-primary", "fingerprint": "16b55f6ccc4b83c0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-77c06ef7975179de", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/store/garageStore.ts:184"}, "properties": {"repobilityId": "8be1f78f8535a867", "scanner": "scanner-primary", "fingerprint": "77c06ef7975179de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5088be4c50be19f1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/designs.ts:3"}, "properties": {"repobilityId": "e3c66fdea27c0660", "scanner": "scanner-primary", "fingerprint": "5088be4c50be19f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}