{"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-21b35d48db01312b", "name": "Stray `console.log` in TS/JS \u2014 boblox-server.js:196", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 boblox-server.js:196"}, "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-620988cc029edb79", "name": "Stray `console.log` in TS/JS \u2014 boblox-platform-server.js:245", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 boblox-platform-server.js:245"}, "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-1e326222d2f4a518", "name": "Insecure pattern 'cors_wildcard' in boblox-platform-server.js:303", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in boblox-platform-server.js:303"}, "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-53dbfa075dda6c82", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/owner.html:239", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/owner.html:239"}, "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-4d542e34118d6cc1", "name": "Insecure pattern 'local_storage_auth_token' in public/owner.html:222", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in public/owner.html:222"}, "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-975b0994ffd8f0f0", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/leaderboard.html:71", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/leaderboard.html:71"}, "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-db24e30f55b3f42a", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/buy.html:94", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/buy.html:94"}, "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-6243e31a34e06f17", "name": "Very large file: boblox-platform-server.js (1669 lines)", "shortDescription": {"text": "Very large file: boblox-platform-server.js (1669 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 2 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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 5 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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, operator-readme. 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-57d7de89ce759f53", "name": "`fetch()` without try/.catch or AbortSignal \u2014 boblox-server.js:177", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 boblox-server.js:177"}, "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-71a8eb9b4cf530dc", "name": "Commented-code block (7 lines) in boblox-platform-server.js:453", "shortDescription": {"text": "Commented-code block (7 lines) in boblox-platform-server.js:453"}, "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-25702767f50d6c7d", "name": "Unused endpoint: POST /api/register", "shortDescription": {"text": "Unused endpoint: POST /api/register"}, "fullDescription": {"text": "`boblox-server.js` declares `POST /api/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-200ab2e98a288506", "name": "Unused endpoint: POST /api/login", "shortDescription": {"text": "Unused endpoint: POST /api/login"}, "fullDescription": {"text": "`boblox-server.js` declares `POST /api/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-10ff643d8e68a80b", "name": "Unused endpoint: GET /api/balance", "shortDescription": {"text": "Unused endpoint: GET /api/balance"}, "fullDescription": {"text": "`boblox-server.js` declares `GET /api/balance` 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-d7a86a4aa518df0d", "name": "Unused endpoint: GET /api/inventory", "shortDescription": {"text": "Unused endpoint: GET /api/inventory"}, "fullDescription": {"text": "`boblox-server.js` declares `GET /api/inventory` 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-e09591f076efc6b0", "name": "Unused endpoint: POST /api/grant", "shortDescription": {"text": "Unused endpoint: POST /api/grant"}, "fullDescription": {"text": "`boblox-server.js` declares `POST /api/grant` 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-e62f7011b0f1d641", "name": "Unused endpoint: POST /api/spend", "shortDescription": {"text": "Unused endpoint: POST /api/spend"}, "fullDescription": {"text": "`boblox-server.js` declares `POST /api/spend` 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-d2f079afb0279d16", "name": "Unused endpoint: POST /api/purchase", "shortDescription": {"text": "Unused endpoint: POST /api/purchase"}, "fullDescription": {"text": "`boblox-server.js` declares `POST /api/purchase` 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-425711e9243b4884", "name": "Unused endpoint: GET /buy", "shortDescription": {"text": "Unused endpoint: GET /buy"}, "fullDescription": {"text": "`boblox-server.js` declares `GET /buy` 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/22368"}, "properties": {"repository": "vladimirzalisanskij-ux/server", "repoUrl": "https://github.com/vladimirzalisanskij-ux/server", "branch": "main"}, "results": [{"ruleId": "scanner-21b35d48db01312b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 boblox-server.js:196"}, "properties": {"repobilityId": "d76b3d3173b560fe", "scanner": "scanner-primary", "fingerprint": "21b35d48db01312b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-620988cc029edb79", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 boblox-platform-server.js:245"}, "properties": {"repobilityId": "76b09dce846201e7", "scanner": "scanner-primary", "fingerprint": "620988cc029edb79", "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-1e326222d2f4a518", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in boblox-platform-server.js:303"}, "properties": {"repobilityId": "93e8b4ab7518a5df", "scanner": "scanner-primary", "fingerprint": "1e326222d2f4a518", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "boblox-platform-server.js"}, "region": {"startLine": 303}}}]}, {"ruleId": "scanner-53dbfa075dda6c82", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/owner.html:239"}, "properties": {"repobilityId": "44903c81a16cc798", "scanner": "scanner-primary", "fingerprint": "53dbfa075dda6c82", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/owner.html"}, "region": {"startLine": 239}}}]}, {"ruleId": "scanner-4d542e34118d6cc1", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in public/owner.html:222"}, "properties": {"repobilityId": "ccb00c255199c72e", "scanner": "scanner-primary", "fingerprint": "4d542e34118d6cc1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/owner.html"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-975b0994ffd8f0f0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/leaderboard.html:71"}, "properties": {"repobilityId": "60ac4ed0545fa8d0", "scanner": "scanner-primary", "fingerprint": "975b0994ffd8f0f0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/leaderboard.html"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-db24e30f55b3f42a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/buy.html:94"}, "properties": {"repobilityId": "4db49485df162d88", "scanner": "scanner-primary", "fingerprint": "db24e30f55b3f42a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/buy.html"}, "region": {"startLine": 94}}}]}, {"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-6243e31a34e06f17", "level": "note", "message": {"text": "Very large file: boblox-platform-server.js (1669 lines)"}, "properties": {"repobilityId": "547e7f58cf4fd5b9", "scanner": "scanner-primary", "fingerprint": "6243e31a34e06f17", "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": "c8453cd4b549e61f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "ee4f42ff86d337ec", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "84224db955984381", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "3a7e82bd743b18e5", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "66662bceab2f1a65", "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": "90e7144c08c66041", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-57d7de89ce759f53", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 boblox-server.js:177"}, "properties": {"repobilityId": "f02a2f1991637ea7", "scanner": "scanner-primary", "fingerprint": "57d7de89ce759f53", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-71a8eb9b4cf530dc", "level": "none", "message": {"text": "Commented-code block (7 lines) in boblox-platform-server.js:453"}, "properties": {"repobilityId": "9ca156d58bb5ad14", "scanner": "scanner-primary", "fingerprint": "71a8eb9b4cf530dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-25702767f50d6c7d", "level": "note", "message": {"text": "Unused endpoint: POST /api/register"}, "properties": {"repobilityId": "df613a13970db3c7", "scanner": "scanner-primary", "fingerprint": "25702767f50d6c7d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-200ab2e98a288506", "level": "note", "message": {"text": "Unused endpoint: POST /api/login"}, "properties": {"repobilityId": "e560a1dcabdf3f09", "scanner": "scanner-primary", "fingerprint": "200ab2e98a288506", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10ff643d8e68a80b", "level": "note", "message": {"text": "Unused endpoint: GET /api/balance"}, "properties": {"repobilityId": "afc3dedeacc9a24d", "scanner": "scanner-primary", "fingerprint": "10ff643d8e68a80b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d7a86a4aa518df0d", "level": "note", "message": {"text": "Unused endpoint: GET /api/inventory"}, "properties": {"repobilityId": "1015a6879d013ac8", "scanner": "scanner-primary", "fingerprint": "d7a86a4aa518df0d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e09591f076efc6b0", "level": "note", "message": {"text": "Unused endpoint: POST /api/grant"}, "properties": {"repobilityId": "4854269e39e918c8", "scanner": "scanner-primary", "fingerprint": "e09591f076efc6b0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e62f7011b0f1d641", "level": "note", "message": {"text": "Unused endpoint: POST /api/spend"}, "properties": {"repobilityId": "b2522947a2aa7a05", "scanner": "scanner-primary", "fingerprint": "e62f7011b0f1d641", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d2f079afb0279d16", "level": "note", "message": {"text": "Unused endpoint: POST /api/purchase"}, "properties": {"repobilityId": "25f9900bae762569", "scanner": "scanner-primary", "fingerprint": "d2f079afb0279d16", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-425711e9243b4884", "level": "note", "message": {"text": "Unused endpoint: GET /buy"}, "properties": {"repobilityId": "bf6e2d76d73a570c", "scanner": "scanner-primary", "fingerprint": "425711e9243b4884", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}