{"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-cc1993b223cce259", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "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-6ba9bfab5f283202", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "astral-sh/setup-uv@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": "medium", "confidence": 1.0}}, {"id": "scanner-b769174c9fcf8ea8", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 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-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-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1edc9409296116ae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 openclaw-plugin/index.mjs:35", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 openclaw-plugin/index.mjs:35"}, "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-af5b74077f486716", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/claude_memory/ui/static/js/api.js:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/claude_memory/ui/static/js/api.js:25"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/claude_memory/sync.py:last_sync_ts, src/claude_memory/sync.py:last_sync_ts\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3a3c45156489b020", "name": "Unused endpoint: GET /api/users", "shortDescription": {"text": "Unused endpoint: GET /api/users"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c634a86c50fdb714", "name": "Unused endpoint: GET /api/memories/sync", "shortDescription": {"text": "Unused endpoint: GET /api/memories/sync"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/memories/sync` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-31e48ae9233f0b61", "name": "Unused endpoint: POST /api/memories", "shortDescription": {"text": "Unused endpoint: POST /api/memories"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-45bd84fd982864f2", "name": "Unused endpoint: POST /api/memories/recall", "shortDescription": {"text": "Unused endpoint: POST /api/memories/recall"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/recall` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-94760304cb683d43", "name": "Unused endpoint: GET /api/memories", "shortDescription": {"text": "Unused endpoint: GET /api/memories"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/memories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5926c673ce6a1271", "name": "Unused endpoint: GET /api/categories", "shortDescription": {"text": "Unused endpoint: GET /api/categories"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/categories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f90bfe720c1d950e", "name": "Unused endpoint: GET /api/tags", "shortDescription": {"text": "Unused endpoint: GET /api/tags"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/tags` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3b37265900e79a8a", "name": "Unused endpoint: GET /api/stats", "shortDescription": {"text": "Unused endpoint: GET /api/stats"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e4138f530a3e8ffd", "name": "Unused endpoint: POST /api/memories/share-tag", "shortDescription": {"text": "Unused endpoint: POST /api/memories/share-tag"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/share-tag` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5444301dbdfcd9e1", "name": "Unused endpoint: DELETE /api/memories/share-tag", "shortDescription": {"text": "Unused endpoint: DELETE /api/memories/share-tag"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `DELETE /api/memories/share-tag` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f1e15242ad5f92f4", "name": "Unused endpoint: DELETE /api/memories/{memory_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/memories/{memory_id}"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `DELETE /api/memories/{memory_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b7aa13cc6536cf78", "name": "Unused endpoint: POST /api/memories/{memory_id}/secret", "shortDescription": {"text": "Unused endpoint: POST /api/memories/{memory_id}/secret"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/{memory_id}/secret` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c9be6a93ee86252d", "name": "Unused endpoint: POST /api/memories/migrate-secrets", "shortDescription": {"text": "Unused endpoint: POST /api/memories/migrate-secrets"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/migrate-secrets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8e74c8c53cc3323f", "name": "Unused endpoint: POST /api/memories/import", "shortDescription": {"text": "Unused endpoint: POST /api/memories/import"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/import` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bcdae01af71cfdad", "name": "Unused endpoint: POST /api/memories/{memory_id}/share", "shortDescription": {"text": "Unused endpoint: POST /api/memories/{memory_id}/share"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `POST /api/memories/{memory_id}/share` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-96c1240805065335", "name": "Unused endpoint: DELETE /api/memories/{memory_id}/share/{target_user}", "shortDescription": {"text": "Unused endpoint: DELETE /api/memories/{memory_id}/share/{target_user}"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `DELETE /api/memories/{memory_id}/share/{target_user}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b2f74bf26866bd2b", "name": "Unused endpoint: GET /api/memories/shared-with-me", "shortDescription": {"text": "Unused endpoint: GET /api/memories/shared-with-me"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/memories/shared-with-me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-115bf9ca7ebec67d", "name": "Unused endpoint: GET /api/memories/my-shares", "shortDescription": {"text": "Unused endpoint: GET /api/memories/my-shares"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `GET /api/memories/my-shares` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-de2bc3cadbe935a0", "name": "Unused endpoint: PUT /api/memories/{memory_id}", "shortDescription": {"text": "Unused endpoint: PUT /api/memories/{memory_id}"}, "fullDescription": {"text": "`src/claude_memory/api/app.py` declares `PUT /api/memories/{memory_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5287a2220d22828e", "name": "Unused endpoint: GET /api/memories?limit=200", "shortDescription": {"text": "Unused endpoint: GET /api/memories?limit=200"}, "fullDescription": {"text": "`src/claude_memory/ui/static/js/graph.js` declares `GET /api/memories?limit=200` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22227"}, "properties": {"repository": "ViktorBarzin/claude-memory-mcp", "repoUrl": "https://github.com/ViktorBarzin/claude-memory-mcp", "branch": "main"}, "results": [{"ruleId": "scanner-cc1993b223cce259", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "3fcfe3c7d9c5359f", "scanner": "scanner-primary", "fingerprint": "cc1993b223cce259", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"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-6ba9bfab5f283202", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bca32b9c19f1a46a", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-6ba9bfab5f283202", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fa5b7fe24d836e94", "scanner": "scanner-primary", "fingerprint": "6ba9bfab5f283202", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 86}}}]}, {"ruleId": "scanner-b769174c9fcf8ea8", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e34b6cb9b56931d2", "scanner": "scanner-primary", "fingerprint": "b769174c9fcf8ea8", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b4769f19746a6feb", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "94b129f622ef5018", "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": "85c163a054aa6a74", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-1edc9409296116ae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 openclaw-plugin/index.mjs:35"}, "properties": {"repobilityId": "77ccd979760da190", "scanner": "scanner-primary", "fingerprint": "1edc9409296116ae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-af5b74077f486716", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/claude_memory/ui/static/js/api.js:25"}, "properties": {"repobilityId": "d38dd9a0db5ae341", "scanner": "scanner-primary", "fingerprint": "af5b74077f486716", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "059a8a54bbca8d5c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ac7174522237b8fd", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "2f5791ef22e64e75", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "758e775f4cf07a90", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3a3c45156489b020", "level": "note", "message": {"text": "Unused endpoint: GET /api/users"}, "properties": {"repobilityId": "e132d73aaa22244b", "scanner": "scanner-primary", "fingerprint": "3a3c45156489b020", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c634a86c50fdb714", "level": "note", "message": {"text": "Unused endpoint: GET /api/memories/sync"}, "properties": {"repobilityId": "efb35c619801d239", "scanner": "scanner-primary", "fingerprint": "c634a86c50fdb714", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-31e48ae9233f0b61", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories"}, "properties": {"repobilityId": "87226676790fc288", "scanner": "scanner-primary", "fingerprint": "31e48ae9233f0b61", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-45bd84fd982864f2", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/recall"}, "properties": {"repobilityId": "34d145267cf1b0a6", "scanner": "scanner-primary", "fingerprint": "45bd84fd982864f2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94760304cb683d43", "level": "note", "message": {"text": "Unused endpoint: GET /api/memories"}, "properties": {"repobilityId": "9e897b7ef4004e82", "scanner": "scanner-primary", "fingerprint": "94760304cb683d43", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5926c673ce6a1271", "level": "note", "message": {"text": "Unused endpoint: GET /api/categories"}, "properties": {"repobilityId": "0fe8706dd0e54f1a", "scanner": "scanner-primary", "fingerprint": "5926c673ce6a1271", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f90bfe720c1d950e", "level": "note", "message": {"text": "Unused endpoint: GET /api/tags"}, "properties": {"repobilityId": "aaa522697e3c7b0b", "scanner": "scanner-primary", "fingerprint": "f90bfe720c1d950e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b37265900e79a8a", "level": "note", "message": {"text": "Unused endpoint: GET /api/stats"}, "properties": {"repobilityId": "f26430efb13374d0", "scanner": "scanner-primary", "fingerprint": "3b37265900e79a8a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e4138f530a3e8ffd", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/share-tag"}, "properties": {"repobilityId": "2169db892e94648a", "scanner": "scanner-primary", "fingerprint": "e4138f530a3e8ffd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5444301dbdfcd9e1", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/memories/share-tag"}, "properties": {"repobilityId": "b0fd4b715f7eba15", "scanner": "scanner-primary", "fingerprint": "5444301dbdfcd9e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f1e15242ad5f92f4", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/memories/{memory_id}"}, "properties": {"repobilityId": "c8d40f4161d0f469", "scanner": "scanner-primary", "fingerprint": "f1e15242ad5f92f4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b7aa13cc6536cf78", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/{memory_id}/secret"}, "properties": {"repobilityId": "96d91f1df4b9acbc", "scanner": "scanner-primary", "fingerprint": "b7aa13cc6536cf78", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c9be6a93ee86252d", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/migrate-secrets"}, "properties": {"repobilityId": "6f4e26252820c8a8", "scanner": "scanner-primary", "fingerprint": "c9be6a93ee86252d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8e74c8c53cc3323f", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/import"}, "properties": {"repobilityId": "8f74a976cec268a7", "scanner": "scanner-primary", "fingerprint": "8e74c8c53cc3323f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcdae01af71cfdad", "level": "note", "message": {"text": "Unused endpoint: POST /api/memories/{memory_id}/share"}, "properties": {"repobilityId": "c1f534a667065a9e", "scanner": "scanner-primary", "fingerprint": "bcdae01af71cfdad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-96c1240805065335", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/memories/{memory_id}/share/{target_user}"}, "properties": {"repobilityId": "51de4d59ef4d8ee9", "scanner": "scanner-primary", "fingerprint": "96c1240805065335", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b2f74bf26866bd2b", "level": "note", "message": {"text": "Unused endpoint: GET /api/memories/shared-with-me"}, "properties": {"repobilityId": "8b2d43ae03b31ebb", "scanner": "scanner-primary", "fingerprint": "b2f74bf26866bd2b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-115bf9ca7ebec67d", "level": "note", "message": {"text": "Unused endpoint: GET /api/memories/my-shares"}, "properties": {"repobilityId": "d3fd4433308b9816", "scanner": "scanner-primary", "fingerprint": "115bf9ca7ebec67d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-de2bc3cadbe935a0", "level": "note", "message": {"text": "Unused endpoint: PUT /api/memories/{memory_id}"}, "properties": {"repobilityId": "1157ef9d376c8314", "scanner": "scanner-primary", "fingerprint": "de2bc3cadbe935a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5287a2220d22828e", "level": "note", "message": {"text": "Unused endpoint: GET /api/memories?limit=200"}, "properties": {"repobilityId": "1eb2969d2f5d6f3e", "scanner": "scanner-primary", "fingerprint": "5287a2220d22828e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}