{"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-0a434a4054c1521a", "name": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:34"}, "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-41ab26d840f9471e", "name": "Stray `console.log` in TS/JS \u2014 worker/src/processWebhook.ts:61", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/processWebhook.ts:61"}, "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-5ec2c225f96594e5", "name": "Stray `console.log` in TS/JS \u2014 worker/src/commentPoller.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/commentPoller.ts:20"}, "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-dff88f89c12b1e01", "name": "Stray `console.log` in TS/JS \u2014 worker/src/runAutomation.ts:417", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/runAutomation.ts:417"}, "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-a84884687c4432f1", "name": "Stray `console.log` in TS/JS \u2014 worker/src/followupRunner.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/followupRunner.ts:22"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 129 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 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 45 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-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: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-febe7019dc6b1079", "name": "Commented-code block (5 lines) in worker/src/processWebhook.ts:98", "shortDescription": {"text": "Commented-code block (5 lines) in worker/src/processWebhook.ts:98"}, "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-f102d0338c22f0ef", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/processWebhook.ts:310", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/processWebhook.ts:310"}, "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-4f03ad42d6b6da9d", "name": "Commented-code block (6 lines) in worker/src/commentPoller.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in worker/src/commentPoller.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-e56d7541178ea569", "name": "Commented-code block (6 lines) in worker/src/runAutomation.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in worker/src/runAutomation.ts: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-adc46ec0cbd04ac8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/runAutomation.ts:511", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/runAutomation.ts:511"}, "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-a1d490012e77efe3", "name": "Commented-code block (5 lines) in worker/src/followupRunner.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in worker/src/followupRunner.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-58a9200b0aa0e477", "name": "Commented-code block (6 lines) in app/api/audiences/route.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/audiences/route.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-cdb920c66051c200", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/moderation/[id]/route.ts:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/moderation/[id]/route.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-2d968d664f3d560a", "name": "Commented-code block (5 lines) in app/api/ai/playground/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/ai/playground/route.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-422b9ce8b0d33f58", "name": "Commented-code block (6 lines) in app/api/meta/fb/oauth/callback/route.ts:72", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/meta/fb/oauth/callback/route.ts:72"}, "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-809ec10c3e42a875", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/meta/disconnect/route.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/meta/disconnect/route.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-75d37bd590f7e342", "name": "Commented-code block (5 lines) in app/api/meta/deauth/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/meta/deauth/route.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-2995963476c5b8d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/signup/SignupForm.tsx:37", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/signup/SignupForm.tsx:37"}, "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-ed89d305c50e85a6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/flow/FlowEditor.tsx:69", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/flow/FlowEditor.tsx:69"}, "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-6e971c743b49af91", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/broadcasts/BroadcastsClient.tsx:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/broadcasts/BroadcastsClient.tsx:90"}, "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-3ccbba977f48706c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/links/SmartLinksClient.tsx:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/links/SmartLinksClient.tsx:104"}, "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-35e055e486eb3207", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/templates/TemplatesClient.tsx:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/templates/TemplatesClient.tsx:98"}, "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-b538ea6d321098d9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/settings/SettingsClient.tsx:131", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/settings/SettingsClient.tsx:131"}, "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-a0db8c9d8812d043", "name": "Legacy-named symbol `synapse_theme_v1` in components/ThemeProvider.tsx:9", "shortDescription": {"text": "Legacy-named symbol `synapse_theme_v1` in components/ThemeProvider.tsx:9"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-87df754fcf6f3dce", "name": "Commented-code block (5 lines) in lib/anthropic.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/anthropic.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-56c09ef78ae1893e", "name": "Commented-code block (7 lines) in lib/meta/index.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in lib/meta/index.ts: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-b3201d01cf28c353", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/index.ts:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/index.ts:60"}, "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-a679e16b83e6c7a1", "name": "Commented-code block (7 lines) in lib/meta/facebook.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in lib/meta/facebook.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-21d996ba0daf43d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/facebook.ts:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/facebook.ts:63"}, "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-3482f7e5dd70cd1a", "name": "6 env vars used in code but missing from .env.example", "shortDescription": {"text": "6 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `COMMENT_POLL_INTERVAL_MS`, `COMMENT_POLL_LOOKBACK_HOURS`, `COMMENT_POLL_MAX_PER_CYCLE`, `COMMENT_POLL_MEDIA_LIMIT`, `POLL_INTERVAL_MS`, `PORT`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23905"}, "properties": {"repository": "Admin-noKhaos/nokhaos-synapse", "repoUrl": "https://github.com/Admin-noKhaos/nokhaos-synapse", "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-0a434a4054c1521a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:34"}, "properties": {"repobilityId": "9d920df95db5924f", "scanner": "scanner-primary", "fingerprint": "0a434a4054c1521a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-41ab26d840f9471e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/processWebhook.ts:61"}, "properties": {"repobilityId": "1697f945b2ff3615", "scanner": "scanner-primary", "fingerprint": "41ab26d840f9471e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5ec2c225f96594e5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/commentPoller.ts:20"}, "properties": {"repobilityId": "01165dedf0727836", "scanner": "scanner-primary", "fingerprint": "5ec2c225f96594e5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dff88f89c12b1e01", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/runAutomation.ts:417"}, "properties": {"repobilityId": "d6fdd133dddcc531", "scanner": "scanner-primary", "fingerprint": "dff88f89c12b1e01", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a84884687c4432f1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/followupRunner.ts:22"}, "properties": {"repobilityId": "bffe8b6b5c339999", "scanner": "scanner-primary", "fingerprint": "a84884687c4432f1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "4adaea24cbb5a560", "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": "3ae8ccaf5b1d9d84", "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": "3c7dbde34728da7a", "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": "cea9731baf484280", "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": "ac389d6eb375c500", "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": "e50a67c123e5818a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-febe7019dc6b1079", "level": "none", "message": {"text": "Commented-code block (5 lines) in worker/src/processWebhook.ts:98"}, "properties": {"repobilityId": "56801125f6679d51", "scanner": "scanner-primary", "fingerprint": "febe7019dc6b1079", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f102d0338c22f0ef", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/processWebhook.ts:310"}, "properties": {"repobilityId": "0b02d322ee8b0695", "scanner": "scanner-primary", "fingerprint": "f102d0338c22f0ef", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4f03ad42d6b6da9d", "level": "none", "message": {"text": "Commented-code block (6 lines) in worker/src/commentPoller.ts:3"}, "properties": {"repobilityId": "cf3c1d323c68b741", "scanner": "scanner-primary", "fingerprint": "4f03ad42d6b6da9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e56d7541178ea569", "level": "none", "message": {"text": "Commented-code block (6 lines) in worker/src/runAutomation.ts:4"}, "properties": {"repobilityId": "2028b1a540c027c0", "scanner": "scanner-primary", "fingerprint": "e56d7541178ea569", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-adc46ec0cbd04ac8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker/src/runAutomation.ts:511"}, "properties": {"repobilityId": "b532be93d4ee3a90", "scanner": "scanner-primary", "fingerprint": "adc46ec0cbd04ac8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a1d490012e77efe3", "level": "none", "message": {"text": "Commented-code block (5 lines) in worker/src/followupRunner.ts:3"}, "properties": {"repobilityId": "8ba1a41ead1186b5", "scanner": "scanner-primary", "fingerprint": "a1d490012e77efe3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58a9200b0aa0e477", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/audiences/route.ts:1"}, "properties": {"repobilityId": "81e910397ca0726e", "scanner": "scanner-primary", "fingerprint": "58a9200b0aa0e477", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cdb920c66051c200", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/moderation/[id]/route.ts:42"}, "properties": {"repobilityId": "c2e7faad9aa5c933", "scanner": "scanner-primary", "fingerprint": "cdb920c66051c200", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2d968d664f3d560a", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/ai/playground/route.ts:1"}, "properties": {"repobilityId": "9a7fa416bcfd7994", "scanner": "scanner-primary", "fingerprint": "2d968d664f3d560a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-422b9ce8b0d33f58", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/meta/fb/oauth/callback/route.ts:72"}, "properties": {"repobilityId": "495ed88be8ee7b38", "scanner": "scanner-primary", "fingerprint": "422b9ce8b0d33f58", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-809ec10c3e42a875", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/meta/disconnect/route.ts:39"}, "properties": {"repobilityId": "ddd0748d131c8b46", "scanner": "scanner-primary", "fingerprint": "809ec10c3e42a875", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-75d37bd590f7e342", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/meta/deauth/route.ts:1"}, "properties": {"repobilityId": "129f900d4d6ca425", "scanner": "scanner-primary", "fingerprint": "75d37bd590f7e342", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2995963476c5b8d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/signup/SignupForm.tsx:37"}, "properties": {"repobilityId": "8fc20b0107a8a764", "scanner": "scanner-primary", "fingerprint": "2995963476c5b8d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ed89d305c50e85a6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/flow/FlowEditor.tsx:69"}, "properties": {"repobilityId": "277e2adb77cb2eb8", "scanner": "scanner-primary", "fingerprint": "ed89d305c50e85a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6e971c743b49af91", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/broadcasts/BroadcastsClient.tsx:90"}, "properties": {"repobilityId": "db4bc3391f716d25", "scanner": "scanner-primary", "fingerprint": "6e971c743b49af91", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ccbba977f48706c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/links/SmartLinksClient.tsx:104"}, "properties": {"repobilityId": "34722d9e08ad1173", "scanner": "scanner-primary", "fingerprint": "3ccbba977f48706c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-35e055e486eb3207", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/templates/TemplatesClient.tsx:98"}, "properties": {"repobilityId": "b86c0e8a0c8a221a", "scanner": "scanner-primary", "fingerprint": "35e055e486eb3207", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b538ea6d321098d9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(app)/settings/SettingsClient.tsx:131"}, "properties": {"repobilityId": "2d789d784ce93e3f", "scanner": "scanner-primary", "fingerprint": "b538ea6d321098d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a0db8c9d8812d043", "level": "note", "message": {"text": "Legacy-named symbol `synapse_theme_v1` in components/ThemeProvider.tsx:9"}, "properties": {"repobilityId": "cb236224e2fe09a7", "scanner": "scanner-primary", "fingerprint": "a0db8c9d8812d043", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-87df754fcf6f3dce", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/anthropic.ts:3"}, "properties": {"repobilityId": "96dc8d45ee87e177", "scanner": "scanner-primary", "fingerprint": "87df754fcf6f3dce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-56c09ef78ae1893e", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/meta/index.ts:4"}, "properties": {"repobilityId": "7e868f551345378f", "scanner": "scanner-primary", "fingerprint": "56c09ef78ae1893e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b3201d01cf28c353", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/index.ts:60"}, "properties": {"repobilityId": "2e7ae6bb62258389", "scanner": "scanner-primary", "fingerprint": "b3201d01cf28c353", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a679e16b83e6c7a1", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/meta/facebook.ts:9"}, "properties": {"repobilityId": "cff5d497785dcbaf", "scanner": "scanner-primary", "fingerprint": "a679e16b83e6c7a1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21d996ba0daf43d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/meta/facebook.ts:63"}, "properties": {"repobilityId": "501d98cfd6ad630a", "scanner": "scanner-primary", "fingerprint": "21d996ba0daf43d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3482f7e5dd70cd1a", "level": "note", "message": {"text": "6 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "1da70f25aa46f6e9", "scanner": "scanner-primary", "fingerprint": "3482f7e5dd70cd1a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}