{"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-4daa4bbc0b66100b", "name": "Stray `console.log` in TS/JS \u2014 node-backend/server.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 node-backend/server.ts:22"}, "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-49c40fa6e51fa26f", "name": "Stray `console.log` in TS/JS \u2014 node-backend/trip-chat-route.ts:589", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 node-backend/trip-chat-route.ts:589"}, "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-a754585d46696efe", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/chat/TripChatPanel.tsx:1011", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/chat/TripChatPanel.tsx:1011"}, "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-14de36b8b5398f22", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/preview/TripPreview.tsx:2835", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/preview/TripPreview.tsx:2835"}, "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-74cc62684b6440db", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:277", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:277"}, "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-52f3b4e03ca83297", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:173", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:173"}, "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-91235c828bebbb37", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/changelog/page.tsx:63", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/changelog/page.tsx:63"}, "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-48b4243c2a1e509e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/page.tsx:124", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/page.tsx:124"}, "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-e9a10c1d4192ba30", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/[destination]/[slug]/page.tsx:186", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/[destination]/[slug]/page.tsx:186"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2f1e9096943a016f", "name": "Dockerfile runs as root: node-backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: node-backend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a0cb6642e5e4732d", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b8a1a6699f5cfe8b", "name": "Insecure pattern 'node_child_process' in scripts/ensure-claude-agent-binary.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/ensure-claude-agent-binary.mjs:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f829de4b05f8a387", "name": "Possible secret in scripts/diagnose-chat-sdk.mjs", "shortDescription": {"text": "Possible secret in scripts/diagnose-chat-sdk.mjs"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-e34e7352f445c3ce", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/offline.html:254", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/offline.html:254"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0543d51e00b0fa25", "name": "Insecure pattern 'node_child_process' in .github/workflows/conventional-commits.yml:31", "shortDescription": {"text": "Insecure pattern 'node_child_process' in .github/workflows/conventional-commits.yml:31"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-43d7fc7d99c3fb8b", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/chat/TripChatPanel.tsx:1011", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/chat/TripChatPanel.tsx:1011"}, "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-66743a629879b0d6", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/preview/TripPreview.tsx:2835", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/preview/TripPreview.tsx:2835"}, "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-5ce1a7a36fbcf0e6", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/components/preview/TripPreview.tsx:1407", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/preview/TripPreview.tsx:1407"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-32e914d4a11622d7", "name": "Insecure pattern 'direct_outerhtml_assignment' in src/components/preview/TripPreview.tsx:1393", "shortDescription": {"text": "Insecure pattern 'direct_outerhtml_assignment' in src/components/preview/TripPreview.tsx:1393"}, "fullDescription": {"text": "Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4e5850ed80e8746c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:277", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:277"}, "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-d182036503db396c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:173", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:173"}, "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-d42f67b96e193a5d", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/changelog/page.tsx:63", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/changelog/page.tsx:63"}, "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-b4c94de37581f1bd", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/page.tsx:124", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/page.tsx:124"}, "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-f96dd5417363a9a4", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/[destination]/[slug]/page.tsx:186", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/[destination]/[slug]/page.tsx:186"}, "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-1511c8701d67f131", "name": "Insecure pattern 'cors_wildcard' in src/lib/oauth.ts:116", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/lib/oauth.ts:116"}, "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-cbe310f193a6df9f", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-abd2dc4f952ba0b9", "name": "Very large file: src/components/preview/TripPreview.tsx (2843 lines)", "shortDescription": {"text": "Very large file: src/components/preview/TripPreview.tsx (2843 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-ccb4d82a75df0d1d", "name": "Very large file: src/lib/trip-service.ts (2184 lines)", "shortDescription": {"text": "Very large file: src/lib/trip-service.ts (2184 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-20e150f99de95d89", "name": "Very large file: src/lib/ourtrips-mcp.ts (2447 lines)", "shortDescription": {"text": "Very large file: src/lib/ourtrips-mcp.ts (2447 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-7989f561ee36066c", "name": "Very large file: src/lib/trip-chat/tools.ts (2781 lines)", "shortDescription": {"text": "Very large file: src/lib/trip-chat/tools.ts (2781 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "28 tests / 125 src (ratio 0.22)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 18 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 13 placeholder/mock markers across 8 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-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. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-96fbcc2016ab07ef", "name": "Commented-code block (7 lines) in next.config.ts:15", "shortDescription": {"text": "Commented-code block (7 lines) in next.config.ts:15"}, "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-26cb500cd43fee5d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-our-trips-brand-video.mjs:113", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-our-trips-brand-video.mjs:113"}, "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-d12a9d6cff0e86e7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 node-backend/container-worker.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 node-backend/container-worker.ts:57"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0d9a68f722ecf891", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:73", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:73"}, "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-ccc137001191d83d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/chat/TripChatPanel.tsx:154", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/chat/TripChatPanel.tsx:154"}, "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-de62a8c9c9c3f154", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/connect/page.tsx:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/connect/page.tsx:42"}, "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-1a8c5cf40d0b2a29", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/trips/[id]/chat/route.ts:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/trips/[id]/chat/route.ts:63"}, "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-561e226b7a7af40f", "name": "Commented-code block (5 lines) in src/app/api/trip-data/[shareId]/route.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/trip-data/[shareId]/route.ts:7"}, "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-a703f0c79b6531a8", "name": "Commented-code block (5 lines) in src/app/dashboard/page.tsx:497", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/dashboard/page.tsx:497"}, "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-beef3511ceb45241", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/page.tsx:235", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/page.tsx:235"}, "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-65bd59c45adfdd4c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/page.tsx:97", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/page.tsx:97"}, "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-72f254edcd45b9a4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/trip-service.ts:1890", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/trip-service.ts:1890"}, "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-a7bdc7f5f937d5a7", "name": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.ts:53", "shortDescription": {"text": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.ts:53"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-57645c5e00914ace", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/og-image.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/og-image.tsx:18"}, "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-eaf4964c02e5e76b", "name": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.test.ts:7", "shortDescription": {"text": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.test.ts:7"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-50dff7bee10b4a6a", "name": "Commented-code block (5 lines) in src/lib/trip-chat/threads.ts:106", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/trip-chat/threads.ts:106"}, "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}}]}}, "automationDetails": {"id": "repobility/21747"}, "properties": {"repository": "tvanschadewijk/trips", "repoUrl": "https://github.com/tvanschadewijk/trips", "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-4daa4bbc0b66100b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 node-backend/server.ts:22"}, "properties": {"repobilityId": "86af6b5ab6721a86", "scanner": "scanner-primary", "fingerprint": "4daa4bbc0b66100b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-49c40fa6e51fa26f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 node-backend/trip-chat-route.ts:589"}, "properties": {"repobilityId": "c30212377a0ab1e6", "scanner": "scanner-primary", "fingerprint": "49c40fa6e51fa26f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a754585d46696efe", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/chat/TripChatPanel.tsx:1011"}, "properties": {"repobilityId": "d0ae15b9a6efe78f", "scanner": "scanner-primary", "fingerprint": "a754585d46696efe", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-14de36b8b5398f22", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/preview/TripPreview.tsx:2835"}, "properties": {"repobilityId": "48f64522eaaddb7a", "scanner": "scanner-primary", "fingerprint": "14de36b8b5398f22", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-74cc62684b6440db", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:277"}, "properties": {"repobilityId": "4d4ab3e03315f684", "scanner": "scanner-primary", "fingerprint": "74cc62684b6440db", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-52f3b4e03ca83297", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:173"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "52f3b4e03ca83297", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-91235c828bebbb37", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/changelog/page.tsx:63"}, "properties": {"repobilityId": "1c17207e25a499aa", "scanner": "scanner-primary", "fingerprint": "91235c828bebbb37", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-48b4243c2a1e509e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/page.tsx:124"}, "properties": {"repobilityId": "1832edb3337fd6b4", "scanner": "scanner-primary", "fingerprint": "48b4243c2a1e509e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e9a10c1d4192ba30", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/itineraries/[destination]/[slug]/page.tsx:186"}, "properties": {"repobilityId": "00335dee03497b82", "scanner": "scanner-primary", "fingerprint": "e9a10c1d4192ba30", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2f1e9096943a016f", "level": "warning", "message": {"text": "Dockerfile runs as root: node-backend/Dockerfile"}, "properties": {"repobilityId": "b102164dd0a089cd", "scanner": "scanner-primary", "fingerprint": "2f1e9096943a016f", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-a0cb6642e5e4732d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim"}, "properties": {"repobilityId": "be0229c3916b925c", "scanner": "scanner-primary", "fingerprint": "a0cb6642e5e4732d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "node-backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-b8a1a6699f5cfe8b", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/ensure-claude-agent-binary.mjs:3"}, "properties": {"repobilityId": "e08a97b4776e459a", "scanner": "scanner-primary", "fingerprint": "b8a1a6699f5cfe8b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ensure-claude-agent-binary.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-f829de4b05f8a387", "level": "error", "message": {"text": "Possible secret in scripts/diagnose-chat-sdk.mjs"}, "properties": {"repobilityId": "6c6bc9a2ce2e4878", "scanner": "scanner-primary", "fingerprint": "f829de4b05f8a387", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/diagnose-chat-sdk.mjs"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-e34e7352f445c3ce", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/offline.html:254"}, "properties": {"repobilityId": "279b23dac841a054", "scanner": "scanner-primary", "fingerprint": "e34e7352f445c3ce", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/offline.html"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-0543d51e00b0fa25", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in .github/workflows/conventional-commits.yml:31"}, "properties": {"repobilityId": "7773eec7e6fa82ee", "scanner": "scanner-primary", "fingerprint": "0543d51e00b0fa25", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/conventional-commits.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-43d7fc7d99c3fb8b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/chat/TripChatPanel.tsx:1011"}, "properties": {"repobilityId": "0999e748079569dc", "scanner": "scanner-primary", "fingerprint": "43d7fc7d99c3fb8b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/chat/TripChatPanel.tsx"}, "region": {"startLine": 1011}}}]}, {"ruleId": "scanner-66743a629879b0d6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/preview/TripPreview.tsx:2835"}, "properties": {"repobilityId": "0d4abf4b5cd3b634", "scanner": "scanner-primary", "fingerprint": "66743a629879b0d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/preview/TripPreview.tsx"}, "region": {"startLine": 2835}}}]}, {"ruleId": "scanner-5ce1a7a36fbcf0e6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/preview/TripPreview.tsx:1407"}, "properties": {"repobilityId": "18157e40456bd248", "scanner": "scanner-primary", "fingerprint": "5ce1a7a36fbcf0e6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/preview/TripPreview.tsx"}, "region": {"startLine": 1407}}}]}, {"ruleId": "scanner-32e914d4a11622d7", "level": "warning", "message": {"text": "Insecure pattern 'direct_outerhtml_assignment' in src/components/preview/TripPreview.tsx:1393"}, "properties": {"repobilityId": "13dd8d701de765f0", "scanner": "scanner-primary", "fingerprint": "32e914d4a11622d7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_outerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/preview/TripPreview.tsx"}, "region": {"startLine": 1393}}}]}, {"ruleId": "scanner-4e5850ed80e8746c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:277"}, "properties": {"repobilityId": "88fd235b712bda65", "scanner": "scanner-primary", "fingerprint": "4e5850ed80e8746c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/page.tsx"}, "region": {"startLine": 277}}}]}, {"ruleId": "scanner-d182036503db396c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:173"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "d182036503db396c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 173}}}]}, {"ruleId": "scanner-d42f67b96e193a5d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/changelog/page.tsx:63"}, "properties": {"repobilityId": "ad48d280539363b7", "scanner": "scanner-primary", "fingerprint": "d42f67b96e193a5d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/changelog/page.tsx"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-b4c94de37581f1bd", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/page.tsx:124"}, "properties": {"repobilityId": "bd43c4a4062c2662", "scanner": "scanner-primary", "fingerprint": "b4c94de37581f1bd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/itineraries/page.tsx"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-f96dd5417363a9a4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/itineraries/[destination]/[slug]/page.tsx:186"}, "properties": {"repobilityId": "27873d50c9062ddf", "scanner": "scanner-primary", "fingerprint": "f96dd5417363a9a4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/itineraries/[destination]/[slug]/page.tsx"}, "region": {"startLine": 186}}}]}, {"ruleId": "scanner-1511c8701d67f131", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/lib/oauth.ts:116"}, "properties": {"repobilityId": "850aa85372032297", "scanner": "scanner-primary", "fingerprint": "1511c8701d67f131", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/oauth.ts"}, "region": {"startLine": 116}}}]}, {"ruleId": "scanner-cbe310f193a6df9f", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "573212e145c44806", "scanner": "scanner-primary", "fingerprint": "cbe310f193a6df9f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-please.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-abd2dc4f952ba0b9", "level": "note", "message": {"text": "Very large file: src/components/preview/TripPreview.tsx (2843 lines)"}, "properties": {"repobilityId": "732d232041451762", "scanner": "scanner-primary", "fingerprint": "abd2dc4f952ba0b9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ccb4d82a75df0d1d", "level": "note", "message": {"text": "Very large file: src/lib/trip-service.ts (2184 lines)"}, "properties": {"repobilityId": "49f3f194ff3fb5f2", "scanner": "scanner-primary", "fingerprint": "ccb4d82a75df0d1d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-20e150f99de95d89", "level": "note", "message": {"text": "Very large file: src/lib/ourtrips-mcp.ts (2447 lines)"}, "properties": {"repobilityId": "4fb67ffebea90db3", "scanner": "scanner-primary", "fingerprint": "20e150f99de95d89", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7989f561ee36066c", "level": "note", "message": {"text": "Very large file: src/lib/trip-chat/tools.ts (2781 lines)"}, "properties": {"repobilityId": "2fe0109edf654626", "scanner": "scanner-primary", "fingerprint": "7989f561ee36066c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "efb6dc85694ab12f", "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": "0ca173e1d368322b", "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": "11a7798c28e4f1ad", "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": "940867ac1d0d69be", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "b17787c8aa5df145", "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": "1014baad956aefb4", "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": "bfdce7e41b7046d9", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-96fbcc2016ab07ef", "level": "none", "message": {"text": "Commented-code block (7 lines) in next.config.ts:15"}, "properties": {"repobilityId": "38be9c6979e6f6aa", "scanner": "scanner-primary", "fingerprint": "96fbcc2016ab07ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26cb500cd43fee5d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-our-trips-brand-video.mjs:113"}, "properties": {"repobilityId": "0f4f895d0da853f0", "scanner": "scanner-primary", "fingerprint": "26cb500cd43fee5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d12a9d6cff0e86e7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 node-backend/container-worker.ts:57"}, "properties": {"repobilityId": "03d65cec0738b67d", "scanner": "scanner-primary", "fingerprint": "d12a9d6cff0e86e7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0d9a68f722ecf891", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:73"}, "properties": {"repobilityId": "3bcce4fa8c248188", "scanner": "scanner-primary", "fingerprint": "0d9a68f722ecf891", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ccc137001191d83d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/chat/TripChatPanel.tsx:154"}, "properties": {"repobilityId": "4685fd6b3cb2f5d6", "scanner": "scanner-primary", "fingerprint": "ccc137001191d83d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-de62a8c9c9c3f154", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/connect/page.tsx:42"}, "properties": {"repobilityId": "97621609ac0940d4", "scanner": "scanner-primary", "fingerprint": "de62a8c9c9c3f154", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1a8c5cf40d0b2a29", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/trips/[id]/chat/route.ts:63"}, "properties": {"repobilityId": "4304a01c19778944", "scanner": "scanner-primary", "fingerprint": "1a8c5cf40d0b2a29", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-561e226b7a7af40f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/trip-data/[shareId]/route.ts:7"}, "properties": {"repobilityId": "64f2287835a29458", "scanner": "scanner-primary", "fingerprint": "561e226b7a7af40f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a703f0c79b6531a8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/dashboard/page.tsx:497"}, "properties": {"repobilityId": "0364a6b850d6fcdd", "scanner": "scanner-primary", "fingerprint": "a703f0c79b6531a8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-beef3511ceb45241", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/dashboard/page.tsx:235"}, "properties": {"repobilityId": "418b00725f8f0603", "scanner": "scanner-primary", "fingerprint": "beef3511ceb45241", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-65bd59c45adfdd4c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/page.tsx:97"}, "properties": {"repobilityId": "6a3dd02a8ae7ad6d", "scanner": "scanner-primary", "fingerprint": "65bd59c45adfdd4c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-72f254edcd45b9a4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/trip-service.ts:1890"}, "properties": {"repobilityId": "a439e8c4251ec847", "scanner": "scanner-primary", "fingerprint": "72f254edcd45b9a4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7bdc7f5f937d5a7", "level": "note", "message": {"text": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.ts:53"}, "properties": {"repobilityId": "d94bc87cbbb427ac", "scanner": "scanner-primary", "fingerprint": "a7bdc7f5f937d5a7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-57645c5e00914ace", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/og-image.tsx:18"}, "properties": {"repobilityId": "d486ab1b533e42ed", "scanner": "scanner-primary", "fingerprint": "57645c5e00914ace", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eaf4964c02e5e76b", "level": "note", "message": {"text": "Legacy-named symbol `save_trip_v2` in src/lib/ourtrips-mcp.test.ts:7"}, "properties": {"repobilityId": "08e5e3f2f3d47d7d", "scanner": "scanner-primary", "fingerprint": "eaf4964c02e5e76b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-50dff7bee10b4a6a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/trip-chat/threads.ts:106"}, "properties": {"repobilityId": "f7d1dfc590a28976", "scanner": "scanner-primary", "fingerprint": "50dff7bee10b4a6a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}