{"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-296b6e2912aa7b54", "name": "Insecure pattern 'node_child_process' in apps/api/src/server.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/api/src/server.mjs:2"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-04fb7c46829dfca3", "name": "Insecure pattern 'cors_wildcard' in apps/api/src/server.mjs:72", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in apps/api/src/server.mjs:72"}, "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-caafe2eb7fc60684", "name": "Insecure pattern 'node_child_process' in scripts/bake-lightmaps.mjs:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/bake-lightmaps.mjs:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3d5f957b288e0bc9", "name": "Insecure pattern 'node_child_process' in scripts/optimize-scene-bundle.mjs:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/optimize-scene-bundle.mjs:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8c7d3bce60b22249", "name": "Insecure pattern 'node_child_process' in scripts/deploy-published-bundle.mjs:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/deploy-published-bundle.mjs:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-337931c59906d42e", "name": "Insecure pattern 'node_child_process' in scripts/convert-model.mjs:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/convert-model.mjs:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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-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-4ac91718aa127896", "name": "Very large file: apps/api/src/server.mjs (3524 lines)", "shortDescription": {"text": "Very large file: apps/api/src/server.mjs (3524 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-2013dc7df72646e3", "name": "Very large file: apps/studio/src/App.tsx (22023 lines)", "shortDescription": {"text": "Very large file: apps/studio/src/App.tsx (22023 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-31808bc3ea62242a", "name": "Very large file: scripts/analyze-scene-bundle.mjs (5195 lines)", "shortDescription": {"text": "Very large file: scripts/analyze-scene-bundle.mjs (5195 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-8781f854d52322c0", "name": "Very large file: packages/viewer/src/walkthrough-viewer.ts (5601 lines)", "shortDescription": {"text": "Very large file: packages/viewer/src/walkthrough-viewer.ts (5601 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 33 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-199ccd55171e0472", "name": "Node manifest has dependencies but no lockfile: apps/studio/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/studio/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-459a270179bdf272", "name": "Node manifest has dependencies but no lockfile: apps/viewer-demo/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/viewer-demo/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a7a42a722032b636", "name": "Node manifest has dependencies but no lockfile: packages/viewer/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/viewer/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a633bb7176feec2e", "name": "Node manifest has dependencies but no lockfile: packages/pipeline/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/pipeline/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 11 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-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, lockfile. 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-347a072ad8b2509f", "name": "Commented-code block (5 lines) in apps/api/src/cloud-publish.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in apps/api/src/cloud-publish.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-dd4dd7072316c504", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/api/src/cloud-publish.mjs:139", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/api/src/cloud-publish.mjs:139"}, "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-5d7e5ab10af56771", "name": "Legacy-named symbol `dynCallLegacy` in apps/studio/public/basis/basis_transcoder.js:9", "shortDescription": {"text": "Legacy-named symbol `dynCallLegacy` in apps/studio/public/basis/basis_transcoder.js:9"}, "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-e524c3b5f5d047bb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/public/basis/basis_transcoder.js:9", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/public/basis/basis_transcoder.js:9"}, "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-19d00d5a1227489a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/src/App.tsx:4217", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/src/App.tsx:4217"}, "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-2344bc0a6484a76b", "name": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/public/draco/draco_wasm_wrapper.js:113", "shortDescription": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/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-549b13b7e1f07e54", "name": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/public/draco/draco_decoder.js:21", "shortDescription": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/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-2ce5ddaf346cc367", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/public/draco/draco_decoder.js:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/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}}, {"id": "scanner-a4775e80169c1ebd", "name": "Legacy-named symbol `dynCallLegacy` in apps/viewer-demo/public/basis/basis_transcoder.js:9", "shortDescription": {"text": "Legacy-named symbol `dynCallLegacy` in apps/viewer-demo/public/basis/basis_transcoder.js:9"}, "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-f51431043c6706b8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/public/basis/basis_transcoder.js:9", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/public/basis/basis_transcoder.js:9"}, "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-0a2894f503476112", "name": "Commented-code block (5 lines) in packages/viewer/src/walkthrough-viewer.ts:4010", "shortDescription": {"text": "Commented-code block (5 lines) in packages/viewer/src/walkthrough-viewer.ts:4010"}, "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-a9836457f7ec50c4", "name": "23 env vars used in code but missing from .env.example", "shortDescription": {"text": "23 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AWS_CLI_PATH`, `BLENDER_PATH`, `CODEX_RUNTIME_NODE_MODULES`, `KTX_SOFTWARE_PATH`, `LIGHTMAP_BAKE_MODE`, `LIGHTMAP_DENOISE`, `LIGHTMAP_MARGIN`, `LIGHTMAP_MAX_MATERIALS` + 15 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-19a1a46befe3d6a6", "name": "Unused endpoint: DELETE ", "shortDescription": {"text": "Unused endpoint: DELETE "}, "fullDescription": {"text": "`apps/studio/src/App.tsx` declares `DELETE ` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18904"}, "properties": {"repository": "sanjogbora/open-space", "repoUrl": "https://github.com/sanjogbora/open-space", "branch": "main"}, "results": [{"ruleId": "scanner-296b6e2912aa7b54", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/api/src/server.mjs:2"}, "properties": {"repobilityId": "bc3a9e37ed0f9037", "scanner": "scanner-primary", "fingerprint": "296b6e2912aa7b54", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/api/src/server.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-04fb7c46829dfca3", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in apps/api/src/server.mjs:72"}, "properties": {"repobilityId": "4da6d56a58a2dfbc", "scanner": "scanner-primary", "fingerprint": "04fb7c46829dfca3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/api/src/server.mjs"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-caafe2eb7fc60684", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/bake-lightmaps.mjs:1"}, "properties": {"repobilityId": "a432b778bce2d081", "scanner": "scanner-primary", "fingerprint": "caafe2eb7fc60684", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bake-lightmaps.mjs"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3d5f957b288e0bc9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/optimize-scene-bundle.mjs:1"}, "properties": {"repobilityId": "9dbe4e8eac7b23bf", "scanner": "scanner-primary", "fingerprint": "3d5f957b288e0bc9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/optimize-scene-bundle.mjs"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8c7d3bce60b22249", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/deploy-published-bundle.mjs:1"}, "properties": {"repobilityId": "b106b570f12c0c57", "scanner": "scanner-primary", "fingerprint": "8c7d3bce60b22249", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/deploy-published-bundle.mjs"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-337931c59906d42e", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/convert-model.mjs:1"}, "properties": {"repobilityId": "de254d06beb52443", "scanner": "scanner-primary", "fingerprint": "337931c59906d42e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/convert-model.mjs"}, "region": {"startLine": 1}}}]}, {"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-4ac91718aa127896", "level": "note", "message": {"text": "Very large file: apps/api/src/server.mjs (3524 lines)"}, "properties": {"repobilityId": "f65ee99524c32528", "scanner": "scanner-primary", "fingerprint": "4ac91718aa127896", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2013dc7df72646e3", "level": "note", "message": {"text": "Very large file: apps/studio/src/App.tsx (22023 lines)"}, "properties": {"repobilityId": "09c472b0c2f8a5f7", "scanner": "scanner-primary", "fingerprint": "2013dc7df72646e3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-31808bc3ea62242a", "level": "note", "message": {"text": "Very large file: scripts/analyze-scene-bundle.mjs (5195 lines)"}, "properties": {"repobilityId": "8b7b3c0315f37a93", "scanner": "scanner-primary", "fingerprint": "31808bc3ea62242a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8781f854d52322c0", "level": "note", "message": {"text": "Very large file: packages/viewer/src/walkthrough-viewer.ts (5601 lines)"}, "properties": {"repobilityId": "a6803225006719d1", "scanner": "scanner-primary", "fingerprint": "8781f854d52322c0", "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": "6eacd5d67c775c97", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-199ccd55171e0472", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/studio/package.json"}, "properties": {"repobilityId": "0b24652133a12770", "scanner": "scanner-primary", "fingerprint": "199ccd55171e0472", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/studio/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-459a270179bdf272", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/viewer-demo/package.json"}, "properties": {"repobilityId": "b5b4962c84ee0b1c", "scanner": "scanner-primary", "fingerprint": "459a270179bdf272", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/viewer-demo/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a7a42a722032b636", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/viewer/package.json"}, "properties": {"repobilityId": "3f5cf2f042950282", "scanner": "scanner-primary", "fingerprint": "a7a42a722032b636", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/viewer/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a633bb7176feec2e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/pipeline/package.json"}, "properties": {"repobilityId": "0406b6fad2a47111", "scanner": "scanner-primary", "fingerprint": "a633bb7176feec2e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/pipeline/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "bb3c2c0e863670c6", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "78d8cd99c62f4466", "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": "9145d6d3989f7d34", "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": "a3fc41e0d66e98e7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-347a072ad8b2509f", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/api/src/cloud-publish.mjs:1"}, "properties": {"repobilityId": "0163f17bf485782d", "scanner": "scanner-primary", "fingerprint": "347a072ad8b2509f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd4dd7072316c504", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/api/src/cloud-publish.mjs:139"}, "properties": {"repobilityId": "42e7a0f89ef24fdb", "scanner": "scanner-primary", "fingerprint": "dd4dd7072316c504", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5d7e5ab10af56771", "level": "note", "message": {"text": "Legacy-named symbol `dynCallLegacy` in apps/studio/public/basis/basis_transcoder.js:9"}, "properties": {"repobilityId": "4b355149ad88137d", "scanner": "scanner-primary", "fingerprint": "5d7e5ab10af56771", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e524c3b5f5d047bb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/public/basis/basis_transcoder.js:9"}, "properties": {"repobilityId": "6064e0c7ab591648", "scanner": "scanner-primary", "fingerprint": "e524c3b5f5d047bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-19d00d5a1227489a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/studio/src/App.tsx:4217"}, "properties": {"repobilityId": "af7e39c6645d53a2", "scanner": "scanner-primary", "fingerprint": "19d00d5a1227489a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2344bc0a6484a76b", "level": "note", "message": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/public/draco/draco_wasm_wrapper.js:113"}, "properties": {"repobilityId": "b04d8cd0fc7a4b64", "scanner": "scanner-primary", "fingerprint": "2344bc0a6484a76b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-549b13b7e1f07e54", "level": "note", "message": {"text": "Legacy-named symbol `GetEncodedGeometryType_Deprecated` in apps/viewer-demo/public/draco/draco_decoder.js:21"}, "properties": {"repobilityId": "9d58c93e84d7ae22", "scanner": "scanner-primary", "fingerprint": "549b13b7e1f07e54", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2ce5ddaf346cc367", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/public/draco/draco_decoder.js:21"}, "properties": {"repobilityId": "27eb055eae8dad7c", "scanner": "scanner-primary", "fingerprint": "2ce5ddaf346cc367", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a4775e80169c1ebd", "level": "note", "message": {"text": "Legacy-named symbol `dynCallLegacy` in apps/viewer-demo/public/basis/basis_transcoder.js:9"}, "properties": {"repobilityId": "2834a7d0066400fb", "scanner": "scanner-primary", "fingerprint": "a4775e80169c1ebd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f51431043c6706b8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/viewer-demo/public/basis/basis_transcoder.js:9"}, "properties": {"repobilityId": "56cf598fbb74e864", "scanner": "scanner-primary", "fingerprint": "f51431043c6706b8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0a2894f503476112", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/viewer/src/walkthrough-viewer.ts:4010"}, "properties": {"repobilityId": "8c1dcce7a56cc5f7", "scanner": "scanner-primary", "fingerprint": "0a2894f503476112", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9836457f7ec50c4", "level": "note", "message": {"text": "23 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "71ec3608d30f8bcd", "scanner": "scanner-primary", "fingerprint": "a9836457f7ec50c4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-19a1a46befe3d6a6", "level": "note", "message": {"text": "Unused endpoint: DELETE "}, "properties": {"repobilityId": "4f8d06e96e5192c0", "scanner": "scanner-primary", "fingerprint": "19a1a46befe3d6a6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}