{"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-ff51758c6d355bd7", "name": "Stray `console.log` in TS/JS \u2014 src/proposals.ts:117", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/proposals.ts:117"}, "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-20893e6e1c6d7357", "name": "Stray `console.log` in TS/JS \u2014 src/index.ts:141", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/index.ts:141"}, "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-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-731b0c04e7ec5b94", "name": "Insecure pattern 'node_child_process' in scripts/pi-build.mjs:31", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/pi-build.mjs:31"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-95aa7383139382d3", "name": "Insecure pattern 'node_child_process' in src/core/pi-tool-builder.ts:23", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/core/pi-tool-builder.ts:23"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-66390a49d6d3d473", "name": "Insecure pattern 'node_child_process' in src/core/skill-runner.ts:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/core/skill-runner.ts:15"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "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 8 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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-d4190bcc379656d4", "name": "Commented-code block (5 lines) in tests/engram-loop.integration.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/engram-loop.integration.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fbae4c01e8cffb60", "name": "Commented-code block (6 lines) in tests/pi-build-adapter.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in tests/pi-build-adapter.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9e54cdfddebdd9d0", "name": "Commented-code block (5 lines) in tests/gateway-tools.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/gateway-tools.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c363764d6ea7a0a3", "name": "Commented-code block (7 lines) in scripts/pi-build.mjs:4", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/pi-build.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e7db4711be4b1c2f", "name": "Commented-code block (8 lines) in src/proposals.ts:4", "shortDescription": {"text": "Commented-code block (8 lines) in src/proposals.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8b78a6fb391538de", "name": "Commented-code block (5 lines) in src/index.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/index.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7a9038da374059f3", "name": "Commented-code block (6 lines) in src/load-env.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/load-env.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b43d2b505c23dcbe", "name": "Commented-code block (5 lines) in src/client/tui-controller.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/client/tui-controller.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-082b8c27cafecf3f", "name": "Commented-code block (6 lines) in src/client/cli.ts:10", "shortDescription": {"text": "Commented-code block (6 lines) in src/client/cli.ts:10"}, "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-aebba3daab2319fb", "name": "Commented-code block (5 lines) in src/client/client.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/client/client.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a1c641c1aad67d35", "name": "Commented-code block (6 lines) in src/client/tui.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/client/tui.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9bef87612d4787e5", "name": "Commented-code block (5 lines) in src/channels/nats.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/channels/nats.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-421ccff5545dd42a", "name": "Commented-code block (8 lines) in src/channels/http.ts:8", "shortDescription": {"text": "Commented-code block (8 lines) in src/channels/http.ts:8"}, "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-c40ecebcf6e825ed", "name": "Commented-code block (6 lines) in src/core/sandbox.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/core/sandbox.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cf92231ad9055d5d", "name": "Commented-code block (6 lines) in src/core/pi-tool-builder.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/core/pi-tool-builder.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-50d4fef4a491aff0", "name": "Commented-code block (7 lines) in src/core/engram-factory.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/core/engram-factory.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1ccfbe9f53d30746", "name": "Commented-code block (6 lines) in src/core/model-gateway.ts:9", "shortDescription": {"text": "Commented-code block (6 lines) in src/core/model-gateway.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-da6c3f55eee1192f", "name": "Commented-code block (5 lines) in src/core/skill-runner.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/skill-runner.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9088bacb75abe7d2", "name": "Commented-code block (5 lines) in src/core/skills.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/skills.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-56209d667b712041", "name": "Commented-code block (5 lines) in src/core/openai-compatible-gateway.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/openai-compatible-gateway.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8cbc72896acffcbc", "name": "Commented-code block (5 lines) in src/core/saoirse.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/saoirse.ts:11"}, "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-a15d5bddc8050ddb", "name": "Commented-code block (5 lines) in src/core/memory.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/memory.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f0e4601d8ad7961f", "name": "Commented-code block (5 lines) in src/core/tool-builder.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/core/tool-builder.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `PI_BIN`, `PI_BUILD_TIMEOUT_MS`. 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/21441"}, "properties": {"repository": "tom-swift-tech/saoirse", "repoUrl": "https://github.com/tom-swift-tech/saoirse", "branch": "main"}, "results": [{"ruleId": "scanner-ff51758c6d355bd7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/proposals.ts:117"}, "properties": {"repobilityId": "5797320c39be0ec4", "scanner": "scanner-primary", "fingerprint": "ff51758c6d355bd7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-20893e6e1c6d7357", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/index.ts:141"}, "properties": {"repobilityId": "867f5b4f120dafeb", "scanner": "scanner-primary", "fingerprint": "20893e6e1c6d7357", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-731b0c04e7ec5b94", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/pi-build.mjs:31"}, "properties": {"repobilityId": "c3b20741b24cc54b", "scanner": "scanner-primary", "fingerprint": "731b0c04e7ec5b94", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/pi-build.mjs"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-95aa7383139382d3", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/core/pi-tool-builder.ts:23"}, "properties": {"repobilityId": "a49635b709d802f3", "scanner": "scanner-primary", "fingerprint": "95aa7383139382d3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/core/pi-tool-builder.ts"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-66390a49d6d3d473", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/core/skill-runner.ts:15"}, "properties": {"repobilityId": "bd15d7436929c936", "scanner": "scanner-primary", "fingerprint": "66390a49d6d3d473", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/core/skill-runner.ts"}, "region": {"startLine": 15}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "73afd3add2bec5c2", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0c21f88d802b85d7", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "cd439eee635c4f06", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "07a46aec67e8fe61", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "f1247cf156161558", "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": "7198b1bb6007ff99", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d4190bcc379656d4", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/engram-loop.integration.test.ts:1"}, "properties": {"repobilityId": "355882d1e0118d5f", "scanner": "scanner-primary", "fingerprint": "d4190bcc379656d4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fbae4c01e8cffb60", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/pi-build-adapter.test.ts:1"}, "properties": {"repobilityId": "dfb5be6f28f3655d", "scanner": "scanner-primary", "fingerprint": "fbae4c01e8cffb60", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e54cdfddebdd9d0", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/gateway-tools.test.ts:1"}, "properties": {"repobilityId": "45080705d4929f3c", "scanner": "scanner-primary", "fingerprint": "9e54cdfddebdd9d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c363764d6ea7a0a3", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/pi-build.mjs:4"}, "properties": {"repobilityId": "f7329e9147ed0daa", "scanner": "scanner-primary", "fingerprint": "c363764d6ea7a0a3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7db4711be4b1c2f", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/proposals.ts:4"}, "properties": {"repobilityId": "6bbafde4046927df", "scanner": "scanner-primary", "fingerprint": "e7db4711be4b1c2f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b78a6fb391538de", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/index.ts:4"}, "properties": {"repobilityId": "eb07c840b5ca25db", "scanner": "scanner-primary", "fingerprint": "8b78a6fb391538de", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7a9038da374059f3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/load-env.ts:4"}, "properties": {"repobilityId": "5c69098af3dba52c", "scanner": "scanner-primary", "fingerprint": "7a9038da374059f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b43d2b505c23dcbe", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/client/tui-controller.ts:4"}, "properties": {"repobilityId": "98b77f8118ce5fd2", "scanner": "scanner-primary", "fingerprint": "b43d2b505c23dcbe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-082b8c27cafecf3f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/client/cli.ts:10"}, "properties": {"repobilityId": "e29651fa7d7815f0", "scanner": "scanner-primary", "fingerprint": "082b8c27cafecf3f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aebba3daab2319fb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/client/client.ts:4"}, "properties": {"repobilityId": "dbab54a0805de423", "scanner": "scanner-primary", "fingerprint": "aebba3daab2319fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1c641c1aad67d35", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/client/tui.ts:5"}, "properties": {"repobilityId": "6a10fb1bcfd60566", "scanner": "scanner-primary", "fingerprint": "a1c641c1aad67d35", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9bef87612d4787e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/channels/nats.ts:4"}, "properties": {"repobilityId": "12043b2d63adc259", "scanner": "scanner-primary", "fingerprint": "9bef87612d4787e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-421ccff5545dd42a", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/channels/http.ts:8"}, "properties": {"repobilityId": "10391aa904682898", "scanner": "scanner-primary", "fingerprint": "421ccff5545dd42a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c40ecebcf6e825ed", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/core/sandbox.ts:4"}, "properties": {"repobilityId": "4a59823fc6eb485f", "scanner": "scanner-primary", "fingerprint": "c40ecebcf6e825ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf92231ad9055d5d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/core/pi-tool-builder.ts:4"}, "properties": {"repobilityId": "98351620eb8ce20f", "scanner": "scanner-primary", "fingerprint": "cf92231ad9055d5d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50d4fef4a491aff0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/core/engram-factory.ts:4"}, "properties": {"repobilityId": "e0821830b87de544", "scanner": "scanner-primary", "fingerprint": "50d4fef4a491aff0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1ccfbe9f53d30746", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/core/model-gateway.ts:9"}, "properties": {"repobilityId": "7f8939788ef9a851", "scanner": "scanner-primary", "fingerprint": "1ccfbe9f53d30746", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da6c3f55eee1192f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/skill-runner.ts:4"}, "properties": {"repobilityId": "ab42598962247c23", "scanner": "scanner-primary", "fingerprint": "da6c3f55eee1192f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9088bacb75abe7d2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/skills.ts:9"}, "properties": {"repobilityId": "0cfc4f4935d30186", "scanner": "scanner-primary", "fingerprint": "9088bacb75abe7d2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-56209d667b712041", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/openai-compatible-gateway.ts:4"}, "properties": {"repobilityId": "480f671bc4f6ea57", "scanner": "scanner-primary", "fingerprint": "56209d667b712041", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8cbc72896acffcbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/saoirse.ts:11"}, "properties": {"repobilityId": "e76fc3895499e3af", "scanner": "scanner-primary", "fingerprint": "8cbc72896acffcbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a15d5bddc8050ddb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/memory.ts:4"}, "properties": {"repobilityId": "3886c30bea75686b", "scanner": "scanner-primary", "fingerprint": "a15d5bddc8050ddb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f0e4601d8ad7961f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/core/tool-builder.ts:4"}, "properties": {"repobilityId": "07d1fab372c1fc82", "scanner": "scanner-primary", "fingerprint": "f0e4601d8ad7961f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}