{"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-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-1a13d19af66617c9", "name": "Insecure pattern 'node_child_process' in src/drift/auth.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/drift/auth.ts:1"}, "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-b034340d5d6efd07", "name": "Insecure pattern 'node_child_process' in src/drift/affected.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/drift/affected.ts:1"}, "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-7586e365b8c2ed2c", "name": "Insecure pattern 'node_child_process' in src/runtime/spawn-vitest.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/runtime/spawn-vitest.ts:1"}, "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-ffc5e9510de19c98", "name": "Insecure pattern 'node_child_process' in src/runtime/spawn-ab.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/runtime/spawn-ab.ts:1"}, "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-c718ba28b2c82b38", "name": "Insecure pattern 'node_child_process' in src/diagnose/snapshot.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/diagnose/snapshot.ts:1"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 32 placeholder/mock markers across 13 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bda3d38bdea92138", "name": "Commented-code block (5 lines) in tsdown.config.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in tsdown.config.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-04a09dc72d202a96", "name": "Commented-code block (5 lines) in tests/e2e/_helpers/fake-ab.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/_helpers/fake-ab.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-57eb079e5d42d3ce", "name": "Commented-code block (10 lines) in tests/e2e/_helpers/fake-project.ts:15", "shortDescription": {"text": "Commented-code block (10 lines) in tests/e2e/_helpers/fake-project.ts:15"}, "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-37503213bdd4e444", "name": "Commented-code block (5 lines) in tests/e2e/scenarios/run-nd.test.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/scenarios/run-nd.test.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-a59407bce2e6cafb", "name": "Commented-code block (6 lines) in tests/e2e/scenarios/shebang.test.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in tests/e2e/scenarios/shebang.test.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b8adb1cdda918651", "name": "Commented-code block (5 lines) in tests/e2e/scenarios/generate.stub.test.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in tests/e2e/scenarios/generate.stub.test.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-2a7f770a5530673d", "name": "Commented-code block (5 lines) in src/codegen/actions-to-script.ts:114", "shortDescription": {"text": "Commented-code block (5 lines) in src/codegen/actions-to-script.ts:114"}, "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-46728f98ee9623e1", "name": "Commented-code block (8 lines) in src/cli/trace.ts:85", "shortDescription": {"text": "Commented-code block (8 lines) in src/cli/trace.ts:85"}, "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-9d922757d239be79", "name": "Commented-code block (5 lines) in src/cli/index.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in src/cli/index.ts:12"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a51fc3259b41dc9e", "name": "Commented-code block (7 lines) in src/cli/generate.ts:93", "shortDescription": {"text": "Commented-code block (7 lines) in src/cli/generate.ts:93"}, "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-3e99969d3f93b9e5", "name": "Commented-code block (5 lines) in src/cli/generate.test.ts:89", "shortDescription": {"text": "Commented-code block (5 lines) in src/cli/generate.test.ts:89"}, "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-048d87068dd75157", "name": "Commented-code block (5 lines) in src/runtime/env-vars.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/runtime/env-vars.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-0176e7fe667d3565", "name": "Commented-code block (5 lines) in src/runtime/nd-executor.ts:116", "shortDescription": {"text": "Commented-code block (5 lines) in src/runtime/nd-executor.ts:116"}, "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-34eeaaa6087bd475", "name": "Commented-code block (8 lines) in src/runtime/bundled-config.ts:7", "shortDescription": {"text": "Commented-code block (8 lines) in src/runtime/bundled-config.ts:7"}, "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-5e300db00210e9d5", "name": "Commented-code block (8 lines) in src/runtime/literal-scrub.ts:82", "shortDescription": {"text": "Commented-code block (8 lines) in src/runtime/literal-scrub.ts:82"}, "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-b77907e04770f17d", "name": "Commented-code block (5 lines) in src/runtime/replay-validate.ts:118", "shortDescription": {"text": "Commented-code block (5 lines) in src/runtime/replay-validate.ts:118"}, "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-877974d07e1f45cb", "name": "Commented-code block (6 lines) in src/runtime/test-helpers.ts:82", "shortDescription": {"text": "Commented-code block (6 lines) in src/runtime/test-helpers.ts:82"}, "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-9258697f2376f22c", "name": "Commented-code block (6 lines) in src/runtime/spawn-ab.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in src/runtime/spawn-ab.ts:13"}, "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-40078c8da4ff332e", "name": "Commented-code block (5 lines) in src/report/render.ts:849", "shortDescription": {"text": "Commented-code block (5 lines) in src/report/render.ts:849"}, "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-efee7b6b8810c72d", "name": "Commented-code block (7 lines) in src/prompts/run-nd.test.ts:54", "shortDescription": {"text": "Commented-code block (7 lines) in src/prompts/run-nd.test.ts:54"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-378ee2a485dd1fc4", "name": "Commented-code block (7 lines) in src/claude/invoke.ts:209", "shortDescription": {"text": "Commented-code block (7 lines) in src/claude/invoke.ts:209"}, "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-c5f02060b1fc1e30", "name": "Commented-code block (6 lines) in src/diagnose/loop.ts:126", "shortDescription": {"text": "Commented-code block (6 lines) in src/diagnose/loop.ts:126"}, "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-39c36d7aedeca7ee", "name": "Commented-code block (6 lines) in src/diagnose/diagnose.ts:23", "shortDescription": {"text": "Commented-code block (6 lines) in src/diagnose/diagnose.ts:23"}, "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-d7641cdbafa4143c", "name": "Commented-code block (5 lines) in src/diagnose/apply.ts:57", "shortDescription": {"text": "Commented-code block (5 lines) in src/diagnose/apply.ts:57"}, "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}}]}}, "automationDetails": {"id": "repobility/19474"}, "properties": {"repository": "shibukazu/ccqa", "repoUrl": "https://github.com/shibukazu/ccqa", "branch": "main"}, "results": [{"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-1a13d19af66617c9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/drift/auth.ts:1"}, "properties": {"repobilityId": "c8a578d9a95f15cf", "scanner": "scanner-primary", "fingerprint": "1a13d19af66617c9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/drift/auth.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b034340d5d6efd07", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/drift/affected.ts:1"}, "properties": {"repobilityId": "5674425420ad2bd4", "scanner": "scanner-primary", "fingerprint": "b034340d5d6efd07", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/drift/affected.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7586e365b8c2ed2c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/runtime/spawn-vitest.ts:1"}, "properties": {"repobilityId": "c4eb5193cd5079b2", "scanner": "scanner-primary", "fingerprint": "7586e365b8c2ed2c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/runtime/spawn-vitest.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ffc5e9510de19c98", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/runtime/spawn-ab.ts:1"}, "properties": {"repobilityId": "99e6c5631c0be88c", "scanner": "scanner-primary", "fingerprint": "ffc5e9510de19c98", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/runtime/spawn-ab.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c718ba28b2c82b38", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/diagnose/snapshot.ts:1"}, "properties": {"repobilityId": "b0dd6112948fb0e8", "scanner": "scanner-primary", "fingerprint": "c718ba28b2c82b38", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/diagnose/snapshot.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "54597edb7f5bad38", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2644034c718fb80d", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a76b700066ca8f5", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "eeb76410cc935c30", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 42}}}]}, {"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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "d0f401dc4ca24055", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "0a2059683cfb54a6", "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": "fc861d52b3ab74e2", "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": "bb17c2cc4fd41320", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bda3d38bdea92138", "level": "none", "message": {"text": "Commented-code block (5 lines) in tsdown.config.ts:5"}, "properties": {"repobilityId": "cf94137f2b68a62b", "scanner": "scanner-primary", "fingerprint": "bda3d38bdea92138", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04a09dc72d202a96", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/_helpers/fake-ab.ts:11"}, "properties": {"repobilityId": "0b2bd83021d7093d", "scanner": "scanner-primary", "fingerprint": "04a09dc72d202a96", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-57eb079e5d42d3ce", "level": "none", "message": {"text": "Commented-code block (10 lines) in tests/e2e/_helpers/fake-project.ts:15"}, "properties": {"repobilityId": "72bc9dfe36ec805b", "scanner": "scanner-primary", "fingerprint": "57eb079e5d42d3ce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-37503213bdd4e444", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/scenarios/run-nd.test.ts:10"}, "properties": {"repobilityId": "66f90f521b4b96ce", "scanner": "scanner-primary", "fingerprint": "37503213bdd4e444", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a59407bce2e6cafb", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/e2e/scenarios/shebang.test.ts:6"}, "properties": {"repobilityId": "97cd08fb6dd1a4eb", "scanner": "scanner-primary", "fingerprint": "a59407bce2e6cafb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b8adb1cdda918651", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/e2e/scenarios/generate.stub.test.ts:9"}, "properties": {"repobilityId": "6db97a882bd8a35c", "scanner": "scanner-primary", "fingerprint": "b8adb1cdda918651", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a7f770a5530673d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/codegen/actions-to-script.ts:114"}, "properties": {"repobilityId": "c9abb360e526bf99", "scanner": "scanner-primary", "fingerprint": "2a7f770a5530673d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46728f98ee9623e1", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/cli/trace.ts:85"}, "properties": {"repobilityId": "7520c43ae92dd11a", "scanner": "scanner-primary", "fingerprint": "46728f98ee9623e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d922757d239be79", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/cli/index.ts:12"}, "properties": {"repobilityId": "2d9da352a1f7d842", "scanner": "scanner-primary", "fingerprint": "9d922757d239be79", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a51fc3259b41dc9e", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/cli/generate.ts:93"}, "properties": {"repobilityId": "bbbe097a077c57d7", "scanner": "scanner-primary", "fingerprint": "a51fc3259b41dc9e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e99969d3f93b9e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/cli/generate.test.ts:89"}, "properties": {"repobilityId": "62934ec24273f36d", "scanner": "scanner-primary", "fingerprint": "3e99969d3f93b9e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-048d87068dd75157", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runtime/env-vars.ts:1"}, "properties": {"repobilityId": "dd1492310a6559cb", "scanner": "scanner-primary", "fingerprint": "048d87068dd75157", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0176e7fe667d3565", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runtime/nd-executor.ts:116"}, "properties": {"repobilityId": "2151f8729041d070", "scanner": "scanner-primary", "fingerprint": "0176e7fe667d3565", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34eeaaa6087bd475", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/runtime/bundled-config.ts:7"}, "properties": {"repobilityId": "50d94c7eed42ecca", "scanner": "scanner-primary", "fingerprint": "34eeaaa6087bd475", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e300db00210e9d5", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/runtime/literal-scrub.ts:82"}, "properties": {"repobilityId": "34ed63a0485045f6", "scanner": "scanner-primary", "fingerprint": "5e300db00210e9d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b77907e04770f17d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runtime/replay-validate.ts:118"}, "properties": {"repobilityId": "0a5394a2eba90433", "scanner": "scanner-primary", "fingerprint": "b77907e04770f17d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-877974d07e1f45cb", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/runtime/test-helpers.ts:82"}, "properties": {"repobilityId": "216d520396d08312", "scanner": "scanner-primary", "fingerprint": "877974d07e1f45cb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9258697f2376f22c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/runtime/spawn-ab.ts:13"}, "properties": {"repobilityId": "82aae90e70f28043", "scanner": "scanner-primary", "fingerprint": "9258697f2376f22c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-40078c8da4ff332e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/report/render.ts:849"}, "properties": {"repobilityId": "9559a00d9f45c2a9", "scanner": "scanner-primary", "fingerprint": "40078c8da4ff332e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-efee7b6b8810c72d", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/prompts/run-nd.test.ts:54"}, "properties": {"repobilityId": "b9e484aacfce302d", "scanner": "scanner-primary", "fingerprint": "efee7b6b8810c72d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-378ee2a485dd1fc4", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/claude/invoke.ts:209"}, "properties": {"repobilityId": "7af99c75b3f85f7a", "scanner": "scanner-primary", "fingerprint": "378ee2a485dd1fc4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c5f02060b1fc1e30", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/diagnose/loop.ts:126"}, "properties": {"repobilityId": "1fce85b1fe63097c", "scanner": "scanner-primary", "fingerprint": "c5f02060b1fc1e30", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39c36d7aedeca7ee", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/diagnose/diagnose.ts:23"}, "properties": {"repobilityId": "cf6925038ca90732", "scanner": "scanner-primary", "fingerprint": "39c36d7aedeca7ee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7641cdbafa4143c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/diagnose/apply.ts:57"}, "properties": {"repobilityId": "a3fe73887b5589a4", "scanner": "scanner-primary", "fingerprint": "d7641cdbafa4143c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}