{"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-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-d0c550847909b5d6", "name": "Very large file: src/lib/seo-pages.ts (1904 lines)", "shortDescription": {"text": "Very large file: src/lib/seo-pages.ts (1904 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 17 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-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-4e8067e0d0dcdce4", "name": "Commented-code block (6 lines) in src/components/react/ModelViewer.tsx:343", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/react/ModelViewer.tsx:343"}, "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-beb4e2cb76c86860", "name": "Commented-code block (5 lines) in functions/api/request-access.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in functions/api/request-access.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-6ea29ddbda2c751b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/request-access.ts:163", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/request-access.ts:163"}, "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-a4c4526e676a6c5b", "name": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_wasm_wrapper.js:113", "shortDescription": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_wasm_wrapper.js:113"}, "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-0dc6c4c77bd2ebce", "name": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_decoder.js:21", "shortDescription": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_decoder.js:21"}, "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-5b68285e4def7078", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/draco/draco_decoder.js:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/draco/draco_decoder.js:21"}, "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}}]}}, "automationDetails": {"id": "repobility/24333"}, "properties": {"repository": "ARTLabs-Engineering/simready-landing", "repoUrl": "https://github.com/ARTLabs-Engineering/simready-landing", "branch": "main"}, "results": [{"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-d0c550847909b5d6", "level": "note", "message": {"text": "Very large file: src/lib/seo-pages.ts (1904 lines)"}, "properties": {"repobilityId": "4ad798b1e2498ae3", "scanner": "scanner-primary", "fingerprint": "d0c550847909b5d6", "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": "e9362e74d1e2cf6f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "5a9182403e21caaa", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-4e8067e0d0dcdce4", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/react/ModelViewer.tsx:343"}, "properties": {"repobilityId": "efad9f5d8eb7982b", "scanner": "scanner-primary", "fingerprint": "4e8067e0d0dcdce4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-beb4e2cb76c86860", "level": "none", "message": {"text": "Commented-code block (5 lines) in functions/api/request-access.ts:3"}, "properties": {"repobilityId": "19dea9dbf32ffd96", "scanner": "scanner-primary", "fingerprint": "beb4e2cb76c86860", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6ea29ddbda2c751b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/request-access.ts:163"}, "properties": {"repobilityId": "133165a8dfde063c", "scanner": "scanner-primary", "fingerprint": "6ea29ddbda2c751b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a4c4526e676a6c5b", "level": "note", "message": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_wasm_wrapper.js:113"}, "properties": {"repobilityId": "26c06276949cd35e", "scanner": "scanner-primary", "fingerprint": "a4c4526e676a6c5b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0dc6c4c77bd2ebce", "level": "note", "message": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in public/draco/draco_decoder.js:21"}, "properties": {"repobilityId": "a3efa1e92c63e6f7", "scanner": "scanner-primary", "fingerprint": "0dc6c4c77bd2ebce", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5b68285e4def7078", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/draco/draco_decoder.js:21"}, "properties": {"repobilityId": "f5ed66f93678ff9a", "scanner": "scanner-primary", "fingerprint": "5b68285e4def7078", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}