{"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-04fd0ce90b8fef7d", "name": "`truncate` class without `title=` for hover reveal \u2014 archive/components/EventCalendar.tsx:268", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 archive/components/EventCalendar.tsx:268"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dd97232035dca573", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/LocationFinder.tsx:323", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/LocationFinder.tsx:323"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-78719a1215afd42a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:81", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:81"}, "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-dbefc413c887ddba", "name": "Insecure pattern 'cors_wildcard' in functions/experiences/upcoming.js:169", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/experiences/upcoming.js:169"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f560abfb99771ddd", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:81", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:81"}, "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-5c448e09bc1f1dcb", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 113 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 23 placeholder/mock markers across 12 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a5cb9b5bfa4552ee", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/experiences/upcoming.js:66", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/experiences/upcoming.js:66"}, "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-9b89a4f3ccd027c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo-data.mjs:85", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo-data.mjs:85"}, "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-b11b3cf30e8ec15f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/submitCheckout.ts:44", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/submitCheckout.ts:44"}, "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-7cca7b845ff38be4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/CheckoutSuccess.tsx:150", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/CheckoutSuccess.tsx:150"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `VITE_API_BASE_URL`, `VITE_APP_ID`, `VITE_BACKEND_URL`, `VITE_OAUTH_PORTAL_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-aa22e61bfd75150d", "name": "Dangling fetch: GET https://fareharbor.com/api/v1/companies/${SHORTNAME}/items/ (functions/experiences/upcoming.js:32)", "shortDescription": {"text": "Dangling fetch: GET https://fareharbor.com/api/v1/companies/${SHORTNAME}/items/ (functions/experiences/upcoming.js:32)"}, "fullDescription": {"text": "`functions/experiences/upcoming.js:32` calls `GET https://fareharbor.com/api/v1/companies/${SHORTNAME}/items/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/fareharbor.com/api/v1/companies/<p>/items`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7c3555b3759c8e48", "name": "Unused endpoint: GET /class-products", "shortDescription": {"text": "Unused endpoint: GET /class-products"}, "fullDescription": {"text": "`archive/pages/classes/ClassesPage.tsx` declares `GET /class-products` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42f9b9761abca776", "name": "Unused endpoint: POST /class-products", "shortDescription": {"text": "Unused endpoint: POST /class-products"}, "fullDescription": {"text": "`archive/pages/admin/ClassProductsAdmin.tsx` declares `POST /class-products` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b4f53bd6870ed4b6", "name": "Unused endpoint: GET /class-sessions", "shortDescription": {"text": "Unused endpoint: GET /class-sessions"}, "fullDescription": {"text": "`archive/pages/admin/ClassSessionsAdmin.tsx` declares `GET /class-sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a9a73bc0044a6c00", "name": "Unused endpoint: GET /admin/classes/products", "shortDescription": {"text": "Unused endpoint: GET /admin/classes/products"}, "fullDescription": {"text": "`src/lib/adminApi.ts` declares `GET /admin/classes/products` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-961d0503ef91d255", "name": "Unused endpoint: POST /admin/classes/products", "shortDescription": {"text": "Unused endpoint: POST /admin/classes/products"}, "fullDescription": {"text": "`src/lib/adminApi.ts` declares `POST /admin/classes/products` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2b5f837a69642302", "name": "Unused endpoint: GET /admin/classes/sessions", "shortDescription": {"text": "Unused endpoint: GET /admin/classes/sessions"}, "fullDescription": {"text": "`src/lib/adminApi.ts` declares `GET /admin/classes/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9854aa4da34aea60", "name": "Unused endpoint: GET /admin/venues", "shortDescription": {"text": "Unused endpoint: GET /admin/venues"}, "fullDescription": {"text": "`src/lib/adminApi.ts` declares `GET /admin/venues` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3001b144bce6c9a7", "name": "Unused endpoint: POST /admin/classes/sessions", "shortDescription": {"text": "Unused endpoint: POST /admin/classes/sessions"}, "fullDescription": {"text": "`src/lib/adminApi.ts` declares `POST /admin/classes/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18935"}, "properties": {"repository": "sarahdesertpaddleboards/desert-paddleboards-frontend", "repoUrl": "https://github.com/sarahdesertpaddleboards/desert-paddleboards-frontend", "branch": "main"}, "results": [{"ruleId": "scanner-04fd0ce90b8fef7d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 archive/components/EventCalendar.tsx:268"}, "properties": {"repobilityId": "bdfc04f3e77dccdc", "scanner": "scanner-primary", "fingerprint": "04fd0ce90b8fef7d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dd97232035dca573", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/LocationFinder.tsx:323"}, "properties": {"repobilityId": "bf381c89fe1ac144", "scanner": "scanner-primary", "fingerprint": "dd97232035dca573", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-78719a1215afd42a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:81"}, "properties": {"repobilityId": "b8c68f17a4018107", "scanner": "scanner-primary", "fingerprint": "78719a1215afd42a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-dbefc413c887ddba", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/experiences/upcoming.js:169"}, "properties": {"repobilityId": "9c595bdaf9fd1d32", "scanner": "scanner-primary", "fingerprint": "dbefc413c887ddba", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/experiences/upcoming.js"}, "region": {"startLine": 169}}}]}, {"ruleId": "scanner-f560abfb99771ddd", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:81"}, "properties": {"repobilityId": "33f10636e53b4298", "scanner": "scanner-primary", "fingerprint": "f560abfb99771ddd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ui/chart.tsx"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-5c448e09bc1f1dcb", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "99947a22a4200753", "scanner": "scanner-primary", "fingerprint": "5c448e09bc1f1dcb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-cloudflare.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-5c448e09bc1f1dcb", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "99947a22a4200753", "scanner": "scanner-primary", "fingerprint": "5c448e09bc1f1dcb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-cloudflare.yml"}, "region": {"startLine": 61}}}]}, {"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": "b99a00ced92a978b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "673b783ca3494f87", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "da2d5fd9d60a457d", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "52f176ec9df51fa9", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "034ed3a946abd757", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "97d4c8f9a7af0c0f", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "ea10af19902fc16d", "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": "2a37220583c73050", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a5cb9b5bfa4552ee", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/experiences/upcoming.js:66"}, "properties": {"repobilityId": "f3875931e6208b5b", "scanner": "scanner-primary", "fingerprint": "a5cb9b5bfa4552ee", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9b89a4f3ccd027c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo-data.mjs:85"}, "properties": {"repobilityId": "a623c74dd92ba5ff", "scanner": "scanner-primary", "fingerprint": "9b89a4f3ccd027c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b11b3cf30e8ec15f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/submitCheckout.ts:44"}, "properties": {"repobilityId": "6e11f6f38f1039ad", "scanner": "scanner-primary", "fingerprint": "b11b3cf30e8ec15f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7cca7b845ff38be4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/CheckoutSuccess.tsx:150"}, "properties": {"repobilityId": "9950668c7b778c42", "scanner": "scanner-primary", "fingerprint": "7cca7b845ff38be4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-aa22e61bfd75150d", "level": "error", "message": {"text": "Dangling fetch: GET https://fareharbor.com/api/v1/companies/${SHORTNAME}/items/ (functions/experiences/upcoming.js:32)"}, "properties": {"repobilityId": "a3a3c82283583b74", "scanner": "scanner-primary", "fingerprint": "aa22e61bfd75150d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-7c3555b3759c8e48", "level": "note", "message": {"text": "Unused endpoint: GET /class-products"}, "properties": {"repobilityId": "86649b3351f6c6e2", "scanner": "scanner-primary", "fingerprint": "7c3555b3759c8e48", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-42f9b9761abca776", "level": "note", "message": {"text": "Unused endpoint: POST /class-products"}, "properties": {"repobilityId": "ca822b499a0053e9", "scanner": "scanner-primary", "fingerprint": "42f9b9761abca776", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b4f53bd6870ed4b6", "level": "note", "message": {"text": "Unused endpoint: GET /class-sessions"}, "properties": {"repobilityId": "4324b2fc985d10c7", "scanner": "scanner-primary", "fingerprint": "b4f53bd6870ed4b6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a9a73bc0044a6c00", "level": "note", "message": {"text": "Unused endpoint: GET /admin/classes/products"}, "properties": {"repobilityId": "bb22de8846316c4f", "scanner": "scanner-primary", "fingerprint": "a9a73bc0044a6c00", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-961d0503ef91d255", "level": "note", "message": {"text": "Unused endpoint: POST /admin/classes/products"}, "properties": {"repobilityId": "4e4c85cdab053548", "scanner": "scanner-primary", "fingerprint": "961d0503ef91d255", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2b5f837a69642302", "level": "note", "message": {"text": "Unused endpoint: GET /admin/classes/sessions"}, "properties": {"repobilityId": "aa5ada8cba64dad5", "scanner": "scanner-primary", "fingerprint": "2b5f837a69642302", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9854aa4da34aea60", "level": "note", "message": {"text": "Unused endpoint: GET /admin/venues"}, "properties": {"repobilityId": "6d3cda5795ba3b2f", "scanner": "scanner-primary", "fingerprint": "9854aa4da34aea60", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3001b144bce6c9a7", "level": "note", "message": {"text": "Unused endpoint: POST /admin/classes/sessions"}, "properties": {"repobilityId": "22981a97676cf18d", "scanner": "scanner-primary", "fingerprint": "3001b144bce6c9a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}