{"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-9d0ea8f2cd81948e", "name": "Stray `console.log` in TS/JS \u2014 test-persistent.ts:10", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test-persistent.ts:10"}, "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-356e0c01892eeff2", "name": "Stray `console.log` in TS/JS \u2014 test-e2e.ts:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test-e2e.ts:25"}, "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-49967b9e81d38c2a", "name": "Icon-only button without accessible name \u2014 app/ui.ts:691", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/ui.ts:691"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-81a2247684b9b162", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/ui.ts:863", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/ui.ts:863"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-64316f8046335fbd", "name": "Insecure pattern 'local_storage_auth_token' in app/ui.ts:799", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in app/ui.ts:799"}, "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-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-c6466ae335b881a3", "name": "Very large file: app/ui.ts (1895 lines)", "shortDescription": {"text": "Very large file: app/ui.ts (1895 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-e18ca79c0bc2d86c", "name": "Very large file: app/server.ts (1574 lines)", "shortDescription": {"text": "Very large file: app/server.ts (1574 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-303cef69c698776a", "name": "Node manifest has dependencies but no lockfile: app/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: app/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-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: ci, tests, 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-e084a2e2531263df", "name": "`fetch()` without try/.catch or AbortSignal \u2014 test-e2e.ts:28", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test-e2e.ts:28"}, "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-4c655c8aa4e7c665", "name": "Commented-code block (8 lines) in app/ui.ts:789", "shortDescription": {"text": "Commented-code block (8 lines) in app/ui.ts:789"}, "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-81e7e15dded4ee2b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui.ts:821", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui.ts:821"}, "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-cb1f3aea20c66187", "name": "Commented-code block (8 lines) in app/server.ts:48", "shortDescription": {"text": "Commented-code block (8 lines) in app/server.ts:48"}, "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-84266a26fc7ea1ba", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/server.ts:1049", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/server.ts:1049"}, "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}}]}}, "automationDetails": {"id": "repobility/19489"}, "properties": {"repository": "shinji411/pocket-claude", "repoUrl": "https://github.com/shinji411/pocket-claude", "branch": "main"}, "results": [{"ruleId": "scanner-9d0ea8f2cd81948e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test-persistent.ts:10"}, "properties": {"repobilityId": "bf20d0733d42d173", "scanner": "scanner-primary", "fingerprint": "9d0ea8f2cd81948e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-356e0c01892eeff2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test-e2e.ts:25"}, "properties": {"repobilityId": "6e2d4d0ae5606d0e", "scanner": "scanner-primary", "fingerprint": "356e0c01892eeff2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-49967b9e81d38c2a", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/ui.ts:691"}, "properties": {"repobilityId": "72a4fdd0f4028dd5", "scanner": "scanner-primary", "fingerprint": "49967b9e81d38c2a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-81a2247684b9b162", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/ui.ts:863"}, "properties": {"repobilityId": "9cfa3218da96f62d", "scanner": "scanner-primary", "fingerprint": "81a2247684b9b162", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/ui.ts"}, "region": {"startLine": 863}}}]}, {"ruleId": "scanner-64316f8046335fbd", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in app/ui.ts:799"}, "properties": {"repobilityId": "e6e19f8cc1723af4", "scanner": "scanner-primary", "fingerprint": "64316f8046335fbd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/ui.ts"}, "region": {"startLine": 799}}}]}, {"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-c6466ae335b881a3", "level": "note", "message": {"text": "Very large file: app/ui.ts (1895 lines)"}, "properties": {"repobilityId": "df3128835dbe201c", "scanner": "scanner-primary", "fingerprint": "c6466ae335b881a3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e18ca79c0bc2d86c", "level": "note", "message": {"text": "Very large file: app/server.ts (1574 lines)"}, "properties": {"repobilityId": "365e9f18037b49e6", "scanner": "scanner-primary", "fingerprint": "e18ca79c0bc2d86c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-303cef69c698776a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: app/package.json"}, "properties": {"repobilityId": "e096f2af09cd2b28", "scanner": "scanner-primary", "fingerprint": "303cef69c698776a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "29e1683a7b043d83", "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": "61af0c8a68aaa54d", "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": "5e7e27bb61a0e679", "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": "b6f1b94c0161e7c8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e084a2e2531263df", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test-e2e.ts:28"}, "properties": {"repobilityId": "d761f3633cb3cb3d", "scanner": "scanner-primary", "fingerprint": "e084a2e2531263df", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4c655c8aa4e7c665", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/ui.ts:789"}, "properties": {"repobilityId": "1101d7200eb32d37", "scanner": "scanner-primary", "fingerprint": "4c655c8aa4e7c665", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-81e7e15dded4ee2b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui.ts:821"}, "properties": {"repobilityId": "88d463c1352d8093", "scanner": "scanner-primary", "fingerprint": "81e7e15dded4ee2b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cb1f3aea20c66187", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/server.ts:48"}, "properties": {"repobilityId": "1a2d0c16319b9b5a", "scanner": "scanner-primary", "fingerprint": "cb1f3aea20c66187", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84266a26fc7ea1ba", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/server.ts:1049"}, "properties": {"repobilityId": "5dcef526987a6c62", "scanner": "scanner-primary", "fingerprint": "84266a26fc7ea1ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}