{"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-3a5c6a9050001dcf", "name": "Stray `console.log` in TS/JS \u2014 scripts/stress.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/stress.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-c941faf7706bb004", "name": "Stray `console.log` in TS/JS \u2014 scripts/simulate.ts:92", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/simulate.ts:92"}, "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-b981b7cc0f2d9665", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/AreaPanel.tsx:110", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AreaPanel.tsx:110"}, "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-0c1f5f17948b4a65", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sheets.tsx:130", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sheets.tsx:130"}, "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-dc090aabc104e4c4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Hud.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Hud.tsx:41"}, "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-a835bc134e45eae1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Modals.tsx:166", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Modals.tsx:166"}, "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-5ffd719cfc4c20cc", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/EmergencyModal.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/EmergencyModal.tsx:83"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 34 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 34 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 20 placeholder/mock markers across 3 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0b21a15ddc9fee2e", "name": "Commented-code block (11 lines) in src/lib/audio.ts:3", "shortDescription": {"text": "Commented-code block (11 lines) in src/lib/audio.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-91700f130f372208", "name": "Commented-code block (5 lines) in src/lib/game/leaderboard.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/game/leaderboard.ts: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-9827eb748cfe5e94", "name": "Commented-code block (8 lines) in src/lib/game/types.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/game/types.ts: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-3ced7231436f60f8", "name": "Commented-code block (6 lines) in src/lib/game/bots.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/game/bots.ts: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-02131bf6fc719d51", "name": "Commented-code block (5 lines) in src/lib/game/engine/sim.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/game/engine/sim.ts: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-66552df6fe4916eb", "name": "Commented-code block (6 lines) in src/lib/game/engine/reducer.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/game/engine/reducer.ts: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-e9184f3aed203136", "name": "Commented-code block (6 lines) in src/lib/game/engine/auction.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/game/engine/auction.ts: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}}]}}, "automationDetails": {"id": "repobility/24820"}, "properties": {"repository": "cankoseoglu/rental-rush", "repoUrl": "https://github.com/cankoseoglu/rental-rush", "branch": "main"}, "results": [{"ruleId": "scanner-3a5c6a9050001dcf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/stress.ts:22"}, "properties": {"repobilityId": "2f8dffb8077e2afc", "scanner": "scanner-primary", "fingerprint": "3a5c6a9050001dcf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c941faf7706bb004", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/simulate.ts:92"}, "properties": {"repobilityId": "3520f1774d50b124", "scanner": "scanner-primary", "fingerprint": "c941faf7706bb004", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b981b7cc0f2d9665", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/AreaPanel.tsx:110"}, "properties": {"repobilityId": "e4af303084368e06", "scanner": "scanner-primary", "fingerprint": "b981b7cc0f2d9665", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0c1f5f17948b4a65", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sheets.tsx:130"}, "properties": {"repobilityId": "53c0bf40c00b71ea", "scanner": "scanner-primary", "fingerprint": "0c1f5f17948b4a65", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dc090aabc104e4c4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Hud.tsx:41"}, "properties": {"repobilityId": "13537360c27d10bb", "scanner": "scanner-primary", "fingerprint": "dc090aabc104e4c4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a835bc134e45eae1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Modals.tsx:166"}, "properties": {"repobilityId": "67ebb7a3f50e813d", "scanner": "scanner-primary", "fingerprint": "a835bc134e45eae1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5ffd719cfc4c20cc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/EmergencyModal.tsx:83"}, "properties": {"repobilityId": "bcb6d4bf047033b9", "scanner": "scanner-primary", "fingerprint": "5ffd719cfc4c20cc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "629fd8b6bc8fe5f5", "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": "330f0a388ae7f43a", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "12d6123be30c11de", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "50b4e74e3ab4cf9f", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-0b21a15ddc9fee2e", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/lib/audio.ts:3"}, "properties": {"repobilityId": "2b2df627209dba7a", "scanner": "scanner-primary", "fingerprint": "0b21a15ddc9fee2e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91700f130f372208", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/game/leaderboard.ts:1"}, "properties": {"repobilityId": "27a3b292e32fbe21", "scanner": "scanner-primary", "fingerprint": "91700f130f372208", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9827eb748cfe5e94", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/game/types.ts:1"}, "properties": {"repobilityId": "ec560d890f9ae74a", "scanner": "scanner-primary", "fingerprint": "9827eb748cfe5e94", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ced7231436f60f8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/game/bots.ts:1"}, "properties": {"repobilityId": "271821f9865e6133", "scanner": "scanner-primary", "fingerprint": "3ced7231436f60f8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02131bf6fc719d51", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/game/engine/sim.ts:1"}, "properties": {"repobilityId": "66d9cfc7fd17eee7", "scanner": "scanner-primary", "fingerprint": "02131bf6fc719d51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66552df6fe4916eb", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/game/engine/reducer.ts:1"}, "properties": {"repobilityId": "8eeef6752a351e92", "scanner": "scanner-primary", "fingerprint": "66552df6fe4916eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e9184f3aed203136", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/game/engine/auction.ts:1"}, "properties": {"repobilityId": "f973a6aad82d8e8a", "scanner": "scanner-primary", "fingerprint": "e9184f3aed203136", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}