{"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-9d4652ee6174276f", "name": "Possibly dead Python function: build_dataloaders", "shortDescription": {"text": "Possibly dead Python function: build_dataloaders"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7949bc9c1f692f14", "name": "Possibly dead Python function: build_model", "shortDescription": {"text": "Possibly dead Python function: build_model"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a0744f0d32563f58", "name": "Possibly dead Python function: train", "shortDescription": {"text": "Possibly dead Python function: train"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6ec5941615168d5d", "name": "Stray `console.log` in TS/JS \u2014 bot/bot.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 bot/bot.ts:33"}, "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-11c75457bffe40d0", "name": "Stray `console.log` in TS/JS \u2014 scripts/testRetrieval.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/testRetrieval.ts:15"}, "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-2c943c1a3131ca1f", "name": "Stray `console.log` in TS/JS \u2014 scripts/telegramWebhook.ts:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/telegramWebhook.ts: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-3c8e92db69de0c38", "name": "`truncate` class without `title=` for hover reveal \u2014 components/MobileNav.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/MobileNav.tsx:41"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a2f871ed88f6c3a3", "name": "`truncate` class without `title=` for hover reveal \u2014 components/DoctorSidebar.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DoctorSidebar.tsx:83"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-79f7f2032cfe246f", "name": "\"active\" state uses light bg in a dark theme \u2014 components/DoctorSidebar.tsx:69", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/DoctorSidebar.tsx:69"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-06638032bf4b07a0", "name": "`truncate` class without `title=` for hover reveal \u2014 components/UserMenu.tsx:67", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/UserMenu.tsx:67"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-378ca445469dcc6f", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ArchitectureDiagram.tsx:53", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ArchitectureDiagram.tsx:53"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3253f8ebf65e4e1a", "name": "`truncate` class without `title=` for hover reveal \u2014 app/doctor/patients/page.tsx:266", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/doctor/patients/page.tsx:266"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1b32568570f633b6", "name": "`truncate` class without `title=` for hover reveal \u2014 app/patient/history/page.tsx:66", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/patient/history/page.tsx:66"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bce89d8b379d66bf", "name": "`truncate` class without `title=` for hover reveal \u2014 app/patient/documents/page.tsx:110", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/patient/documents/page.tsx:110"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-659e9b7174aba895", "name": "Possible secret in app/login/page.tsx", "shortDescription": {"text": "Possible secret in app/login/page.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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 129 source file(s) (ratio 0.01). 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 25 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 94 placeholder/mock markers across 37 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, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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, ci, 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-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.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-e196cfc9b048a262", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/patient/page.tsx:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/patient/page.tsx:24"}, "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-67b412fbac7d02f4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/telegram/client.ts:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/telegram/client.ts:59"}, "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-f7e98aa2f71e4ec8", "name": "Legacy-named symbol `oralscan_byok_v1` in lib/utils/byok.ts:12", "shortDescription": {"text": "Legacy-named symbol `oralscan_byok_v1` in lib/utils/byok.ts:12"}, "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-767535c0ec786553", "name": "Legacy-named symbol `oralscan_sessions_v2` in lib/store/sessionStore.ts:16", "shortDescription": {"text": "Legacy-named symbol `oralscan_sessions_v2` in lib/store/sessionStore.ts:16"}, "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-5d53f6724c917b35", "name": "Commented-code block (8 lines) in training/future_fastapi_model_server.py:61", "shortDescription": {"text": "Commented-code block (8 lines) in training/future_fastapi_model_server.py:61"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `NODE_ENV`, `SEED_TEST1_PASSWORD`, `UPSTASH_REDIS_REST_TOKEN`, `UPSTASH_REDIS_REST_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}}]}}, "automationDetails": {"id": "repobility/21379"}, "properties": {"repository": "TKY0527/um-idp-oral-cancer-agentic-ai", "repoUrl": "https://github.com/TKY0527/um-idp-oral-cancer-agentic-ai", "branch": "main"}, "results": [{"ruleId": "scanner-9d4652ee6174276f", "level": "note", "message": {"text": "Possibly dead Python function: build_dataloaders"}, "properties": {"repobilityId": "505a93681d944921", "scanner": "scanner-primary", "fingerprint": "9d4652ee6174276f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "training/future_train_model.py:49"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7949bc9c1f692f14", "level": "note", "message": {"text": "Possibly dead Python function: build_model"}, "properties": {"repobilityId": "ff133bbcab1a5ef1", "scanner": "scanner-primary", "fingerprint": "7949bc9c1f692f14", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "training/future_train_model.py:62"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a0744f0d32563f58", "level": "note", "message": {"text": "Possibly dead Python function: train"}, "properties": {"repobilityId": "7cc74b30f6dfe5e9", "scanner": "scanner-primary", "fingerprint": "a0744f0d32563f58", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "training/future_train_model.py:68"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6ec5941615168d5d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 bot/bot.ts:33"}, "properties": {"repobilityId": "bf4c6b0d668f34a2", "scanner": "scanner-primary", "fingerprint": "6ec5941615168d5d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-11c75457bffe40d0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/testRetrieval.ts:15"}, "properties": {"repobilityId": "b428e392eb20110b", "scanner": "scanner-primary", "fingerprint": "11c75457bffe40d0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2c943c1a3131ca1f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/telegramWebhook.ts:28"}, "properties": {"repobilityId": "282ce53cfb773d58", "scanner": "scanner-primary", "fingerprint": "2c943c1a3131ca1f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3c8e92db69de0c38", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/MobileNav.tsx:41"}, "properties": {"repobilityId": "fc0c80c13fc77ea5", "scanner": "scanner-primary", "fingerprint": "3c8e92db69de0c38", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a2f871ed88f6c3a3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DoctorSidebar.tsx:83"}, "properties": {"repobilityId": "84e31f63243012bd", "scanner": "scanner-primary", "fingerprint": "a2f871ed88f6c3a3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-79f7f2032cfe246f", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/DoctorSidebar.tsx:69"}, "properties": {"repobilityId": "48ba035206f5bd0b", "scanner": "scanner-primary", "fingerprint": "79f7f2032cfe246f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-06638032bf4b07a0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/UserMenu.tsx:67"}, "properties": {"repobilityId": "953f90dbddbc2676", "scanner": "scanner-primary", "fingerprint": "06638032bf4b07a0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-378ca445469dcc6f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ArchitectureDiagram.tsx:53"}, "properties": {"repobilityId": "8549f2c5a6c6b280", "scanner": "scanner-primary", "fingerprint": "378ca445469dcc6f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3253f8ebf65e4e1a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/doctor/patients/page.tsx:266"}, "properties": {"repobilityId": "1e990de2e92086d1", "scanner": "scanner-primary", "fingerprint": "3253f8ebf65e4e1a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1b32568570f633b6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/patient/history/page.tsx:66"}, "properties": {"repobilityId": "cd660fa135034784", "scanner": "scanner-primary", "fingerprint": "1b32568570f633b6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bce89d8b379d66bf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/patient/documents/page.tsx:110"}, "properties": {"repobilityId": "13bd3e11889c2bc0", "scanner": "scanner-primary", "fingerprint": "bce89d8b379d66bf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "01b137e55e3de541", "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": "5770003a4c82af2e", "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": "0307423c66ef160a", "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": "ce6b469fde365bfc", "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": "16d7ac88318fe68f", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "43890640f49e6afd", "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": "7247185d315c76ae", "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": "2e22f052b9ae75ff", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e196cfc9b048a262", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/patient/page.tsx:24"}, "properties": {"repobilityId": "3315b8c8871626ca", "scanner": "scanner-primary", "fingerprint": "e196cfc9b048a262", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-67b412fbac7d02f4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/telegram/client.ts:59"}, "properties": {"repobilityId": "80783a375b9bf440", "scanner": "scanner-primary", "fingerprint": "67b412fbac7d02f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f7e98aa2f71e4ec8", "level": "note", "message": {"text": "Legacy-named symbol `oralscan_byok_v1` in lib/utils/byok.ts:12"}, "properties": {"repobilityId": "7a5251634f66b73e", "scanner": "scanner-primary", "fingerprint": "f7e98aa2f71e4ec8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-767535c0ec786553", "level": "note", "message": {"text": "Legacy-named symbol `oralscan_sessions_v2` in lib/store/sessionStore.ts:16"}, "properties": {"repobilityId": "acfff318513cec39", "scanner": "scanner-primary", "fingerprint": "767535c0ec786553", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5d53f6724c917b35", "level": "none", "message": {"text": "Commented-code block (8 lines) in training/future_fastapi_model_server.py:61"}, "properties": {"repobilityId": "f161113af21e260a", "scanner": "scanner-primary", "fingerprint": "5d53f6724c917b35", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}