{"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-ed62aeefef033912", "name": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/compare.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/compare.ts:22"}, "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-fe07c5bb207ebdf3", "name": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/analyze.ts:170", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/analyze.ts:170"}, "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-04c35167d1420ecd", "name": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/sim.ts:436", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/sim.ts:436"}, "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-05541d613fdc40a0", "name": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/diag.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/diag.ts:15"}, "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-64fae88a3204def7", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/lib/wikipedia/timeline.ts:113", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/lib/wikipedia/timeline.ts:113"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "12 tests / 73 src (ratio 0.16)."}, "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 21 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-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-3f57989127094605", "name": "Commented-code block (7 lines) in tests/article.test.ts:297", "shortDescription": {"text": "Commented-code block (7 lines) in tests/article.test.ts:297"}, "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-b0a0455e9ff05227", "name": "Legacy-named symbol `rest_v1` in scripts/feed-sim/sim.ts:109", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in scripts/feed-sim/sim.ts:109"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-75e30e288cc0b0be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/auth/sync.ts:53", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/auth/sync.ts:53"}, "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-ab63e4e05a5d1341", "name": "Commented-code block (5 lines) in src/lib/feed/score.ts:137", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/feed/score.ts:137"}, "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-87a20eb2dcc9da4e", "name": "Commented-code block (5 lines) in src/lib/feed/feedState.svelte.ts:337", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/feed/feedState.svelte.ts:337"}, "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-ad811780183ff069", "name": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/featured.ts:4", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/featured.ts:4"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea5a46e2d2c20199", "name": "Commented-code block (7 lines) in src/lib/wikipedia/article.ts:37", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/wikipedia/article.ts:37"}, "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-6928b9f7d6ffb6d7", "name": "Commented-code block (5 lines) in src/lib/wikipedia/timeline.ts:69", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/wikipedia/timeline.ts:69"}, "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-dc9e7a7f884c4890", "name": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/client.ts:8", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/client.ts:8"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-43d2d9cd8f4ef356", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/wikipedia/client.ts:41", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/wikipedia/client.ts:41"}, "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-df59e08590b597f7", "name": "Commented-code block (6 lines) in src/routes/api/auth/request-code/+server.ts:9", "shortDescription": {"text": "Commented-code block (6 lines) in src/routes/api/auth/request-code/+server.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}}]}}, "automationDetails": {"id": "repobility/22429"}, "properties": {"repository": "vrennat/tangent", "repoUrl": "https://github.com/vrennat/tangent", "branch": "main"}, "results": [{"ruleId": "scanner-ed62aeefef033912", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/compare.ts:22"}, "properties": {"repobilityId": "007ec354fc82cd16", "scanner": "scanner-primary", "fingerprint": "ed62aeefef033912", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fe07c5bb207ebdf3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/analyze.ts:170"}, "properties": {"repobilityId": "831a23940fa07166", "scanner": "scanner-primary", "fingerprint": "fe07c5bb207ebdf3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-04c35167d1420ecd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/sim.ts:436"}, "properties": {"repobilityId": "24efa53a85e78e2e", "scanner": "scanner-primary", "fingerprint": "04c35167d1420ecd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-05541d613fdc40a0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/feed-sim/diag.ts:15"}, "properties": {"repobilityId": "e5f2c35dd5940563", "scanner": "scanner-primary", "fingerprint": "05541d613fdc40a0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-64fae88a3204def7", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/lib/wikipedia/timeline.ts:113"}, "properties": {"repobilityId": "62d4d039ea58ca0e", "scanner": "scanner-primary", "fingerprint": "64fae88a3204def7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "06e2448781c716a9", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "699820d379b94aac", "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": "033982a2b2c233fc", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3f57989127094605", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/article.test.ts:297"}, "properties": {"repobilityId": "35c5fb276b2c09ae", "scanner": "scanner-primary", "fingerprint": "3f57989127094605", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0a0455e9ff05227", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in scripts/feed-sim/sim.ts:109"}, "properties": {"repobilityId": "f14c0b5aaf7e0650", "scanner": "scanner-primary", "fingerprint": "b0a0455e9ff05227", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-75e30e288cc0b0be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/auth/sync.ts:53"}, "properties": {"repobilityId": "f8de8e8e1ff2419d", "scanner": "scanner-primary", "fingerprint": "75e30e288cc0b0be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ab63e4e05a5d1341", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/feed/score.ts:137"}, "properties": {"repobilityId": "d7a70fb4bc7f7fc8", "scanner": "scanner-primary", "fingerprint": "ab63e4e05a5d1341", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-87a20eb2dcc9da4e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/feed/feedState.svelte.ts:337"}, "properties": {"repobilityId": "02fa936a12d117b5", "scanner": "scanner-primary", "fingerprint": "87a20eb2dcc9da4e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad811780183ff069", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/featured.ts:4"}, "properties": {"repobilityId": "8a97918bc416c9c4", "scanner": "scanner-primary", "fingerprint": "ad811780183ff069", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ea5a46e2d2c20199", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/wikipedia/article.ts:37"}, "properties": {"repobilityId": "d80bffbe28010e47", "scanner": "scanner-primary", "fingerprint": "ea5a46e2d2c20199", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6928b9f7d6ffb6d7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/wikipedia/timeline.ts:69"}, "properties": {"repobilityId": "c48167740752fb95", "scanner": "scanner-primary", "fingerprint": "6928b9f7d6ffb6d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dc9e7a7f884c4890", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in src/lib/wikipedia/client.ts:8"}, "properties": {"repobilityId": "bbd28b2a2f587851", "scanner": "scanner-primary", "fingerprint": "dc9e7a7f884c4890", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-43d2d9cd8f4ef356", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/wikipedia/client.ts:41"}, "properties": {"repobilityId": "35d90c2f8c241743", "scanner": "scanner-primary", "fingerprint": "43d2d9cd8f4ef356", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-df59e08590b597f7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/routes/api/auth/request-code/+server.ts:9"}, "properties": {"repobilityId": "90e59162b98df8bc", "scanner": "scanner-primary", "fingerprint": "df59e08590b597f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}