{"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-ce831834b150594a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/root.tsx:73", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/root.tsx:73"}, "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-a44a051ceedfb005", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/playground/Print.tsx:238", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/playground/Print.tsx:238"}, "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-664913f82cffa605", "name": "TODO/FIXME marker in shipping code \u2014 web/src/engine/pkg/eternity2_engine.js:428", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 web/src/engine/pkg/eternity2_engine.js:428"}, "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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a86cf698aa3614bf", "name": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-93e02e0d67c8f3e8", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-317932093ccf0181", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-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-11be7385521fef82", "name": "Insecure pattern 'dangerous_innerhtml' in web/src/root.tsx:73", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/root.tsx:73"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "dtolnay/rust-toolchain@stable 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": "medium", "confidence": 1.0}}, {"id": "scanner-ad6701f0a8405e22", "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 65 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "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-debf8c5cf6d72bdd", "name": "Commented-code block (5 lines) in web/vite.config.ts:37", "shortDescription": {"text": "Commented-code block (5 lines) in web/vite.config.ts:37"}, "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-72e2aa5054e09b6c", "name": "Commented-code block (5 lines) in web/react-router.config.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in web/react-router.config.ts:12"}, "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-2b18cb9cfb1e5989", "name": "Commented-code block (7 lines) in web/src/layout.tsx:61", "shortDescription": {"text": "Commented-code block (7 lines) in web/src/layout.tsx:61"}, "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-de0844e52a27a75d", "name": "Commented-code block (6 lines) in web/src/site.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in web/src/site.ts: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-6dab29e4b178ba79", "name": "Commented-code block (6 lines) in web/src/routes.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in web/src/routes.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-892e9fda69ac2270", "name": "Commented-code block (7 lines) in web/src/root.tsx:15", "shortDescription": {"text": "Commented-code block (7 lines) in web/src/root.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-3188ed65f9f04758", "name": "Commented-code block (5 lines) in web/src/components/learn/BinaryPlayground.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/components/learn/BinaryPlayground.tsx: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-dd1065cc57f48af5", "name": "Commented-code block (5 lines) in web/src/lib/bucas.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/lib/bucas.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-937f0105dfe6b16b", "name": "Commented-code block (7 lines) in web/src/lib/motifs.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in web/src/lib/motifs.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-18b24b0f13cc053a", "name": "Commented-code block (5 lines) in web/src/lib/utils.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/lib/utils.ts:9"}, "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-199bd48f4c9f6a4f", "name": "Commented-code block (5 lines) in web/src/lib/svg-export.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/lib/svg-export.ts:5"}, "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-1b9a377077144af8", "name": "Commented-code block (5 lines) in web/src/pages/playground/Solve.tsx:242", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Solve.tsx:242"}, "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-6932ba94e3668cbc", "name": "Commented-code block (5 lines) in web/src/pages/playground/Print.tsx:2", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Print.tsx:2"}, "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-5dfeba964924b562", "name": "Commented-code block (5 lines) in web/src/pages/playground/Paths.tsx:209", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Paths.tsx:209"}, "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-bc7380535d300646", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/engine/pkg/eternity2_engine.js:688", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/engine/pkg/eternity2_engine.js:688"}, "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/17815"}, "properties": {"repository": "raphael-anjou/eternity2", "repoUrl": "https://github.com/raphael-anjou/eternity2", "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-ce831834b150594a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/root.tsx:73"}, "properties": {"repobilityId": "9d9f8402c97b4b83", "scanner": "scanner-primary", "fingerprint": "ce831834b150594a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a44a051ceedfb005", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/playground/Print.tsx:238"}, "properties": {"repobilityId": "b02eda6040ab6d96", "scanner": "scanner-primary", "fingerprint": "a44a051ceedfb005", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-664913f82cffa605", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 web/src/engine/pkg/eternity2_engine.js:428"}, "properties": {"repobilityId": "9ac327c81bab8709", "scanner": "scanner-primary", "fingerprint": "664913f82cffa605", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-a86cf698aa3614bf", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim"}, "properties": {"repobilityId": "6a902bb7aa4d6622", "scanner": "scanner-primary", "fingerprint": "a86cf698aa3614bf", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-93e02e0d67c8f3e8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "4189d07ae1b5f723", "scanner": "scanner-primary", "fingerprint": "93e02e0d67c8f3e8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-317932093ccf0181", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "properties": {"repobilityId": "25af31b776d695bb", "scanner": "scanner-primary", "fingerprint": "317932093ccf0181", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 41}}}]}, {"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-11be7385521fef82", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/root.tsx:73"}, "properties": {"repobilityId": "6b876d31e594ce3c", "scanner": "scanner-primary", "fingerprint": "11be7385521fef82", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/src/root.tsx"}, "region": {"startLine": 73}}}]}, {"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": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e330ec8cc3d14001", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "419d1ec7943efec2", "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": 84}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.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-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "94b019f95ec6a907", "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": "c75bcc8342cdfb0f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-debf8c5cf6d72bdd", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/vite.config.ts:37"}, "properties": {"repobilityId": "f3f34349ff868f0b", "scanner": "scanner-primary", "fingerprint": "debf8c5cf6d72bdd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-72e2aa5054e09b6c", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/react-router.config.ts:12"}, "properties": {"repobilityId": "ae482e1818ea41e5", "scanner": "scanner-primary", "fingerprint": "72e2aa5054e09b6c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b18cb9cfb1e5989", "level": "none", "message": {"text": "Commented-code block (7 lines) in web/src/layout.tsx:61"}, "properties": {"repobilityId": "9d0962dfc39340b9", "scanner": "scanner-primary", "fingerprint": "2b18cb9cfb1e5989", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de0844e52a27a75d", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/src/site.ts:4"}, "properties": {"repobilityId": "fee5b271c7836cdf", "scanner": "scanner-primary", "fingerprint": "de0844e52a27a75d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6dab29e4b178ba79", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/src/routes.ts:3"}, "properties": {"repobilityId": "40ac83e0f6dab26f", "scanner": "scanner-primary", "fingerprint": "6dab29e4b178ba79", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-892e9fda69ac2270", "level": "none", "message": {"text": "Commented-code block (7 lines) in web/src/root.tsx:15"}, "properties": {"repobilityId": "2b7c0aa2adf1841f", "scanner": "scanner-primary", "fingerprint": "892e9fda69ac2270", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3188ed65f9f04758", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/components/learn/BinaryPlayground.tsx:1"}, "properties": {"repobilityId": "aaec27885d827ec0", "scanner": "scanner-primary", "fingerprint": "3188ed65f9f04758", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd1065cc57f48af5", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/lib/bucas.ts:3"}, "properties": {"repobilityId": "c86d6797c44ca2b1", "scanner": "scanner-primary", "fingerprint": "dd1065cc57f48af5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-937f0105dfe6b16b", "level": "none", "message": {"text": "Commented-code block (7 lines) in web/src/lib/motifs.ts:1"}, "properties": {"repobilityId": "fe9247059b5d5866", "scanner": "scanner-primary", "fingerprint": "937f0105dfe6b16b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18b24b0f13cc053a", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/lib/utils.ts:9"}, "properties": {"repobilityId": "83d2142b415a25ba", "scanner": "scanner-primary", "fingerprint": "18b24b0f13cc053a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-199bd48f4c9f6a4f", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/lib/svg-export.ts:5"}, "properties": {"repobilityId": "b6907df51de93a8f", "scanner": "scanner-primary", "fingerprint": "199bd48f4c9f6a4f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b9a377077144af8", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Solve.tsx:242"}, "properties": {"repobilityId": "a546a5cbdb405e72", "scanner": "scanner-primary", "fingerprint": "1b9a377077144af8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6932ba94e3668cbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Print.tsx:2"}, "properties": {"repobilityId": "184ac80618d4452a", "scanner": "scanner-primary", "fingerprint": "6932ba94e3668cbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5dfeba964924b562", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/pages/playground/Paths.tsx:209"}, "properties": {"repobilityId": "cf6dfd9518dca69d", "scanner": "scanner-primary", "fingerprint": "5dfeba964924b562", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc7380535d300646", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/engine/pkg/eternity2_engine.js:688"}, "properties": {"repobilityId": "f7382221f1d197fb", "scanner": "scanner-primary", "fingerprint": "bc7380535d300646", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}