{"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-99a8a45b6cf4ada4", "name": "Stray `console.log` in TS/JS \u2014 test_db.js:5", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test_db.js:5"}, "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-437d667114066051", "name": "Stray `console.log` in TS/JS \u2014 src/components/auth/TurnstileChallengeModal.tsx:60", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/auth/TurnstileChallengeModal.tsx:60"}, "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-da8f8da24de666c6", "name": "Stray `console.log` in TS/JS \u2014 src/services/api.ts:80", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/api.ts:80"}, "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-318491255f9bdefa", "name": "Stray `console.log` in TS/JS \u2014 src/services/notifications.ts:92", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/notifications.ts:92"}, "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-c9b586826da16c27", "name": "Stray `console.log` in TS/JS \u2014 src/store/authStore.ts:147", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/store/authStore.ts:147"}, "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-24d5ed45c06e76e0", "name": "Possible secret in app/profile/change-password.tsx", "shortDescription": {"text": "Possible secret in app/profile/change-password.tsx"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "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-41745d3b9b31549f", "name": "Very large file: app/(tabs)/measurements.tsx (2164 lines)", "shortDescription": {"text": "Very large file: app/(tabs)/measurements.tsx (2164 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-74a1085a044f1d01", "name": "Very large file: app/(tabs)/chat.tsx (2396 lines)", "shortDescription": {"text": "Very large file: app/(tabs)/chat.tsx (2396 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-7f92eeb779897ec6", "name": "Very large file: app/(tabs)/workouts.tsx (2438 lines)", "shortDescription": {"text": "Very large file: app/(tabs)/workouts.tsx (2438 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-4f11fbfc0c31b2a0", "name": "Very large file: src/components/workout/ExerciseCard.tsx (2134 lines)", "shortDescription": {"text": "Very large file: src/components/workout/ExerciseCard.tsx (2134 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": "1 test file(s) for 207 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 86 placeholder/mock markers across 16 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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, 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-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-1836e864c749d901", "name": "Commented-code block (5 lines) in src/components/workout/RestTimer.tsx:31", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/workout/RestTimer.tsx:31"}, "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-69da1fb3472fab51", "name": "Legacy-named symbol `saveWorkoutCardioBlockLegacy` in src/store/workoutStore.ts:150", "shortDescription": {"text": "Legacy-named symbol `saveWorkoutCardioBlockLegacy` in src/store/workoutStore.ts:150"}, "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-5ea350ffd41a2b08", "name": "Commented-code block (5 lines) in src/store/workoutStore.ts:97", "shortDescription": {"text": "Commented-code block (5 lines) in src/store/workoutStore.ts:97"}, "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-4e8051b648f0f4a2", "name": "Unused endpoint: POST /users/notification-preferences", "shortDescription": {"text": "Unused endpoint: POST /users/notification-preferences"}, "fullDescription": {"text": "`app/profile/notifications-settings.tsx` declares `POST /users/notification-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-53665899254c8c4f", "name": "Unused endpoint: PATCH /connected-health/me/sharing", "shortDescription": {"text": "Unused endpoint: PATCH /connected-health/me/sharing"}, "fullDescription": {"text": "`src/services/connectedHealth.ts` declares `PATCH /connected-health/me/sharing` 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-6dbcf920389a6420", "name": "Unused endpoint: PATCH /connected-health/me/setup", "shortDescription": {"text": "Unused endpoint: PATCH /connected-health/me/setup"}, "fullDescription": {"text": "`src/services/connectedHealth.ts` declares `PATCH /connected-health/me/setup` 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-f5d2c033341cff5f", "name": "Unused endpoint: POST /users/push-token", "shortDescription": {"text": "Unused endpoint: POST /users/push-token"}, "fullDescription": {"text": "`src/services/notifications.ts` declares `POST /users/push-token` 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-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`src/store/authStore.ts` declares `POST /auth/logout` 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-f00c7719992e3152", "name": "Unused endpoint: PATCH /users/me/profile-picture", "shortDescription": {"text": "Unused endpoint: PATCH /users/me/profile-picture"}, "fullDescription": {"text": "`src/store/authStore.ts` declares `PATCH /users/me/profile-picture` 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/20661"}, "properties": {"repository": "synoria-labs/Fitpilot_mobile", "repoUrl": "https://github.com/synoria-labs/Fitpilot_mobile", "branch": "main"}, "results": [{"ruleId": "scanner-99a8a45b6cf4ada4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test_db.js:5"}, "properties": {"repobilityId": "ec4e48fe2bc4d2ad", "scanner": "scanner-primary", "fingerprint": "99a8a45b6cf4ada4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-437d667114066051", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/auth/TurnstileChallengeModal.tsx:60"}, "properties": {"repobilityId": "6bfa38727389bee4", "scanner": "scanner-primary", "fingerprint": "437d667114066051", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-da8f8da24de666c6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/api.ts:80"}, "properties": {"repobilityId": "311916efcc7f2b17", "scanner": "scanner-primary", "fingerprint": "da8f8da24de666c6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-318491255f9bdefa", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/notifications.ts:92"}, "properties": {"repobilityId": "ca63fe4d618f594b", "scanner": "scanner-primary", "fingerprint": "318491255f9bdefa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c9b586826da16c27", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/store/authStore.ts:147"}, "properties": {"repobilityId": "0ddca388e1d0d9c8", "scanner": "scanner-primary", "fingerprint": "c9b586826da16c27", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-24d5ed45c06e76e0", "level": "error", "message": {"text": "Possible secret in app/profile/change-password.tsx"}, "properties": {"repobilityId": "564468838b7f3650", "scanner": "scanner-primary", "fingerprint": "24d5ed45c06e76e0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/profile/change-password.tsx"}, "region": {"startLine": 47}}}]}, {"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-41745d3b9b31549f", "level": "note", "message": {"text": "Very large file: app/(tabs)/measurements.tsx (2164 lines)"}, "properties": {"repobilityId": "23fa5130d0f62f55", "scanner": "scanner-primary", "fingerprint": "41745d3b9b31549f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-74a1085a044f1d01", "level": "note", "message": {"text": "Very large file: app/(tabs)/chat.tsx (2396 lines)"}, "properties": {"repobilityId": "0cd630965784f576", "scanner": "scanner-primary", "fingerprint": "74a1085a044f1d01", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7f92eeb779897ec6", "level": "note", "message": {"text": "Very large file: app/(tabs)/workouts.tsx (2438 lines)"}, "properties": {"repobilityId": "8dbdcc073ff4182d", "scanner": "scanner-primary", "fingerprint": "7f92eeb779897ec6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4f11fbfc0c31b2a0", "level": "note", "message": {"text": "Very large file: src/components/workout/ExerciseCard.tsx (2134 lines)"}, "properties": {"repobilityId": "35762218b5d986c7", "scanner": "scanner-primary", "fingerprint": "4f11fbfc0c31b2a0", "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": "23d8013a9364cb00", "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": "36d3d4837d3340d4", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "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": "7a0a7ffa88af615a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "847fd460241c2076", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "2c26d3af2806fd48", "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": "ddeb4b3fa53095c8", "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": "68eb0473d9bdfdda", "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": "3de0aa8cd1073c47", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-1836e864c749d901", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/workout/RestTimer.tsx:31"}, "properties": {"repobilityId": "28ff411204580514", "scanner": "scanner-primary", "fingerprint": "1836e864c749d901", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-69da1fb3472fab51", "level": "note", "message": {"text": "Legacy-named symbol `saveWorkoutCardioBlockLegacy` in src/store/workoutStore.ts:150"}, "properties": {"repobilityId": "255f4720da7a7046", "scanner": "scanner-primary", "fingerprint": "69da1fb3472fab51", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5ea350ffd41a2b08", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/store/workoutStore.ts:97"}, "properties": {"repobilityId": "ce686b704a325f8f", "scanner": "scanner-primary", "fingerprint": "5ea350ffd41a2b08", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4e8051b648f0f4a2", "level": "note", "message": {"text": "Unused endpoint: POST /users/notification-preferences"}, "properties": {"repobilityId": "fed4e308fd0e72ab", "scanner": "scanner-primary", "fingerprint": "4e8051b648f0f4a2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-53665899254c8c4f", "level": "note", "message": {"text": "Unused endpoint: PATCH /connected-health/me/sharing"}, "properties": {"repobilityId": "b41a8daa73ab6c89", "scanner": "scanner-primary", "fingerprint": "53665899254c8c4f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6dbcf920389a6420", "level": "note", "message": {"text": "Unused endpoint: PATCH /connected-health/me/setup"}, "properties": {"repobilityId": "103286dc8456f783", "scanner": "scanner-primary", "fingerprint": "6dbcf920389a6420", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f5d2c033341cff5f", "level": "note", "message": {"text": "Unused endpoint: POST /users/push-token"}, "properties": {"repobilityId": "b464b48a4347345f", "scanner": "scanner-primary", "fingerprint": "f5d2c033341cff5f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "647d688c03286e6d", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f00c7719992e3152", "level": "note", "message": {"text": "Unused endpoint: PATCH /users/me/profile-picture"}, "properties": {"repobilityId": "512feb49fbcdfe64", "scanner": "scanner-primary", "fingerprint": "f00c7719992e3152", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}