{"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-f2ff467d056c2040", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:38", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:38"}, "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-51d152d74648ebd3", "name": "Stray `console.log` in TS/JS \u2014 app/api/auth/send-otp/route.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/send-otp/route.ts:29"}, "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-448e7f4701431577", "name": "Stray `console.log` in TS/JS \u2014 app/api/auth/signup/request/route.ts:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/signup/request/route.ts:34"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bdec73405b87b5da", "name": "Stray `console.log` in TS/JS \u2014 app/api/auth/forgot-password/route.ts:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/forgot-password/route.ts:32"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-671589731cda6e91", "name": "`truncate` class without `title=` for hover reveal \u2014 app/(dashboard)/sessions/page.tsx:104", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/(dashboard)/sessions/page.tsx:104"}, "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-fbc1695894bc2ab4", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:87", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:87"}, "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-3fcfb1a918598945", "name": "Stray `console.log` in TS/JS \u2014 scripts/migrate-to-turso.ts:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/migrate-to-turso.ts:28"}, "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-18232bbdbf1b9889", "name": "`truncate` class without `title=` for hover reveal \u2014 components/Topbar.tsx:165", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Topbar.tsx:165"}, "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-89d05c3bef0b2843", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ClientSwitcher.tsx:52", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ClientSwitcher.tsx:52"}, "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-617252c4f79b56fc", "name": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyBuilder.tsx:204", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyBuilder.tsx:204"}, "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-318553968adb9e52", "name": "Stray `console.log` in TS/JS \u2014 components/ProfileEditModal.tsx:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 components/ProfileEditModal.tsx:55"}, "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-088edd078d0c4a0a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/SelectGlass.tsx:147", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/SelectGlass.tsx:147"}, "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-bb000794d8ef3d63", "name": "`truncate` class without `title=` for hover reveal \u2014 components/DatePicker.tsx:245", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DatePicker.tsx:245"}, "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-154ea7ac9c3f2149", "name": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyList.tsx:92", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyList.tsx:92"}, "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-b9b371fa177646cf", "name": "`truncate` class without `title=` for hover reveal \u2014 components/TreePanel.tsx:168", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/TreePanel.tsx:168"}, "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-62dc701359e7bf4c", "name": "`truncate` class without `title=` for hover reveal \u2014 components/VariableManager.tsx:129", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/VariableManager.tsx:129"}, "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-1b96de3ffbeb41ee", "name": "Stray `console.log` in TS/JS \u2014 lib/mailer.ts:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/mailer.ts:12"}, "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-de6e77e817a9fd15", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:38", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:38"}, "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-8df770e3205c8592", "name": "Possible secret in scripts/upsert-admin.mjs", "shortDescription": {"text": "Possible secret in scripts/upsert-admin.mjs"}, "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-5ac299e4d10ccebc", "name": "Insecure pattern 'exec_used' in lib/db.ts:72", "shortDescription": {"text": "Insecure pattern 'exec_used' in lib/db.ts:72"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 84 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 27 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 56 placeholder/mock markers across 10 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "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-c0e083401ac1cb7f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:288", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:288"}, "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-b12edc0fe511e4f8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/page.tsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/page.tsx:13"}, "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-7e228ca371f9d782", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/create-journey/page.tsx:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/create-journey/page.tsx:33"}, "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-74de4c37a499edc5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/heatmap/page.tsx:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/heatmap/page.tsx:11"}, "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-01d8d4b38e98b80a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/product-insights/page.tsx:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/product-insights/page.tsx: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-98967d4a409cfb51", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/sessions/page.tsx:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/sessions/page.tsx:11"}, "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-e6bdd110f3559aeb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/user-management/page.tsx:9", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/user-management/page.tsx:9"}, "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-cddf2f469e883463", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/journeys/page.tsx:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/journeys/page.tsx:14"}, "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-6b875e2510618eb6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/mis-report/page.tsx:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/mis-report/page.tsx:7"}, "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-b0287bcb951d33b2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/dropoff/page.tsx:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/dropoff/page.tsx:14"}, "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-d7874dc63c6abc71", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/Topbar.tsx:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/Topbar.tsx:30"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d190ce7fbbcb84a9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/ClientSwitcher.tsx:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ClientSwitcher.tsx:6"}, "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-0afa3ea3bd19dd78", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/JourneyList.tsx:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/JourneyList.tsx:7"}, "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-54a0c48d00ea5964", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/TreePanel.tsx:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/TreePanel.tsx:6"}, "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-0780eff296429e75", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/VariableManager.tsx:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/VariableManager.tsx: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-d9a12bbe0b50edc1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useJourneyConfig.ts:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useJourneyConfig.ts:6"}, "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-35204b0d702a618b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useCurrentUser.ts:3", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useCurrentUser.ts:3"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25376"}, "properties": {"repository": "dharamveerr/EmotoradInsight", "repoUrl": "https://github.com/dharamveerr/EmotoradInsight", "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-f2ff467d056c2040", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:38"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "f2ff467d056c2040", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-51d152d74648ebd3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/send-otp/route.ts:29"}, "properties": {"repobilityId": "863c9fefca6674a2", "scanner": "scanner-primary", "fingerprint": "51d152d74648ebd3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-448e7f4701431577", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/signup/request/route.ts:34"}, "properties": {"repobilityId": "d8fdf17869fabd97", "scanner": "scanner-primary", "fingerprint": "448e7f4701431577", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bdec73405b87b5da", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/auth/forgot-password/route.ts:32"}, "properties": {"repobilityId": "fba0f865f717f721", "scanner": "scanner-primary", "fingerprint": "bdec73405b87b5da", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-671589731cda6e91", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/(dashboard)/sessions/page.tsx:104"}, "properties": {"repobilityId": "a3e93f6051aa8055", "scanner": "scanner-primary", "fingerprint": "671589731cda6e91", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fbc1695894bc2ab4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:87"}, "properties": {"repobilityId": "6b45b8d4fff61a2c", "scanner": "scanner-primary", "fingerprint": "fbc1695894bc2ab4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3fcfb1a918598945", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/migrate-to-turso.ts:28"}, "properties": {"repobilityId": "01c9418def3b5574", "scanner": "scanner-primary", "fingerprint": "3fcfb1a918598945", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-18232bbdbf1b9889", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Topbar.tsx:165"}, "properties": {"repobilityId": "4b5932f2cce734cd", "scanner": "scanner-primary", "fingerprint": "18232bbdbf1b9889", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-89d05c3bef0b2843", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ClientSwitcher.tsx:52"}, "properties": {"repobilityId": "c98871ee15a3582a", "scanner": "scanner-primary", "fingerprint": "89d05c3bef0b2843", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-617252c4f79b56fc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyBuilder.tsx:204"}, "properties": {"repobilityId": "49a62c95674ca6ce", "scanner": "scanner-primary", "fingerprint": "617252c4f79b56fc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-318553968adb9e52", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 components/ProfileEditModal.tsx:55"}, "properties": {"repobilityId": "93b34d28098c0566", "scanner": "scanner-primary", "fingerprint": "318553968adb9e52", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-088edd078d0c4a0a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/SelectGlass.tsx:147"}, "properties": {"repobilityId": "1f814a12cfdc2994", "scanner": "scanner-primary", "fingerprint": "088edd078d0c4a0a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bb000794d8ef3d63", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DatePicker.tsx:245"}, "properties": {"repobilityId": "c1f85fa9f71d31ba", "scanner": "scanner-primary", "fingerprint": "bb000794d8ef3d63", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-154ea7ac9c3f2149", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/JourneyList.tsx:92"}, "properties": {"repobilityId": "f3273fea0222dbd9", "scanner": "scanner-primary", "fingerprint": "154ea7ac9c3f2149", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b9b371fa177646cf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/TreePanel.tsx:168"}, "properties": {"repobilityId": "9ea4126259a32299", "scanner": "scanner-primary", "fingerprint": "b9b371fa177646cf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-62dc701359e7bf4c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/VariableManager.tsx:129"}, "properties": {"repobilityId": "fde1b08329ebd95b", "scanner": "scanner-primary", "fingerprint": "62dc701359e7bf4c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1b96de3ffbeb41ee", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/mailer.ts:12"}, "properties": {"repobilityId": "6e96d09129c8333d", "scanner": "scanner-primary", "fingerprint": "1b96de3ffbeb41ee", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-de6e77e817a9fd15", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:38"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "de6e77e817a9fd15", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-8df770e3205c8592", "level": "error", "message": {"text": "Possible secret in scripts/upsert-admin.mjs"}, "properties": {"repobilityId": "411c699a8e495da3", "scanner": "scanner-primary", "fingerprint": "8df770e3205c8592", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/upsert-admin.mjs"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-5ac299e4d10ccebc", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in lib/db.ts:72"}, "properties": {"repobilityId": "7e841f5d83637a14", "scanner": "scanner-primary", "fingerprint": "5ac299e4d10ccebc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/db.ts"}, "region": {"startLine": 72}}}]}, {"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": "52cc896fe38f60e4", "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": "53b5e18db17a380b", "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": "db27d069561e1285", "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": "39552e938d9c25ca", "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": "b984cb18ace9bf6f", "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": "126eea28e352519d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "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-c0e083401ac1cb7f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/login/page.tsx:288"}, "properties": {"repobilityId": "b8cc18d94ccc6eb5", "scanner": "scanner-primary", "fingerprint": "c0e083401ac1cb7f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b12edc0fe511e4f8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/page.tsx:13"}, "properties": {"repobilityId": "48360f8b6a7a3494", "scanner": "scanner-primary", "fingerprint": "b12edc0fe511e4f8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7e228ca371f9d782", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/create-journey/page.tsx:33"}, "properties": {"repobilityId": "0e33bd3c29797fb6", "scanner": "scanner-primary", "fingerprint": "7e228ca371f9d782", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-74de4c37a499edc5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/heatmap/page.tsx:11"}, "properties": {"repobilityId": "65352dde863f998e", "scanner": "scanner-primary", "fingerprint": "74de4c37a499edc5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-01d8d4b38e98b80a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/product-insights/page.tsx:15"}, "properties": {"repobilityId": "2c9390f14e488450", "scanner": "scanner-primary", "fingerprint": "01d8d4b38e98b80a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-98967d4a409cfb51", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/sessions/page.tsx:11"}, "properties": {"repobilityId": "f85ca8d82deb4314", "scanner": "scanner-primary", "fingerprint": "98967d4a409cfb51", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e6bdd110f3559aeb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/user-management/page.tsx:9"}, "properties": {"repobilityId": "899b1587a129ea88", "scanner": "scanner-primary", "fingerprint": "e6bdd110f3559aeb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cddf2f469e883463", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/journeys/page.tsx:14"}, "properties": {"repobilityId": "690a1fa81a93932c", "scanner": "scanner-primary", "fingerprint": "cddf2f469e883463", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6b875e2510618eb6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/mis-report/page.tsx:7"}, "properties": {"repobilityId": "3c519d2fc550a748", "scanner": "scanner-primary", "fingerprint": "6b875e2510618eb6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b0287bcb951d33b2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(dashboard)/dropoff/page.tsx:14"}, "properties": {"repobilityId": "d4d138df67eae538", "scanner": "scanner-primary", "fingerprint": "b0287bcb951d33b2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d7874dc63c6abc71", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/Topbar.tsx:30"}, "properties": {"repobilityId": "5886b806ce6845a8", "scanner": "scanner-primary", "fingerprint": "d7874dc63c6abc71", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d190ce7fbbcb84a9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ClientSwitcher.tsx:6"}, "properties": {"repobilityId": "a15e500c1173365a", "scanner": "scanner-primary", "fingerprint": "d190ce7fbbcb84a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0afa3ea3bd19dd78", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/JourneyList.tsx:7"}, "properties": {"repobilityId": "af6b12cc545ebbae", "scanner": "scanner-primary", "fingerprint": "0afa3ea3bd19dd78", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-54a0c48d00ea5964", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/TreePanel.tsx:6"}, "properties": {"repobilityId": "04192af1be34d30f", "scanner": "scanner-primary", "fingerprint": "54a0c48d00ea5964", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0780eff296429e75", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/VariableManager.tsx:8"}, "properties": {"repobilityId": "9bc3f6740c114011", "scanner": "scanner-primary", "fingerprint": "0780eff296429e75", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d9a12bbe0b50edc1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useJourneyConfig.ts:6"}, "properties": {"repobilityId": "e92e12c99d86998b", "scanner": "scanner-primary", "fingerprint": "d9a12bbe0b50edc1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-35204b0d702a618b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/useCurrentUser.ts:3"}, "properties": {"repobilityId": "634590888aa99ff7", "scanner": "scanner-primary", "fingerprint": "35204b0d702a618b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}