{"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-d5c4cf94355d1933", "name": "Icon-only button without accessible name \u2014 frontend/src/App.jsx:22", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/src/App.jsx:22"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5bb5d8c3b3a6f6c0", "name": "Stray `console.log` in TS/JS \u2014 backend/server.js:72", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/server.js:72"}, "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-466486294d5fa955", "name": "Insecure pattern 'local_storage_auth_token' in frontend/src/api.js:7", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/src/api.js:7"}, "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-699d27055462b7e2", "name": "Insecure pattern 'cors_wildcard' in backend/server.js:126", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in backend/server.js:126"}, "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-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 4 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0e8a76eb13fd3249", "name": "Node manifest has dependencies but no lockfile: frontend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: frontend/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3a092b5c39e242a1", "name": "Node manifest has dependencies but no lockfile: backend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: backend/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3ea91c99e5384718", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.js:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.js:14"}, "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-4130c984015889e7", "name": "Commented-code block (6 lines) in backend/server.js:353", "shortDescription": {"text": "Commented-code block (6 lines) in backend/server.js:353"}, "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-a5b3437e64c8f7b4", "name": "Unused endpoint: POST /api/auth/register", "shortDescription": {"text": "Unused endpoint: POST /api/auth/register"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/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-fd55aa0818a7c897", "name": "Unused endpoint: POST /api/auth/login", "shortDescription": {"text": "Unused endpoint: POST /api/auth/login"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/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-ee4aa5ddab88c9dc", "name": "Unused endpoint: GET /api/auth/me", "shortDescription": {"text": "Unused endpoint: GET /api/auth/me"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/auth/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-0c7075fd68d75173", "name": "Unused endpoint: GET /api/users/search", "shortDescription": {"text": "Unused endpoint: GET /api/users/search"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/users/search` 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-07bdbb49d2219454", "name": "Unused endpoint: PATCH /api/users/me", "shortDescription": {"text": "Unused endpoint: PATCH /api/users/me"}, "fullDescription": {"text": "`backend/server.js` declares `PATCH /api/users/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-237864f056edf1d3", "name": "Unused endpoint: POST /api/users/couple", "shortDescription": {"text": "Unused endpoint: POST /api/users/couple"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/users/couple` 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-94febe9fe9e8e5a2", "name": "Unused endpoint: DELETE /api/users/couple", "shortDescription": {"text": "Unused endpoint: DELETE /api/users/couple"}, "fullDescription": {"text": "`backend/server.js` declares `DELETE /api/users/couple` 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-66053fa1d9abfbf2", "name": "Unused endpoint: GET /api/groups", "shortDescription": {"text": "Unused endpoint: GET /api/groups"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/groups` 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-7abe35c601d05749", "name": "Unused endpoint: POST /api/groups", "shortDescription": {"text": "Unused endpoint: POST /api/groups"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/groups` 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-ea38d992f1660abb", "name": "Unused endpoint: PATCH /api/groups/:id", "shortDescription": {"text": "Unused endpoint: PATCH /api/groups/:id"}, "fullDescription": {"text": "`backend/server.js` declares `PATCH /api/groups/: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-453e5bd6bf56f916", "name": "Unused endpoint: DELETE /api/groups/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/groups/:id"}, "fullDescription": {"text": "`backend/server.js` declares `DELETE /api/groups/: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-d8ecee161927d1e1", "name": "Unused endpoint: GET /api/expenses", "shortDescription": {"text": "Unused endpoint: GET /api/expenses"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/expenses` 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-00c36c1ee1f9d0e1", "name": "Unused endpoint: POST /api/expenses", "shortDescription": {"text": "Unused endpoint: POST /api/expenses"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/expenses` 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-0ea11b39d7b3aed7", "name": "Unused endpoint: PATCH /api/expenses/:id", "shortDescription": {"text": "Unused endpoint: PATCH /api/expenses/:id"}, "fullDescription": {"text": "`backend/server.js` declares `PATCH /api/expenses/: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-3a70991386faadd1", "name": "Unused endpoint: DELETE /api/expenses/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/expenses/:id"}, "fullDescription": {"text": "`backend/server.js` declares `DELETE /api/expenses/: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-061881e6efdf764a", "name": "Unused endpoint: POST /api/expenses/settle-batch", "shortDescription": {"text": "Unused endpoint: POST /api/expenses/settle-batch"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/expenses/settle-batch` 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-0e88783e3949942c", "name": "Unused endpoint: GET /api/joint-accounts/mine", "shortDescription": {"text": "Unused endpoint: GET /api/joint-accounts/mine"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/joint-accounts/mine` 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-10affb5e4671a527", "name": "Unused endpoint: POST /api/joint-accounts", "shortDescription": {"text": "Unused endpoint: POST /api/joint-accounts"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/joint-accounts` 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-fcf221c210d486a2", "name": "Unused endpoint: DELETE /api/joint-accounts/mine", "shortDescription": {"text": "Unused endpoint: DELETE /api/joint-accounts/mine"}, "fullDescription": {"text": "`backend/server.js` declares `DELETE /api/joint-accounts/mine` 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-988fb34b62c4c25c", "name": "Unused endpoint: GET /api/notifications", "shortDescription": {"text": "Unused endpoint: GET /api/notifications"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/notifications` 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-1aa4e33f42379323", "name": "Unused endpoint: POST /api/notifications/read-all", "shortDescription": {"text": "Unused endpoint: POST /api/notifications/read-all"}, "fullDescription": {"text": "`backend/server.js` declares `POST /api/notifications/read-all` 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-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/health` 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-de87bc86fc246cb7", "name": "Unused endpoint: GET /api/joint-accounts/group/:groupId", "shortDescription": {"text": "Unused endpoint: GET /api/joint-accounts/group/:groupId"}, "fullDescription": {"text": "`backend/server.js` declares `GET /api/joint-accounts/group/:groupId` 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/19673"}, "properties": {"repository": "simonheld-ux/couple-splitwise", "repoUrl": "https://github.com/simonheld-ux/couple-splitwise", "branch": "main"}, "results": [{"ruleId": "scanner-d5c4cf94355d1933", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/src/App.jsx:22"}, "properties": {"repobilityId": "85eeae7d7006a85d", "scanner": "scanner-primary", "fingerprint": "d5c4cf94355d1933", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-5bb5d8c3b3a6f6c0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/server.js:72"}, "properties": {"repobilityId": "ec6c625862fd9ddc", "scanner": "scanner-primary", "fingerprint": "5bb5d8c3b3a6f6c0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-466486294d5fa955", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in frontend/src/api.js:7"}, "properties": {"repobilityId": "37315c58957e00a7", "scanner": "scanner-primary", "fingerprint": "466486294d5fa955", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/api.js"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-699d27055462b7e2", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in backend/server.js:126"}, "properties": {"repobilityId": "c509a14561e07714", "scanner": "scanner-primary", "fingerprint": "699d27055462b7e2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/server.js"}, "region": {"startLine": 126}}}]}, {"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": "6adf70b8b1bd28b2", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "0a60d7d6b07c806c", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-0e8a76eb13fd3249", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: frontend/package.json"}, "properties": {"repobilityId": "d8c65da5b68ee95b", "scanner": "scanner-primary", "fingerprint": "0e8a76eb13fd3249", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3a092b5c39e242a1", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: backend/package.json"}, "properties": {"repobilityId": "fc853e57ce7048c4", "scanner": "scanner-primary", "fingerprint": "3a092b5c39e242a1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "2b786ab63ffd0587", "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": "03082f913ac6ce7e", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "597cc1ce8fe53fdd", "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": "96f6bb9c800fea6a", "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": "fd2b941463492b3b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ea91c99e5384718", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/api.js:14"}, "properties": {"repobilityId": "d1652a32ca20c329", "scanner": "scanner-primary", "fingerprint": "3ea91c99e5384718", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4130c984015889e7", "level": "none", "message": {"text": "Commented-code block (6 lines) in backend/server.js:353"}, "properties": {"repobilityId": "9884b506607e4bed", "scanner": "scanner-primary", "fingerprint": "4130c984015889e7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5b3437e64c8f7b4", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/register"}, "properties": {"repobilityId": "fc6394e67b5a715d", "scanner": "scanner-primary", "fingerprint": "a5b3437e64c8f7b4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd55aa0818a7c897", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/login"}, "properties": {"repobilityId": "59c25c1dd05cb10e", "scanner": "scanner-primary", "fingerprint": "fd55aa0818a7c897", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ee4aa5ddab88c9dc", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/me"}, "properties": {"repobilityId": "3a56d0503d3bb6ad", "scanner": "scanner-primary", "fingerprint": "ee4aa5ddab88c9dc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0c7075fd68d75173", "level": "note", "message": {"text": "Unused endpoint: GET /api/users/search"}, "properties": {"repobilityId": "fa16727cb238ce4d", "scanner": "scanner-primary", "fingerprint": "0c7075fd68d75173", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-07bdbb49d2219454", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/users/me"}, "properties": {"repobilityId": "73f01bf1799a4bf1", "scanner": "scanner-primary", "fingerprint": "07bdbb49d2219454", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-237864f056edf1d3", "level": "note", "message": {"text": "Unused endpoint: POST /api/users/couple"}, "properties": {"repobilityId": "d2a0e2129aa84ae9", "scanner": "scanner-primary", "fingerprint": "237864f056edf1d3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94febe9fe9e8e5a2", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/users/couple"}, "properties": {"repobilityId": "7f2a2ba044b0f126", "scanner": "scanner-primary", "fingerprint": "94febe9fe9e8e5a2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-66053fa1d9abfbf2", "level": "note", "message": {"text": "Unused endpoint: GET /api/groups"}, "properties": {"repobilityId": "cd0dbc81f6ea4501", "scanner": "scanner-primary", "fingerprint": "66053fa1d9abfbf2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7abe35c601d05749", "level": "note", "message": {"text": "Unused endpoint: POST /api/groups"}, "properties": {"repobilityId": "ac5db370b039ef33", "scanner": "scanner-primary", "fingerprint": "7abe35c601d05749", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ea38d992f1660abb", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/groups/:id"}, "properties": {"repobilityId": "dc671aecf35e1f48", "scanner": "scanner-primary", "fingerprint": "ea38d992f1660abb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-453e5bd6bf56f916", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/groups/:id"}, "properties": {"repobilityId": "4ad78d97e5d8f4d6", "scanner": "scanner-primary", "fingerprint": "453e5bd6bf56f916", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d8ecee161927d1e1", "level": "note", "message": {"text": "Unused endpoint: GET /api/expenses"}, "properties": {"repobilityId": "2059f399c2d1e7d3", "scanner": "scanner-primary", "fingerprint": "d8ecee161927d1e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-00c36c1ee1f9d0e1", "level": "note", "message": {"text": "Unused endpoint: POST /api/expenses"}, "properties": {"repobilityId": "788bca7a2fd3cb14", "scanner": "scanner-primary", "fingerprint": "00c36c1ee1f9d0e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0ea11b39d7b3aed7", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/expenses/:id"}, "properties": {"repobilityId": "9dd0dfbf99c3899f", "scanner": "scanner-primary", "fingerprint": "0ea11b39d7b3aed7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3a70991386faadd1", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/expenses/:id"}, "properties": {"repobilityId": "96d2258d9f02d867", "scanner": "scanner-primary", "fingerprint": "3a70991386faadd1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-061881e6efdf764a", "level": "note", "message": {"text": "Unused endpoint: POST /api/expenses/settle-batch"}, "properties": {"repobilityId": "e86520059dc5567e", "scanner": "scanner-primary", "fingerprint": "061881e6efdf764a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0e88783e3949942c", "level": "note", "message": {"text": "Unused endpoint: GET /api/joint-accounts/mine"}, "properties": {"repobilityId": "a322a6b6d8194db7", "scanner": "scanner-primary", "fingerprint": "0e88783e3949942c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10affb5e4671a527", "level": "note", "message": {"text": "Unused endpoint: POST /api/joint-accounts"}, "properties": {"repobilityId": "a4a07254ffec9224", "scanner": "scanner-primary", "fingerprint": "10affb5e4671a527", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fcf221c210d486a2", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/joint-accounts/mine"}, "properties": {"repobilityId": "c2fe6c3f44eeefc6", "scanner": "scanner-primary", "fingerprint": "fcf221c210d486a2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-988fb34b62c4c25c", "level": "note", "message": {"text": "Unused endpoint: GET /api/notifications"}, "properties": {"repobilityId": "2a7641a3ae6bdb19", "scanner": "scanner-primary", "fingerprint": "988fb34b62c4c25c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1aa4e33f42379323", "level": "note", "message": {"text": "Unused endpoint: POST /api/notifications/read-all"}, "properties": {"repobilityId": "765c139a1b39b120", "scanner": "scanner-primary", "fingerprint": "1aa4e33f42379323", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "1e5295e69c6e06d8", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-de87bc86fc246cb7", "level": "note", "message": {"text": "Unused endpoint: GET /api/joint-accounts/group/:groupId"}, "properties": {"repobilityId": "9ddce15902f43b74", "scanner": "scanner-primary", "fingerprint": "de87bc86fc246cb7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}