{"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-4e27cb407af2a14e", "name": "Stray `console.log` in TS/JS \u2014 src/cli.ts:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:56"}, "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-5bb708868f23b59a", "name": "Stray `console.log` in TS/JS \u2014 src/scripts/summarize.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/scripts/summarize.ts:33"}, "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-f100b647db2b4c46", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/src/HomeView.tsx:60", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/HomeView.tsx:60"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e7b5be717bf0ffe1", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/src/AnalyticsPanel.tsx:68", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/AnalyticsPanel.tsx:68"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b474d2820b165ee4", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/src/TraceView.tsx:167", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/TraceView.tsx:167"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"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-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": "2 tests / 20 src (ratio 0.10)."}, "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 28 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-c918762245f32fa7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/HomeView.tsx:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/HomeView.tsx:10"}, "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-010ba02773be462b", "name": "Commented-code block (6 lines) in ui/src/TraceView.tsx:32", "shortDescription": {"text": "Commented-code block (6 lines) in ui/src/TraceView.tsx:32"}, "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-406f3198366b0185", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/TraceView.tsx:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/TraceView.tsx:22"}, "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-9a97687c1caf2f76", "name": "Dangling fetch: GET /api/sessions/${sessionId} (ui/src/TraceView.tsx:22)", "shortDescription": {"text": "Dangling fetch: GET /api/sessions/${sessionId} (ui/src/TraceView.tsx:22)"}, "fullDescription": {"text": "`ui/src/TraceView.tsx:22` calls `GET /api/sessions/${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/sessions/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`src/server/index.ts` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24203"}, "properties": {"repository": "aneeshv12/tracelight", "repoUrl": "https://github.com/aneeshv12/tracelight", "branch": "main"}, "results": [{"ruleId": "scanner-4e27cb407af2a14e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:56"}, "properties": {"repobilityId": "435b83b5315abc65", "scanner": "scanner-primary", "fingerprint": "4e27cb407af2a14e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5bb708868f23b59a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/scripts/summarize.ts:33"}, "properties": {"repobilityId": "6290d486abbbb6ee", "scanner": "scanner-primary", "fingerprint": "5bb708868f23b59a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f100b647db2b4c46", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/HomeView.tsx:60"}, "properties": {"repobilityId": "e2b13235346f9fe9", "scanner": "scanner-primary", "fingerprint": "f100b647db2b4c46", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e7b5be717bf0ffe1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/AnalyticsPanel.tsx:68"}, "properties": {"repobilityId": "1658680127cffdbc", "scanner": "scanner-primary", "fingerprint": "e7b5be717bf0ffe1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b474d2820b165ee4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/TraceView.tsx:167"}, "properties": {"repobilityId": "c6890ecf8c1d2045", "scanner": "scanner-primary", "fingerprint": "b474d2820b165ee4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-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": "9f5aa2f239999bfe", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-c918762245f32fa7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/HomeView.tsx:10"}, "properties": {"repobilityId": "57927d0b00f6166f", "scanner": "scanner-primary", "fingerprint": "c918762245f32fa7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-010ba02773be462b", "level": "none", "message": {"text": "Commented-code block (6 lines) in ui/src/TraceView.tsx:32"}, "properties": {"repobilityId": "abf6ea2d2800049f", "scanner": "scanner-primary", "fingerprint": "010ba02773be462b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-406f3198366b0185", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/src/TraceView.tsx:22"}, "properties": {"repobilityId": "99ef074b18f02621", "scanner": "scanner-primary", "fingerprint": "406f3198366b0185", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9a97687c1caf2f76", "level": "error", "message": {"text": "Dangling fetch: GET /api/sessions/${sessionId} (ui/src/TraceView.tsx:22)"}, "properties": {"repobilityId": "6763eb75d1502293", "scanner": "scanner-primary", "fingerprint": "9a97687c1caf2f76", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "6bc4978aeb6bd3f0", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}