{"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-024102cb9715df20", "name": "Stray `console.log` in TS/JS \u2014 australian-property-estimator/tests/calc.test.js:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 australian-property-estimator/tests/calc.test.js:33"}, "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-512f8728995f73d0", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-89e81b0dd2f6b6bf", "name": "Insecure pattern 'eval_used' in australian-property-estimator/CLAUDE.md:11", "shortDescription": {"text": "Insecure pattern 'eval_used' in australian-property-estimator/CLAUDE.md:11"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-540be2c5542e6675", "name": "Insecure pattern 'new_function_used' in australian-property-estimator/CLAUDE.md:11", "shortDescription": {"text": "Insecure pattern 'new_function_used' in australian-property-estimator/CLAUDE.md:11"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fe2472f7960108f4", "name": "Insecure pattern 'direct_innerhtml_assignment' in australian-property-estimator/app.js:473", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in australian-property-estimator/app.js:473"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6d29e8d0ddc04a2f", "name": "Insecure pattern 'dangerous_innerhtml' in starscape-desktop/CLAUDE.md:75", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in starscape-desktop/CLAUDE.md:75"}, "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-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-522f5b8188b0e06a", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-728fe450056ac8d3", "name": "Very large file: australian-property-estimator/app.js (1712 lines)", "shortDescription": {"text": "Very large file: australian-property-estimator/app.js (1712 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-2aa71a6a049481f4", "name": "Very large file: starscape-desktop/src/screens/geology/MineGame.tsx (1437 lines)", "shortDescription": {"text": "Very large file: starscape-desktop/src/screens/geology/MineGame.tsx (1437 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "5 tests / 47 src (ratio 0.11)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-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. 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": "low", "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. 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-a10e886ae3f0e885", "name": "Commented-code block (5 lines) in app.js:17", "shortDescription": {"text": "Commented-code block (5 lines) in app.js:17"}, "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-2ec9c9710dfeae42", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:859", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:859"}, "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-5fc68d8942f6a152", "name": "Commented-code block (6 lines) in australian-property-estimator/app.js:57", "shortDescription": {"text": "Commented-code block (6 lines) in australian-property-estimator/app.js:57"}, "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-ea72cc2115031fb6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/netlify/functions/horizons-proxy.ts:142", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/netlify/functions/horizons-proxy.ts:142"}, "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-29e86f7e8aeceece", "name": "Commented-code block (7 lines) in starscape-desktop/src/App.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/App.tsx: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-4c192bb744f4a274", "name": "Commented-code block (8 lines) in starscape-desktop/src/scenes/StarField.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in starscape-desktop/src/scenes/StarField.tsx: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-b6726d62c27fcfbf", "name": "Commented-code block (7 lines) in starscape-desktop/src/scenes/PlanetTracker.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/scenes/PlanetTracker.tsx: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-93a2e2f1aa947211", "name": "Commented-code block (6 lines) in starscape-desktop/src/api/cache.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in starscape-desktop/src/api/cache.ts: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-4f239eee80e1bd10", "name": "Commented-code block (9 lines) in starscape-desktop/src/api/openMeteo.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in starscape-desktop/src/api/openMeteo.ts: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-2003492ca209d14e", "name": "Commented-code block (5 lines) in starscape-desktop/src/api/horizons.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in starscape-desktop/src/api/horizons.ts: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-7b547e63460a5d9c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/src/api/horizons.ts:159", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/src/api/horizons.ts:159"}, "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-bc81783b7e830567", "name": "Commented-code block (5 lines) in starscape-desktop/src/api/types.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in starscape-desktop/src/api/types.ts: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-05a7671c6836ecc4", "name": "Commented-code block (8 lines) in starscape-desktop/src/api/hipparcos.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in starscape-desktop/src/api/hipparcos.ts: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-86a25f773a7398ea", "name": "Commented-code block (9 lines) in starscape-desktop/src/screens/ConstellationJourney.tsx:1", "shortDescription": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/ConstellationJourney.tsx: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-40c542c228e597b7", "name": "Commented-code block (7 lines) in starscape-desktop/src/screens/CelestialDashboard.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/CelestialDashboard.tsx: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-06650a647ae02976", "name": "Commented-code block (8 lines) in starscape-desktop/src/screens/GamesHub.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/GamesHub.tsx: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-3b9b6a95ee35c5d4", "name": "Commented-code block (8 lines) in starscape-desktop/src/screens/SolarSystemExplorer.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/SolarSystemExplorer.tsx: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-2e442be3a339df7a", "name": "Commented-code block (6 lines) in starscape-desktop/src/screens/SkyConditionsWidget.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in starscape-desktop/src/screens/SkyConditionsWidget.tsx: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-a16245f4c02a1e7c", "name": "Commented-code block (9 lines) in starscape-desktop/src/screens/ScrollJourney.tsx:1", "shortDescription": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/ScrollJourney.tsx: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-6c05b8518d626107", "name": "Commented-code block (7 lines) in starscape-desktop/src/screens/PlanetTrackerSection.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/PlanetTrackerSection.tsx: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-da738f3aa8a75e95", "name": "Commented-code block (14 lines) in starscape-desktop/src/screens/SkyCompass.tsx:1", "shortDescription": {"text": "Commented-code block (14 lines) in starscape-desktop/src/screens/SkyCompass.tsx: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-0b379854015c8f21", "name": "Commented-code block (8 lines) in starscape-desktop/src/screens/games/OrderGame.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/games/OrderGame.tsx: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-57b85d9f22a699f1", "name": "Commented-code block (7 lines) in starscape-desktop/src/screens/journey/PlanetViewer.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/journey/PlanetViewer.tsx: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-512dc767ab2afc5d", "name": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/StrataJourney.tsx:1", "shortDescription": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/StrataJourney.tsx: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-15adcce6ad25f419", "name": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/MineGame.tsx:1", "shortDescription": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/MineGame.tsx: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-bdec22444aaca514", "name": "Commented-code block (7 lines) in starscape-desktop/src/screens/geology/MineralLab.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/geology/MineralLab.tsx: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-1465bdfac9813276", "name": "Commented-code block (7 lines) in starscape-desktop/src/utils/geoTextures.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/utils/geoTextures.ts: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-01c2015ef894f79b", "name": "Commented-code block (5 lines) in starscape-desktop/src/utils/textures.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in starscape-desktop/src/utils/textures.ts:8"}, "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-a356c30accf4bb7e", "name": "Commented-code block (7 lines) in starscape-desktop/src/hooks/useCelestialData.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in starscape-desktop/src/hooks/useCelestialData.ts: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-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: `ALLOWED_ORIGIN`. 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/19727"}, "properties": {"repository": "Sir-Adrien-Claudington/WA-Bond-Calculator", "repoUrl": "https://github.com/Sir-Adrien-Claudington/WA-Bond-Calculator", "branch": "main"}, "results": [{"ruleId": "scanner-024102cb9715df20", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 australian-property-estimator/tests/calc.test.js:33"}, "properties": {"repobilityId": "2d32c22db01b9671", "scanner": "scanner-primary", "fingerprint": "024102cb9715df20", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-512f8728995f73d0", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "properties": {"repobilityId": "01fd44ac932b38e6", "scanner": "scanner-primary", "fingerprint": "512f8728995f73d0", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "australian-property-estimator/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-89e81b0dd2f6b6bf", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in australian-property-estimator/CLAUDE.md:11"}, "properties": {"repobilityId": "9006713016424e71", "scanner": "scanner-primary", "fingerprint": "89e81b0dd2f6b6bf", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "australian-property-estimator/CLAUDE.md"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-540be2c5542e6675", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in australian-property-estimator/CLAUDE.md:11"}, "properties": {"repobilityId": "6fa0da16ed005c40", "scanner": "scanner-primary", "fingerprint": "540be2c5542e6675", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "australian-property-estimator/CLAUDE.md"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-fe2472f7960108f4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in australian-property-estimator/app.js:473"}, "properties": {"repobilityId": "aaa5af628e825c25", "scanner": "scanner-primary", "fingerprint": "fe2472f7960108f4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "australian-property-estimator/app.js"}, "region": {"startLine": 473}}}]}, {"ruleId": "scanner-6d29e8d0ddc04a2f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in starscape-desktop/CLAUDE.md:75"}, "properties": {"repobilityId": "0bb35927228b709a", "scanner": "scanner-primary", "fingerprint": "6d29e8d0ddc04a2f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "starscape-desktop/CLAUDE.md"}, "region": {"startLine": 75}}}]}, {"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-522f5b8188b0e06a", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "a79481d8a7a9fbc3", "scanner": "scanner-primary", "fingerprint": "522f5b8188b0e06a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "starscape-desktop/package.json"}, "region": {"startLine": 1}}}]}, {"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-728fe450056ac8d3", "level": "note", "message": {"text": "Very large file: australian-property-estimator/app.js (1712 lines)"}, "properties": {"repobilityId": "c9ac2d1d6a5507b0", "scanner": "scanner-primary", "fingerprint": "728fe450056ac8d3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2aa71a6a049481f4", "level": "note", "message": {"text": "Very large file: starscape-desktop/src/screens/geology/MineGame.tsx (1437 lines)"}, "properties": {"repobilityId": "0c5c54152d60081d", "scanner": "scanner-primary", "fingerprint": "2aa71a6a049481f4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "aafa2039497fce93", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "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": "82617d883b5da24f", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "51ed3c059bbea178", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "1f3814bd02c5a6ea", "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": "60237fdf90bbe5b7", "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": "ef45341a5d691aba", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a10e886ae3f0e885", "level": "none", "message": {"text": "Commented-code block (5 lines) in app.js:17"}, "properties": {"repobilityId": "300f69012cf049ea", "scanner": "scanner-primary", "fingerprint": "a10e886ae3f0e885", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ec9c9710dfeae42", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:859"}, "properties": {"repobilityId": "7d8184b7bf8379a9", "scanner": "scanner-primary", "fingerprint": "2ec9c9710dfeae42", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fc68d8942f6a152", "level": "none", "message": {"text": "Commented-code block (6 lines) in australian-property-estimator/app.js:57"}, "properties": {"repobilityId": "0afda1a732b10e60", "scanner": "scanner-primary", "fingerprint": "5fc68d8942f6a152", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea72cc2115031fb6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/netlify/functions/horizons-proxy.ts:142"}, "properties": {"repobilityId": "beddf37d844ca43d", "scanner": "scanner-primary", "fingerprint": "ea72cc2115031fb6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-29e86f7e8aeceece", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/App.tsx:1"}, "properties": {"repobilityId": "58c30898d2e9af31", "scanner": "scanner-primary", "fingerprint": "29e86f7e8aeceece", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c192bb744f4a274", "level": "none", "message": {"text": "Commented-code block (8 lines) in starscape-desktop/src/scenes/StarField.tsx:1"}, "properties": {"repobilityId": "76abffdcbc82e005", "scanner": "scanner-primary", "fingerprint": "4c192bb744f4a274", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6726d62c27fcfbf", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/scenes/PlanetTracker.tsx:1"}, "properties": {"repobilityId": "d17bb251566a0124", "scanner": "scanner-primary", "fingerprint": "b6726d62c27fcfbf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93a2e2f1aa947211", "level": "none", "message": {"text": "Commented-code block (6 lines) in starscape-desktop/src/api/cache.ts:1"}, "properties": {"repobilityId": "11175633743fed5b", "scanner": "scanner-primary", "fingerprint": "93a2e2f1aa947211", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f239eee80e1bd10", "level": "none", "message": {"text": "Commented-code block (9 lines) in starscape-desktop/src/api/openMeteo.ts:1"}, "properties": {"repobilityId": "1b1506ebead94ff8", "scanner": "scanner-primary", "fingerprint": "4f239eee80e1bd10", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2003492ca209d14e", "level": "none", "message": {"text": "Commented-code block (5 lines) in starscape-desktop/src/api/horizons.ts:1"}, "properties": {"repobilityId": "66bae806a6a2f473", "scanner": "scanner-primary", "fingerprint": "2003492ca209d14e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b547e63460a5d9c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 starscape-desktop/src/api/horizons.ts:159"}, "properties": {"repobilityId": "4fe56a37f8e0a764", "scanner": "scanner-primary", "fingerprint": "7b547e63460a5d9c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bc81783b7e830567", "level": "none", "message": {"text": "Commented-code block (5 lines) in starscape-desktop/src/api/types.ts:1"}, "properties": {"repobilityId": "97d4e90cd60bd64b", "scanner": "scanner-primary", "fingerprint": "bc81783b7e830567", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-05a7671c6836ecc4", "level": "none", "message": {"text": "Commented-code block (8 lines) in starscape-desktop/src/api/hipparcos.ts:1"}, "properties": {"repobilityId": "af66f2b41e68467c", "scanner": "scanner-primary", "fingerprint": "05a7671c6836ecc4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-86a25f773a7398ea", "level": "none", "message": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/ConstellationJourney.tsx:1"}, "properties": {"repobilityId": "9ca2c4c4b6afb855", "scanner": "scanner-primary", "fingerprint": "86a25f773a7398ea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-40c542c228e597b7", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/CelestialDashboard.tsx:1"}, "properties": {"repobilityId": "af3a3a5800b64020", "scanner": "scanner-primary", "fingerprint": "40c542c228e597b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06650a647ae02976", "level": "none", "message": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/GamesHub.tsx:1"}, "properties": {"repobilityId": "6e735c3a012a0a2a", "scanner": "scanner-primary", "fingerprint": "06650a647ae02976", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3b9b6a95ee35c5d4", "level": "none", "message": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/SolarSystemExplorer.tsx:1"}, "properties": {"repobilityId": "89cf5b00972ca72e", "scanner": "scanner-primary", "fingerprint": "3b9b6a95ee35c5d4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2e442be3a339df7a", "level": "none", "message": {"text": "Commented-code block (6 lines) in starscape-desktop/src/screens/SkyConditionsWidget.tsx:1"}, "properties": {"repobilityId": "b7f8473ee1a6e1a3", "scanner": "scanner-primary", "fingerprint": "2e442be3a339df7a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a16245f4c02a1e7c", "level": "none", "message": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/ScrollJourney.tsx:1"}, "properties": {"repobilityId": "5bde770d54f6ad6f", "scanner": "scanner-primary", "fingerprint": "a16245f4c02a1e7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c05b8518d626107", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/PlanetTrackerSection.tsx:1"}, "properties": {"repobilityId": "fefffb43d3b2a0da", "scanner": "scanner-primary", "fingerprint": "6c05b8518d626107", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da738f3aa8a75e95", "level": "none", "message": {"text": "Commented-code block (14 lines) in starscape-desktop/src/screens/SkyCompass.tsx:1"}, "properties": {"repobilityId": "7036cc51b80d6a79", "scanner": "scanner-primary", "fingerprint": "da738f3aa8a75e95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b379854015c8f21", "level": "none", "message": {"text": "Commented-code block (8 lines) in starscape-desktop/src/screens/games/OrderGame.tsx:1"}, "properties": {"repobilityId": "fb4bd40543747412", "scanner": "scanner-primary", "fingerprint": "0b379854015c8f21", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-57b85d9f22a699f1", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/journey/PlanetViewer.tsx:1"}, "properties": {"repobilityId": "ec4c103ec2c912f8", "scanner": "scanner-primary", "fingerprint": "57b85d9f22a699f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-512dc767ab2afc5d", "level": "none", "message": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/StrataJourney.tsx:1"}, "properties": {"repobilityId": "0d4370f08bfdf76d", "scanner": "scanner-primary", "fingerprint": "512dc767ab2afc5d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15adcce6ad25f419", "level": "none", "message": {"text": "Commented-code block (9 lines) in starscape-desktop/src/screens/geology/MineGame.tsx:1"}, "properties": {"repobilityId": "04d762f71332d277", "scanner": "scanner-primary", "fingerprint": "15adcce6ad25f419", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bdec22444aaca514", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/screens/geology/MineralLab.tsx:1"}, "properties": {"repobilityId": "8d1bb802a01accbb", "scanner": "scanner-primary", "fingerprint": "bdec22444aaca514", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1465bdfac9813276", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/utils/geoTextures.ts:1"}, "properties": {"repobilityId": "ae0fad1d7ec430b4", "scanner": "scanner-primary", "fingerprint": "1465bdfac9813276", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-01c2015ef894f79b", "level": "none", "message": {"text": "Commented-code block (5 lines) in starscape-desktop/src/utils/textures.ts:8"}, "properties": {"repobilityId": "968c75ca7ee53b8d", "scanner": "scanner-primary", "fingerprint": "01c2015ef894f79b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a356c30accf4bb7e", "level": "none", "message": {"text": "Commented-code block (7 lines) in starscape-desktop/src/hooks/useCelestialData.ts:1"}, "properties": {"repobilityId": "379e549091efaf21", "scanner": "scanner-primary", "fingerprint": "a356c30accf4bb7e", "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"]}}]}]}