{"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-56bea27c094f47fc", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/exercisedb-image/index.ts:17", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/exercisedb-image/index.ts:17"}, "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-5456f7ecf2de3546", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/parse-meal/index.ts:19", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/parse-meal/index.ts:19"}, "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-00679f26c1e8482b", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:7", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:7"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-394d35cb848b072a", "name": "Very large file: app/screens/FoodTrackerScreen.tsx (1296 lines)", "shortDescription": {"text": "Very large file: app/screens/FoodTrackerScreen.tsx (1296 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": "0 test file(s) for 100 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 70 placeholder/mock markers across 13 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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: 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": "low", "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 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-b0e6e96ca14e360f", "name": "Commented-code block (5 lines) in app/screens/MainTabs.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/screens/MainTabs.tsx:1"}, "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-d906561659454b5f", "name": "Commented-code block (5 lines) in app/components/Ambient.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/components/Ambient.tsx:1"}, "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-49510c04cf818dfd", "name": "Commented-code block (5 lines) in app/components/SwipeBack.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/components/SwipeBack.tsx:1"}, "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-9d1a2fa90a17b9d1", "name": "Commented-code block (5 lines) in app/lib/health.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/lib/health.ts:1"}, "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-10733d2c102590b7", "name": "Commented-code block (5 lines) in app/lib/legal.ts:222", "shortDescription": {"text": "Commented-code block (5 lines) in app/lib/legal.ts:222"}, "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-e330130eb31738c9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/openFoodFacts.ts:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/openFoodFacts.ts:20"}, "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-2efaa2bf69130008", "name": "Commented-code block (5 lines) in app/lib/secureStorage.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/lib/secureStorage.ts:1"}, "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-8ae3076f56b1f53b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/supabase.ts:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/supabase.ts:42"}, "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-1fd05c819f8468c2", "name": "Commented-code block (5 lines) in app/lib/i18n.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/lib/i18n.ts:1"}, "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-2f4b813002c60465", "name": "Commented-code block (7 lines) in app/plugins/withAndroidLintFix.js:4", "shortDescription": {"text": "Commented-code block (7 lines) in app/plugins/withAndroidLintFix.js:4"}, "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-fe9625b539fd1243", "name": "Commented-code block (6 lines) in app/plugins/withHealthConnect.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/plugins/withHealthConnect.js:1"}, "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-10fdcc273da042f5", "name": "Commented-code block (7 lines) in supabase/functions/exercisedb-image/index.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/exercisedb-image/index.ts:5"}, "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-d7a571e5c0be1c59", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/exercisedb-image/index.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/exercisedb-image/index.ts:39"}, "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-e82945e9950580ca", "name": "Commented-code block (5 lines) in supabase/functions/parse-meal/index.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/parse-meal/index.ts:11"}, "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-4351d52737ffbfbf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/parse-meal/index.ts:166", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/parse-meal/index.ts:166"}, "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-2b590897521d7d49", "name": "Commented-code block (7 lines) in supabase/functions/revenuecat-webhook/index.ts:6", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/revenuecat-webhook/index.ts:6"}, "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/18866"}, "properties": {"repository": "Samuelfb1907/FitFustion", "repoUrl": "https://github.com/Samuelfb1907/FitFustion", "branch": "main"}, "results": [{"ruleId": "scanner-56bea27c094f47fc", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/exercisedb-image/index.ts:17"}, "properties": {"repobilityId": "fa9bb7813cb801a4", "scanner": "scanner-primary", "fingerprint": "56bea27c094f47fc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/exercisedb-image/index.ts"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-5456f7ecf2de3546", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/parse-meal/index.ts:19"}, "properties": {"repobilityId": "6c3428d40272c070", "scanner": "scanner-primary", "fingerprint": "5456f7ecf2de3546", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/parse-meal/index.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-00679f26c1e8482b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:7"}, "properties": {"repobilityId": "41fe50dcc7df4762", "scanner": "scanner-primary", "fingerprint": "00679f26c1e8482b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/delete-account/index.ts"}, "region": {"startLine": 7}}}]}, {"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-394d35cb848b072a", "level": "note", "message": {"text": "Very large file: app/screens/FoodTrackerScreen.tsx (1296 lines)"}, "properties": {"repobilityId": "306ec3a52651b8bd", "scanner": "scanner-primary", "fingerprint": "394d35cb848b072a", "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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "3d41586f265202bb", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "c29b26dec209c3c4", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "98668409b5f83ee6", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "367711bb6fb45954", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "f9fcb9627ef07482", "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": "f27754e3dc15086c", "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": "1d14a543a18b6029", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b0e6e96ca14e360f", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/screens/MainTabs.tsx:1"}, "properties": {"repobilityId": "49d6ffb99c7e58e7", "scanner": "scanner-primary", "fingerprint": "b0e6e96ca14e360f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d906561659454b5f", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/components/Ambient.tsx:1"}, "properties": {"repobilityId": "62f9b18ad9228dac", "scanner": "scanner-primary", "fingerprint": "d906561659454b5f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-49510c04cf818dfd", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/components/SwipeBack.tsx:1"}, "properties": {"repobilityId": "8b381627f8536601", "scanner": "scanner-primary", "fingerprint": "49510c04cf818dfd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d1a2fa90a17b9d1", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/lib/health.ts:1"}, "properties": {"repobilityId": "dafe315c87c55f4e", "scanner": "scanner-primary", "fingerprint": "9d1a2fa90a17b9d1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10733d2c102590b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/lib/legal.ts:222"}, "properties": {"repobilityId": "aebe3d060151d795", "scanner": "scanner-primary", "fingerprint": "10733d2c102590b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e330130eb31738c9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/openFoodFacts.ts:20"}, "properties": {"repobilityId": "1dfac6ddb48e9295", "scanner": "scanner-primary", "fingerprint": "e330130eb31738c9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2efaa2bf69130008", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/lib/secureStorage.ts:1"}, "properties": {"repobilityId": "ca62048d6c5f41d3", "scanner": "scanner-primary", "fingerprint": "2efaa2bf69130008", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ae3076f56b1f53b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/lib/supabase.ts:42"}, "properties": {"repobilityId": "4fcc03627ae4ad8e", "scanner": "scanner-primary", "fingerprint": "8ae3076f56b1f53b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1fd05c819f8468c2", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/lib/i18n.ts:1"}, "properties": {"repobilityId": "63d4ad6b561af9b1", "scanner": "scanner-primary", "fingerprint": "1fd05c819f8468c2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2f4b813002c60465", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/plugins/withAndroidLintFix.js:4"}, "properties": {"repobilityId": "9f2ecba073c1812d", "scanner": "scanner-primary", "fingerprint": "2f4b813002c60465", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe9625b539fd1243", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/plugins/withHealthConnect.js:1"}, "properties": {"repobilityId": "db95e5f82e04e26a", "scanner": "scanner-primary", "fingerprint": "fe9625b539fd1243", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10fdcc273da042f5", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/exercisedb-image/index.ts:5"}, "properties": {"repobilityId": "9d67664f4cd19440", "scanner": "scanner-primary", "fingerprint": "10fdcc273da042f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7a571e5c0be1c59", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/exercisedb-image/index.ts:39"}, "properties": {"repobilityId": "3c7e86009c1961ee", "scanner": "scanner-primary", "fingerprint": "d7a571e5c0be1c59", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e82945e9950580ca", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/parse-meal/index.ts:11"}, "properties": {"repobilityId": "92cf521833850f04", "scanner": "scanner-primary", "fingerprint": "e82945e9950580ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4351d52737ffbfbf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/parse-meal/index.ts:166"}, "properties": {"repobilityId": "0dcbea5f7d8edc3d", "scanner": "scanner-primary", "fingerprint": "4351d52737ffbfbf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2b590897521d7d49", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/revenuecat-webhook/index.ts:6"}, "properties": {"repobilityId": "b3af427fab7e4e2a", "scanner": "scanner-primary", "fingerprint": "2b590897521d7d49", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}