{"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-78c3084ab53e9887", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/demo/demo.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/demo/demo.ts:20"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a4784ec628ed5b85", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/typed.test.ts:26", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/typed.test.ts:26"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6f43d86f45127ca3", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/escape.test.ts:26", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/escape.test.ts:26"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-104baacf0577b619", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/run-with-server.ts:147", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/run-with-server.ts:147"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-673cf959a86d5c68", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/protocol.test.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/protocol.test.ts:31"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-09f464a43753c30b", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/client.test.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/client.test.ts:30"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-004260b13ee105d2", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/auth.test.ts:49", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/auth.test.ts:49"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30905242dc3817f2", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/pool.test.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/pool.test.ts:29"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d2c5784a99490b03", "name": "Stray `console.log` in TS/JS \u2014 clients/ts/test/errors.test.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/errors.test.ts:20"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e0dcdb43bdefbbcb", "name": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim-bookworm", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim-bookworm"}, "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-84019dfd8d98a34d", "name": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-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-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-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-84f40d253623816f", "name": "Possible secret in clients/ts/README.md", "shortDescription": {"text": "Possible secret in clients/ts/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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-448d8837178ae57a", "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-d3e379d71d186c43", "name": "Very large file: crates/query/src/parser.rs (3485 lines)", "shortDescription": {"text": "Very large file: crates/query/src/parser.rs (3485 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-900672a7035a5453", "name": "Very large file: crates/query/src/executor/plan_exec.rs (3860 lines)", "shortDescription": {"text": "Very large file: crates/query/src/executor/plan_exec.rs (3860 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-219d6037a92534f8", "name": "Very large file: crates/query/src/executor/mod.rs (1870 lines)", "shortDescription": {"text": "Very large file: crates/query/src/executor/mod.rs (1870 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-33e2429d8d884dfb", "name": "Very large file: crates/query/src/executor/tests.rs (4718 lines)", "shortDescription": {"text": "Very large file: crates/query/src/executor/tests.rs (4718 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-9ceb96fb4eba0193", "name": "Very large file: crates/storage/src/btree.rs (2203 lines)", "shortDescription": {"text": "Very large file: crates/storage/src/btree.rs (2203 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-a67717baa12aecb0", "name": "Very large file: crates/storage/src/catalog.rs (2330 lines)", "shortDescription": {"text": "Very large file: crates/storage/src/catalog.rs (2330 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-4aa73dfe8161a9f6", "name": "Very large file: crates/storage/src/heap.rs (1926 lines)", "shortDescription": {"text": "Very large file: crates/storage/src/heap.rs (1926 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 27 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 13 placeholder/mock markers across 7 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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-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-46cacdc9508d5e06", "name": "Legacy-named symbol `nLegacy` in clients/ts/test/auth.test.ts:280", "shortDescription": {"text": "Legacy-named symbol `nLegacy` in clients/ts/test/auth.test.ts:280"}, "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-921dd9e1573c9c5f", "name": "Commented-code block (5 lines) in clients/ts/src/index.ts:278", "shortDescription": {"text": "Commented-code block (5 lines) in clients/ts/src/index.ts:278"}, "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-58d49fa01d2f33db", "name": "`fetch()` without try/.catch or AbortSignal \u2014 clients/ts/src/index.ts:464", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clients/ts/src/index.ts:464"}, "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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `POWDB_DB`, `POWDB_HOST`, `POWDB_PORT`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23732"}, "properties": {"repository": "ZVN-DEV/powdb", "repoUrl": "https://github.com/ZVN-DEV/powdb", "branch": "main"}, "results": [{"ruleId": "scanner-78c3084ab53e9887", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/demo/demo.ts:20"}, "properties": {"repobilityId": "cd38eea13bc1c049", "scanner": "scanner-primary", "fingerprint": "78c3084ab53e9887", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a4784ec628ed5b85", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/typed.test.ts:26"}, "properties": {"repobilityId": "4d4cd22955275759", "scanner": "scanner-primary", "fingerprint": "a4784ec628ed5b85", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6f43d86f45127ca3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/escape.test.ts:26"}, "properties": {"repobilityId": "19909b03a2b4f65e", "scanner": "scanner-primary", "fingerprint": "6f43d86f45127ca3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-104baacf0577b619", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/run-with-server.ts:147"}, "properties": {"repobilityId": "f7ff39de007e9af3", "scanner": "scanner-primary", "fingerprint": "104baacf0577b619", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-673cf959a86d5c68", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/protocol.test.ts:31"}, "properties": {"repobilityId": "26402a831e57fa46", "scanner": "scanner-primary", "fingerprint": "673cf959a86d5c68", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-09f464a43753c30b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/client.test.ts:30"}, "properties": {"repobilityId": "0abe96094cbad576", "scanner": "scanner-primary", "fingerprint": "09f464a43753c30b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-004260b13ee105d2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/auth.test.ts:49"}, "properties": {"repobilityId": "4e67d74610390bf1", "scanner": "scanner-primary", "fingerprint": "004260b13ee105d2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-30905242dc3817f2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/pool.test.ts:29"}, "properties": {"repobilityId": "d2a3e13a96a767dd", "scanner": "scanner-primary", "fingerprint": "30905242dc3817f2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d2c5784a99490b03", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 clients/ts/test/errors.test.ts:20"}, "properties": {"repobilityId": "37408482c2c34455", "scanner": "scanner-primary", "fingerprint": "d2c5784a99490b03", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-e0dcdb43bdefbbcb", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: rust:1.95-slim-bookworm"}, "properties": {"repobilityId": "8ed4ecdb4251935d", "scanner": "scanner-primary", "fingerprint": "e0dcdb43bdefbbcb", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-84019dfd8d98a34d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim"}, "properties": {"repobilityId": "5208e77c815f04d2", "scanner": "scanner-primary", "fingerprint": "84019dfd8d98a34d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 40}}}]}, {"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-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-84f40d253623816f", "level": "error", "message": {"text": "Possible secret in clients/ts/README.md"}, "properties": {"repobilityId": "bd0844bc13ad1dfe", "scanner": "scanner-primary", "fingerprint": "84f40d253623816f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clients/ts/README.md"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-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-448d8837178ae57a", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "13af6451e15656fc", "scanner": "scanner-primary", "fingerprint": "448d8837178ae57a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d3e379d71d186c43", "level": "note", "message": {"text": "Very large file: crates/query/src/parser.rs (3485 lines)"}, "properties": {"repobilityId": "5839f4844927941c", "scanner": "scanner-primary", "fingerprint": "d3e379d71d186c43", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-900672a7035a5453", "level": "note", "message": {"text": "Very large file: crates/query/src/executor/plan_exec.rs (3860 lines)"}, "properties": {"repobilityId": "e62aea9c00c7d8fc", "scanner": "scanner-primary", "fingerprint": "900672a7035a5453", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-219d6037a92534f8", "level": "note", "message": {"text": "Very large file: crates/query/src/executor/mod.rs (1870 lines)"}, "properties": {"repobilityId": "9893971f7f5faa12", "scanner": "scanner-primary", "fingerprint": "219d6037a92534f8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-33e2429d8d884dfb", "level": "note", "message": {"text": "Very large file: crates/query/src/executor/tests.rs (4718 lines)"}, "properties": {"repobilityId": "fe2e6f5f21a95af0", "scanner": "scanner-primary", "fingerprint": "33e2429d8d884dfb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9ceb96fb4eba0193", "level": "note", "message": {"text": "Very large file: crates/storage/src/btree.rs (2203 lines)"}, "properties": {"repobilityId": "1fe2ed10320a82e2", "scanner": "scanner-primary", "fingerprint": "9ceb96fb4eba0193", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a67717baa12aecb0", "level": "note", "message": {"text": "Very large file: crates/storage/src/catalog.rs (2330 lines)"}, "properties": {"repobilityId": "da7338798ad6d3bd", "scanner": "scanner-primary", "fingerprint": "a67717baa12aecb0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4aa73dfe8161a9f6", "level": "note", "message": {"text": "Very large file: crates/storage/src/heap.rs (1926 lines)"}, "properties": {"repobilityId": "febd318afdbd4a91", "scanner": "scanner-primary", "fingerprint": "4aa73dfe8161a9f6", "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": "8e086110bb5d86e3", "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": "feb16f3a84450b95", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "f92af396b17ce95b", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "3c26cb07053c9eef", "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": "cd636018c76fa359", "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": "b6cfe32355a3ad78", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-46cacdc9508d5e06", "level": "note", "message": {"text": "Legacy-named symbol `nLegacy` in clients/ts/test/auth.test.ts:280"}, "properties": {"repobilityId": "071d483c482b69f6", "scanner": "scanner-primary", "fingerprint": "46cacdc9508d5e06", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-921dd9e1573c9c5f", "level": "none", "message": {"text": "Commented-code block (5 lines) in clients/ts/src/index.ts:278"}, "properties": {"repobilityId": "be44fa65b1b50ce1", "scanner": "scanner-primary", "fingerprint": "921dd9e1573c9c5f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58d49fa01d2f33db", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 clients/ts/src/index.ts:464"}, "properties": {"repobilityId": "9bf9da3823bcbeb2", "scanner": "scanner-primary", "fingerprint": "58d49fa01d2f33db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}