{"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-7d490da4e4734bc6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/components/site/MacbookFrame.tsx:12", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/components/site/MacbookFrame.tsx:12"}, "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-dc2579da027cb656", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/pages/Index.tsx:202", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/pages/Index.tsx:202"}, "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-564b45d270cf0238", "name": "Runtime dotenv file present in repo: .env.production", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.production"}, "fullDescription": {"text": "`.env.production` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-272f97ba4fac2b76", "name": "Insecure pattern 'node_child_process' in vite.config.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in vite.config.ts: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-c1c7e946d61a5007", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/docs/actions.html:1327", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/docs/actions.html:1327"}, "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-9f0f19ba2c0ac3d3", "name": "Insecure pattern 'dangerous_innerhtml' in app/components/site/MacbookFrame.tsx:12", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/components/site/MacbookFrame.tsx:12"}, "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-471847a0f83cd6ba", "name": "Insecure pattern 'dangerous_innerhtml' in app/pages/Index.tsx:202", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/pages/Index.tsx:202"}, "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-c311f292581ce1eb", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/public/legacy/index-runtime.js:111", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/public/legacy/index-runtime.js:111"}, "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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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": "3 test file(s) for 36 source file(s) (ratio 0.08). 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-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, 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-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-a114ee0f72f46538", "name": "Commented-code block (7 lines) in vite.config.ts:25", "shortDescription": {"text": "Commented-code block (7 lines) in vite.config.ts:25"}, "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-37321e5a4a473603", "name": "Commented-code block (5 lines) in app/components/site/PageEnter.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in app/components/site/PageEnter.tsx:4"}, "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-14d96830f7bc651e", "name": "Commented-code block (5 lines) in app/components/site/MacbookFrame.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in app/components/site/MacbookFrame.tsx:4"}, "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-dc3dfda889416297", "name": "Commented-code block (13 lines) in app/lib/analytics.ts:3", "shortDescription": {"text": "Commented-code block (13 lines) in app/lib/analytics.ts:3"}, "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-0fc544b7d8fcf238", "name": "Commented-code block (6 lines) in app/lib/latestRelease.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/lib/latestRelease.ts:1"}, "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-43bdc643ebf60f26", "name": "Commented-code block (5 lines) in app/pages/Index.tsx:15", "shortDescription": {"text": "Commented-code block (5 lines) in app/pages/Index.tsx:15"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-056a9f8bd88a27ec", "name": "Commented-code block (5 lines) in app/pages/Buy.tsx:144", "shortDescription": {"text": "Commented-code block (5 lines) in app/pages/Buy.tsx:144"}, "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-0d299d65c045f8e6", "name": "Commented-code block (5 lines) in app/hooks/useScrollNav.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in app/hooks/useScrollNav.ts:8"}, "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-3fb5d384aa22fa71", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/public/latest-release.js:42", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/public/latest-release.js:42"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a025e082f1ce916a", "name": "Commented-code block (11 lines) in app/public/legacy/index-runtime.js:20", "shortDescription": {"text": "Commented-code block (11 lines) in app/public/legacy/index-runtime.js:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18793"}, "properties": {"repository": "salihcaan/odak.fyi", "repoUrl": "https://github.com/salihcaan/odak.fyi", "branch": "main"}, "results": [{"ruleId": "scanner-7d490da4e4734bc6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/components/site/MacbookFrame.tsx:12"}, "properties": {"repobilityId": "c4dbda9f88aef187", "scanner": "scanner-primary", "fingerprint": "7d490da4e4734bc6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-dc2579da027cb656", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/pages/Index.tsx:202"}, "properties": {"repobilityId": "cb75954df7f5adc8", "scanner": "scanner-primary", "fingerprint": "dc2579da027cb656", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-564b45d270cf0238", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.production"}, "properties": {"repobilityId": "da3016501941bee3", "scanner": "scanner-primary", "fingerprint": "564b45d270cf0238", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.production"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-272f97ba4fac2b76", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in vite.config.ts:3"}, "properties": {"repobilityId": "b194fcea7803da43", "scanner": "scanner-primary", "fingerprint": "272f97ba4fac2b76", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vite.config.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-c1c7e946d61a5007", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/docs/actions.html:1327"}, "properties": {"repobilityId": "757ed5c682017d31", "scanner": "scanner-primary", "fingerprint": "c1c7e946d61a5007", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/actions.html"}, "region": {"startLine": 1327}}}]}, {"ruleId": "scanner-9f0f19ba2c0ac3d3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/components/site/MacbookFrame.tsx:12"}, "properties": {"repobilityId": "70fa1443e5c3a497", "scanner": "scanner-primary", "fingerprint": "9f0f19ba2c0ac3d3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/components/site/MacbookFrame.tsx"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-471847a0f83cd6ba", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/pages/Index.tsx:202"}, "properties": {"repobilityId": "16621762318b0fb6", "scanner": "scanner-primary", "fingerprint": "471847a0f83cd6ba", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/pages/Index.tsx"}, "region": {"startLine": 202}}}]}, {"ruleId": "scanner-c311f292581ce1eb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/public/legacy/index-runtime.js:111"}, "properties": {"repobilityId": "3e901083ed2edd1c", "scanner": "scanner-primary", "fingerprint": "c311f292581ce1eb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/public/legacy/index-runtime.js"}, "region": {"startLine": 111}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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": "59ac96d80039875d", "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": "c1fda79ef171ec1a", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "fe7fc20578d0faef", "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": "cd50449f7de0e4e9", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "806d1661ef5097fb", "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": "f2cef64e98e02c5e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a114ee0f72f46538", "level": "none", "message": {"text": "Commented-code block (7 lines) in vite.config.ts:25"}, "properties": {"repobilityId": "70c35d5bbc807099", "scanner": "scanner-primary", "fingerprint": "a114ee0f72f46538", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-37321e5a4a473603", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/components/site/PageEnter.tsx:4"}, "properties": {"repobilityId": "cc4481fabd73ff7c", "scanner": "scanner-primary", "fingerprint": "37321e5a4a473603", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14d96830f7bc651e", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/components/site/MacbookFrame.tsx:4"}, "properties": {"repobilityId": "a4d9c9a46ce1fb8c", "scanner": "scanner-primary", "fingerprint": "14d96830f7bc651e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dc3dfda889416297", "level": "none", "message": {"text": "Commented-code block (13 lines) in app/lib/analytics.ts:3"}, "properties": {"repobilityId": "63e73417afbefb75", "scanner": "scanner-primary", "fingerprint": "dc3dfda889416297", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0fc544b7d8fcf238", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/lib/latestRelease.ts:1"}, "properties": {"repobilityId": "b413ca2f93348c8e", "scanner": "scanner-primary", "fingerprint": "0fc544b7d8fcf238", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43bdc643ebf60f26", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/pages/Index.tsx:15"}, "properties": {"repobilityId": "a58036881f4af403", "scanner": "scanner-primary", "fingerprint": "43bdc643ebf60f26", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-056a9f8bd88a27ec", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/pages/Buy.tsx:144"}, "properties": {"repobilityId": "4ffa894781e150ee", "scanner": "scanner-primary", "fingerprint": "056a9f8bd88a27ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0d299d65c045f8e6", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/hooks/useScrollNav.ts:8"}, "properties": {"repobilityId": "45ee555a0cc8b520", "scanner": "scanner-primary", "fingerprint": "0d299d65c045f8e6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3fb5d384aa22fa71", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/public/latest-release.js:42"}, "properties": {"repobilityId": "14db6dec0dc0bbae", "scanner": "scanner-primary", "fingerprint": "3fb5d384aa22fa71", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a025e082f1ce916a", "level": "none", "message": {"text": "Commented-code block (11 lines) in app/public/legacy/index-runtime.js:20"}, "properties": {"repobilityId": "fa1f6afccbfdbda4", "scanner": "scanner-primary", "fingerprint": "a025e082f1ce916a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}