{"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-a9279b32a22eb5a2", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.js:14"}, "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-c91021dacdf15fb8", "name": "Stray `console.log` in TS/JS \u2014 server/index.js:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:30"}, "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-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-5b1ca875e7d18329", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/admin.js:81", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/admin.js:81"}, "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-8f4619d344897b79", "name": "Insecure pattern 'local_storage_auth_token' in web/js/admin.js:47", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in web/js/admin.js:47"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9c1f7c65fe825cd9", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/main.js:82", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/main.js:82"}, "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-9dd08606ef1a1a9d", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/reading.js:19", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/reading.js:19"}, "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-f43e9e53d66515b1", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/news.js:12", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/news.js:12"}, "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-1cb1d2bdb9fa1ec1", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/radio.js:24", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/radio.js:24"}, "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-86ad578f6a6446bf", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/profile.js:9", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/profile.js:9"}, "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-2c4819ef712418b1", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/cafe.js:9", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/cafe.js:9"}, "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-1f093920cd9d34f0", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/bookshelf.js:21", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/bookshelf.js:21"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 20 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 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. 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-1bc898b3b7565990", "name": "Unused endpoint: USE /uploads", "shortDescription": {"text": "Unused endpoint: USE /uploads"}, "fullDescription": {"text": "`server/index.js` declares `USE /uploads` 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}}, {"id": "scanner-3b59435b3211a9df", "name": "Unused endpoint: USE /assets", "shortDescription": {"text": "Unused endpoint: USE /assets"}, "fullDescription": {"text": "`server/index.js` declares `USE /assets` 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}}, {"id": "scanner-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`server/index.js` declares `USE /api` 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}}, {"id": "scanner-d93a530ce10d47d9", "name": "Unused endpoint: USE /api/admin", "shortDescription": {"text": "Unused endpoint: USE /api/admin"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/admin` 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}}, {"id": "scanner-953ec1a0ee6df50d", "name": "Unused endpoint: GET /admin", "shortDescription": {"text": "Unused endpoint: GET /admin"}, "fullDescription": {"text": "`server/index.js` declares `GET /admin` 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}}, {"id": "scanner-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`server/routes/admin.js` declares `POST /login` 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}}, {"id": "scanner-ac2f552bf9d967ce", "name": "Unused endpoint: GET /overview", "shortDescription": {"text": "Unused endpoint: GET /overview"}, "fullDescription": {"text": "`server/routes/admin.js` declares `GET /overview` 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}}, {"id": "scanner-f22b2880ee0bfd44", "name": "Unused endpoint: GET /news", "shortDescription": {"text": "Unused endpoint: GET /news"}, "fullDescription": {"text": "`server/routes/admin.js` declares `GET /news` 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}}, {"id": "scanner-ef8a89924a1940b4", "name": "Unused endpoint: POST /news", "shortDescription": {"text": "Unused endpoint: POST /news"}, "fullDescription": {"text": "`server/routes/admin.js` declares `POST /news` 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}}, {"id": "scanner-e8fa6cb955d7a18a", "name": "Unused endpoint: DELETE /news/:id", "shortDescription": {"text": "Unused endpoint: DELETE /news/:id"}, "fullDescription": {"text": "`server/routes/admin.js` declares `DELETE /news/:id` 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}}, {"id": "scanner-7387b7149d9ddd13", "name": "Unused endpoint: POST /books", "shortDescription": {"text": "Unused endpoint: POST /books"}, "fullDescription": {"text": "`server/routes/admin.js` declares `POST /books` 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}}, {"id": "scanner-1cada679549ddbd8", "name": "Unused endpoint: DELETE /books/:id", "shortDescription": {"text": "Unused endpoint: DELETE /books/:id"}, "fullDescription": {"text": "`server/routes/admin.js` declares `DELETE /books/:id` 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}}, {"id": "scanner-b72a12db47a1e458", "name": "Unused endpoint: POST /radio", "shortDescription": {"text": "Unused endpoint: POST /radio"}, "fullDescription": {"text": "`server/routes/admin.js` declares `POST /radio` 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}}, {"id": "scanner-997f3ad6ac4cd81e", "name": "Unused endpoint: DELETE /radio/:id", "shortDescription": {"text": "Unused endpoint: DELETE /radio/:id"}, "fullDescription": {"text": "`server/routes/admin.js` declares `DELETE /radio/:id` 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}}, {"id": "scanner-d0d3c4d2ee0bd315", "name": "Unused endpoint: GET /news/today", "shortDescription": {"text": "Unused endpoint: GET /news/today"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /news/today` 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}}, {"id": "scanner-1a3628ad8571821c", "name": "Unused endpoint: GET /books", "shortDescription": {"text": "Unused endpoint: GET /books"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /books` 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}}, {"id": "scanner-d27698569ee15744", "name": "Unused endpoint: GET /radio", "shortDescription": {"text": "Unused endpoint: GET /radio"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /radio` 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}}, {"id": "scanner-8292c0931391749a", "name": "Unused endpoint: POST /auth/register", "shortDescription": {"text": "Unused endpoint: POST /auth/register"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /auth/register` 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}}, {"id": "scanner-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /auth/login` 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}}, {"id": "scanner-0522178c1def28c7", "name": "Unused endpoint: POST /players", "shortDescription": {"text": "Unused endpoint: POST /players"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /players` 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}}, {"id": "scanner-d9b2f428c747e7d6", "name": "Unused endpoint: GET /players/:id", "shortDescription": {"text": "Unused endpoint: GET /players/:id"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /players/:id` 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}}, {"id": "scanner-f5f20d90776b091d", "name": "Unused endpoint: POST /players/:id/email", "shortDescription": {"text": "Unused endpoint: POST /players/:id/email"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /players/:id/email` 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}}, {"id": "scanner-72d6843a4398cc05", "name": "Unused endpoint: GET /transactions/:playerId", "shortDescription": {"text": "Unused endpoint: GET /transactions/:playerId"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /transactions/:playerId` 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}}, {"id": "scanner-f27de0edb8f7b48c", "name": "Unused endpoint: GET /notes/:playerId", "shortDescription": {"text": "Unused endpoint: GET /notes/:playerId"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /notes/:playerId` 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}}, {"id": "scanner-f48242b46b49ddce", "name": "Unused endpoint: POST /notes", "shortDescription": {"text": "Unused endpoint: POST /notes"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /notes` 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}}, {"id": "scanner-b3a47915ee77b40f", "name": "Unused endpoint: GET /progress/:playerId", "shortDescription": {"text": "Unused endpoint: GET /progress/:playerId"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /progress/:playerId` 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}}, {"id": "scanner-08283a28d9831772", "name": "Unused endpoint: POST /progress", "shortDescription": {"text": "Unused endpoint: POST /progress"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /progress` 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}}, {"id": "scanner-bf3689d51c7cf8b3", "name": "Unused endpoint: GET /reading/:playerId", "shortDescription": {"text": "Unused endpoint: GET /reading/:playerId"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /reading/:playerId` 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}}, {"id": "scanner-ac30f3771e923148", "name": "Unused endpoint: POST /reading", "shortDescription": {"text": "Unused endpoint: POST /reading"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /reading` 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}}, {"id": "scanner-6439fd3569832ee7", "name": "Unused endpoint: GET /cafe/menu", "shortDescription": {"text": "Unused endpoint: GET /cafe/menu"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /cafe/menu` 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}}, {"id": "scanner-dad4bbb2d7fcfbc1", "name": "Unused endpoint: POST /cafe/order", "shortDescription": {"text": "Unused endpoint: POST /cafe/order"}, "fullDescription": {"text": "`server/routes/public.js` declares `POST /cafe/order` 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}}, {"id": "scanner-f204b8f12ea8a893", "name": "Unused endpoint: GET /cafe/orders/:playerId", "shortDescription": {"text": "Unused endpoint: GET /cafe/orders/:playerId"}, "fullDescription": {"text": "`server/routes/public.js` declares `GET /cafe/orders/:playerId` 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/23454"}, "properties": {"repository": "Yuting02/spark-island", "repoUrl": "https://github.com/Yuting02/spark-island", "branch": "main"}, "results": [{"ruleId": "scanner-a9279b32a22eb5a2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.js:14"}, "properties": {"repobilityId": "3da926698a899c06", "scanner": "scanner-primary", "fingerprint": "a9279b32a22eb5a2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c91021dacdf15fb8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:30"}, "properties": {"repobilityId": "21e6b3de2b3dd856", "scanner": "scanner-primary", "fingerprint": "c91021dacdf15fb8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-5b1ca875e7d18329", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/admin.js:81"}, "properties": {"repobilityId": "66533b4bfe4271bb", "scanner": "scanner-primary", "fingerprint": "5b1ca875e7d18329", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/admin.js"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-8f4619d344897b79", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in web/js/admin.js:47"}, "properties": {"repobilityId": "ca2650cc00ff8734", "scanner": "scanner-primary", "fingerprint": "8f4619d344897b79", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/admin.js"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-9c1f7c65fe825cd9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/main.js:82"}, "properties": {"repobilityId": "d7db1b08f68bef99", "scanner": "scanner-primary", "fingerprint": "9c1f7c65fe825cd9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/main.js"}, "region": {"startLine": 82}}}]}, {"ruleId": "scanner-9dd08606ef1a1a9d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/reading.js:19"}, "properties": {"repobilityId": "4618e22f3e9ef115", "scanner": "scanner-primary", "fingerprint": "9dd08606ef1a1a9d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/reading.js"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-f43e9e53d66515b1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/news.js:12"}, "properties": {"repobilityId": "7b3f7961728acbcb", "scanner": "scanner-primary", "fingerprint": "f43e9e53d66515b1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/news.js"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-1cb1d2bdb9fa1ec1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/radio.js:24"}, "properties": {"repobilityId": "1dbf3e89381e7f3f", "scanner": "scanner-primary", "fingerprint": "1cb1d2bdb9fa1ec1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/radio.js"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-86ad578f6a6446bf", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/profile.js:9"}, "properties": {"repobilityId": "f887d02d88937e3c", "scanner": "scanner-primary", "fingerprint": "86ad578f6a6446bf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/profile.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-2c4819ef712418b1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/cafe.js:9"}, "properties": {"repobilityId": "0829cc275b50d851", "scanner": "scanner-primary", "fingerprint": "2c4819ef712418b1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/cafe.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-1f093920cd9d34f0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/js/scenes/bookshelf.js:21"}, "properties": {"repobilityId": "9f65d7b9a35f85c0", "scanner": "scanner-primary", "fingerprint": "1f093920cd9d34f0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/js/scenes/bookshelf.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8f1934a5e3afca1f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "19ebbb0c5bf6c0ca", "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": "a9f69d7a1a8be5e6", "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": "f62e0909a947fe6f", "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": "b2b549a854011580", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-1bc898b3b7565990", "level": "note", "message": {"text": "Unused endpoint: USE /uploads"}, "properties": {"repobilityId": "cd93f5e718a74b3e", "scanner": "scanner-primary", "fingerprint": "1bc898b3b7565990", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b59435b3211a9df", "level": "note", "message": {"text": "Unused endpoint: USE /assets"}, "properties": {"repobilityId": "ad38e32392140c72", "scanner": "scanner-primary", "fingerprint": "3b59435b3211a9df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "8428537b70eeca77", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d93a530ce10d47d9", "level": "note", "message": {"text": "Unused endpoint: USE /api/admin"}, "properties": {"repobilityId": "b0385d6f41c67e22", "scanner": "scanner-primary", "fingerprint": "d93a530ce10d47d9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-953ec1a0ee6df50d", "level": "note", "message": {"text": "Unused endpoint: GET /admin"}, "properties": {"repobilityId": "00754b942a52785b", "scanner": "scanner-primary", "fingerprint": "953ec1a0ee6df50d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "fe285e4ba779c790", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac2f552bf9d967ce", "level": "note", "message": {"text": "Unused endpoint: GET /overview"}, "properties": {"repobilityId": "e8ac55de97709143", "scanner": "scanner-primary", "fingerprint": "ac2f552bf9d967ce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f22b2880ee0bfd44", "level": "note", "message": {"text": "Unused endpoint: GET /news"}, "properties": {"repobilityId": "d09a0441180859be", "scanner": "scanner-primary", "fingerprint": "f22b2880ee0bfd44", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ef8a89924a1940b4", "level": "note", "message": {"text": "Unused endpoint: POST /news"}, "properties": {"repobilityId": "82bfe65f6a77d90b", "scanner": "scanner-primary", "fingerprint": "ef8a89924a1940b4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e8fa6cb955d7a18a", "level": "note", "message": {"text": "Unused endpoint: DELETE /news/:id"}, "properties": {"repobilityId": "5ecc715a36db109b", "scanner": "scanner-primary", "fingerprint": "e8fa6cb955d7a18a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7387b7149d9ddd13", "level": "note", "message": {"text": "Unused endpoint: POST /books"}, "properties": {"repobilityId": "d61c805e4b66a90d", "scanner": "scanner-primary", "fingerprint": "7387b7149d9ddd13", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1cada679549ddbd8", "level": "note", "message": {"text": "Unused endpoint: DELETE /books/:id"}, "properties": {"repobilityId": "289b54581f79b2f1", "scanner": "scanner-primary", "fingerprint": "1cada679549ddbd8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b72a12db47a1e458", "level": "note", "message": {"text": "Unused endpoint: POST /radio"}, "properties": {"repobilityId": "b183495220c931b6", "scanner": "scanner-primary", "fingerprint": "b72a12db47a1e458", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-997f3ad6ac4cd81e", "level": "note", "message": {"text": "Unused endpoint: DELETE /radio/:id"}, "properties": {"repobilityId": "6014a9c0a45cfe88", "scanner": "scanner-primary", "fingerprint": "997f3ad6ac4cd81e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d0d3c4d2ee0bd315", "level": "note", "message": {"text": "Unused endpoint: GET /news/today"}, "properties": {"repobilityId": "6f03f2ef3d2a88f6", "scanner": "scanner-primary", "fingerprint": "d0d3c4d2ee0bd315", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1a3628ad8571821c", "level": "note", "message": {"text": "Unused endpoint: GET /books"}, "properties": {"repobilityId": "5b74336129deba7c", "scanner": "scanner-primary", "fingerprint": "1a3628ad8571821c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d27698569ee15744", "level": "note", "message": {"text": "Unused endpoint: GET /radio"}, "properties": {"repobilityId": "3add34b09f890608", "scanner": "scanner-primary", "fingerprint": "d27698569ee15744", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8292c0931391749a", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register"}, "properties": {"repobilityId": "7ec82de5f5caddc4", "scanner": "scanner-primary", "fingerprint": "8292c0931391749a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "bd8244cea6d76eaa", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0522178c1def28c7", "level": "note", "message": {"text": "Unused endpoint: POST /players"}, "properties": {"repobilityId": "c502556d4f082db9", "scanner": "scanner-primary", "fingerprint": "0522178c1def28c7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d9b2f428c747e7d6", "level": "note", "message": {"text": "Unused endpoint: GET /players/:id"}, "properties": {"repobilityId": "280d0b27b31bc190", "scanner": "scanner-primary", "fingerprint": "d9b2f428c747e7d6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f5f20d90776b091d", "level": "note", "message": {"text": "Unused endpoint: POST /players/:id/email"}, "properties": {"repobilityId": "57e7a7c61df0c65e", "scanner": "scanner-primary", "fingerprint": "f5f20d90776b091d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-72d6843a4398cc05", "level": "note", "message": {"text": "Unused endpoint: GET /transactions/:playerId"}, "properties": {"repobilityId": "c1708810846c4561", "scanner": "scanner-primary", "fingerprint": "72d6843a4398cc05", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f27de0edb8f7b48c", "level": "note", "message": {"text": "Unused endpoint: GET /notes/:playerId"}, "properties": {"repobilityId": "fb29a86797115533", "scanner": "scanner-primary", "fingerprint": "f27de0edb8f7b48c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f48242b46b49ddce", "level": "note", "message": {"text": "Unused endpoint: POST /notes"}, "properties": {"repobilityId": "21c9717ac6b693a5", "scanner": "scanner-primary", "fingerprint": "f48242b46b49ddce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b3a47915ee77b40f", "level": "note", "message": {"text": "Unused endpoint: GET /progress/:playerId"}, "properties": {"repobilityId": "7740c0348cbc4b69", "scanner": "scanner-primary", "fingerprint": "b3a47915ee77b40f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-08283a28d9831772", "level": "note", "message": {"text": "Unused endpoint: POST /progress"}, "properties": {"repobilityId": "66c00e3a92e68043", "scanner": "scanner-primary", "fingerprint": "08283a28d9831772", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bf3689d51c7cf8b3", "level": "note", "message": {"text": "Unused endpoint: GET /reading/:playerId"}, "properties": {"repobilityId": "ff720abba823f4db", "scanner": "scanner-primary", "fingerprint": "bf3689d51c7cf8b3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac30f3771e923148", "level": "note", "message": {"text": "Unused endpoint: POST /reading"}, "properties": {"repobilityId": "d6b8ee76d591631d", "scanner": "scanner-primary", "fingerprint": "ac30f3771e923148", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6439fd3569832ee7", "level": "note", "message": {"text": "Unused endpoint: GET /cafe/menu"}, "properties": {"repobilityId": "85ea8ca90e2a462c", "scanner": "scanner-primary", "fingerprint": "6439fd3569832ee7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dad4bbb2d7fcfbc1", "level": "note", "message": {"text": "Unused endpoint: POST /cafe/order"}, "properties": {"repobilityId": "ec11e5071bb2b6c4", "scanner": "scanner-primary", "fingerprint": "dad4bbb2d7fcfbc1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f204b8f12ea8a893", "level": "note", "message": {"text": "Unused endpoint: GET /cafe/orders/:playerId"}, "properties": {"repobilityId": "51d360b6a96216e3", "scanner": "scanner-primary", "fingerprint": "f204b8f12ea8a893", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}