{"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-87d6f6b292491939", "name": "Stray `console.log` in TS/JS \u2014 scripts/apply-migrations.js:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/apply-migrations.js:31"}, "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-a0f6daa17e9fb228", "name": "Stray `console.log` in TS/JS \u2014 scripts/meetup-jwt-test.js:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meetup-jwt-test.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-f23b382b6bd32e99", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-admin.js:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-admin.js:37"}, "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-9339818038f19133", "name": "Stray `console.log` in TS/JS \u2014 scripts/meetup-auth.js:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meetup-auth.js:32"}, "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-5bfd862b5e591b2a", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-webhook/index.ts:51", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-webhook/index.ts:51"}, "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-9f14a37e90e3826c", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-sync/index.ts:36", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-sync/index.ts:36"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3f0328d2793f1760", "name": "Insecure pattern 'exec_used' in scripts/meetup-auth.js:37", "shortDescription": {"text": "Insecure pattern 'exec_used' in scripts/meetup-auth.js:37"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dff58e6ae426afaa", "name": "Insecure pattern 'node_child_process' in scripts/meetup-auth.js:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/meetup-auth.js:14"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 45 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 53 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 14 placeholder/mock markers across 6 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-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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f50bc3ef422319d7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/apply-migrations.js:37", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/apply-migrations.js: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-edf192d33b176b60", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-jwt-test.js:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-jwt-test.js:30"}, "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-d46f06e92c5d6d9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-auth.js:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-auth.js:57"}, "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-fc83af7cdd8b7b3e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/run-migrations.mjs:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/run-migrations.mjs:36"}, "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-8b8e67f62c96e2af", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-oauth-callback/index.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-oauth-callback/index.ts:26"}, "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-14456debd0d2aedc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-sync/index.ts:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-sync/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-fc7705e91f2de059", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/UsersPage.jsx:95", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/UsersPage.jsx:95"}, "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-36fbea4225341215", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/TargetsPage.jsx:116", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/TargetsPage.jsx:116"}, "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-b0e0f99effaa603e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useLeadsData.js:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useLeadsData.js:24"}, "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-11d2d69ffd7de456", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTrendData.js:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTrendData.js:17"}, "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-a356e02a8d1620c6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useSourceBreakdown.js:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useSourceBreakdown.js:16"}, "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-998de986741a227a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useFunnelMetrics.js:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useFunnelMetrics.js:16"}, "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-6df47a20d4bf0411", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTagBreakdown.js:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTagBreakdown.js:23"}, "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-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `MEETUP_CLIENT_ID`, `MEETUP_CLIENT_SECRET`, `MEETUP_GROUP_URLNAME`, `MEETUP_MEMBER_ID`, `MEETUP_SIGNING_KEY_ID`. 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/17723"}, "properties": {"repository": "rafcasto/jhg-dashboard", "repoUrl": "https://github.com/rafcasto/jhg-dashboard", "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-87d6f6b292491939", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/apply-migrations.js:31"}, "properties": {"repobilityId": "c448479ad8c3f6bd", "scanner": "scanner-primary", "fingerprint": "87d6f6b292491939", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a0f6daa17e9fb228", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meetup-jwt-test.js:25"}, "properties": {"repobilityId": "afc1c816bfbe0893", "scanner": "scanner-primary", "fingerprint": "a0f6daa17e9fb228", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f23b382b6bd32e99", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-admin.js:37"}, "properties": {"repobilityId": "0638d52e096ddb02", "scanner": "scanner-primary", "fingerprint": "f23b382b6bd32e99", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9339818038f19133", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meetup-auth.js:32"}, "properties": {"repobilityId": "40332ed7738c1028", "scanner": "scanner-primary", "fingerprint": "9339818038f19133", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5bfd862b5e591b2a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-webhook/index.ts:51"}, "properties": {"repobilityId": "83d314f4e0bd8f5b", "scanner": "scanner-primary", "fingerprint": "5bfd862b5e591b2a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9f14a37e90e3826c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/meetup-sync/index.ts:36"}, "properties": {"repobilityId": "80de6604a0ef7468", "scanner": "scanner-primary", "fingerprint": "9f14a37e90e3826c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-3f0328d2793f1760", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in scripts/meetup-auth.js:37"}, "properties": {"repobilityId": "14bc981177cc77fd", "scanner": "scanner-primary", "fingerprint": "3f0328d2793f1760", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/meetup-auth.js"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-dff58e6ae426afaa", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/meetup-auth.js:14"}, "properties": {"repobilityId": "75532a27363a3cf8", "scanner": "scanner-primary", "fingerprint": "dff58e6ae426afaa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/meetup-auth.js"}, "region": {"startLine": 14}}}]}, {"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-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": "1cb70d2eb84b4d5d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "c7f5fbfccb3cc35f", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "84edc51935663929", "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": "7d81159839c06aa8", "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": "e255c5f7b27318aa", "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": "027a74944673259e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "67bafe0e46793ee9", "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": "d1ed0f4c06ef9060", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f50bc3ef422319d7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/apply-migrations.js:37"}, "properties": {"repobilityId": "e9f78861af2d2794", "scanner": "scanner-primary", "fingerprint": "f50bc3ef422319d7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-edf192d33b176b60", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-jwt-test.js:30"}, "properties": {"repobilityId": "031f43ed28b0fcd3", "scanner": "scanner-primary", "fingerprint": "edf192d33b176b60", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d46f06e92c5d6d9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/meetup-auth.js:57"}, "properties": {"repobilityId": "8ab11a6d1058222f", "scanner": "scanner-primary", "fingerprint": "d46f06e92c5d6d9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fc83af7cdd8b7b3e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/run-migrations.mjs:36"}, "properties": {"repobilityId": "11dfe04f3ac5cb28", "scanner": "scanner-primary", "fingerprint": "fc83af7cdd8b7b3e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8b8e67f62c96e2af", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-oauth-callback/index.ts:26"}, "properties": {"repobilityId": "418c3d23c5774bcd", "scanner": "scanner-primary", "fingerprint": "8b8e67f62c96e2af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-14456debd0d2aedc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/meetup-sync/index.ts:70"}, "properties": {"repobilityId": "229fc2df18bd94d7", "scanner": "scanner-primary", "fingerprint": "14456debd0d2aedc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fc7705e91f2de059", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/UsersPage.jsx:95"}, "properties": {"repobilityId": "a4cc71aa7cb4c75a", "scanner": "scanner-primary", "fingerprint": "fc7705e91f2de059", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-36fbea4225341215", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/TargetsPage.jsx:116"}, "properties": {"repobilityId": "aad26a6c2f7e6170", "scanner": "scanner-primary", "fingerprint": "36fbea4225341215", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b0e0f99effaa603e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useLeadsData.js:24"}, "properties": {"repobilityId": "c936130cb9837b48", "scanner": "scanner-primary", "fingerprint": "b0e0f99effaa603e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-11d2d69ffd7de456", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTrendData.js:17"}, "properties": {"repobilityId": "02a6ce3efc6d11f3", "scanner": "scanner-primary", "fingerprint": "11d2d69ffd7de456", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a356e02a8d1620c6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useSourceBreakdown.js:16"}, "properties": {"repobilityId": "653d5522e047687d", "scanner": "scanner-primary", "fingerprint": "a356e02a8d1620c6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-998de986741a227a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useFunnelMetrics.js:16"}, "properties": {"repobilityId": "ff550e3e96c5dde6", "scanner": "scanner-primary", "fingerprint": "998de986741a227a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6df47a20d4bf0411", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hooks/useTagBreakdown.js:23"}, "properties": {"repobilityId": "5687373d0d24be38", "scanner": "scanner-primary", "fingerprint": "6df47a20d4bf0411", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}