{"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-7c8575d9c615ca9e", "name": "Stray `console.log` in TS/JS \u2014 meta-app.js:38", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 meta-app.js:38"}, "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-3341af41d58711c5", "name": "Stray `console.log` in TS/JS \u2014 scripts/meta-review-calls.js:38", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meta-review-calls.js:38"}, "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-a351108c41beb6ef", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:19", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:19"}, "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-086371dbb1ef1921", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/shopify/route.ts:103", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/shopify/route.ts:103"}, "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-f1d62c61ab3bcb64", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/layout.tsx:310", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/layout.tsx:310"}, "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-edf29b44d6edb6d1", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/settings/page.tsx:808", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/settings/page.tsx:808"}, "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-c4bb25443fb2ba35", "name": "Stray `console.log` in TS/JS \u2014 src/app/brands/new/page.tsx:153", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/brands/new/page.tsx:153"}, "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-e73176b763838f96", "name": "Stray `console.log` in TS/JS \u2014 src/lib/shopify-sync.ts:132", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/shopify-sync.ts:132"}, "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-71cd0ae5aa7aaa84", "name": "Stray `console.log` in TS/JS \u2014 src/lib/analytics-cache.ts:113", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/analytics-cache.ts:113"}, "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-c186a065ec47360a", "name": "TODO/FIXME marker in shipping code \u2014 src/lib/services/synter.ts:143", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/services/synter.ts:143"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cba7080623a51857", "name": "Stray `console.log` in TS/JS \u2014 src/lib/services/shopify.ts:1847", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/services/shopify.ts:1847"}, "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-e8df79646dece138", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:19", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:19"}, "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-9b11485261c1b74f", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/layout.tsx:310", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/layout.tsx:310"}, "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-47d9025c07692f1d", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/settings/page.tsx:808", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/settings/page.tsx:808"}, "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-0148ae9a8c40f5c7", "name": "Possible secret in src/lib/auth.ts", "shortDescription": {"text": "Possible secret in src/lib/auth.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-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-5805f2577acc33f6", "name": "Very large file: src/app/dashboard/[slug]/settings/page.tsx (1591 lines)", "shortDescription": {"text": "Very large file: src/app/dashboard/[slug]/settings/page.tsx (1591 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-5981c1b23512d33b", "name": "Very large file: src/app/dashboard/[slug]/analytics/page.tsx (1137 lines)", "shortDescription": {"text": "Very large file: src/app/dashboard/[slug]/analytics/page.tsx (1137 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-2b8c0838e0b4e6ba", "name": "Very large file: src/app/dashboard/[slug]/ads/page.tsx (1164 lines)", "shortDescription": {"text": "Very large file: src/app/dashboard/[slug]/ads/page.tsx (1164 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-b2e562f4bc223e66", "name": "Very large file: src/app/dashboard/[slug]/shopify/page.tsx (1461 lines)", "shortDescription": {"text": "Very large file: src/app/dashboard/[slug]/shopify/page.tsx (1461 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-1e6154d4eb963b9d", "name": "Very large file: src/lib/services/shopify.ts (2761 lines)", "shortDescription": {"text": "Very large file: src/lib/services/shopify.ts (2761 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-5dc02a5ea56b81c9", "name": "Very large file: src/lib/services/meta.ts (1530 lines)", "shortDescription": {"text": "Very large file: src/lib/services/meta.ts (1530 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": "2 test file(s) for 155 source file(s) (ratio 0.01). 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 137 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 62 placeholder/mock markers across 19 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-f48567bb5651d88c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-engagement.mjs:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-engagement.mjs:25"}, "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-f67d74eea3f28b91", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-meta-comments.mjs:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-meta-comments.mjs:32"}, "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-c917bc94cc03fe6d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-shopify-scopes.mjs:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-shopify-scopes.mjs: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-7e1ed65dda7a58bb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/identify-pages.mjs:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/identify-pages.mjs:22"}, "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-e8c98eacec566354", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-google-ads.mjs:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-google-ads.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-c04391020771ea2c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MetaConnect.tsx:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MetaConnect.tsx:29"}, "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-24492a26a14b65b4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/TechSpyManager.tsx:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/TechSpyManager.tsx:58"}, "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-46a893c31270afbf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/PriceTrackerManager.tsx:87", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/PriceTrackerManager.tsx:87"}, "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-c6394c33704ad16a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/EventsManager.tsx:575", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/EventsManager.tsx:575"}, "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-463bf108b63a2c4c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/GoogleAdsConnect.tsx:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/GoogleAdsConnect.tsx:32"}, "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-78fb90ba2bda5b28", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/google-ads/callback/route.ts:103", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/google-ads/callback/route.ts:103"}, "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-b6829e34daac7598", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/meta/callback/route.ts:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/meta/callback/route.ts:93"}, "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-39d26d06088062ad", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/metrics/route.ts:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/metrics/route.ts:8"}, "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-2e5ce10f50100312", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/settings/page.tsx:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/settings/page.tsx:21"}, "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-24e9597d3a1c5cd7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/analytics/page.tsx:147", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/analytics/page.tsx:147"}, "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-0dd5397f475040e0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/ads/page.tsx:745", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/ads/page.tsx:745"}, "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-94de6da73bd02c63", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/custom/page.tsx:146", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/custom/page.tsx:146"}, "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-e1212018776f7bc9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/forecast/page.tsx:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/forecast/page.tsx:93"}, "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-b3014bedce76110d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/metrics/page.tsx:134", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/metrics/page.tsx:134"}, "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-4ce27cdcd13f165e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/profit/page.tsx:72", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/profit/page.tsx:72"}, "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-8ded66f1326d2166", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/shopify/page.tsx:197", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/shopify/page.tsx:197"}, "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-bc3761eb1421f635", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/brands/new/page.tsx:56", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/brands/new/page.tsx:56"}, "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-06e1d423b6abbdbe", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/github-store.ts:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/github-store.ts: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-88e974d3ace818e6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/competitor-scan.ts:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/competitor-scan.ts:15"}, "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-fe82b300c552a775", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/competitor-ads.ts:123", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/competitor-ads.ts:123"}, "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-7b69e0facfbea8f7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/social.ts:75", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/social.ts:75"}, "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-579ec05ebb111458", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/synter.ts:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/synter.ts:54"}, "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-0754d20eb620f334", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/ga4.ts:126", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/ga4.ts:126"}, "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-322c20255234533e", "name": "Commented-code block (6 lines) in src/lib/services/shopify.ts:62", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/services/shopify.ts:62"}, "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-02ca5183a9ab4e48", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/shopify.ts:397", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/shopify.ts:397"}, "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-5eeedd951372bdb8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/google-ads.ts:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/google-ads.ts:58"}, "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-7e2e30d4c7000d5d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/tiktok.ts:41", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/tiktok.ts:41"}, "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-62a81e55d20e5c7b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/windsor.ts:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/windsor.ts:43"}, "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-50caa1e18c27919a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/meta.ts:228", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/meta.ts:228"}, "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-5fa5af25316da646", "name": "16 env vars used in code but missing from .env.example", "shortDescription": {"text": "16 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `GITHUB_BRANCH`, `GITHUB_REPO`, `GITHUB_TOKEN`, `GOOGLE_ADS_DEV_TOKEN`, `GOOGLE_ADS_LOGIN_CUSTOMER_ID`, `GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET` + 8 more. 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/18138"}, "properties": {"repository": "riddhimanghosh-ai/Brand-Analytics", "repoUrl": "https://github.com/riddhimanghosh-ai/Brand-Analytics", "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-7c8575d9c615ca9e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 meta-app.js:38"}, "properties": {"repobilityId": "29a1126fe75ecf9f", "scanner": "scanner-primary", "fingerprint": "7c8575d9c615ca9e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3341af41d58711c5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/meta-review-calls.js:38"}, "properties": {"repobilityId": "0660c65f4d8fb1fd", "scanner": "scanner-primary", "fingerprint": "3341af41d58711c5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a351108c41beb6ef", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:19"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "a351108c41beb6ef", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-086371dbb1ef1921", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/shopify/route.ts:103"}, "properties": {"repobilityId": "9915f86602e39917", "scanner": "scanner-primary", "fingerprint": "086371dbb1ef1921", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f1d62c61ab3bcb64", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/layout.tsx:310"}, "properties": {"repobilityId": "46e62eb574354bc9", "scanner": "scanner-primary", "fingerprint": "f1d62c61ab3bcb64", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-edf29b44d6edb6d1", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/dashboard/[slug]/settings/page.tsx:808"}, "properties": {"repobilityId": "a62daf894321f38c", "scanner": "scanner-primary", "fingerprint": "edf29b44d6edb6d1", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c4bb25443fb2ba35", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/brands/new/page.tsx:153"}, "properties": {"repobilityId": "30210950756af88c", "scanner": "scanner-primary", "fingerprint": "c4bb25443fb2ba35", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e73176b763838f96", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/shopify-sync.ts:132"}, "properties": {"repobilityId": "b25aeb2ffd974297", "scanner": "scanner-primary", "fingerprint": "e73176b763838f96", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-71cd0ae5aa7aaa84", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/analytics-cache.ts:113"}, "properties": {"repobilityId": "5285b2b9d0991a20", "scanner": "scanner-primary", "fingerprint": "71cd0ae5aa7aaa84", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c186a065ec47360a", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/services/synter.ts:143"}, "properties": {"repobilityId": "b5c6d6c3923669e4", "scanner": "scanner-primary", "fingerprint": "c186a065ec47360a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-cba7080623a51857", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/services/shopify.ts:1847"}, "properties": {"repobilityId": "91472c21046f405f", "scanner": "scanner-primary", "fingerprint": "cba7080623a51857", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e8df79646dece138", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:19"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "e8df79646dece138", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-9b11485261c1b74f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/layout.tsx:310"}, "properties": {"repobilityId": "e46851e19a40ac1a", "scanner": "scanner-primary", "fingerprint": "9b11485261c1b74f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/dashboard/[slug]/layout.tsx"}, "region": {"startLine": 310}}}]}, {"ruleId": "scanner-47d9025c07692f1d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/[slug]/settings/page.tsx:808"}, "properties": {"repobilityId": "4fdb3ef5fdb88f1e", "scanner": "scanner-primary", "fingerprint": "47d9025c07692f1d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/dashboard/[slug]/settings/page.tsx"}, "region": {"startLine": 808}}}]}, {"ruleId": "scanner-0148ae9a8c40f5c7", "level": "error", "message": {"text": "Possible secret in src/lib/auth.ts"}, "properties": {"repobilityId": "de44c410cc496144", "scanner": "scanner-primary", "fingerprint": "0148ae9a8c40f5c7", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/auth.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-0148ae9a8c40f5c7", "level": "error", "message": {"text": "Possible secret in src/lib/auth.ts"}, "properties": {"repobilityId": "de44c410cc496144", "scanner": "scanner-primary", "fingerprint": "0148ae9a8c40f5c7", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/auth.ts"}, "region": {"startLine": 22}}}]}, {"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-5805f2577acc33f6", "level": "note", "message": {"text": "Very large file: src/app/dashboard/[slug]/settings/page.tsx (1591 lines)"}, "properties": {"repobilityId": "62ac5c37805ca8f8", "scanner": "scanner-primary", "fingerprint": "5805f2577acc33f6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5981c1b23512d33b", "level": "note", "message": {"text": "Very large file: src/app/dashboard/[slug]/analytics/page.tsx (1137 lines)"}, "properties": {"repobilityId": "272a0a31b55ddf30", "scanner": "scanner-primary", "fingerprint": "5981c1b23512d33b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2b8c0838e0b4e6ba", "level": "note", "message": {"text": "Very large file: src/app/dashboard/[slug]/ads/page.tsx (1164 lines)"}, "properties": {"repobilityId": "792932588ca2fa6e", "scanner": "scanner-primary", "fingerprint": "2b8c0838e0b4e6ba", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b2e562f4bc223e66", "level": "note", "message": {"text": "Very large file: src/app/dashboard/[slug]/shopify/page.tsx (1461 lines)"}, "properties": {"repobilityId": "95ac0c1d0185bbf4", "scanner": "scanner-primary", "fingerprint": "b2e562f4bc223e66", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-1e6154d4eb963b9d", "level": "note", "message": {"text": "Very large file: src/lib/services/shopify.ts (2761 lines)"}, "properties": {"repobilityId": "be952491033cb3af", "scanner": "scanner-primary", "fingerprint": "1e6154d4eb963b9d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5dc02a5ea56b81c9", "level": "note", "message": {"text": "Very large file: src/lib/services/meta.ts (1530 lines)"}, "properties": {"repobilityId": "cf8f5516e54d1fc4", "scanner": "scanner-primary", "fingerprint": "5dc02a5ea56b81c9", "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": "ab0d4afff2c9e1ca", "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": "13b47273fec8e782", "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": "04dbdb3fedfd4b07", "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": "1f04ba5b8708e58b", "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": "bd423ba1a6652e33", "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": "82b7cdac24d1e9b2", "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": "0c3bc09a9eed6388", "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": "b159e8cd8f3be0ec", "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": "b59f837f80a3be4a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"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-f48567bb5651d88c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-engagement.mjs:25"}, "properties": {"repobilityId": "b11804321ce3fe4c", "scanner": "scanner-primary", "fingerprint": "f48567bb5651d88c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f67d74eea3f28b91", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-meta-comments.mjs:32"}, "properties": {"repobilityId": "f980e3b7ffd51dfd", "scanner": "scanner-primary", "fingerprint": "f67d74eea3f28b91", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c917bc94cc03fe6d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/check-shopify-scopes.mjs:23"}, "properties": {"repobilityId": "c51cbca886ef86b9", "scanner": "scanner-primary", "fingerprint": "c917bc94cc03fe6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7e1ed65dda7a58bb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/identify-pages.mjs:22"}, "properties": {"repobilityId": "3a5a6105f2efe055", "scanner": "scanner-primary", "fingerprint": "7e1ed65dda7a58bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e8c98eacec566354", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/debug-google-ads.mjs:36"}, "properties": {"repobilityId": "6a1013363adc5154", "scanner": "scanner-primary", "fingerprint": "e8c98eacec566354", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c04391020771ea2c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/MetaConnect.tsx:29"}, "properties": {"repobilityId": "9fbe18cea3ae508c", "scanner": "scanner-primary", "fingerprint": "c04391020771ea2c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24492a26a14b65b4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/TechSpyManager.tsx:58"}, "properties": {"repobilityId": "ffa3e98822c6225d", "scanner": "scanner-primary", "fingerprint": "24492a26a14b65b4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-46a893c31270afbf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/PriceTrackerManager.tsx:87"}, "properties": {"repobilityId": "8a86574fe86c4403", "scanner": "scanner-primary", "fingerprint": "46a893c31270afbf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c6394c33704ad16a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/EventsManager.tsx:575"}, "properties": {"repobilityId": "e0af5099c41b6cc0", "scanner": "scanner-primary", "fingerprint": "c6394c33704ad16a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-463bf108b63a2c4c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/GoogleAdsConnect.tsx:32"}, "properties": {"repobilityId": "8dbd4aa4af6d36d3", "scanner": "scanner-primary", "fingerprint": "463bf108b63a2c4c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-78fb90ba2bda5b28", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/google-ads/callback/route.ts:103"}, "properties": {"repobilityId": "483b06549af073b6", "scanner": "scanner-primary", "fingerprint": "78fb90ba2bda5b28", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b6829e34daac7598", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/auth/meta/callback/route.ts:93"}, "properties": {"repobilityId": "f344ab0bc3f33db8", "scanner": "scanner-primary", "fingerprint": "b6829e34daac7598", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-39d26d06088062ad", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/metrics/route.ts:8"}, "properties": {"repobilityId": "4d2221f4bdda3a54", "scanner": "scanner-primary", "fingerprint": "39d26d06088062ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2e5ce10f50100312", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/settings/page.tsx:21"}, "properties": {"repobilityId": "8237063a9701be4f", "scanner": "scanner-primary", "fingerprint": "2e5ce10f50100312", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24e9597d3a1c5cd7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/analytics/page.tsx:147"}, "properties": {"repobilityId": "a5169577643ce1c4", "scanner": "scanner-primary", "fingerprint": "24e9597d3a1c5cd7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0dd5397f475040e0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/ads/page.tsx:745"}, "properties": {"repobilityId": "677a5f9e3d3ef7d4", "scanner": "scanner-primary", "fingerprint": "0dd5397f475040e0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-94de6da73bd02c63", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/custom/page.tsx:146"}, "properties": {"repobilityId": "a3f67de53e7a57f0", "scanner": "scanner-primary", "fingerprint": "94de6da73bd02c63", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e1212018776f7bc9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/forecast/page.tsx:93"}, "properties": {"repobilityId": "c0f01494fb16152f", "scanner": "scanner-primary", "fingerprint": "e1212018776f7bc9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b3014bedce76110d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/metrics/page.tsx:134"}, "properties": {"repobilityId": "fc2cf72b9013b226", "scanner": "scanner-primary", "fingerprint": "b3014bedce76110d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4ce27cdcd13f165e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/profit/page.tsx:72"}, "properties": {"repobilityId": "a4327e9313e15c13", "scanner": "scanner-primary", "fingerprint": "4ce27cdcd13f165e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8ded66f1326d2166", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/[slug]/shopify/page.tsx:197"}, "properties": {"repobilityId": "86353b0c801a7ee8", "scanner": "scanner-primary", "fingerprint": "8ded66f1326d2166", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bc3761eb1421f635", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/brands/new/page.tsx:56"}, "properties": {"repobilityId": "8662cb8de4c2f3cc", "scanner": "scanner-primary", "fingerprint": "bc3761eb1421f635", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-06e1d423b6abbdbe", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/github-store.ts:104"}, "properties": {"repobilityId": "6bd97bbe80fdee90", "scanner": "scanner-primary", "fingerprint": "06e1d423b6abbdbe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-88e974d3ace818e6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/competitor-scan.ts:15"}, "properties": {"repobilityId": "567500f389aec3a3", "scanner": "scanner-primary", "fingerprint": "88e974d3ace818e6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fe82b300c552a775", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/competitor-ads.ts:123"}, "properties": {"repobilityId": "bace748c7a510a72", "scanner": "scanner-primary", "fingerprint": "fe82b300c552a775", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7b69e0facfbea8f7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/social.ts:75"}, "properties": {"repobilityId": "df2854b18f045efa", "scanner": "scanner-primary", "fingerprint": "7b69e0facfbea8f7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-579ec05ebb111458", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/synter.ts:54"}, "properties": {"repobilityId": "62b923b303104566", "scanner": "scanner-primary", "fingerprint": "579ec05ebb111458", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0754d20eb620f334", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/ga4.ts:126"}, "properties": {"repobilityId": "8f87275d1046c64c", "scanner": "scanner-primary", "fingerprint": "0754d20eb620f334", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-322c20255234533e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/services/shopify.ts:62"}, "properties": {"repobilityId": "8425362ae4883472", "scanner": "scanner-primary", "fingerprint": "322c20255234533e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02ca5183a9ab4e48", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/shopify.ts:397"}, "properties": {"repobilityId": "3815a43c12399d46", "scanner": "scanner-primary", "fingerprint": "02ca5183a9ab4e48", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5eeedd951372bdb8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/google-ads.ts:58"}, "properties": {"repobilityId": "c1e1b895be824f89", "scanner": "scanner-primary", "fingerprint": "5eeedd951372bdb8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7e2e30d4c7000d5d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/tiktok.ts:41"}, "properties": {"repobilityId": "36ceecdbbe570f91", "scanner": "scanner-primary", "fingerprint": "7e2e30d4c7000d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-62a81e55d20e5c7b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/windsor.ts:43"}, "properties": {"repobilityId": "b61db0bf51b54be1", "scanner": "scanner-primary", "fingerprint": "62a81e55d20e5c7b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-50caa1e18c27919a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/meta.ts:228"}, "properties": {"repobilityId": "4dda8970b04033f9", "scanner": "scanner-primary", "fingerprint": "50caa1e18c27919a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fa5af25316da646", "level": "note", "message": {"text": "16 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e0919a3f6a45e8c2", "scanner": "scanner-primary", "fingerprint": "5fa5af25316da646", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}