{"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-c9d27d6327c4201d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/+Head.tsx:78", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/+Head.tsx:78"}, "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-351d45b3f409d5a6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/photography/components/AlbumModal.tsx:82", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/photography/components/AlbumModal.tsx:82"}, "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-68e77b31866028f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/PlaylistModal.tsx:35", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/PlaylistModal.tsx:35"}, "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-a3182990262eb7d2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/FavoriteTrack.tsx:23", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/FavoriteTrack.tsx:23"}, "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-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-c746403e1d235184", "name": "Docker base image is tag-pinned but not digest-pinned: oven/bun:1-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: oven/bun:1-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-ef3fff4dbbc1be6a", "name": "Insecure pattern 'dangerous_innerhtml' in src/pages/+Head.tsx:78", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/+Head.tsx:78"}, "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-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": "6 test file(s) for 124 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths."}, "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-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 ci. 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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-93a66d876ea1f55b", "name": "Commented-code block (5 lines) in playwright.config.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in playwright.config.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-8162ea973ca8e2ec", "name": "Commented-code block (6 lines) in scripts/build.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/build.ts:6"}, "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-f6a6dfea18bab87f", "name": "Commented-code block (5 lines) in src/components/Analytics.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/Analytics.tsx: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-67a47928b33a89b6", "name": "Commented-code block (6 lines) in src/pages/+config.ts:16", "shortDescription": {"text": "Commented-code block (6 lines) in src/pages/+config.ts:16"}, "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-1e97112cf98f1b8f", "name": "Commented-code block (5 lines) in src/pages/index/+onBeforePrerenderStart.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/pages/index/+onBeforePrerenderStart.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-60428dff5cda95a3", "name": "Commented-code block (6 lines) in src/pages/cooking/+config.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/pages/cooking/+config.ts:6"}, "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-a810e8bcbd778521", "name": "Commented-code block (6 lines) in src/pages/articles/+config.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in src/pages/articles/+config.ts:6"}, "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-798aedf6bf0094de", "name": "Commented-code block (5 lines) in e2e/i18n.spec.ts:28", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/i18n.spec.ts:28"}, "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-c9d6569b94da94b5", "name": "Commented-code block (5 lines) in e2e/content.spec.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/content.spec.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-db261f19f816cd7b", "name": "Commented-code block (7 lines) in e2e/hash-scroll.spec.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in e2e/hash-scroll.spec.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-51eecc927106280d", "name": "Commented-code block (7 lines) in e2e/scroll-position.spec.ts:12", "shortDescription": {"text": "Commented-code block (7 lines) in e2e/scroll-position.spec.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-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`, `CI`, `PORT`, `PROD`, `VERCEL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23538"}, "properties": {"repository": "ZauJulio/portifolio", "repoUrl": "https://github.com/ZauJulio/portifolio", "branch": "main"}, "results": [{"ruleId": "scanner-c9d27d6327c4201d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/+Head.tsx:78"}, "properties": {"repobilityId": "ce0fcf89cc4994e8", "scanner": "scanner-primary", "fingerprint": "c9d27d6327c4201d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-351d45b3f409d5a6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/photography/components/AlbumModal.tsx:82"}, "properties": {"repobilityId": "cdca41b6e1e2d521", "scanner": "scanner-primary", "fingerprint": "351d45b3f409d5a6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-68e77b31866028f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/PlaylistModal.tsx:35"}, "properties": {"repobilityId": "96f5461ff3157671", "scanner": "scanner-primary", "fingerprint": "68e77b31866028f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a3182990262eb7d2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/music/components/FavoriteTrack.tsx:23"}, "properties": {"repobilityId": "0cae6885fc8f7200", "scanner": "scanner-primary", "fingerprint": "a3182990262eb7d2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-c746403e1d235184", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: oven/bun:1-alpine"}, "properties": {"repobilityId": "af18561514350382", "scanner": "scanner-primary", "fingerprint": "c746403e1d235184", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-c746403e1d235184", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: oven/bun:1-alpine"}, "properties": {"repobilityId": "8c58c3006dc1cecc", "scanner": "scanner-primary", "fingerprint": "c746403e1d235184", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 20}}}]}, {"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-ef3fff4dbbc1be6a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/+Head.tsx:78"}, "properties": {"repobilityId": "d67e5e92dc0ac069", "scanner": "scanner-primary", "fingerprint": "ef3fff4dbbc1be6a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/+Head.tsx"}, "region": {"startLine": 78}}}]}, {"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-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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "27a4e38d2011e25d", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "8ec4698014a17fdc", "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": "9dd4bd632a2af0e9", "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": "3009cca9c16adba5", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-93a66d876ea1f55b", "level": "none", "message": {"text": "Commented-code block (5 lines) in playwright.config.ts:5"}, "properties": {"repobilityId": "11b31f0f3761839a", "scanner": "scanner-primary", "fingerprint": "93a66d876ea1f55b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8162ea973ca8e2ec", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/build.ts:6"}, "properties": {"repobilityId": "6954c81ae9334ce5", "scanner": "scanner-primary", "fingerprint": "8162ea973ca8e2ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6a6dfea18bab87f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/Analytics.tsx:3"}, "properties": {"repobilityId": "c6e88980ca9f6e77", "scanner": "scanner-primary", "fingerprint": "f6a6dfea18bab87f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67a47928b33a89b6", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pages/+config.ts:16"}, "properties": {"repobilityId": "629ab3a55705f9ec", "scanner": "scanner-primary", "fingerprint": "67a47928b33a89b6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e97112cf98f1b8f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/pages/index/+onBeforePrerenderStart.ts:5"}, "properties": {"repobilityId": "e30d3894194dadda", "scanner": "scanner-primary", "fingerprint": "1e97112cf98f1b8f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-60428dff5cda95a3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pages/cooking/+config.ts:6"}, "properties": {"repobilityId": "369cec66a84acc08", "scanner": "scanner-primary", "fingerprint": "60428dff5cda95a3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a810e8bcbd778521", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/pages/articles/+config.ts:6"}, "properties": {"repobilityId": "ab9563e249b2afc9", "scanner": "scanner-primary", "fingerprint": "a810e8bcbd778521", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-798aedf6bf0094de", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/i18n.spec.ts:28"}, "properties": {"repobilityId": "7729d9226314f3cb", "scanner": "scanner-primary", "fingerprint": "798aedf6bf0094de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9d6569b94da94b5", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/content.spec.ts:3"}, "properties": {"repobilityId": "5f54a334ffb80994", "scanner": "scanner-primary", "fingerprint": "c9d6569b94da94b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db261f19f816cd7b", "level": "none", "message": {"text": "Commented-code block (7 lines) in e2e/hash-scroll.spec.ts:3"}, "properties": {"repobilityId": "caa4144e7be080ec", "scanner": "scanner-primary", "fingerprint": "db261f19f816cd7b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-51eecc927106280d", "level": "none", "message": {"text": "Commented-code block (7 lines) in e2e/scroll-position.spec.ts:12"}, "properties": {"repobilityId": "7c6ea40d25babe85", "scanner": "scanner-primary", "fingerprint": "51eecc927106280d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}