{"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-9ee73bb970398215", "name": "Possibly dead Python function: info", "shortDescription": {"text": "Possibly dead Python function: info"}, "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-b68414749a5f8ee6", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/helpers/auth.ts:133", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/helpers/auth.ts:133"}, "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-e92667542bef2a4f", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-db.ts:102", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-db.ts:102"}, "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-37c325ba3d13d679", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-auth.ts:60", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-auth.ts:60"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-36613ec8692013a5", "name": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/seed-e2e-users.ts:91", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/seed-e2e-users.ts:91"}, "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-cf428a5e047d6b45", "name": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test-cleanup.js:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test-cleanup.js: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-7654e6d01c9e4050", "name": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test.js:62", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test.js:62"}, "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-f469c8bda615ed29", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/request-otp/index.ts:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/request-otp/index.ts:54"}, "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-dc91f9fb32920265", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/zain-sms/index.ts:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/zain-sms/index.ts:35"}, "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-5ec3d7dbecb25b6f", "name": "Possible secret in scripts/e2e-test.js", "shortDescription": {"text": "Possible secret in scripts/e2e-test.js"}, "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-bdc0fceb5293b92f", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/admin-finance/index.ts:35", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/admin-finance/index.ts:35"}, "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-6a1298f1593e9f92", "name": "Insecure pattern 'private_key_in_repo' in supabase/functions/send-notification/index.ts:46", "shortDescription": {"text": "Insecure pattern 'private_key_in_repo' in supabase/functions/send-notification/index.ts:46"}, "fullDescription": {"text": "Found a known-risky pattern (private_key_in_repo). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-93854f58482ae621", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/verify-otp/index.ts:41", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/verify-otp/index.ts:41"}, "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-e8077c6d1883cafb", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/request-otp/index.ts:59", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/request-otp/index.ts:59"}, "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-3036d70d2146842b", "name": "Node manifest has dependencies but no lockfile: scripts/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: scripts/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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 110 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-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, 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": "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, lockfile. 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-f1a1b4c7f94f3c61", "name": "Commented-code block (6 lines) in create_test_riders.mjs:23", "shortDescription": {"text": "Commented-code block (6 lines) in create_test_riders.mjs:23"}, "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-db67af3e2e8f4fb1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 playwright.config.ts:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 playwright.config.ts:19"}, "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-c7616d89e2b81f9b", "name": "Commented-code block (6 lines) in create_test_drivers.mjs:27", "shortDescription": {"text": "Commented-code block (6 lines) in create_test_drivers.mjs:27"}, "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-ff45f0161e4bb3ae", "name": "Commented-code block (5 lines) in tests/e2e/helpers/db.ts:412", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/helpers/db.ts:412"}, "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-890f57951742304a", "name": "Commented-code block (9 lines) in supabase/functions/admin-finance/index.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in supabase/functions/admin-finance/index.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-ec0ef76189a95ffb", "name": "Commented-code block (5 lines) in supabase/functions/reject-offer/index.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/reject-offer/index.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-12c7462f46e322b0", "name": "Commented-code block (6 lines) in supabase/functions/send-notification/index.ts:183", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/send-notification/index.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-978819cae9ccfe38", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/send-notification/index.ts:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/send-notification/index.ts:70"}, "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-b5246f3fd070a273", "name": "Commented-code block (6 lines) in supabase/functions/verify-otp/index.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/verify-otp/index.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-ab87cda17bf7bfc8", "name": "Commented-code block (5 lines) in supabase/functions/_shared/zain_sms_service.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/zain_sms_service.ts:9"}, "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-7154d3a38091cae2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/_shared/zain_sms_service.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/_shared/zain_sms_service.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-da6d2d33dd1e08af", "name": "Commented-code block (7 lines) in supabase/functions/dispatch-ride/index.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/dispatch-ride/index.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-46bf97da46094425", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/dispatch-ride/index.ts:373", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/dispatch-ride/index.ts:373"}, "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/24787"}, "properties": {"repository": "cabjo2026-glitch/rideapp-driver", "repoUrl": "https://github.com/cabjo2026-glitch/rideapp-driver", "branch": "main"}, "results": [{"ruleId": "scanner-9ee73bb970398215", "level": "note", "message": {"text": "Possibly dead Python function: info"}, "properties": {"repobilityId": "012d6c56eafdb420", "scanner": "scanner-primary", "fingerprint": "9ee73bb970398215", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/audit_production.py:33"}, "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-b68414749a5f8ee6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/helpers/auth.ts:133"}, "properties": {"repobilityId": "a00916cac51aadd6", "scanner": "scanner-primary", "fingerprint": "b68414749a5f8ee6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e92667542bef2a4f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-db.ts:102"}, "properties": {"repobilityId": "9800c72397513191", "scanner": "scanner-primary", "fingerprint": "e92667542bef2a4f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-37c325ba3d13d679", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/reset-auth.ts:60"}, "properties": {"repobilityId": "dd5fb49cda642f59", "scanner": "scanner-primary", "fingerprint": "37c325ba3d13d679", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36613ec8692013a5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/e2e/setup/seed-e2e-users.ts:91"}, "properties": {"repobilityId": "7c1741ecc58910f5", "scanner": "scanner-primary", "fingerprint": "36613ec8692013a5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cf428a5e047d6b45", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test-cleanup.js:25"}, "properties": {"repobilityId": "79fa87cd6a6dc7b6", "scanner": "scanner-primary", "fingerprint": "cf428a5e047d6b45", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7654e6d01c9e4050", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/e2e-test.js:62"}, "properties": {"repobilityId": "9f74ffa09bfc0e6d", "scanner": "scanner-primary", "fingerprint": "7654e6d01c9e4050", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f469c8bda615ed29", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/request-otp/index.ts:54"}, "properties": {"repobilityId": "cd4429201ed18ce1", "scanner": "scanner-primary", "fingerprint": "f469c8bda615ed29", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dc91f9fb32920265", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/zain-sms/index.ts:35"}, "properties": {"repobilityId": "1afd955dc91e2571", "scanner": "scanner-primary", "fingerprint": "dc91f9fb32920265", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5ec3d7dbecb25b6f", "level": "error", "message": {"text": "Possible secret in scripts/e2e-test.js"}, "properties": {"repobilityId": "312723f10573512a", "scanner": "scanner-primary", "fingerprint": "5ec3d7dbecb25b6f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/e2e-test.js"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-bdc0fceb5293b92f", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/admin-finance/index.ts:35"}, "properties": {"repobilityId": "0d044bdc6e08a6df", "scanner": "scanner-primary", "fingerprint": "bdc0fceb5293b92f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/admin-finance/index.ts"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-6a1298f1593e9f92", "level": "error", "message": {"text": "Insecure pattern 'private_key_in_repo' in supabase/functions/send-notification/index.ts:46"}, "properties": {"repobilityId": "6670c6271b30dee8", "scanner": "scanner-primary", "fingerprint": "6a1298f1593e9f92", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["owasp", "private_key_in_repo"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/send-notification/index.ts"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-93854f58482ae621", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/verify-otp/index.ts:41"}, "properties": {"repobilityId": "1c93f7d2243aa2fa", "scanner": "scanner-primary", "fingerprint": "93854f58482ae621", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/verify-otp/index.ts"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-e8077c6d1883cafb", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/request-otp/index.ts:59"}, "properties": {"repobilityId": "c3c4169e4211dfb8", "scanner": "scanner-primary", "fingerprint": "e8077c6d1883cafb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/request-otp/index.ts"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-3036d70d2146842b", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: scripts/package.json"}, "properties": {"repobilityId": "3a2a86cb93b8e276", "scanner": "scanner-primary", "fingerprint": "3036d70d2146842b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e6b5a4c4e3c60104", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "8ae772117a8cc2ff", "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": "b7af9fa633224d6f", "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": "0ce71184c9349f47", "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": "7e5e34a3678cf9b8", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-f1a1b4c7f94f3c61", "level": "none", "message": {"text": "Commented-code block (6 lines) in create_test_riders.mjs:23"}, "properties": {"repobilityId": "0b504a92f697b12c", "scanner": "scanner-primary", "fingerprint": "f1a1b4c7f94f3c61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db67af3e2e8f4fb1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 playwright.config.ts:19"}, "properties": {"repobilityId": "79b97e2461d4558f", "scanner": "scanner-primary", "fingerprint": "db67af3e2e8f4fb1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c7616d89e2b81f9b", "level": "none", "message": {"text": "Commented-code block (6 lines) in create_test_drivers.mjs:27"}, "properties": {"repobilityId": "61b41456ffab6897", "scanner": "scanner-primary", "fingerprint": "c7616d89e2b81f9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ff45f0161e4bb3ae", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/helpers/db.ts:412"}, "properties": {"repobilityId": "253b95008ce31ead", "scanner": "scanner-primary", "fingerprint": "ff45f0161e4bb3ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-890f57951742304a", "level": "none", "message": {"text": "Commented-code block (9 lines) in supabase/functions/admin-finance/index.ts:1"}, "properties": {"repobilityId": "7ca2fc267caad08c", "scanner": "scanner-primary", "fingerprint": "890f57951742304a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ec0ef76189a95ffb", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/reject-offer/index.ts:1"}, "properties": {"repobilityId": "6f3642be071f6c45", "scanner": "scanner-primary", "fingerprint": "ec0ef76189a95ffb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12c7462f46e322b0", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/send-notification/index.ts:183"}, "properties": {"repobilityId": "9b7b7c1242c427b9", "scanner": "scanner-primary", "fingerprint": "12c7462f46e322b0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-978819cae9ccfe38", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/send-notification/index.ts:70"}, "properties": {"repobilityId": "752f0cf614021387", "scanner": "scanner-primary", "fingerprint": "978819cae9ccfe38", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b5246f3fd070a273", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/verify-otp/index.ts:1"}, "properties": {"repobilityId": "58e21eaf29369bf1", "scanner": "scanner-primary", "fingerprint": "b5246f3fd070a273", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ab87cda17bf7bfc8", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/zain_sms_service.ts:9"}, "properties": {"repobilityId": "2c22f91c934ddb53", "scanner": "scanner-primary", "fingerprint": "ab87cda17bf7bfc8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7154d3a38091cae2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/_shared/zain_sms_service.ts:39"}, "properties": {"repobilityId": "fd775ce05bcbfaf3", "scanner": "scanner-primary", "fingerprint": "7154d3a38091cae2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-da6d2d33dd1e08af", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/dispatch-ride/index.ts:1"}, "properties": {"repobilityId": "02e86d853e8868cd", "scanner": "scanner-primary", "fingerprint": "da6d2d33dd1e08af", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46bf97da46094425", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/dispatch-ride/index.ts:373"}, "properties": {"repobilityId": "0106185209f0b88f", "scanner": "scanner-primary", "fingerprint": "46bf97da46094425", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}