{"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-34bbce6e1b9154e2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ProjectIde.tsx:42", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ProjectIde.tsx:42"}, "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-bb1f52e0fca052e9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/LessonPage.tsx:199", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/LessonPage.tsx:199"}, "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-a175077413770dff", "name": "Stray `console.log` in TS/JS \u2014 src/services/codeFeedbackService.test.ts:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/codeFeedbackService.test.ts:42"}, "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-fa9c1245f111173f", "name": "Stray `console.log` in TS/JS \u2014 src/services/projectIdeService.ts:154", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/projectIdeService.ts:154"}, "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-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 ci. 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-601097115501eea5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/aiHintService.ts:82", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/aiHintService.ts:82"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DEV`, `PROD`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-62043dab20bfc765", "name": "Frontend route `/courses/:courseId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/courses/:courseId` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e6a4048e99148010", "name": "Frontend route `/courses/:courseId/modules/:moduleId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/courses/:courseId/modules/:moduleId` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-01c3dc9fd927aab0", "name": "Frontend route `/courses/:courseId/modules/:moduleId/boss-fight` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/courses/:courseId/modules/:moduleId/boss-fight` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-df76db418074ca5a", "name": "Frontend route `/lessons/:lessonId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/lessons/:lessonId` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25463"}, "properties": {"repository": "DNMedia1/CodingDojo", "repoUrl": "https://github.com/DNMedia1/CodingDojo", "branch": "main"}, "results": [{"ruleId": "scanner-34bbce6e1b9154e2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ProjectIde.tsx:42"}, "properties": {"repobilityId": "d7542063a41a10cd", "scanner": "scanner-primary", "fingerprint": "34bbce6e1b9154e2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bb1f52e0fca052e9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/LessonPage.tsx:199"}, "properties": {"repobilityId": "06e7cb2c2a5666b5", "scanner": "scanner-primary", "fingerprint": "bb1f52e0fca052e9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a175077413770dff", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/codeFeedbackService.test.ts:42"}, "properties": {"repobilityId": "b5e5a4daf0da2316", "scanner": "scanner-primary", "fingerprint": "a175077413770dff", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fa9c1245f111173f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/projectIdeService.ts:154"}, "properties": {"repobilityId": "3ded5c078e201e11", "scanner": "scanner-primary", "fingerprint": "fa9c1245f111173f", "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-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "2ffc5916d5d59eae", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-601097115501eea5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/aiHintService.ts:82"}, "properties": {"repobilityId": "80956797bb4f5e01", "scanner": "scanner-primary", "fingerprint": "601097115501eea5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-62043dab20bfc765", "level": "warning", "message": {"text": "Frontend route `/courses/:courseId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "b613bcbe9be36298", "scanner": "scanner-primary", "fingerprint": "62043dab20bfc765", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e6a4048e99148010", "level": "warning", "message": {"text": "Frontend route `/courses/:courseId/modules/:moduleId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "b573257c91041b7c", "scanner": "scanner-primary", "fingerprint": "e6a4048e99148010", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-01c3dc9fd927aab0", "level": "warning", "message": {"text": "Frontend route `/courses/:courseId/modules/:moduleId/boss-fight` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "0a6cbba699634af3", "scanner": "scanner-primary", "fingerprint": "01c3dc9fd927aab0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-df76db418074ca5a", "level": "warning", "message": {"text": "Frontend route `/lessons/:lessonId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4e9b7dc9bc8f907b", "scanner": "scanner-primary", "fingerprint": "df76db418074ca5a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}