{"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-e73af9c552140d83", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Icon.tsx:48", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Icon.tsx:48"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dd353d837eb9f2dd", "name": "Icon-only button without accessible name \u2014 app/leads/page.tsx:1285", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/leads/page.tsx:1285"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2ac318105f9be897", "name": "Icon-only button without accessible name \u2014 app/matching/page.tsx:934", "shortDescription": {"text": "Icon-only button without accessible name \u2014 app/matching/page.tsx:934"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7ce8df5d6968f48c", "name": "Insecure pattern 'document_write' in reference/\u540d\u55ae\u7e3d\u89bd.html:1110", "shortDescription": {"text": "Insecure pattern 'document_write' in reference/\u540d\u55ae\u7e3d\u89bd.html:1110"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c6526c6939c304ff", "name": "Insecure pattern 'dangerous_innerhtml' in reference/\u540d\u55ae\u7e3d\u89bd.html:144", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u540d\u55ae\u7e3d\u89bd.html:144"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-64d615823d6cc094", "name": "Insecure pattern 'dangerous_innerhtml' in reference/\u4eca\u65e5\u8ddf\u9032.html:100", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u4eca\u65e5\u8ddf\u9032.html:100"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-41c6092d1af788a8", "name": "Insecure pattern 'dangerous_innerhtml' in reference/\u54c1\u724c\u8a73\u60c5.html:48", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u54c1\u724c\u8a73\u60c5.html:48"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cf30ba83125961be", "name": "Insecure pattern 'dangerous_innerhtml' in reference/\u5546\u6a5f\u770b\u677f.html:55", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u5546\u6a5f\u770b\u677f.html:55"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-700304c50085463b", "name": "Insecure pattern 'dangerous_innerhtml' in components/Icon.tsx:48", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/Icon.tsx:48"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-625d3abf0616654e", "name": "Insecure pattern 'document_write' in app/leads/page.tsx:1686", "shortDescription": {"text": "Insecure pattern 'document_write' in app/leads/page.tsx:1686"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "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-bc7328b593731d3b", "name": "Very large file: app/leads/page.tsx (1759 lines)", "shortDescription": {"text": "Very large file: app/leads/page.tsx (1759 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-015fb1aa8177ed1b", "name": "Very large file: app/matching/page.tsx (1782 lines)", "shortDescription": {"text": "Very large file: app/matching/page.tsx (1782 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 45 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 12 placeholder/mock markers across 3 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-abda1797deb2ea65", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/followups/page.tsx:249", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/followups/page.tsx:249"}, "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-cfa71baf82284448", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/leads/page.tsx:1363", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/leads/page.tsx:1363"}, "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-c2aecbd794666a47", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/scrape/places/route.ts:121", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/scrape/places/route.ts:121"}, "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-08329969fd4843a8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/brands/page.tsx:533", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/brands/page.tsx:533"}, "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-9d33a34f141079d6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/opportunities/page.tsx:182", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/opportunities/page.tsx:182"}, "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-5575d9e657494c41", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/matching/page.tsx:1393", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/matching/page.tsx:1393"}, "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/22952"}, "properties": {"repository": "xboomz0428/sales-channel", "repoUrl": "https://github.com/xboomz0428/sales-channel", "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-e73af9c552140d83", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/Icon.tsx:48"}, "properties": {"repobilityId": "b39105353b5b1790", "scanner": "scanner-primary", "fingerprint": "e73af9c552140d83", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-dd353d837eb9f2dd", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/leads/page.tsx:1285"}, "properties": {"repobilityId": "167d8072dcb877ef", "scanner": "scanner-primary", "fingerprint": "dd353d837eb9f2dd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-2ac318105f9be897", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 app/matching/page.tsx:934"}, "properties": {"repobilityId": "ce7acb2d8155a51d", "scanner": "scanner-primary", "fingerprint": "2ac318105f9be897", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-7ce8df5d6968f48c", "level": "note", "message": {"text": "Insecure pattern 'document_write' in reference/\u540d\u55ae\u7e3d\u89bd.html:1110"}, "properties": {"repobilityId": "8a325d378d265dc5", "scanner": "scanner-primary", "fingerprint": "7ce8df5d6968f48c", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reference/\u540d\u55ae\u7e3d\u89bd.html"}, "region": {"startLine": 1110}}}]}, {"ruleId": "scanner-c6526c6939c304ff", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u540d\u55ae\u7e3d\u89bd.html:144"}, "properties": {"repobilityId": "ce62c8e916f152ea", "scanner": "scanner-primary", "fingerprint": "c6526c6939c304ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reference/\u540d\u55ae\u7e3d\u89bd.html"}, "region": {"startLine": 144}}}]}, {"ruleId": "scanner-64d615823d6cc094", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u4eca\u65e5\u8ddf\u9032.html:100"}, "properties": {"repobilityId": "4c76a973ce9a07ed", "scanner": "scanner-primary", "fingerprint": "64d615823d6cc094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reference/\u4eca\u65e5\u8ddf\u9032.html"}, "region": {"startLine": 100}}}]}, {"ruleId": "scanner-41c6092d1af788a8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u54c1\u724c\u8a73\u60c5.html:48"}, "properties": {"repobilityId": "a1c969061868d045", "scanner": "scanner-primary", "fingerprint": "41c6092d1af788a8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reference/\u54c1\u724c\u8a73\u60c5.html"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-cf30ba83125961be", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in reference/\u5546\u6a5f\u770b\u677f.html:55"}, "properties": {"repobilityId": "135a0c6f0ea402b1", "scanner": "scanner-primary", "fingerprint": "cf30ba83125961be", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reference/\u5546\u6a5f\u770b\u677f.html"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-700304c50085463b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/Icon.tsx:48"}, "properties": {"repobilityId": "cf677b839c286d56", "scanner": "scanner-primary", "fingerprint": "700304c50085463b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/Icon.tsx"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-625d3abf0616654e", "level": "note", "message": {"text": "Insecure pattern 'document_write' in app/leads/page.tsx:1686"}, "properties": {"repobilityId": "d3a1738b0b138c25", "scanner": "scanner-primary", "fingerprint": "625d3abf0616654e", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/leads/page.tsx"}, "region": {"startLine": 1686}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"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-bc7328b593731d3b", "level": "note", "message": {"text": "Very large file: app/leads/page.tsx (1759 lines)"}, "properties": {"repobilityId": "7232db4004cd0c52", "scanner": "scanner-primary", "fingerprint": "bc7328b593731d3b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-015fb1aa8177ed1b", "level": "note", "message": {"text": "Very large file: app/matching/page.tsx (1782 lines)"}, "properties": {"repobilityId": "594a1e9d2d621fea", "scanner": "scanner-primary", "fingerprint": "015fb1aa8177ed1b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "2f8f2691b785b292", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "a5f2c72407582991", "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": "cc07b49d42cde8f2", "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": "81b17510f65b3416", "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": "23cc4910f387b730", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "1f58a557767aa436", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d61445446d34155d", "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": "b1a45c2a204a23f8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-abda1797deb2ea65", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/followups/page.tsx:249"}, "properties": {"repobilityId": "c29ffe57f0ee02e5", "scanner": "scanner-primary", "fingerprint": "abda1797deb2ea65", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cfa71baf82284448", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/leads/page.tsx:1363"}, "properties": {"repobilityId": "f95a9ef92582d6c8", "scanner": "scanner-primary", "fingerprint": "cfa71baf82284448", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c2aecbd794666a47", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/scrape/places/route.ts:121"}, "properties": {"repobilityId": "3e378b5a8dc7265d", "scanner": "scanner-primary", "fingerprint": "c2aecbd794666a47", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-08329969fd4843a8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/brands/page.tsx:533"}, "properties": {"repobilityId": "4c78b3844388a70f", "scanner": "scanner-primary", "fingerprint": "08329969fd4843a8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9d33a34f141079d6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/opportunities/page.tsx:182"}, "properties": {"repobilityId": "a217befd6458a4c9", "scanner": "scanner-primary", "fingerprint": "9d33a34f141079d6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5575d9e657494c41", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/matching/page.tsx:1393"}, "properties": {"repobilityId": "aec52a08554ba95e", "scanner": "scanner-primary", "fingerprint": "5575d9e657494c41", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}