{"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-524189a2a07547bc", "name": "Stray `console.log` in TS/JS \u2014 tests/hooks.test.ts:51", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/hooks.test.ts:51"}, "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-3a5a7885a3563c02", "name": "Stray `console.log` in TS/JS \u2014 tests/self-check-gate.test.ts:165", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/self-check-gate.test.ts:165"}, "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-73f0a94cccc9b183", "name": "Stray `console.log` in TS/JS \u2014 src/cli.ts:161", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:161"}, "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-db909d265bda3790", "name": "Insecure pattern 'node_child_process' in reconcile.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in reconcile.mjs:3"}, "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-63a65bf531c95a8f", "name": "Insecure pattern 'node_child_process' in scan-all.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scan-all.mjs:2"}, "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-532e1b5de47b5d62", "name": "Insecure pattern 'direct_innerhtml_assignment' in viewer/drilldown.js:81", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/drilldown.js:81"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5a7144b70f99234a", "name": "Insecure pattern 'direct_innerhtml_assignment' in viewer/app.js:387", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/app.js:387"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8cb371f40e19dc2e", "name": "Insecure pattern 'direct_innerhtml_assignment' in viewer/ecosystem.js:136", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/ecosystem.js:136"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f91e51ff290e7f91", "name": "Insecure pattern 'node_child_process' in src/hooks.ts:7", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/hooks.ts:7"}, "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-1bff1d8e6d87a276", "name": "Insecure pattern 'node_child_process' in src/cli.ts:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/cli.ts:13"}, "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-09edfca05e4321f4", "name": "Insecure pattern 'node_child_process' in src/watch-viewer.ts:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/watch-viewer.ts:8"}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 112 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-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-8b0fba63236fa0e0", "name": "Commented-code block (6 lines) in tests/share.test.ts:131", "shortDescription": {"text": "Commented-code block (6 lines) in tests/share.test.ts:131"}, "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-16aef187ee871f1d", "name": "Commented-code block (7 lines) in tests/watch-viewer.test.ts:336", "shortDescription": {"text": "Commented-code block (7 lines) in tests/watch-viewer.test.ts:336"}, "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-8b73382f1759dd48", "name": "Commented-code block (7 lines) in tests/sutra.test.ts:1001", "shortDescription": {"text": "Commented-code block (7 lines) in tests/sutra.test.ts:1001"}, "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-4034dd9fa632747b", "name": "Commented-code block (5 lines) in tests/fixtures/proxy-local-override/components/SearchWidget.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/fixtures/proxy-local-override/components/SearchWidget.tsx: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-28f60dd5bf11e01d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/drilldown.js:378", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/drilldown.js:378"}, "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-12a473f5149249f2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/app.js:518", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/app.js:518"}, "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-69cc38f933aabd4f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/ecosystem.js:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/ecosystem.js:25"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19024"}, "properties": {"repository": "sbknext/forge-sutra", "repoUrl": "https://github.com/sbknext/forge-sutra", "branch": "main"}, "results": [{"ruleId": "scanner-524189a2a07547bc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/hooks.test.ts:51"}, "properties": {"repobilityId": "c3a431aa0d66ee2a", "scanner": "scanner-primary", "fingerprint": "524189a2a07547bc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3a5a7885a3563c02", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/self-check-gate.test.ts:165"}, "properties": {"repobilityId": "bfedb054af7fc918", "scanner": "scanner-primary", "fingerprint": "3a5a7885a3563c02", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-73f0a94cccc9b183", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:161"}, "properties": {"repobilityId": "435b83b5315abc65", "scanner": "scanner-primary", "fingerprint": "73f0a94cccc9b183", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-db909d265bda3790", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in reconcile.mjs:3"}, "properties": {"repobilityId": "289e929592daf484", "scanner": "scanner-primary", "fingerprint": "db909d265bda3790", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "reconcile.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-63a65bf531c95a8f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scan-all.mjs:2"}, "properties": {"repobilityId": "c5c2ad9cf28a8311", "scanner": "scanner-primary", "fingerprint": "63a65bf531c95a8f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scan-all.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-532e1b5de47b5d62", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/drilldown.js:81"}, "properties": {"repobilityId": "d6a72ca366bb9739", "scanner": "scanner-primary", "fingerprint": "532e1b5de47b5d62", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "viewer/drilldown.js"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-5a7144b70f99234a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/app.js:387"}, "properties": {"repobilityId": "aa8b9f75cd967736", "scanner": "scanner-primary", "fingerprint": "5a7144b70f99234a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "viewer/app.js"}, "region": {"startLine": 387}}}]}, {"ruleId": "scanner-8cb371f40e19dc2e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in viewer/ecosystem.js:136"}, "properties": {"repobilityId": "cdf4237f7900b168", "scanner": "scanner-primary", "fingerprint": "8cb371f40e19dc2e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "viewer/ecosystem.js"}, "region": {"startLine": 136}}}]}, {"ruleId": "scanner-f91e51ff290e7f91", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/hooks.ts:7"}, "properties": {"repobilityId": "d242c1d5534b223c", "scanner": "scanner-primary", "fingerprint": "f91e51ff290e7f91", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/hooks.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-1bff1d8e6d87a276", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/cli.ts:13"}, "properties": {"repobilityId": "74444523da4c8c23", "scanner": "scanner-primary", "fingerprint": "1bff1d8e6d87a276", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli.ts"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-09edfca05e4321f4", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/watch-viewer.ts:8"}, "properties": {"repobilityId": "324cd2fdcedea4a6", "scanner": "scanner-primary", "fingerprint": "09edfca05e4321f4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/watch-viewer.ts"}, "region": {"startLine": 8}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "170624f908010bb9", "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": "6fd30c038ecc81b0", "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": "e27a9ecaf533f0ba", "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": "9afe1500b37f7685", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8b0fba63236fa0e0", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/share.test.ts:131"}, "properties": {"repobilityId": "3362c6f6773b9507", "scanner": "scanner-primary", "fingerprint": "8b0fba63236fa0e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16aef187ee871f1d", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/watch-viewer.test.ts:336"}, "properties": {"repobilityId": "8af0c3733dbdfe8b", "scanner": "scanner-primary", "fingerprint": "16aef187ee871f1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b73382f1759dd48", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/sutra.test.ts:1001"}, "properties": {"repobilityId": "080d2fdf46edaf58", "scanner": "scanner-primary", "fingerprint": "8b73382f1759dd48", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4034dd9fa632747b", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/fixtures/proxy-local-override/components/SearchWidget.tsx:1"}, "properties": {"repobilityId": "82cca44dae02b855", "scanner": "scanner-primary", "fingerprint": "4034dd9fa632747b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28f60dd5bf11e01d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/drilldown.js:378"}, "properties": {"repobilityId": "fe05514b197ee082", "scanner": "scanner-primary", "fingerprint": "28f60dd5bf11e01d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-12a473f5149249f2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/app.js:518"}, "properties": {"repobilityId": "ec340d2f82f1764f", "scanner": "scanner-primary", "fingerprint": "12a473f5149249f2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-69cc38f933aabd4f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 viewer/ecosystem.js:25"}, "properties": {"repobilityId": "97767a3d54d9c8c3", "scanner": "scanner-primary", "fingerprint": "69cc38f933aabd4f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}