{"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-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-d5ccf31cd31f9d42", "name": "Stray `console.log` in TS/JS \u2014 app/supabase/functions/cron-collect-prices/index.ts:364", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/supabase/functions/cron-collect-prices/index.ts:364"}, "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-f0b8c14fb0fb7641", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-account-csv/index.ts:4", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-account-csv/index.ts:4"}, "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-706a49209d715a55", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-exchange-rate/index.ts:5", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-exchange-rate/index.ts:5"}, "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-767458c11dc5d5fd", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-market-prices/index.ts:5", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-market-prices/index.ts:5"}, "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-8c154886fa5e6f99", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-trade-csv/index.ts:5", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-trade-csv/index.ts:5"}, "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-49558554ec371923", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/refresh-today-snapshot/index.ts:11", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/refresh-today-snapshot/index.ts:11"}, "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-1d55bee26f311768", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-account-csv/index.ts:4", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-account-csv/index.ts:4"}, "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-82139c1cc0179755", "name": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-trade-csv/index.ts:5", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-trade-csv/index.ts:5"}, "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "13 tests / 69 src (ratio 0.19)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 65 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 40 placeholder/mock markers across 11 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-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. 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-2f9f57258589fa4a", "name": "Agent authority lacks a verifier contract: .claude/pipeline-prompt.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/pipeline-prompt.md"}, "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-9a74e3e19ae2e946", "name": "Agent authority lacks a verifier contract: .claude/agents/pm-agent.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/pm-agent.md"}, "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-8b801a2ead84421c", "name": "Commented-code block (5 lines) in app/tests/integration/009-sector-stock-master.test.ts:158", "shortDescription": {"text": "Commented-code block (5 lines) in app/tests/integration/009-sector-stock-master.test.ts:158"}, "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-0530d724d5ec5de5", "name": "Commented-code block (5 lines) in app/tests/integration/010-memo-crud.test.ts:898", "shortDescription": {"text": "Commented-code block (5 lines) in app/tests/integration/010-memo-crud.test.ts:898"}, "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-4f42e553dadb0906", "name": "Commented-code block (8 lines) in app/types/memo.ts:183", "shortDescription": {"text": "Commented-code block (8 lines) in app/types/memo.ts:183"}, "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-54a2f8c55506fc12", "name": "Commented-code block (5 lines) in app/screens/DashboardScreen.tsx:53", "shortDescription": {"text": "Commented-code block (5 lines) in app/screens/DashboardScreen.tsx:53"}, "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-d92e01c46ac9288b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/screens/MemoListScreen.tsx:374", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/screens/MemoListScreen.tsx:374"}, "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-d2601aae04ec37ae", "name": "Commented-code block (5 lines) in app/components/StockSearchModal.tsx:76", "shortDescription": {"text": "Commented-code block (5 lines) in app/components/StockSearchModal.tsx:76"}, "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-690468aca585ade1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-exchange-rate/index.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-exchange-rate/index.ts:29"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d5911f19f6d811bf", "name": "Commented-code block (5 lines) in app/supabase/functions/cron-collect-prices/index.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in app/supabase/functions/cron-collect-prices/index.ts:3"}, "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-d7b88afe82e4bd34", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/cron-collect-prices/index.ts:142", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/cron-collect-prices/index.ts:142"}, "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-4d8cfa646ab5249f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-market-prices/index.ts:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-market-prices/index.ts:47"}, "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-a7ea4fa41f8c803a", "name": "Commented-code block (6 lines) in app/supabase/functions/cron-create-snapshots/index.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in app/supabase/functions/cron-create-snapshots/index.ts:7"}, "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-75cf26e130cba097", "name": "Commented-code block (5 lines) in app/services/memo.ts:328", "shortDescription": {"text": "Commented-code block (5 lines) in app/services/memo.ts:328"}, "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}}]}}, "automationDetails": {"id": "repobility/25075"}, "properties": {"repository": "congsole/invest-dashboard-app", "repoUrl": "https://github.com/congsole/invest-dashboard-app", "branch": "main"}, "results": [{"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-d5ccf31cd31f9d42", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/supabase/functions/cron-collect-prices/index.ts:364"}, "properties": {"repobilityId": "0986d6d4380f0a74", "scanner": "scanner-primary", "fingerprint": "d5ccf31cd31f9d42", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f0b8c14fb0fb7641", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-account-csv/index.ts:4"}, "properties": {"repobilityId": "9e8c28f8a4a77edc", "scanner": "scanner-primary", "fingerprint": "f0b8c14fb0fb7641", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/parse-account-csv/index.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-706a49209d715a55", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-exchange-rate/index.ts:5"}, "properties": {"repobilityId": "2137e1b7241cc186", "scanner": "scanner-primary", "fingerprint": "706a49209d715a55", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/get-exchange-rate/index.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-767458c11dc5d5fd", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/get-market-prices/index.ts:5"}, "properties": {"repobilityId": "f6aabf41ae33d1dc", "scanner": "scanner-primary", "fingerprint": "767458c11dc5d5fd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/get-market-prices/index.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-8c154886fa5e6f99", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/parse-trade-csv/index.ts:5"}, "properties": {"repobilityId": "c408eb50ed776bfd", "scanner": "scanner-primary", "fingerprint": "8c154886fa5e6f99", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/parse-trade-csv/index.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-49558554ec371923", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/refresh-today-snapshot/index.ts:11"}, "properties": {"repobilityId": "287a2a2c4c639d44", "scanner": "scanner-primary", "fingerprint": "49558554ec371923", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/refresh-today-snapshot/index.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-1d55bee26f311768", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-account-csv/index.ts:4"}, "properties": {"repobilityId": "0e8b9cd5c795f670", "scanner": "scanner-primary", "fingerprint": "1d55bee26f311768", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/confirm-account-csv/index.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-82139c1cc0179755", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in app/supabase/functions/confirm-trade-csv/index.ts:5"}, "properties": {"repobilityId": "a3a468925e381398", "scanner": "scanner-primary", "fingerprint": "82139c1cc0179755", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/supabase/functions/confirm-trade-csv/index.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "040b12b8802a65b8", "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": "ee09e3b77f196f47", "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": "c42bf9c66b095622", "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": "1a0e6ce6477e390c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "3daeb9577c91a537", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2f9f57258589fa4a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/pipeline-prompt.md"}, "properties": {"repobilityId": "f0a367256e480811", "scanner": "scanner-primary", "fingerprint": "2f9f57258589fa4a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/pipeline-prompt.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9a74e3e19ae2e946", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/pm-agent.md"}, "properties": {"repobilityId": "758b696f2458f875", "scanner": "scanner-primary", "fingerprint": "9a74e3e19ae2e946", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/pm-agent.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8b801a2ead84421c", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/tests/integration/009-sector-stock-master.test.ts:158"}, "properties": {"repobilityId": "c6551eb6a5bfaeb7", "scanner": "scanner-primary", "fingerprint": "8b801a2ead84421c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0530d724d5ec5de5", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/tests/integration/010-memo-crud.test.ts:898"}, "properties": {"repobilityId": "277bc0b41d9738d3", "scanner": "scanner-primary", "fingerprint": "0530d724d5ec5de5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f42e553dadb0906", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/types/memo.ts:183"}, "properties": {"repobilityId": "786a7bb5d80b9baa", "scanner": "scanner-primary", "fingerprint": "4f42e553dadb0906", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-54a2f8c55506fc12", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/screens/DashboardScreen.tsx:53"}, "properties": {"repobilityId": "e518f517d926725b", "scanner": "scanner-primary", "fingerprint": "54a2f8c55506fc12", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d92e01c46ac9288b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/screens/MemoListScreen.tsx:374"}, "properties": {"repobilityId": "ee056975535cdb99", "scanner": "scanner-primary", "fingerprint": "d92e01c46ac9288b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d2601aae04ec37ae", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/components/StockSearchModal.tsx:76"}, "properties": {"repobilityId": "7916667b0badd4a5", "scanner": "scanner-primary", "fingerprint": "d2601aae04ec37ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-690468aca585ade1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-exchange-rate/index.ts:29"}, "properties": {"repobilityId": "51671e1f9429b6b7", "scanner": "scanner-primary", "fingerprint": "690468aca585ade1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d5911f19f6d811bf", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/supabase/functions/cron-collect-prices/index.ts:3"}, "properties": {"repobilityId": "b32f989ec13ea1b6", "scanner": "scanner-primary", "fingerprint": "d5911f19f6d811bf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7b88afe82e4bd34", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/cron-collect-prices/index.ts:142"}, "properties": {"repobilityId": "b2c7b8c731bcd84a", "scanner": "scanner-primary", "fingerprint": "d7b88afe82e4bd34", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4d8cfa646ab5249f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/supabase/functions/get-market-prices/index.ts:47"}, "properties": {"repobilityId": "3b37fc10c894bac5", "scanner": "scanner-primary", "fingerprint": "4d8cfa646ab5249f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7ea4fa41f8c803a", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/supabase/functions/cron-create-snapshots/index.ts:7"}, "properties": {"repobilityId": "8c34e9ddc55836c1", "scanner": "scanner-primary", "fingerprint": "a7ea4fa41f8c803a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75cf26e130cba097", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/services/memo.ts:328"}, "properties": {"repobilityId": "4d670c863b524ec6", "scanner": "scanner-primary", "fingerprint": "75cf26e130cba097", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}