{"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-0a8120b2a052c45f", "name": "Stray `console.log` in TS/JS \u2014 scripts/run-seo-job.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/run-seo-job.ts:19"}, "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-3f7957d129fee7de", "name": "Stray `console.log` in TS/JS \u2014 scripts/gsc-report.ts:67", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/gsc-report.ts:67"}, "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-c48a56b569c4f27d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/JsonLd.tsx:9", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/JsonLd.tsx:9"}, "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-bac46dedad314d62", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/BlogPostLayout.tsx:183", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/BlogPostLayout.tsx:183"}, "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-3d98ae96ce08d130", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:95", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:95"}, "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-75b1da5298b4c161", "name": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/dashboard/page.tsx:94", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/dashboard/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-01411f4a11c39eea", "name": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/page.tsx:74", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/page.tsx:74"}, "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-de72229e1ba428d8", "name": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/[id]/page.tsx:144", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/[id]/page.tsx:144"}, "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-362f83be828c60dd", "name": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/deals/page.tsx:52", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/deals/page.tsx:52"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a9072165cf5ca174", "name": "Insecure pattern 'dangerous_innerhtml' in components/JsonLd.tsx:9", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/JsonLd.tsx:9"}, "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-57dab5e450fe1aa4", "name": "Insecure pattern 'dangerous_innerhtml' in components/seo/BlogPostLayout.tsx:183", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/BlogPostLayout.tsx:183"}, "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-912b44c8cc278b9f", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:95", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:95"}, "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-492ea09874ca3029", "name": "Insecure pattern 'document_write' in public/tools/term-sheet-pricer-source.html:758", "shortDescription": {"text": "Insecure pattern 'document_write' in public/tools/term-sheet-pricer-source.html:758"}, "fullDescription": {"text": "Found a known-risky pattern (document_write). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7647d64789e1c147", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/tools/term-sheet-pricer-source.html:542", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/tools/term-sheet-pricer-source.html:542"}, "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-8db55530d99e173b", "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@v5 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-2c00415b8b49c94b", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-595729295d1c7067", "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@v5 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-b53e1adbf1d02ce3", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 143 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 24 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 69 placeholder/mock markers across 17 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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, tests, operator-readme. 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-7df5b5e774da4ad4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo.mjs:67", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo.mjs:67"}, "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-1c397e28913cfca8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/portal/PortalNav.tsx:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/portal/PortalNav.tsx:20"}, "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-cffddabe25da4900", "name": "Legacy-named symbol `al_portal_deals_v1` in lib/portal-store.ts:7", "shortDescription": {"text": "Legacy-named symbol `al_portal_deals_v1` in lib/portal-store.ts:7"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0d2388c0fcbf4173", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/ghl-sync.ts:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/ghl-sync.ts: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}}, {"id": "scanner-2190e821c3ee713c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/github.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/github.ts:26"}, "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-2cb019bec5fb54aa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/indexnow.ts:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/indexnow.ts:16"}, "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-6cd6ad262ed42e40", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/search-console.ts:69", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/search-console.ts:69"}, "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/19661"}, "properties": {"repository": "simchap123/AssetLift-Lending", "repoUrl": "https://github.com/simchap123/AssetLift-Lending", "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-0a8120b2a052c45f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/run-seo-job.ts:19"}, "properties": {"repobilityId": "8d6d2a52551aaa6e", "scanner": "scanner-primary", "fingerprint": "0a8120b2a052c45f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3f7957d129fee7de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/gsc-report.ts:67"}, "properties": {"repobilityId": "9f4195274c02c07e", "scanner": "scanner-primary", "fingerprint": "3f7957d129fee7de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c48a56b569c4f27d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/JsonLd.tsx:9"}, "properties": {"repobilityId": "fbf18bcbf2b0182e", "scanner": "scanner-primary", "fingerprint": "c48a56b569c4f27d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-bac46dedad314d62", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/seo/BlogPostLayout.tsx:183"}, "properties": {"repobilityId": "3f5d751037f674d9", "scanner": "scanner-primary", "fingerprint": "bac46dedad314d62", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3d98ae96ce08d130", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:95"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "3d98ae96ce08d130", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-75b1da5298b4c161", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/dashboard/page.tsx:94"}, "properties": {"repobilityId": "80a1aa570a3c9bce", "scanner": "scanner-primary", "fingerprint": "75b1da5298b4c161", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-01411f4a11c39eea", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/page.tsx:74"}, "properties": {"repobilityId": "856c152d1b0ccb2c", "scanner": "scanner-primary", "fingerprint": "01411f4a11c39eea", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de72229e1ba428d8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/clients/[id]/page.tsx:144"}, "properties": {"repobilityId": "dee20055611d61ef", "scanner": "scanner-primary", "fingerprint": "de72229e1ba428d8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-362f83be828c60dd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/portal/(app)/deals/page.tsx:52"}, "properties": {"repobilityId": "00aa38f0de92e847", "scanner": "scanner-primary", "fingerprint": "362f83be828c60dd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a9072165cf5ca174", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/JsonLd.tsx:9"}, "properties": {"repobilityId": "46019c83bb7b6575", "scanner": "scanner-primary", "fingerprint": "a9072165cf5ca174", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/JsonLd.tsx"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-57dab5e450fe1aa4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/seo/BlogPostLayout.tsx:183"}, "properties": {"repobilityId": "e76ff149d32930bc", "scanner": "scanner-primary", "fingerprint": "57dab5e450fe1aa4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/seo/BlogPostLayout.tsx"}, "region": {"startLine": 183}}}]}, {"ruleId": "scanner-912b44c8cc278b9f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:95"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "912b44c8cc278b9f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-492ea09874ca3029", "level": "note", "message": {"text": "Insecure pattern 'document_write' in public/tools/term-sheet-pricer-source.html:758"}, "properties": {"repobilityId": "b84675dc66471fc2", "scanner": "scanner-primary", "fingerprint": "492ea09874ca3029", "layer": "security", "severity": "low", "confidence": 1.0, "tags": ["owasp", "document_write"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/tools/term-sheet-pricer-source.html"}, "region": {"startLine": 758}}}]}, {"ruleId": "scanner-7647d64789e1c147", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/tools/term-sheet-pricer-source.html:542"}, "properties": {"repobilityId": "d36a06411d998826", "scanner": "scanner-primary", "fingerprint": "7647d64789e1c147", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/tools/term-sheet-pricer-source.html"}, "region": {"startLine": 542}}}]}, {"ruleId": "scanner-8db55530d99e173b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "abd0b34d5e3861f3", "scanner": "scanner-primary", "fingerprint": "8db55530d99e173b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-seo.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-8db55530d99e173b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a9ae54419df4cc89", "scanner": "scanner-primary", "fingerprint": "8db55530d99e173b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-seo.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-2c00415b8b49c94b", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "44c79f9515c472c6", "scanner": "scanner-primary", "fingerprint": "2c00415b8b49c94b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-seo.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-595729295d1c7067", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f6a352007904b23c", "scanner": "scanner-primary", "fingerprint": "595729295d1c7067", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/seo-pipeline.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-595729295d1c7067", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4ba6919497e17e26", "scanner": "scanner-primary", "fingerprint": "595729295d1c7067", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/seo-pipeline.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-b53e1adbf1d02ce3", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "87791eaea1b32706", "scanner": "scanner-primary", "fingerprint": "b53e1adbf1d02ce3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/seo-pipeline.yml"}, "region": {"startLine": 1}}}]}, {"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": "fdf3031b65f10325", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "59ffc6f1b984e6ba", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "55fc4d9b937ed112", "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": "ff730bce1d88e824", "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": "c7ef46fae5622da3", "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": "23baac2151567d03", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "907bc8734542b5b6", "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": "6f2ce325afe43e31", "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": "ced6f72535172fb3", "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": "2be4bcb7b2b5ed78", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-7df5b5e774da4ad4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-seo.mjs:67"}, "properties": {"repobilityId": "c5ef70ff85378f6f", "scanner": "scanner-primary", "fingerprint": "7df5b5e774da4ad4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1c397e28913cfca8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/portal/PortalNav.tsx:20"}, "properties": {"repobilityId": "e0da96f4fea4c282", "scanner": "scanner-primary", "fingerprint": "1c397e28913cfca8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cffddabe25da4900", "level": "note", "message": {"text": "Legacy-named symbol `al_portal_deals_v1` in lib/portal-store.ts:7"}, "properties": {"repobilityId": "146d6e1f5205ba57", "scanner": "scanner-primary", "fingerprint": "cffddabe25da4900", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0d2388c0fcbf4173", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/ghl-sync.ts:47"}, "properties": {"repobilityId": "301dbdfba47b6530", "scanner": "scanner-primary", "fingerprint": "0d2388c0fcbf4173", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2190e821c3ee713c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/github.ts:26"}, "properties": {"repobilityId": "e88d700f0383c28d", "scanner": "scanner-primary", "fingerprint": "2190e821c3ee713c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2cb019bec5fb54aa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/indexnow.ts:16"}, "properties": {"repobilityId": "028d7b9a8f569b83", "scanner": "scanner-primary", "fingerprint": "2cb019bec5fb54aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6cd6ad262ed42e40", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/seo/search-console.ts:69"}, "properties": {"repobilityId": "7b73ff567f2353b5", "scanner": "scanner-primary", "fingerprint": "6cd6ad262ed42e40", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}