{"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-7e4717ace0de2b2c", "name": "Insecure pattern 'node_child_process' in scripts/lower-and-build.mjs:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/lower-and-build.mjs:6"}, "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-04d04e8406c94976", "name": "Insecure pattern 'node_child_process' in scripts/build-component.mjs:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-component.mjs:5"}, "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-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 9 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 23 placeholder/mock markers across 4 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-46cfd1569fe0884b", "name": "Commented-code block (6 lines) in tests/drift.test.ts:10", "shortDescription": {"text": "Commented-code block (6 lines) in tests/drift.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-b292b318705bb30f", "name": "Commented-code block (5 lines) in tests/perf.test.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in tests/perf.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-1d3cc82f718dacef", "name": "Commented-code block (5 lines) in scripts/lower-and-build.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lower-and-build.mjs: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-88d2715ab9eac7e8", "name": "Commented-code block (5 lines) in src/studio/ContractEditor.tsx:28", "shortDescription": {"text": "Commented-code block (5 lines) in src/studio/ContractEditor.tsx:28"}, "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-856ff4ea19c7e9f0", "name": "Commented-code block (7 lines) in src/kernel/commands.ts:26", "shortDescription": {"text": "Commented-code block (7 lines) in src/kernel/commands.ts:26"}, "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-f45f84f933d9a529", "name": "Commented-code block (5 lines) in src/renderer/renderer.ts:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/renderer/renderer.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-e1ef452a52170ee3", "name": "Commented-code block (5 lines) in src/runtime/lower.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/runtime/lower.ts:3"}, "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-ee8e5a17640a7391", "name": "Commented-code block (6 lines) in src/runtime/host.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/runtime/host.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-b074dfb651f4116b", "name": "Commented-code block (6 lines) in src/runtime/interpret.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in src/runtime/interpret.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}}]}}, "automationDetails": {"id": "repobility/24355"}, "properties": {"repository": "ashokraj2011/seam", "repoUrl": "https://github.com/ashokraj2011/seam", "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-7e4717ace0de2b2c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/lower-and-build.mjs:6"}, "properties": {"repobilityId": "7423f41785734bde", "scanner": "scanner-primary", "fingerprint": "7e4717ace0de2b2c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/lower-and-build.mjs"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-04d04e8406c94976", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-component.mjs:5"}, "properties": {"repobilityId": "4cc730321490e59f", "scanner": "scanner-primary", "fingerprint": "04d04e8406c94976", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-component.mjs"}, "region": {"startLine": 5}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "22fa47382f727b07", "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": "54d645f53411f3e0", "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": "9135eabf04cf6569", "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": "59794f930d9a7119", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-46cfd1569fe0884b", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/drift.test.ts:10"}, "properties": {"repobilityId": "b988e00123c7d1f1", "scanner": "scanner-primary", "fingerprint": "46cfd1569fe0884b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b292b318705bb30f", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/perf.test.ts:9"}, "properties": {"repobilityId": "21ec4800efb6d5a0", "scanner": "scanner-primary", "fingerprint": "b292b318705bb30f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1d3cc82f718dacef", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lower-and-build.mjs:1"}, "properties": {"repobilityId": "a3dde9843d04acde", "scanner": "scanner-primary", "fingerprint": "1d3cc82f718dacef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-88d2715ab9eac7e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/studio/ContractEditor.tsx:28"}, "properties": {"repobilityId": "64f3aafbe0dffb74", "scanner": "scanner-primary", "fingerprint": "88d2715ab9eac7e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-856ff4ea19c7e9f0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/kernel/commands.ts:26"}, "properties": {"repobilityId": "35acc0e8b53549e8", "scanner": "scanner-primary", "fingerprint": "856ff4ea19c7e9f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f45f84f933d9a529", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/renderer/renderer.ts:15"}, "properties": {"repobilityId": "d5aa1ae4953e8186", "scanner": "scanner-primary", "fingerprint": "f45f84f933d9a529", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e1ef452a52170ee3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runtime/lower.ts:3"}, "properties": {"repobilityId": "31bb845dfafd9fe6", "scanner": "scanner-primary", "fingerprint": "e1ef452a52170ee3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee8e5a17640a7391", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/runtime/host.ts:5"}, "properties": {"repobilityId": "7b6c36689dad40ef", "scanner": "scanner-primary", "fingerprint": "ee8e5a17640a7391", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b074dfb651f4116b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/runtime/interpret.ts:13"}, "properties": {"repobilityId": "3e914b0073aa3315", "scanner": "scanner-primary", "fingerprint": "b074dfb651f4116b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}