{"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-1d7154f3feb81d99", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images.js:50", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images.js:50"}, "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-576c8f9c6392c93b", "name": "Stray `console.log` in TS/JS \u2014 scripts/add-batch1-posts.js:278", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch1-posts.js:278"}, "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-4d4ae1ea3b337cb1", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch2.js:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch2.js:43"}, "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-261c0324a352684c", "name": "Stray `console.log` in TS/JS \u2014 scripts/upgrade-posts-wp-geo.js:218", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/upgrade-posts-wp-geo.js:218"}, "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-5f5cb0f6b7462b14", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch3.js:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch3.js:40"}, "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-329bb6e3ff1f299d", "name": "Stray `console.log` in TS/JS \u2014 scripts/add-batch3-posts.js:732", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch3-posts.js:732"}, "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-d007d9205ad7c5e3", "name": "Stray `console.log` in TS/JS \u2014 scripts/add-batch2-posts.js:474", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch2-posts.js:474"}, "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-3b22009c0340bfdf", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/Breadcrumb.tsx:40", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/Breadcrumb.tsx:40"}, "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-9ecdbd2abde27f04", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/PortfolioForm.tsx:263", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/PortfolioForm.tsx:263"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a16d6426578a91f5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/PostForm.tsx:289", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/PostForm.tsx:289"}, "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-7be62358257f7ee8", "name": "Stray `console.log` in TS/JS \u2014 src/components/sections/contact/ContactFormSection.tsx:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/sections/contact/ContactFormSection.tsx:16"}, "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-b6b842c0e9a1636f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/sections/common/FaqSection.tsx:58", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/sections/common/FaqSection.tsx:58"}, "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-1fa7c5d50bc3876a", "name": "Stray `console.log` in TS/JS \u2014 src/components/sections/common/CtaSection.tsx:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/sections/common/CtaSection.tsx:12"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ccefa4b884704fa4", "name": "TODO/FIXME marker in shipping code \u2014 src/components/seo/OrganizationSchema.tsx:76", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/seo/OrganizationSchema.tsx:76"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d7494afc35a72523", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/JsonLd.tsx:6", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/JsonLd.tsx:6"}, "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-ac925c3a64fae147", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/BreadcrumbSchema.tsx:25", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/BreadcrumbSchema.tsx:25"}, "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-2a1d8047ff3e5ac3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/RouteJsonLd.tsx:28", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/RouteJsonLd.tsx:28"}, "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-93e0236ceef19224", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:147", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:147"}, "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-f131e6a8bf33db0f", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/admin/upload/route.ts:10", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/admin/upload/route.ts:10"}, "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-1f9d2841303db815", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/blog/page.tsx:94", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/blog/page.tsx:94"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f2bdd38f2457a95d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/portfolio/page.tsx:84", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/portfolio/page.tsx:84"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "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-c177f4f0dbfe9c16", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/Breadcrumb.tsx:40", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/Breadcrumb.tsx:40"}, "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-d058709706f4eeb7", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/PostForm.tsx:289", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/PostForm.tsx:289"}, "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-1411e2791e95fd35", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/sections/common/FaqSection.tsx:58", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/sections/common/FaqSection.tsx:58"}, "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-d8819ec817274d06", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/JsonLd.tsx:6", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/JsonLd.tsx:6"}, "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-f6365dbdb6ab6215", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/BreadcrumbSchema.tsx:25", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/BreadcrumbSchema.tsx:25"}, "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-6b716184a8bd82d9", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/RouteJsonLd.tsx:28", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/RouteJsonLd.tsx:28"}, "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-f670d72143f006ab", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:147", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:147"}, "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-c877f8483cb78392", "name": "Insecure pattern 'cors_wildcard' in src/app/api/site-leads/submit/route.ts:6", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/site-leads/submit/route.ts:6"}, "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-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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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 146 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 22 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 49 placeholder/mock markers across 7 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. 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": "low", "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-8796af70fb8f9e52", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AuthorEditorForm.tsx:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AuthorEditorForm.tsx: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-b365e00fa52dc9dc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AdminSidebar.tsx:114", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AdminSidebar.tsx:114"}, "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-b7f33a26ad6745e9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PortfolioForm.tsx:114", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PortfolioForm.tsx:114"}, "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-45df07de808de153", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PostForm.tsx:157", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PostForm.tsx:157"}, "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-c6b9d5e9da8db437", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/blog/AdminBlogActions.tsx:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/blog/AdminBlogActions.tsx:12"}, "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-c3c2a943696f977d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/authors/page.tsx:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/authors/page.tsx:12"}, "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-0b875d789b6dfae4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/portfolio/AdminPortfolioActions.tsx:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/portfolio/AdminPortfolioActions.tsx:12"}, "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-938ea33f6c1bc303", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/faq/page.tsx:28", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/faq/page.tsx:28"}, "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-bfa0a38e08a6b49a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/seo/SiteSeoForm.tsx:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/seo/SiteSeoForm.tsx:47"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22028"}, "properties": {"repository": "vadimtkacj1/aiterra-website", "repoUrl": "https://github.com/vadimtkacj1/aiterra-website", "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-1d7154f3feb81d99", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images.js:50"}, "properties": {"repobilityId": "19f1ebe9ea2dd25b", "scanner": "scanner-primary", "fingerprint": "1d7154f3feb81d99", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-576c8f9c6392c93b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch1-posts.js:278"}, "properties": {"repobilityId": "3026d0bd4074efeb", "scanner": "scanner-primary", "fingerprint": "576c8f9c6392c93b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4d4ae1ea3b337cb1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch2.js:43"}, "properties": {"repobilityId": "c1429002238e6f58", "scanner": "scanner-primary", "fingerprint": "4d4ae1ea3b337cb1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-261c0324a352684c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/upgrade-posts-wp-geo.js:218"}, "properties": {"repobilityId": "0fe48073e0b6494d", "scanner": "scanner-primary", "fingerprint": "261c0324a352684c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5f5cb0f6b7462b14", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-blog-images-batch3.js:40"}, "properties": {"repobilityId": "22c9edb2e8895218", "scanner": "scanner-primary", "fingerprint": "5f5cb0f6b7462b14", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-329bb6e3ff1f299d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch3-posts.js:732"}, "properties": {"repobilityId": "d9798e1b621de31d", "scanner": "scanner-primary", "fingerprint": "329bb6e3ff1f299d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d007d9205ad7c5e3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/add-batch2-posts.js:474"}, "properties": {"repobilityId": "5f35276c31a4d2ae", "scanner": "scanner-primary", "fingerprint": "d007d9205ad7c5e3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3b22009c0340bfdf", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/Breadcrumb.tsx:40"}, "properties": {"repobilityId": "6b6400d2de432662", "scanner": "scanner-primary", "fingerprint": "3b22009c0340bfdf", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9ecdbd2abde27f04", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/PortfolioForm.tsx:263"}, "properties": {"repobilityId": "18587006d4c30d06", "scanner": "scanner-primary", "fingerprint": "9ecdbd2abde27f04", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a16d6426578a91f5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/PostForm.tsx:289"}, "properties": {"repobilityId": "302ba625b8de39b9", "scanner": "scanner-primary", "fingerprint": "a16d6426578a91f5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7be62358257f7ee8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/sections/contact/ContactFormSection.tsx:16"}, "properties": {"repobilityId": "fb818d70beb50db8", "scanner": "scanner-primary", "fingerprint": "7be62358257f7ee8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b6b842c0e9a1636f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/sections/common/FaqSection.tsx:58"}, "properties": {"repobilityId": "d0c0e52673cb1912", "scanner": "scanner-primary", "fingerprint": "b6b842c0e9a1636f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-1fa7c5d50bc3876a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/sections/common/CtaSection.tsx:12"}, "properties": {"repobilityId": "a1573a7ebc2e4333", "scanner": "scanner-primary", "fingerprint": "1fa7c5d50bc3876a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ccefa4b884704fa4", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/seo/OrganizationSchema.tsx:76"}, "properties": {"repobilityId": "919940060ae93dab", "scanner": "scanner-primary", "fingerprint": "ccefa4b884704fa4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-d7494afc35a72523", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/JsonLd.tsx:6"}, "properties": {"repobilityId": "f07cf3d2a261ff34", "scanner": "scanner-primary", "fingerprint": "d7494afc35a72523", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ac925c3a64fae147", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/BreadcrumbSchema.tsx:25"}, "properties": {"repobilityId": "002624467905b635", "scanner": "scanner-primary", "fingerprint": "ac925c3a64fae147", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2a1d8047ff3e5ac3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/RouteJsonLd.tsx:28"}, "properties": {"repobilityId": "aa64e3f15cf2edb7", "scanner": "scanner-primary", "fingerprint": "2a1d8047ff3e5ac3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-93e0236ceef19224", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:147"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "93e0236ceef19224", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-f131e6a8bf33db0f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/admin/upload/route.ts:10"}, "properties": {"repobilityId": "9f129500ffd0bf32", "scanner": "scanner-primary", "fingerprint": "f131e6a8bf33db0f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1f9d2841303db815", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/blog/page.tsx:94"}, "properties": {"repobilityId": "32cc67fa3e91f9f2", "scanner": "scanner-primary", "fingerprint": "1f9d2841303db815", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f2bdd38f2457a95d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/portfolio/page.tsx:84"}, "properties": {"repobilityId": "3b78385170b4ab11", "scanner": "scanner-primary", "fingerprint": "f2bdd38f2457a95d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "56ec13ad6cd3824f", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "f9266d0e2a301186", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "e4eaeff0f55ce10b", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 22}}}]}, {"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-c177f4f0dbfe9c16", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/Breadcrumb.tsx:40"}, "properties": {"repobilityId": "8e97cb4b53cdc4c6", "scanner": "scanner-primary", "fingerprint": "c177f4f0dbfe9c16", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ui/Breadcrumb.tsx"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-d058709706f4eeb7", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/PostForm.tsx:289"}, "properties": {"repobilityId": "4849f90048f2ea31", "scanner": "scanner-primary", "fingerprint": "d058709706f4eeb7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/admin/PostForm.tsx"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-1411e2791e95fd35", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/sections/common/FaqSection.tsx:58"}, "properties": {"repobilityId": "9af4b9909f9d1c0e", "scanner": "scanner-primary", "fingerprint": "1411e2791e95fd35", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/sections/common/FaqSection.tsx"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-d8819ec817274d06", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/JsonLd.tsx:6"}, "properties": {"repobilityId": "fed4538264d6fd2d", "scanner": "scanner-primary", "fingerprint": "d8819ec817274d06", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/JsonLd.tsx"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-f6365dbdb6ab6215", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/BreadcrumbSchema.tsx:25"}, "properties": {"repobilityId": "141943ff08cbff6d", "scanner": "scanner-primary", "fingerprint": "f6365dbdb6ab6215", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/BreadcrumbSchema.tsx"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-6b716184a8bd82d9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/RouteJsonLd.tsx:28"}, "properties": {"repobilityId": "e7b28ce533cba193", "scanner": "scanner-primary", "fingerprint": "6b716184a8bd82d9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/RouteJsonLd.tsx"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-f670d72143f006ab", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:147"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "f670d72143f006ab", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 147}}}]}, {"ruleId": "scanner-c877f8483cb78392", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/site-leads/submit/route.ts:6"}, "properties": {"repobilityId": "4e0d55da85bdaf18", "scanner": "scanner-primary", "fingerprint": "c877f8483cb78392", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/api/site-leads/submit/route.ts"}, "region": {"startLine": 6}}}]}, {"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-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2aee2e2d969c7c6b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bee6b8956e03198c", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2aee2e2d969c7c6b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 50}}}]}, {"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": "184ee300e47a72fd", "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": "68c1bd234cdbbaba", "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": "b94c28efa8779b89", "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": "925fe00e6330ff4a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "ce897ccf44242600", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "cade1bc719bb4e1e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "6fc70e10cf72aba8", "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": "37d9beb6e61964d8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8796af70fb8f9e52", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AuthorEditorForm.tsx:63"}, "properties": {"repobilityId": "c3567e8dddbf1753", "scanner": "scanner-primary", "fingerprint": "8796af70fb8f9e52", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b365e00fa52dc9dc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/AdminSidebar.tsx:114"}, "properties": {"repobilityId": "f8d1d7aaccc344b7", "scanner": "scanner-primary", "fingerprint": "b365e00fa52dc9dc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b7f33a26ad6745e9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PortfolioForm.tsx:114"}, "properties": {"repobilityId": "969a061ea159f477", "scanner": "scanner-primary", "fingerprint": "b7f33a26ad6745e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-45df07de808de153", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/admin/PostForm.tsx:157"}, "properties": {"repobilityId": "6ec659775062d3ca", "scanner": "scanner-primary", "fingerprint": "45df07de808de153", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c6b9d5e9da8db437", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/blog/AdminBlogActions.tsx:12"}, "properties": {"repobilityId": "bfcdd1a42a5a6885", "scanner": "scanner-primary", "fingerprint": "c6b9d5e9da8db437", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c3c2a943696f977d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/authors/page.tsx:12"}, "properties": {"repobilityId": "75ef3a4453d80134", "scanner": "scanner-primary", "fingerprint": "c3c2a943696f977d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0b875d789b6dfae4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/portfolio/AdminPortfolioActions.tsx:12"}, "properties": {"repobilityId": "9eaf4b96a9ce24c9", "scanner": "scanner-primary", "fingerprint": "0b875d789b6dfae4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-938ea33f6c1bc303", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/faq/page.tsx:28"}, "properties": {"repobilityId": "294b204b47ebf765", "scanner": "scanner-primary", "fingerprint": "938ea33f6c1bc303", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bfa0a38e08a6b49a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/admin/seo/SiteSeoForm.tsx:47"}, "properties": {"repobilityId": "9d6e552716400e00", "scanner": "scanner-primary", "fingerprint": "bfa0a38e08a6b49a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}