{"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-7d72a223b78cc3a6", "name": "Stray `console.log` in TS/JS \u2014 example.js:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 example.js:7"}, "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-5ada0e6ee2976466", "name": "Stray `console.log` in TS/JS \u2014 test_basic.js:8", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test_basic.js:8"}, "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-b4dd0e5ab1b3da43", "name": "Stray `console.log` in TS/JS \u2014 test_connection.js:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test_connection.js:30"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-823f631d4df4da3e", "name": "Stray `console.log` in TS/JS \u2014 bench/bench.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 bench/bench.js:13"}, "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-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 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-743cf7a222373bc1", "name": "Commented-code block (6 lines) in index.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in index.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-608c6ed099f952f0", "name": "Commented-code block (5 lines) in index.js:21", "shortDescription": {"text": "Commented-code block (5 lines) in index.js:21"}, "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-30be92df079cf000", "name": "Commented-code block (12 lines) in src/serialize.ts:17", "shortDescription": {"text": "Commented-code block (12 lines) in src/serialize.ts:17"}, "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-8a8615079ffda900", "name": "Commented-code block (5 lines) in test/v3/async-stress.test.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in test/v3/async-stress.test.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-0c57db235ebed144", "name": "Commented-code block (5 lines) in test/v3/robustness.test.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in test/v3/robustness.test.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}}]}}, "automationDetails": {"id": "repobility/24910"}, "properties": {"repository": "chdb-io/chdb-node", "repoUrl": "https://github.com/chdb-io/chdb-node", "branch": "main"}, "results": [{"ruleId": "scanner-7d72a223b78cc3a6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 example.js:7"}, "properties": {"repobilityId": "e314a43002bdffab", "scanner": "scanner-primary", "fingerprint": "7d72a223b78cc3a6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5ada0e6ee2976466", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test_basic.js:8"}, "properties": {"repobilityId": "6b9dda59036061e6", "scanner": "scanner-primary", "fingerprint": "5ada0e6ee2976466", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b4dd0e5ab1b3da43", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test_connection.js:30"}, "properties": {"repobilityId": "9cda9c8da02cbe4c", "scanner": "scanner-primary", "fingerprint": "b4dd0e5ab1b3da43", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-823f631d4df4da3e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 bench/bench.js:13"}, "properties": {"repobilityId": "d2c33dbfac12746b", "scanner": "scanner-primary", "fingerprint": "823f631d4df4da3e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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": "047378729303ef14", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-743cf7a222373bc1", "level": "none", "message": {"text": "Commented-code block (6 lines) in index.mjs:1"}, "properties": {"repobilityId": "4310c643f70590b5", "scanner": "scanner-primary", "fingerprint": "743cf7a222373bc1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-608c6ed099f952f0", "level": "none", "message": {"text": "Commented-code block (5 lines) in index.js:21"}, "properties": {"repobilityId": "2fcfc2fe4d18dca0", "scanner": "scanner-primary", "fingerprint": "608c6ed099f952f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-30be92df079cf000", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/serialize.ts:17"}, "properties": {"repobilityId": "577d39b316439835", "scanner": "scanner-primary", "fingerprint": "30be92df079cf000", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a8615079ffda900", "level": "none", "message": {"text": "Commented-code block (5 lines) in test/v3/async-stress.test.ts:4"}, "properties": {"repobilityId": "4c35d0a8b46adbe3", "scanner": "scanner-primary", "fingerprint": "8a8615079ffda900", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0c57db235ebed144", "level": "none", "message": {"text": "Commented-code block (5 lines) in test/v3/robustness.test.ts:4"}, "properties": {"repobilityId": "83b4792873eb8688", "scanner": "scanner-primary", "fingerprint": "0c57db235ebed144", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}