{"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-a4957ae856841053", "name": "Stray `console.log` in TS/JS \u2014 scripts/migrate-articles.ts:84", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/migrate-articles.ts:84"}, "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-03cdbd324a7c886d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/reader/lib/render-pm-json.tsx:16", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/reader/lib/render-pm-json.tsx:16"}, "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-0dc2e222bcbf6b4d", "name": "Insecure pattern 'node_child_process' in scripts/deploy-vercel.mjs:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/deploy-vercel.mjs:1"}, "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-4895107f3ceae711", "name": "Insecure pattern 'node_child_process' in scripts/vercel-build.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/vercel-build.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-79e5cf320e02cab1", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/PublicationPage.tsx:243", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/PublicationPage.tsx:243"}, "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-46f9722998a3cda8", "name": "Insecure pattern 'dangerous_innerhtml' in src/reader/lib/render-pm-json.tsx:16", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/reader/lib/render-pm-json.tsx:16"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 95 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 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 45 placeholder/mock markers across 13 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-281a633c4227d77a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/contact.js:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/contact.js: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-51fcbc062bc66c58", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/article-shell.js:197", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/article-shell.js:197"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-79756ebda371205a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/sitemap.js:74", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sitemap.js:74"}, "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-c166bc73a728b5fa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/publication-shell.js:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/publication-shell.js:58"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-04fd2beffd67942b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/resend.js:285", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/resend.js:285"}, "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-71bc7331b46e725c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/send-article-preview.mjs:99", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/send-article-preview.mjs:99"}, "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-f696b08074479909", "name": "Commented-code block (5 lines) in src/components/admin/FocalPointPicker.tsx:62", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/admin/FocalPointPicker.tsx:62"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8ebdb9ae05c8e010", "name": "Legacy-named symbol `zone__copy` in src/components/admin/ImageUploadZone.tsx:158", "shortDescription": {"text": "Legacy-named symbol `zone__copy` in src/components/admin/ImageUploadZone.tsx:158"}, "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-9b78a50249a90726", "name": "Legacy-named symbol `modal__copy` in src/components/public/CookieConsentBanner.tsx:34", "shortDescription": {"text": "Legacy-named symbol `modal__copy` in src/components/public/CookieConsentBanner.tsx:34"}, "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-af5ffa6ca420f012", "name": "Legacy-named symbol `esnad_analytics_consent_v2` in src/lib/analytics.ts:25", "shortDescription": {"text": "Legacy-named symbol `esnad_analytics_consent_v2` in src/lib/analytics.ts:25"}, "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-7536c01aae94bf39", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/analytics.ts:117", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/analytics.ts:117"}, "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-7c3ced956ce4eb82", "name": "Commented-code block (6 lines) in src/lib/cloudinary.ts:55", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/cloudinary.ts:55"}, "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-1236f0cdd072a8fa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/cloudinary.ts:40", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/cloudinary.ts:40"}, "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-998b50e82757572e", "name": "Legacy-named symbol `hero__copy` in src/pages/public/ResearchHomePage.tsx:122", "shortDescription": {"text": "Legacy-named symbol `hero__copy` in src/pages/public/ResearchHomePage.tsx:122"}, "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-600623a290863da6", "name": "Frontend route `admin/analytics` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx", "shortDescription": {"text": "Frontend route `admin/analytics` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-398295d1dc5cd1f5", "name": "Frontend route `admin/publications/new` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx", "shortDescription": {"text": "Frontend route `admin/publications/new` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-deccf8bb643f0464", "name": "Frontend route `admin/publications/:id/edit` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx", "shortDescription": {"text": "Frontend route `admin/publications/:id/edit` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aad66619eba0bca4", "name": "Frontend route `/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-679b5349ce962cb0", "name": "Frontend route `/en/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3d601b6526198031", "name": "Frontend route `/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e655a9a87f36e17e", "name": "Frontend route `/en/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0d38476cec143a26", "name": "Frontend route `/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1d8ebffba1f74dfc", "name": "Frontend route `/en/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-21997e2016dac1f9", "name": "Frontend route `/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e82e65342802bc89", "name": "Frontend route `/en/login` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/login` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3947400025236ce7", "name": "Frontend route `/en/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ef960d9f67a88841", "name": "Frontend route `/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3425fa2813388080", "name": "Frontend route `/en/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx", "shortDescription": {"text": "Frontend route `/en/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22108"}, "properties": {"repository": "vector81/ESNAD", "repoUrl": "https://github.com/vector81/ESNAD", "branch": "main"}, "results": [{"ruleId": "scanner-a4957ae856841053", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/migrate-articles.ts:84"}, "properties": {"repobilityId": "f25fada10b34ba88", "scanner": "scanner-primary", "fingerprint": "a4957ae856841053", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-03cdbd324a7c886d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/reader/lib/render-pm-json.tsx:16"}, "properties": {"repobilityId": "0288a85b7d04fd5e", "scanner": "scanner-primary", "fingerprint": "03cdbd324a7c886d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-0dc2e222bcbf6b4d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/deploy-vercel.mjs:1"}, "properties": {"repobilityId": "de3b4233b87911d0", "scanner": "scanner-primary", "fingerprint": "0dc2e222bcbf6b4d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/deploy-vercel.mjs"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4895107f3ceae711", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/vercel-build.mjs:3"}, "properties": {"repobilityId": "007d2524c0263b99", "scanner": "scanner-primary", "fingerprint": "4895107f3ceae711", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/vercel-build.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-79e5cf320e02cab1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/public/PublicationPage.tsx:243"}, "properties": {"repobilityId": "e229ccd957e235e3", "scanner": "scanner-primary", "fingerprint": "79e5cf320e02cab1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/public/PublicationPage.tsx"}, "region": {"startLine": 243}}}]}, {"ruleId": "scanner-46f9722998a3cda8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/reader/lib/render-pm-json.tsx:16"}, "properties": {"repobilityId": "aef081628f1bc047", "scanner": "scanner-primary", "fingerprint": "46f9722998a3cda8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/reader/lib/render-pm-json.tsx"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-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": "49a506cd057a84ea", "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": "0cdc4b30bbffd652", "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": "d99527de3a60d37a", "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": "3c3cf4e5dd7707c6", "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": "fddd9a8c83177855", "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": "526b189ec96773fe", "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": "5989c4bedf506f43", "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": "a069c5c0256b29e1", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-281a633c4227d77a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/contact.js:30"}, "properties": {"repobilityId": "e572e1e0452b01dd", "scanner": "scanner-primary", "fingerprint": "281a633c4227d77a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-51fcbc062bc66c58", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/article-shell.js:197"}, "properties": {"repobilityId": "5743a39707bd1401", "scanner": "scanner-primary", "fingerprint": "51fcbc062bc66c58", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-79756ebda371205a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sitemap.js:74"}, "properties": {"repobilityId": "53cf1a4e48a8d8de", "scanner": "scanner-primary", "fingerprint": "79756ebda371205a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c166bc73a728b5fa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/publication-shell.js:58"}, "properties": {"repobilityId": "e3a0361265ed05ad", "scanner": "scanner-primary", "fingerprint": "c166bc73a728b5fa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-04fd2beffd67942b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/resend.js:285"}, "properties": {"repobilityId": "0862d4dddd0e2395", "scanner": "scanner-primary", "fingerprint": "04fd2beffd67942b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-71bc7331b46e725c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/send-article-preview.mjs:99"}, "properties": {"repobilityId": "e0aa6fe74de99812", "scanner": "scanner-primary", "fingerprint": "71bc7331b46e725c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f696b08074479909", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/admin/FocalPointPicker.tsx:62"}, "properties": {"repobilityId": "81bfd349b64ecbfc", "scanner": "scanner-primary", "fingerprint": "f696b08074479909", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ebdb9ae05c8e010", "level": "note", "message": {"text": "Legacy-named symbol `zone__copy` in src/components/admin/ImageUploadZone.tsx:158"}, "properties": {"repobilityId": "81c74a0543b8812a", "scanner": "scanner-primary", "fingerprint": "8ebdb9ae05c8e010", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9b78a50249a90726", "level": "note", "message": {"text": "Legacy-named symbol `modal__copy` in src/components/public/CookieConsentBanner.tsx:34"}, "properties": {"repobilityId": "b0b5d1b7f025b805", "scanner": "scanner-primary", "fingerprint": "9b78a50249a90726", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-af5ffa6ca420f012", "level": "note", "message": {"text": "Legacy-named symbol `esnad_analytics_consent_v2` in src/lib/analytics.ts:25"}, "properties": {"repobilityId": "2c5d6de3d34acc8e", "scanner": "scanner-primary", "fingerprint": "af5ffa6ca420f012", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7536c01aae94bf39", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/analytics.ts:117"}, "properties": {"repobilityId": "f69197b1480fae27", "scanner": "scanner-primary", "fingerprint": "7536c01aae94bf39", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7c3ced956ce4eb82", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/cloudinary.ts:55"}, "properties": {"repobilityId": "006e1d39d262c24f", "scanner": "scanner-primary", "fingerprint": "7c3ced956ce4eb82", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1236f0cdd072a8fa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/cloudinary.ts:40"}, "properties": {"repobilityId": "47681ac7ba0918fd", "scanner": "scanner-primary", "fingerprint": "1236f0cdd072a8fa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-998b50e82757572e", "level": "note", "message": {"text": "Legacy-named symbol `hero__copy` in src/pages/public/ResearchHomePage.tsx:122"}, "properties": {"repobilityId": "e6d298bc39433057", "scanner": "scanner-primary", "fingerprint": "998b50e82757572e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-600623a290863da6", "level": "warning", "message": {"text": "Frontend route `admin/analytics` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "properties": {"repobilityId": "7ca9ed41162e8ff2", "scanner": "scanner-primary", "fingerprint": "600623a290863da6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-398295d1dc5cd1f5", "level": "warning", "message": {"text": "Frontend route `admin/publications/new` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "properties": {"repobilityId": "73a4da94782c32c9", "scanner": "scanner-primary", "fingerprint": "398295d1dc5cd1f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-deccf8bb643f0464", "level": "warning", "message": {"text": "Frontend route `admin/publications/:id/edit` has no Link/navigate to it \u2014 src/apps/admin/AdminApp.tsx"}, "properties": {"repobilityId": "15d2e4e20bedfb10", "scanner": "scanner-primary", "fingerprint": "deccf8bb643f0464", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-aad66619eba0bca4", "level": "warning", "message": {"text": "Frontend route `/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "0eab678961f21563", "scanner": "scanner-primary", "fingerprint": "aad66619eba0bca4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-679b5349ce962cb0", "level": "warning", "message": {"text": "Frontend route `/en/library/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "4b71629bb8160850", "scanner": "scanner-primary", "fingerprint": "679b5349ce962cb0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3d601b6526198031", "level": "warning", "message": {"text": "Frontend route `/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "bb2150bd7ddefb6b", "scanner": "scanner-primary", "fingerprint": "3d601b6526198031", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e655a9a87f36e17e", "level": "warning", "message": {"text": "Frontend route `/en/books/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "852cec59bc006113", "scanner": "scanner-primary", "fingerprint": "e655a9a87f36e17e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0d38476cec143a26", "level": "warning", "message": {"text": "Frontend route `/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "6f5a2d8e275a0bc7", "scanner": "scanner-primary", "fingerprint": "0d38476cec143a26", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1d8ebffba1f74dfc", "level": "warning", "message": {"text": "Frontend route `/en/reader/:slug` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "bd7c9e8eae76dfa9", "scanner": "scanner-primary", "fingerprint": "1d8ebffba1f74dfc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-21997e2016dac1f9", "level": "warning", "message": {"text": "Frontend route `/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "d7855f3404f4b2a8", "scanner": "scanner-primary", "fingerprint": "21997e2016dac1f9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e82e65342802bc89", "level": "warning", "message": {"text": "Frontend route `/en/login` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "f297f940b99b1031", "scanner": "scanner-primary", "fingerprint": "e82e65342802bc89", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3947400025236ce7", "level": "warning", "message": {"text": "Frontend route `/en/register` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "9224aa9a6380ce49", "scanner": "scanner-primary", "fingerprint": "3947400025236ce7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ef960d9f67a88841", "level": "warning", "message": {"text": "Frontend route `/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "fee592fa8986ba55", "scanner": "scanner-primary", "fingerprint": "ef960d9f67a88841", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3425fa2813388080", "level": "warning", "message": {"text": "Frontend route `/en/dashboard` has no Link/navigate to it \u2014 src/apps/public/PublicApp.tsx"}, "properties": {"repobilityId": "5a0828baaeb1ca76", "scanner": "scanner-primary", "fingerprint": "3425fa2813388080", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}