{"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-caebd232f5b7fee3", "name": "Stray `console.log` in TS/JS \u2014 backend/server.js:97", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/server.js:97"}, "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-9e4100778dcc3a89", "name": "Stray `console.log` in TS/JS \u2014 backend/seed.js:122", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/seed.js:122"}, "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-2df2b2992f0a0e9b", "name": "Stray `console.log` in TS/JS \u2014 backend/scripts/autoDiscover.js:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/autoDiscover.js:12"}, "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-6d5499e8ed0c8fa3", "name": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandSeed.js:421", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandSeed.js:421"}, "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-4b4fb2f925157fb9", "name": "Stray `console.log` in TS/JS \u2014 backend/scripts/weeklyPipeline.js:24", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/weeklyPipeline.js:24"}, "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-da92e8757c07f327", "name": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandCards.js:529", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandCards.js:529"}, "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-df7852deb40f2b4c", "name": "Stray `console.log` in TS/JS \u2014 backend/scripts/bulkDiscover.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/bulkDiscover.js:18"}, "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-36a34da503cb4ffe", "name": "Stray `console.log` in TS/JS \u2014 backend/services/autoDiscovery.js:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/services/autoDiscovery.js:28"}, "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-33e2892dc428e542", "name": "Insecure pattern 'local_storage_auth_token' in frontend/src/context/AuthContext.jsx:14", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/src/context/AuthContext.jsx:14"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 42 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 43 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-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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, 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": "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, tests. 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2fafd5896c168107", "name": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/reddit.js:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/reddit.js:29"}, "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-0b5a8487f39310ef", "name": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/nasa.js:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/nasa.js:17"}, "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-5ba11da2d66842e0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/youtube.js:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/youtube.js:34"}, "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-f5db32f5a6fa7af2", "name": "Legacy-named symbol `rest_v1` in backend/fetchers/wikipedia.js:3", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in backend/fetchers/wikipedia.js:3"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-eb12ea1868682729", "name": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/wikipedia.js:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/wikipedia.js:63"}, "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-24f19ad5c07e779d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 backend/services/claudePipeline.js:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/services/claudePipeline.js:10"}, "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-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: `FRONTEND_URL`. 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}}, {"id": "scanner-dafc0a90ae228723", "name": "Unused endpoint: GET /api/users/bookmarks", "shortDescription": {"text": "Unused endpoint: GET /api/users/bookmarks"}, "fullDescription": {"text": "`frontend/src/components/Feed.jsx` declares `GET /api/users/bookmarks` 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-937d6c0a212b0c82", "name": "Unused endpoint: PATCH /api/users/preferences", "shortDescription": {"text": "Unused endpoint: PATCH /api/users/preferences"}, "fullDescription": {"text": "`frontend/src/context/LangContext.jsx` declares `PATCH /api/users/preferences` 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-3ec754925d6fd782", "name": "Unused endpoint: POST /api/users/login", "shortDescription": {"text": "Unused endpoint: POST /api/users/login"}, "fullDescription": {"text": "`frontend/src/context/AuthContext.jsx` declares `POST /api/users/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-c861e59f200a5abe", "name": "Unused endpoint: POST /api/users/register", "shortDescription": {"text": "Unused endpoint: POST /api/users/register"}, "fullDescription": {"text": "`frontend/src/context/AuthContext.jsx` declares `POST /api/users/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-b75cba749f04049f", "name": "Unused endpoint: USE /api/users/login", "shortDescription": {"text": "Unused endpoint: USE /api/users/login"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/users/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-1c4b9cf5663d27d9", "name": "Unused endpoint: USE /api/users/register", "shortDescription": {"text": "Unused endpoint: USE /api/users/register"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/users/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-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`backend/server.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-c612daf3925459c4", "name": "Unused endpoint: USE /api/cards", "shortDescription": {"text": "Unused endpoint: USE /api/cards"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/cards` 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-d95f6b6be4decff8", "name": "Unused endpoint: USE /api/feed", "shortDescription": {"text": "Unused endpoint: USE /api/feed"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/feed` 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-4ff40cb10f7c8519", "name": "Unused endpoint: USE /api/users", "shortDescription": {"text": "Unused endpoint: USE /api/users"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/users` 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-c10a85b9ad227a45", "name": "Unused endpoint: USE /api/categories", "shortDescription": {"text": "Unused endpoint: USE /api/categories"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/categories` 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-0ab055a45f0b96b6", "name": "Unused endpoint: USE /api/pipeline", "shortDescription": {"text": "Unused endpoint: USE /api/pipeline"}, "fullDescription": {"text": "`backend/server.js` declares `USE /api/pipeline` 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": "`backend/server.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-963710f42a2c8219", "name": "Unused endpoint: GET /api/status", "shortDescription": {"text": "Unused endpoint: GET /api/status"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/status` 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-87d93f03cc8a6945", "name": "Unused endpoint: GET /drafts", "shortDescription": {"text": "Unused endpoint: GET /drafts"}, "fullDescription": {"text": "`backend/routes/admin.js` declares `GET /drafts` 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-c0d7f13557f04748", "name": "Unused endpoint: PATCH /cards/:id", "shortDescription": {"text": "Unused endpoint: PATCH /cards/:id"}, "fullDescription": {"text": "`backend/routes/admin.js` declares `PATCH /cards/: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-59ebcafc4f92c899", "name": "Unused endpoint: DELETE /cards/:id", "shortDescription": {"text": "Unused endpoint: DELETE /cards/:id"}, "fullDescription": {"text": "`backend/routes/admin.js` declares `DELETE /cards/: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-fa03ec1d22fb9808", "name": "Unused endpoint: POST /run-pipeline", "shortDescription": {"text": "Unused endpoint: POST /run-pipeline"}, "fullDescription": {"text": "`backend/routes/admin.js` declares `POST /run-pipeline` 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-f970d25c881d255f", "name": "Unused endpoint: POST /run-discovery", "shortDescription": {"text": "Unused endpoint: POST /run-discovery"}, "fullDescription": {"text": "`backend/routes/admin.js` declares `POST /run-discovery` 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-f892f49f1bca1d2a", "name": "Unused endpoint: POST /pubmed", "shortDescription": {"text": "Unused endpoint: POST /pubmed"}, "fullDescription": {"text": "`backend/routes/pipeline.js` declares `POST /pubmed` 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-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`backend/routes/categories.js` declares `GET /` 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-ca5756175765b49d", "name": "Unused endpoint: GET /:id", "shortDescription": {"text": "Unused endpoint: GET /:id"}, "fullDescription": {"text": "`backend/routes/cards.js` declares `GET /: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-304b6f2b403d93f7", "name": "Unused endpoint: POST /register", "shortDescription": {"text": "Unused endpoint: POST /register"}, "fullDescription": {"text": "`backend/routes/users.js` declares `POST /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-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`backend/routes/users.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-fd1dc91abf32142d", "name": "Unused endpoint: GET /me", "shortDescription": {"text": "Unused endpoint: GET /me"}, "fullDescription": {"text": "`backend/routes/users.js` declares `GET /me` 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-d63f7e88f2401c27", "name": "Unused endpoint: PATCH /preferences", "shortDescription": {"text": "Unused endpoint: PATCH /preferences"}, "fullDescription": {"text": "`backend/routes/users.js` declares `PATCH /preferences` 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-f3e6d08bc47e3a39", "name": "Unused endpoint: GET /bookmarks", "shortDescription": {"text": "Unused endpoint: GET /bookmarks"}, "fullDescription": {"text": "`backend/routes/users.js` declares `GET /bookmarks` 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-2e9d4d784cb58fe1", "name": "Unused endpoint: DELETE /bookmarks/:cardId", "shortDescription": {"text": "Unused endpoint: DELETE /bookmarks/:cardId"}, "fullDescription": {"text": "`backend/routes/users.js` declares `DELETE /bookmarks/:cardId` 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-57459aea18507311", "name": "Unused endpoint: POST /bookmark/:cardId", "shortDescription": {"text": "Unused endpoint: POST /bookmark/:cardId"}, "fullDescription": {"text": "`backend/routes/users.js` declares `POST /bookmark/:cardId` 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-b9c041dc087ff77f", "name": "Unused endpoint: GET /today", "shortDescription": {"text": "Unused endpoint: GET /today"}, "fullDescription": {"text": "`backend/routes/feed.js` declares `GET /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-504d94d3d4713fac", "name": "Unused endpoint: PATCH /complete/:cardId", "shortDescription": {"text": "Unused endpoint: PATCH /complete/:cardId"}, "fullDescription": {"text": "`backend/routes/feed.js` declares `PATCH /complete/:cardId` 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/21580"}, "properties": {"repository": "TPAINN/mindfeed", "repoUrl": "https://github.com/TPAINN/mindfeed", "branch": "main"}, "results": [{"ruleId": "scanner-caebd232f5b7fee3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/server.js:97"}, "properties": {"repobilityId": "ec6c625862fd9ddc", "scanner": "scanner-primary", "fingerprint": "caebd232f5b7fee3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9e4100778dcc3a89", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/seed.js:122"}, "properties": {"repobilityId": "39959ae5a7d06d0f", "scanner": "scanner-primary", "fingerprint": "9e4100778dcc3a89", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2df2b2992f0a0e9b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/autoDiscover.js:12"}, "properties": {"repobilityId": "d02a22a6a7bd3b3c", "scanner": "scanner-primary", "fingerprint": "2df2b2992f0a0e9b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6d5499e8ed0c8fa3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandSeed.js:421"}, "properties": {"repobilityId": "7a5c78af1fbcb6b3", "scanner": "scanner-primary", "fingerprint": "6d5499e8ed0c8fa3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4b4fb2f925157fb9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/weeklyPipeline.js:24"}, "properties": {"repobilityId": "fb12a815156690a7", "scanner": "scanner-primary", "fingerprint": "4b4fb2f925157fb9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-da92e8757c07f327", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/expandCards.js:529"}, "properties": {"repobilityId": "d76c09a8ce0bfa6f", "scanner": "scanner-primary", "fingerprint": "da92e8757c07f327", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-df7852deb40f2b4c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/scripts/bulkDiscover.js:18"}, "properties": {"repobilityId": "5d7b9e5b3136d775", "scanner": "scanner-primary", "fingerprint": "df7852deb40f2b4c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36a34da503cb4ffe", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/services/autoDiscovery.js:28"}, "properties": {"repobilityId": "1761163c5d57faa3", "scanner": "scanner-primary", "fingerprint": "36a34da503cb4ffe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-33e2892dc428e542", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/src/context/AuthContext.jsx:14"}, "properties": {"repobilityId": "f20cd8dd1d428075", "scanner": "scanner-primary", "fingerprint": "33e2892dc428e542", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/context/AuthContext.jsx"}, "region": {"startLine": 14}}}]}, {"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": "05c675a731056192", "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": "5d75329583831f45", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "fe66e8181a6f274a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "50332b8246b3239a", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1c1b6a20d8c42246", "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": "ddce2223dfc86bbf", "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": "6870205b9ee01797", "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": "e5d568d721761827", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2fafd5896c168107", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/reddit.js:29"}, "properties": {"repobilityId": "5cd686ba12fba609", "scanner": "scanner-primary", "fingerprint": "2fafd5896c168107", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0b5a8487f39310ef", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/nasa.js:17"}, "properties": {"repobilityId": "187b64bde67891db", "scanner": "scanner-primary", "fingerprint": "0b5a8487f39310ef", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5ba11da2d66842e0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/youtube.js:34"}, "properties": {"repobilityId": "67bcf4e5c04b2c71", "scanner": "scanner-primary", "fingerprint": "5ba11da2d66842e0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f5db32f5a6fa7af2", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in backend/fetchers/wikipedia.js:3"}, "properties": {"repobilityId": "2e6a45c4f7fc0d01", "scanner": "scanner-primary", "fingerprint": "f5db32f5a6fa7af2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-eb12ea1868682729", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/fetchers/wikipedia.js:63"}, "properties": {"repobilityId": "b8ad659fb0fd8e62", "scanner": "scanner-primary", "fingerprint": "eb12ea1868682729", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24f19ad5c07e779d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 backend/services/claudePipeline.js:10"}, "properties": {"repobilityId": "fde9d48e09fd083a", "scanner": "scanner-primary", "fingerprint": "24f19ad5c07e779d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"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"]}}, {"ruleId": "scanner-dafc0a90ae228723", "level": "note", "message": {"text": "Unused endpoint: GET /api/users/bookmarks"}, "properties": {"repobilityId": "6f6d9f854db98ca4", "scanner": "scanner-primary", "fingerprint": "dafc0a90ae228723", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-937d6c0a212b0c82", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/users/preferences"}, "properties": {"repobilityId": "4376767c1000dec0", "scanner": "scanner-primary", "fingerprint": "937d6c0a212b0c82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3ec754925d6fd782", "level": "note", "message": {"text": "Unused endpoint: POST /api/users/login"}, "properties": {"repobilityId": "b893231294056ec4", "scanner": "scanner-primary", "fingerprint": "3ec754925d6fd782", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c861e59f200a5abe", "level": "note", "message": {"text": "Unused endpoint: POST /api/users/register"}, "properties": {"repobilityId": "4482dd18cd545f6a", "scanner": "scanner-primary", "fingerprint": "c861e59f200a5abe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b75cba749f04049f", "level": "note", "message": {"text": "Unused endpoint: USE /api/users/login"}, "properties": {"repobilityId": "674de55a4376b608", "scanner": "scanner-primary", "fingerprint": "b75cba749f04049f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1c4b9cf5663d27d9", "level": "note", "message": {"text": "Unused endpoint: USE /api/users/register"}, "properties": {"repobilityId": "9dfe46a44f8b93c9", "scanner": "scanner-primary", "fingerprint": "1c4b9cf5663d27d9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "e7ff5964127d9924", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c612daf3925459c4", "level": "note", "message": {"text": "Unused endpoint: USE /api/cards"}, "properties": {"repobilityId": "39988fcd2ff80cc4", "scanner": "scanner-primary", "fingerprint": "c612daf3925459c4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d95f6b6be4decff8", "level": "note", "message": {"text": "Unused endpoint: USE /api/feed"}, "properties": {"repobilityId": "3984e1b273b21149", "scanner": "scanner-primary", "fingerprint": "d95f6b6be4decff8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4ff40cb10f7c8519", "level": "note", "message": {"text": "Unused endpoint: USE /api/users"}, "properties": {"repobilityId": "1e0c310b0a343b69", "scanner": "scanner-primary", "fingerprint": "4ff40cb10f7c8519", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c10a85b9ad227a45", "level": "note", "message": {"text": "Unused endpoint: USE /api/categories"}, "properties": {"repobilityId": "1d57d075ed6f0318", "scanner": "scanner-primary", "fingerprint": "c10a85b9ad227a45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0ab055a45f0b96b6", "level": "note", "message": {"text": "Unused endpoint: USE /api/pipeline"}, "properties": {"repobilityId": "9fdd773609f27ef2", "scanner": "scanner-primary", "fingerprint": "0ab055a45f0b96b6", "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": "a46d89dae1e3a2d4", "scanner": "scanner-primary", "fingerprint": "d93a530ce10d47d9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-963710f42a2c8219", "level": "note", "message": {"text": "Unused endpoint: GET /api/status"}, "properties": {"repobilityId": "99459c865ee1520e", "scanner": "scanner-primary", "fingerprint": "963710f42a2c8219", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87d93f03cc8a6945", "level": "note", "message": {"text": "Unused endpoint: GET /drafts"}, "properties": {"repobilityId": "8e1588a7396df6d8", "scanner": "scanner-primary", "fingerprint": "87d93f03cc8a6945", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c0d7f13557f04748", "level": "note", "message": {"text": "Unused endpoint: PATCH /cards/:id"}, "properties": {"repobilityId": "8d851a761f8270ba", "scanner": "scanner-primary", "fingerprint": "c0d7f13557f04748", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-59ebcafc4f92c899", "level": "note", "message": {"text": "Unused endpoint: DELETE /cards/:id"}, "properties": {"repobilityId": "7b2a836e1efbc0e9", "scanner": "scanner-primary", "fingerprint": "59ebcafc4f92c899", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fa03ec1d22fb9808", "level": "note", "message": {"text": "Unused endpoint: POST /run-pipeline"}, "properties": {"repobilityId": "d15a131fa3766134", "scanner": "scanner-primary", "fingerprint": "fa03ec1d22fb9808", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f970d25c881d255f", "level": "note", "message": {"text": "Unused endpoint: POST /run-discovery"}, "properties": {"repobilityId": "84b7154a0b33707f", "scanner": "scanner-primary", "fingerprint": "f970d25c881d255f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f892f49f1bca1d2a", "level": "note", "message": {"text": "Unused endpoint: POST /pubmed"}, "properties": {"repobilityId": "c00b77b1146b771d", "scanner": "scanner-primary", "fingerprint": "f892f49f1bca1d2a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "b6ca4afbf97a8173", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ca5756175765b49d", "level": "note", "message": {"text": "Unused endpoint: GET /:id"}, "properties": {"repobilityId": "a04fbab4e854d7bf", "scanner": "scanner-primary", "fingerprint": "ca5756175765b49d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-304b6f2b403d93f7", "level": "note", "message": {"text": "Unused endpoint: POST /register"}, "properties": {"repobilityId": "08f01086ea4e4759", "scanner": "scanner-primary", "fingerprint": "304b6f2b403d93f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "f7bb60bdff3e0f68", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd1dc91abf32142d", "level": "note", "message": {"text": "Unused endpoint: GET /me"}, "properties": {"repobilityId": "e07de0db4f275c49", "scanner": "scanner-primary", "fingerprint": "fd1dc91abf32142d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d63f7e88f2401c27", "level": "note", "message": {"text": "Unused endpoint: PATCH /preferences"}, "properties": {"repobilityId": "53a58c62f62f1e9d", "scanner": "scanner-primary", "fingerprint": "d63f7e88f2401c27", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f3e6d08bc47e3a39", "level": "note", "message": {"text": "Unused endpoint: GET /bookmarks"}, "properties": {"repobilityId": "a3681589b1a29685", "scanner": "scanner-primary", "fingerprint": "f3e6d08bc47e3a39", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2e9d4d784cb58fe1", "level": "note", "message": {"text": "Unused endpoint: DELETE /bookmarks/:cardId"}, "properties": {"repobilityId": "e0a20fc6d3ff668c", "scanner": "scanner-primary", "fingerprint": "2e9d4d784cb58fe1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-57459aea18507311", "level": "note", "message": {"text": "Unused endpoint: POST /bookmark/:cardId"}, "properties": {"repobilityId": "b69be250161e7793", "scanner": "scanner-primary", "fingerprint": "57459aea18507311", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b9c041dc087ff77f", "level": "note", "message": {"text": "Unused endpoint: GET /today"}, "properties": {"repobilityId": "21d24124c4dc59f9", "scanner": "scanner-primary", "fingerprint": "b9c041dc087ff77f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-504d94d3d4713fac", "level": "note", "message": {"text": "Unused endpoint: PATCH /complete/:cardId"}, "properties": {"repobilityId": "bedff8ff64924831", "scanner": "scanner-primary", "fingerprint": "504d94d3d4713fac", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}