{"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-13230d92906e6700", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemosLogo.tsx:20", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemosLogo.tsx:20"}, "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-d6dba485b43408db", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/ThemeSelect.tsx:38", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/ThemeSelect.tsx:38"}, "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-ac8c1b63bd441f8c", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Navigation.tsx:120", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Navigation.tsx:120"}, "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-18553ba735686900", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/LocalePicker.tsx:62", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/LocalePicker.tsx:62"}, "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-dbd363310b0648ba", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/PreviewImageDialog.tsx:123", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/PreviewImageDialog.tsx:123"}, "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-71bf539eddfd0d3c", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/UserMenu.tsx:130", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/UserMenu.tsx:130"}, "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-ad08c31c2e94d4f4", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoFilters.tsx:89", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoFilters.tsx:89"}, "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-a83c78d384abff09", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/AttachmentLibrary/AttachmentLibraryPrimitives.ts", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/AttachmentLibrary/AttachmentLibraryPrimitives.tsx:67"}, "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-bee5c733bd3b9947", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/CodeBlock.tsx:151", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/CodeBlock.tsx:151"}, "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-fbf12fec3f2507c5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/MermaidBlock.tsx:98", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/MermaidBlock.tsx:98"}, "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-d034c080a87fee56", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoContent/LinkMetadataCard.tsx:48", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoContent/LinkMetadataCard.tsx:48"}, "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-8045aabe3e9b53b0", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/StorageSection.tsx:210", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/StorageSection.tsx:210"}, "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-51f8c8ad734e1f47", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MyAccountSection.tsx:56", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MyAccountSection.tsx:56"}, "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-06881ce574f3181b", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MemberSection.tsx:138", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MemberSection.tsx:138"}, "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-89ec7683852976c9", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/InfoChip.tsx:22", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/InfoChip.tsx:22"}, "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-c72d4ca4557a4017", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/SectionMenuItem.tsx:20", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/SectionMenuItem.tsx:20"}, "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-4f2c639d969a2176", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/TagsSection.tsx:237", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/TagsSection.tsx:237"}, "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-46204c792ba596aa", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Attachment/AudioAttachmentItem.tsx:", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Attachment/AudioAttachmentItem.tsx:131"}, "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-e3597c6a55ec5783", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Location/LocationDisplayView.tsx:38", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Location/LocationDisplayView.tsx:38"}, "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-469a108a889ad8d3", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoPreview/MemoPreview.tsx:69", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoPreview/MemoPreview.tsx:69"}, "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-8083d841089de26e", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoHeader.tsx:118", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoHeader.tsx:118"}, "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-924cfaa026d39c18", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoSnippetLink.tsx:29", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoSnippetLink.tsx:29"}, "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-76aeebf6a4cc2cb6", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoActionMenu/MemoShareImagePreview.tsx:34", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoActionMenu/MemoShareImagePreview.tsx:34"}, "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-9d1ccb6843b0ae35", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoDetailSidebar.tsx:78", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoDetailSidebar.tsx:78"}, "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-e0daa4ba2b9e048b", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoSharePanel.tsx:59", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoSharePanel.tsx:59"}, "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-ad2f3d913407b639", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/Shortcuts.tsx:476", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/Shortcuts.tsx:476"}, "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-53a250ffee01c6d0", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/MemoDetail.tsx:98", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/MemoDetail.tsx:98"}, "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-c476fcc5bc72aece", "name": "Dockerfile runs as root: scripts/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: scripts/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-08e8eaa130fd411b", "name": "Docker base image is tag-pinned but not digest-pinned: golang:1.26.2-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: golang:1.26.2-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-1f8549fee4d48c87", "name": "Docker base image is tag-pinned but not digest-pinned: alpine:3.21", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3.21"}, "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-dbc96f7cd4586c29", "name": "Possible secret in internal/email/README.md", "shortDescription": {"text": "Possible secret in internal/email/README.md"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-823d5d8ffc16fce4", "name": "Possible secret in internal/email/doc.go", "shortDescription": {"text": "Possible secret in internal/email/doc.go"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-34b4d717ea4063b0", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/src/App.tsx:34", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/src/App.tsx:34"}, "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-07736b190865b339", "name": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/CodeBlock.tsx:151", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/CodeBlock.tsx:151"}, "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-bee6a5d7e0cb9142", "name": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/MermaidBlock.tsx:98", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/MermaidBlock.tsx:98"}, "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-eea92d7748146c20", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "googleapis/release-please-action@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cbe310f193a6df9f", "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-e5f76c340ca24941", "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@v6 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-ad4f2b4575fd028a", "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@v6 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-cf95dca2d4eb0c34", "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@v6 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-acb8947f8d61ca21", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/cache@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-9282c7aaabb16e22", "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-46c644c6227e4d4a", "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@v6 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-1838a141491ce38c", "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-4cb21838d560719d", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/stale@v10.1.1 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-cd16f0bd0e3d8fcd", "name": "Very large file: proto/gen/api/v1/user_service.pb.gw.go (2279 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/user_service.pb.gw.go (2279 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cad54c951f50def4", "name": "Very large file: proto/gen/api/v1/user_service.pb.go (3787 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/user_service.pb.go (3787 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-873db4c637176c4d", "name": "Very large file: proto/gen/api/v1/memo_service.pb.go (2695 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/memo_service.pb.go (2695 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d99c72cb4230075a", "name": "Very large file: proto/gen/api/v1/memo_service.pb.gw.go (1789 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/memo_service.pb.gw.go (1789 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c17fcdbcab6969b9", "name": "Very large file: proto/gen/api/v1/instance_service.pb.go (2047 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/instance_service.pb.go (2047 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f3ec421b44578385", "name": "Very large file: proto/gen/api/v1/apiv1connect/user_service.connect.go (857 lines)", "shortDescription": {"text": "Very large file: proto/gen/api/v1/apiv1connect/user_service.connect.go (857 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-091f3cefcd1c062d", "name": "Very large file: proto/gen/store/instance_setting.pb.go (1501 lines)", "shortDescription": {"text": "Very large file: proto/gen/store/instance_setting.pb.go (1501 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6f250c30a2038db5", "name": "Very large file: web/src/types/proto/api/v1/user_service_pb.ts (1975 lines)", "shortDescription": {"text": "Very large file: web/src/types/proto/api/v1/user_service_pb.ts (1975 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-063842083859bd4c", "name": "Very large file: server/router/api/v1/user_service.go (2032 lines)", "shortDescription": {"text": "Very large file: server/router/api/v1/user_service.go (2032 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 5 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 301 placeholder/mock markers across 72 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-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-51b437ec3331a845", "name": "Commented-code block (5 lines) in web/tests/editor-controller.test.tsx:132", "shortDescription": {"text": "Commented-code block (5 lines) in web/tests/editor-controller.test.tsx:132"}, "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-10f6be04ffbb5931", "name": "Commented-code block (7 lines) in web/tests/markdown-roundtrip.test.ts:33", "shortDescription": {"text": "Commented-code block (7 lines) in web/tests/markdown-roundtrip.test.ts:33"}, "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-42f9dc0d28ffca0f", "name": "Commented-code block (5 lines) in web/tests/editor-slash-commands.test.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in web/tests/editor-slash-commands.test.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-d8a4160312b81b07", "name": "Commented-code block (5 lines) in web/tests/setup.ts:24", "shortDescription": {"text": "Commented-code block (5 lines) in web/tests/setup.ts:24"}, "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-b013c39cc9d9b80d", "name": "Commented-code block (5 lines) in web/tests/editor-preserved.test.ts:54", "shortDescription": {"text": "Commented-code block (5 lines) in web/tests/editor-preserved.test.ts:54"}, "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-f872ca28f62c632b", "name": "Commented-code block (5 lines) in web/src/auth-state.ts:64", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/auth-state.ts:64"}, "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-a5b5f60e44f21d2f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/connect.ts:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/connect.ts:58"}, "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-f9999b0da0d33cae", "name": "Legacy-named symbol `library_v2` in web/src/types/proto/google/api/client_pb.ts:427", "shortDescription": {"text": "Legacy-named symbol `library_v2` in web/src/types/proto/google/api/client_pb.ts:427"}, "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-b9c63d07334ad5df", "name": "Commented-code block (5 lines) in web/src/components/MemoEditor/index.tsx:86", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/components/MemoEditor/index.tsx:86"}, "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-121cf9983e674a18", "name": "Commented-code block (9 lines) in web/src/components/MemoEditor/Editor/PreservedBlock.ts:99", "shortDescription": {"text": "Commented-code block (9 lines) in web/src/components/MemoEditor/Editor/PreservedBlock.ts:99"}, "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-e3bcfc3c9d1572eb", "name": "Commented-code block (8 lines) in web/src/components/MemoEditor/Editor/index.tsx:17", "shortDescription": {"text": "Commented-code block (8 lines) in web/src/components/MemoEditor/Editor/index.tsx:17"}, "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-73fa0a028b0084f0", "name": "Commented-code block (6 lines) in web/src/components/MemoEditor/Editor/Tag.ts:54", "shortDescription": {"text": "Commented-code block (6 lines) in web/src/components/MemoEditor/Editor/Tag.ts:54"}, "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-e7f4b572a7969cf8", "name": "Commented-code block (5 lines) in web/src/components/MemoEditor/hooks/useMemoInit.ts:44", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/components/MemoEditor/hooks/useMemoInit.ts:44"}, "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-c21343a9c4730ae1", "name": "Frontend route `/explore` has no Link/navigate to it \u2014 web/tests/guards.test.tsx", "shortDescription": {"text": "Frontend route `/explore` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-369eb1581a95fa56", "name": "Frontend route `/setting` has no Link/navigate to it \u2014 web/tests/guards.test.tsx", "shortDescription": {"text": "Frontend route `/setting` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-58c56eeac14145bb", "name": "Frontend route `/auth` has no Link/navigate to it \u2014 web/tests/guards.test.tsx", "shortDescription": {"text": "Frontend route `/auth` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/21992"}, "properties": {"repository": "usememos/memos", "repoUrl": "https://github.com/usememos/memos", "branch": "main"}, "results": [{"ruleId": "scanner-13230d92906e6700", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemosLogo.tsx:20"}, "properties": {"repobilityId": "a9ce2f70892bc35d", "scanner": "scanner-primary", "fingerprint": "13230d92906e6700", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d6dba485b43408db", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/ThemeSelect.tsx:38"}, "properties": {"repobilityId": "b83f64b4cc44d3e1", "scanner": "scanner-primary", "fingerprint": "d6dba485b43408db", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ac8c1b63bd441f8c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Navigation.tsx:120"}, "properties": {"repobilityId": "167ca449e69b9044", "scanner": "scanner-primary", "fingerprint": "ac8c1b63bd441f8c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-18553ba735686900", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/LocalePicker.tsx:62"}, "properties": {"repobilityId": "3be59b286bdb8c2d", "scanner": "scanner-primary", "fingerprint": "18553ba735686900", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dbd363310b0648ba", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/PreviewImageDialog.tsx:123"}, "properties": {"repobilityId": "b8d1a90621630d24", "scanner": "scanner-primary", "fingerprint": "dbd363310b0648ba", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-71bf539eddfd0d3c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/UserMenu.tsx:130"}, "properties": {"repobilityId": "90cec88cfd9ca71a", "scanner": "scanner-primary", "fingerprint": "71bf539eddfd0d3c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ad08c31c2e94d4f4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoFilters.tsx:89"}, "properties": {"repobilityId": "404829bb288a9d49", "scanner": "scanner-primary", "fingerprint": "ad08c31c2e94d4f4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a83c78d384abff09", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/AttachmentLibrary/AttachmentLibraryPrimitives.tsx:67"}, "properties": {"repobilityId": "9e5156ff5308bc0a", "scanner": "scanner-primary", "fingerprint": "a83c78d384abff09", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bee5c733bd3b9947", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/CodeBlock.tsx:151"}, "properties": {"repobilityId": "9724633f5548d9f2", "scanner": "scanner-primary", "fingerprint": "bee5c733bd3b9947", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-fbf12fec3f2507c5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/src/components/MemoContent/MermaidBlock.tsx:98"}, "properties": {"repobilityId": "e8b06b2e64e85572", "scanner": "scanner-primary", "fingerprint": "fbf12fec3f2507c5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-d034c080a87fee56", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoContent/LinkMetadataCard.tsx:48"}, "properties": {"repobilityId": "aac7c71f85765314", "scanner": "scanner-primary", "fingerprint": "d034c080a87fee56", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8045aabe3e9b53b0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/StorageSection.tsx:210"}, "properties": {"repobilityId": "09a81272a7513ce1", "scanner": "scanner-primary", "fingerprint": "8045aabe3e9b53b0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-51f8c8ad734e1f47", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MyAccountSection.tsx:56"}, "properties": {"repobilityId": "2981018642ce19ef", "scanner": "scanner-primary", "fingerprint": "51f8c8ad734e1f47", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-06881ce574f3181b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/MemberSection.tsx:138"}, "properties": {"repobilityId": "e19b5dd406405de3", "scanner": "scanner-primary", "fingerprint": "06881ce574f3181b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-89ec7683852976c9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/InfoChip.tsx:22"}, "properties": {"repobilityId": "4d4fef266a959ef9", "scanner": "scanner-primary", "fingerprint": "89ec7683852976c9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c72d4ca4557a4017", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/SectionMenuItem.tsx:20"}, "properties": {"repobilityId": "762cc3038faa0551", "scanner": "scanner-primary", "fingerprint": "c72d4ca4557a4017", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4f2c639d969a2176", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/Settings/TagsSection.tsx:237"}, "properties": {"repobilityId": "ee3d35566875c9e2", "scanner": "scanner-primary", "fingerprint": "4f2c639d969a2176", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-46204c792ba596aa", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Attachment/AudioAttachmentItem.tsx:131"}, "properties": {"repobilityId": "fb769062281cace3", "scanner": "scanner-primary", "fingerprint": "46204c792ba596aa", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e3597c6a55ec5783", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoMetadata/Location/LocationDisplayView.tsx:38"}, "properties": {"repobilityId": "71c54cdcd162a3a4", "scanner": "scanner-primary", "fingerprint": "e3597c6a55ec5783", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-469a108a889ad8d3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoPreview/MemoPreview.tsx:69"}, "properties": {"repobilityId": "d298f68171ef794b", "scanner": "scanner-primary", "fingerprint": "469a108a889ad8d3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8083d841089de26e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoHeader.tsx:118"}, "properties": {"repobilityId": "0530a0ab43b0c31c", "scanner": "scanner-primary", "fingerprint": "8083d841089de26e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-924cfaa026d39c18", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoView/components/MemoSnippetLink.tsx:29"}, "properties": {"repobilityId": "cea1695d5d5f4bef", "scanner": "scanner-primary", "fingerprint": "924cfaa026d39c18", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-76aeebf6a4cc2cb6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoActionMenu/MemoShareImagePreview.tsx:34"}, "properties": {"repobilityId": "4777b8bf37e0e3cc", "scanner": "scanner-primary", "fingerprint": "76aeebf6a4cc2cb6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9d1ccb6843b0ae35", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoDetailSidebar.tsx:78"}, "properties": {"repobilityId": "01081367602ce401", "scanner": "scanner-primary", "fingerprint": "9d1ccb6843b0ae35", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e0daa4ba2b9e048b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/MemoDetailSidebar/MemoSharePanel.tsx:59"}, "properties": {"repobilityId": "d9bfdd3efab3254c", "scanner": "scanner-primary", "fingerprint": "e0daa4ba2b9e048b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ad2f3d913407b639", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/Shortcuts.tsx:476"}, "properties": {"repobilityId": "aa04bcdd2618d5a5", "scanner": "scanner-primary", "fingerprint": "ad2f3d913407b639", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-53a250ffee01c6d0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/pages/MemoDetail.tsx:98"}, "properties": {"repobilityId": "ce9ed42c89d7933f", "scanner": "scanner-primary", "fingerprint": "53a250ffee01c6d0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c476fcc5bc72aece", "level": "warning", "message": {"text": "Dockerfile runs as root: scripts/Dockerfile"}, "properties": {"repobilityId": "7ec88485c9eb8565", "scanner": "scanner-primary", "fingerprint": "c476fcc5bc72aece", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-08e8eaa130fd411b", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: golang:1.26.2-alpine"}, "properties": {"repobilityId": "c174010d4315e548", "scanner": "scanner-primary", "fingerprint": "08e8eaa130fd411b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1f8549fee4d48c87", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3.21"}, "properties": {"repobilityId": "1391c6e332874c06", "scanner": "scanner-primary", "fingerprint": "1f8549fee4d48c87", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/Dockerfile"}, "region": {"startLine": 29}}}]}, {"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-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 70}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 83}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 97}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 111}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 127}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-dbc96f7cd4586c29", "level": "error", "message": {"text": "Possible secret in internal/email/README.md"}, "properties": {"repobilityId": "19782002bb7dc0cc", "scanner": "scanner-primary", "fingerprint": "dbc96f7cd4586c29", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/README.md"}, "region": {"startLine": 220}}}]}, {"ruleId": "scanner-823d5d8ffc16fce4", "level": "error", "message": {"text": "Possible secret in internal/email/doc.go"}, "properties": {"repobilityId": "b7cb88557da620d4", "scanner": "scanner-primary", "fingerprint": "823d5d8ffc16fce4", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "internal/email/doc.go"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-34b4d717ea4063b0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/src/App.tsx:34"}, "properties": {"repobilityId": "6377fdbb9fbe3d11", "scanner": "scanner-primary", "fingerprint": "34b4d717ea4063b0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/src/App.tsx"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-07736b190865b339", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/CodeBlock.tsx:151"}, "properties": {"repobilityId": "1300e7f62d33efd3", "scanner": "scanner-primary", "fingerprint": "07736b190865b339", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/src/components/MemoContent/CodeBlock.tsx"}, "region": {"startLine": 151}}}]}, {"ruleId": "scanner-bee6a5d7e0cb9142", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in web/src/components/MemoContent/MermaidBlock.tsx:98"}, "properties": {"repobilityId": "95f70b6f741c1a9b", "scanner": "scanner-primary", "fingerprint": "bee6a5d7e0cb9142", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/src/components/MemoContent/MermaidBlock.tsx"}, "region": {"startLine": 98}}}]}, {"ruleId": "scanner-eea92d7748146c20", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8922d1c1e281f80e", "scanner": "scanner-primary", "fingerprint": "eea92d7748146c20", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-please.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-cbe310f193a6df9f", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "573212e145c44806", "scanner": "scanner-primary", "fingerprint": "cbe310f193a6df9f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-please.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e5f76c340ca24941", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c8dc733d5ff0d439", "scanner": "scanner-primary", "fingerprint": "e5f76c340ca24941", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/proto-linter.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-e5f76c340ca24941", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e5574cbd217a7535", "scanner": "scanner-primary", "fingerprint": "e5f76c340ca24941", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/proto-linter.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-e5f76c340ca24941", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "dfbc949a4ea7f7b4", "scanner": "scanner-primary", "fingerprint": "e5f76c340ca24941", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/proto-linter.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b7c2b05b306a0b45", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "574c426f9deaced4", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3f61f163f1da736d", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b7c2b05b306a0b45", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "574c426f9deaced4", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-ad4f2b4575fd028a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3f61f163f1da736d", "scanner": "scanner-primary", "fingerprint": "ad4f2b4575fd028a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/frontend-tests.yml"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2ac49086452592db", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e413e2cdd68121f9", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e132760606e5cdbf", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2ac49086452592db", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e413e2cdd68121f9", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-cf95dca2d4eb0c34", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f5d4493a811f1157", "scanner": "scanner-primary", "fingerprint": "cf95dca2d4eb0c34", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backend-tests.yml"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "19341ac016681291", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2b610be8bcba0b2b", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "28f258b5da6862db", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9601405982081908", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5fd11a8379b80420", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "765385d4c242d57f", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "765385d4c242d57f", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b12edee9ed761734", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2b610be8bcba0b2b", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "28f258b5da6862db", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 127}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5fd11a8379b80420", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 134}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "721dd914b5df9a62", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 138}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "765385d4c242d57f", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 149}}}]}, {"ruleId": "scanner-acb8947f8d61ca21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "765385d4c242d57f", "scanner": "scanner-primary", "fingerprint": "acb8947f8d61ca21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 155}}}]}, {"ruleId": "scanner-9282c7aaabb16e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "35ada001f7291cb5", "scanner": "scanner-primary", "fingerprint": "9282c7aaabb16e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-canary-image.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f6c832d67a7838", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 70}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4d95e357ca561c54", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b28f2eb9ce3eea56", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e040b5c136c9f9b8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 90}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 105}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f6c832d67a7838", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 134}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "45fe1bb72fced1b5", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 137}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b0f359fc82dc1097", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 143}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 194}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b0f359fc82dc1097", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 206}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 217}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b0f359fc82dc1097", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 232}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b0f359fc82dc1097", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 239}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f0dc584a111ffc00", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 245}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f6c832d67a7838", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 269}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b0f359fc82dc1097", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 272}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b3c800471aacaf03", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 278}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "15b01c1e36e9f12b", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 281}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c71c4053464cd39c", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 284}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c71c4053464cd39c", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 290}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4cb21838d560719d", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9dbb9f63d4c2948b", "scanner": "scanner-primary", "fingerprint": "4cb21838d560719d", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/stale.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-cd16f0bd0e3d8fcd", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/user_service.pb.gw.go (2279 lines)"}, "properties": {"repobilityId": "81c639f30fd41688", "scanner": "scanner-primary", "fingerprint": "cd16f0bd0e3d8fcd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-cad54c951f50def4", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/user_service.pb.go (3787 lines)"}, "properties": {"repobilityId": "8aa3238a7f64b186", "scanner": "scanner-primary", "fingerprint": "cad54c951f50def4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-873db4c637176c4d", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/memo_service.pb.go (2695 lines)"}, "properties": {"repobilityId": "7d612ef1b9742fd1", "scanner": "scanner-primary", "fingerprint": "873db4c637176c4d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d99c72cb4230075a", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/memo_service.pb.gw.go (1789 lines)"}, "properties": {"repobilityId": "8b06a09c24b74aad", "scanner": "scanner-primary", "fingerprint": "d99c72cb4230075a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c17fcdbcab6969b9", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/instance_service.pb.go (2047 lines)"}, "properties": {"repobilityId": "62073bcdf0023cf3", "scanner": "scanner-primary", "fingerprint": "c17fcdbcab6969b9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f3ec421b44578385", "level": "note", "message": {"text": "Very large file: proto/gen/api/v1/apiv1connect/user_service.connect.go (857 lines)"}, "properties": {"repobilityId": "bf100cd91fec8944", "scanner": "scanner-primary", "fingerprint": "f3ec421b44578385", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-091f3cefcd1c062d", "level": "note", "message": {"text": "Very large file: proto/gen/store/instance_setting.pb.go (1501 lines)"}, "properties": {"repobilityId": "d945f343660bae1b", "scanner": "scanner-primary", "fingerprint": "091f3cefcd1c062d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6f250c30a2038db5", "level": "note", "message": {"text": "Very large file: web/src/types/proto/api/v1/user_service_pb.ts (1975 lines)"}, "properties": {"repobilityId": "0807509e08cfffbd", "scanner": "scanner-primary", "fingerprint": "6f250c30a2038db5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-063842083859bd4c", "level": "note", "message": {"text": "Very large file: server/router/api/v1/user_service.go (2032 lines)"}, "properties": {"repobilityId": "eeebe0a81d0610e8", "scanner": "scanner-primary", "fingerprint": "063842083859bd4c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c84e160035e976b4", "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": "1a288e9723c1708c", "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": "66f26f27825a0cba", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9ac1dbc1601d86d7", "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": "d663a6fcf313919f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-51b437ec3331a845", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/tests/editor-controller.test.tsx:132"}, "properties": {"repobilityId": "2a1b8a04927b7a36", "scanner": "scanner-primary", "fingerprint": "51b437ec3331a845", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10f6be04ffbb5931", "level": "none", "message": {"text": "Commented-code block (7 lines) in web/tests/markdown-roundtrip.test.ts:33"}, "properties": {"repobilityId": "404758e2bea89ca4", "scanner": "scanner-primary", "fingerprint": "10f6be04ffbb5931", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-42f9dc0d28ffca0f", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/tests/editor-slash-commands.test.ts:12"}, "properties": {"repobilityId": "9b1a9288be7b1b47", "scanner": "scanner-primary", "fingerprint": "42f9dc0d28ffca0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d8a4160312b81b07", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/tests/setup.ts:24"}, "properties": {"repobilityId": "6dceffd15efe1577", "scanner": "scanner-primary", "fingerprint": "d8a4160312b81b07", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b013c39cc9d9b80d", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/tests/editor-preserved.test.ts:54"}, "properties": {"repobilityId": "4d32759ece9b7475", "scanner": "scanner-primary", "fingerprint": "b013c39cc9d9b80d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f872ca28f62c632b", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/auth-state.ts:64"}, "properties": {"repobilityId": "06dedff1f4d3a5b2", "scanner": "scanner-primary", "fingerprint": "f872ca28f62c632b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5b5f60e44f21d2f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/connect.ts:58"}, "properties": {"repobilityId": "da31e1ac1903b286", "scanner": "scanner-primary", "fingerprint": "a5b5f60e44f21d2f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f9999b0da0d33cae", "level": "note", "message": {"text": "Legacy-named symbol `library_v2` in web/src/types/proto/google/api/client_pb.ts:427"}, "properties": {"repobilityId": "b438d59ad457be2f", "scanner": "scanner-primary", "fingerprint": "f9999b0da0d33cae", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b9c63d07334ad5df", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/components/MemoEditor/index.tsx:86"}, "properties": {"repobilityId": "c7b0ec1c873e8aec", "scanner": "scanner-primary", "fingerprint": "b9c63d07334ad5df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-121cf9983e674a18", "level": "none", "message": {"text": "Commented-code block (9 lines) in web/src/components/MemoEditor/Editor/PreservedBlock.ts:99"}, "properties": {"repobilityId": "5c0d8a8d52138ad1", "scanner": "scanner-primary", "fingerprint": "121cf9983e674a18", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e3bcfc3c9d1572eb", "level": "none", "message": {"text": "Commented-code block (8 lines) in web/src/components/MemoEditor/Editor/index.tsx:17"}, "properties": {"repobilityId": "173bc88bd8385b0f", "scanner": "scanner-primary", "fingerprint": "e3bcfc3c9d1572eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73fa0a028b0084f0", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/src/components/MemoEditor/Editor/Tag.ts:54"}, "properties": {"repobilityId": "a4a173f085d3e094", "scanner": "scanner-primary", "fingerprint": "73fa0a028b0084f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7f4b572a7969cf8", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/components/MemoEditor/hooks/useMemoInit.ts:44"}, "properties": {"repobilityId": "12b8bd5c1b925efc", "scanner": "scanner-primary", "fingerprint": "e7f4b572a7969cf8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c21343a9c4730ae1", "level": "warning", "message": {"text": "Frontend route `/explore` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "properties": {"repobilityId": "7b57ad9ddc123769", "scanner": "scanner-primary", "fingerprint": "c21343a9c4730ae1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-369eb1581a95fa56", "level": "warning", "message": {"text": "Frontend route `/setting` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "properties": {"repobilityId": "1e44cf53e72b1555", "scanner": "scanner-primary", "fingerprint": "369eb1581a95fa56", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-58c56eeac14145bb", "level": "warning", "message": {"text": "Frontend route `/auth` has no Link/navigate to it \u2014 web/tests/guards.test.tsx"}, "properties": {"repobilityId": "c902dea29eaa68d8", "scanner": "scanner-primary", "fingerprint": "58c56eeac14145bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}