{"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-f0ef0fcdc5850170", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/HUDOverlay.tsx:81", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/HUDOverlay.tsx:81"}, "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-ebfbe3456cad2e19", "name": "Icon-only button without accessible name \u2014 src/components/ui/DebugTranscript.tsx:88", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/ui/DebugTranscript.tsx:88"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-26ef1855eb12016c", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/save-feedback/route.ts:61", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-feedback/route.ts:61"}, "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-7f4cc7c10f8d2f5e", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/save-voice-note/route.ts:106", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-voice-note/route.ts:106"}, "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-1caa7d2ffd9c734c", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/save-video/route.ts:77", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-video/route.ts:77"}, "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-649e1761ce6aebfe", "name": "Stray `console.log` in TS/JS \u2014 e2e/live-session.spec.ts:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 e2e/live-session.spec.ts:32"}, "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-27ec15f5536a11fe", "name": "Stray `console.log` in TS/JS \u2014 e2e/integration-roast-run.spec.ts:113", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 e2e/integration-roast-run.spec.ts:113"}, "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-09ff38001899aefd", "name": "Stray `console.log` in TS/JS \u2014 e2e/roast-run.spec.ts:91", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 e2e/roast-run.spec.ts:91"}, "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-ba2b6860897808e3", "name": "Insecure pattern 'node_child_process' in src/app/api/open-videos-folder/route.ts:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/app/api/open-videos-folder/route.ts:2"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "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-67a2688b05377208", "name": "Very large file: src/components/session/LiveSessionController.tsx (1603 lines)", "shortDescription": {"text": "Very large file: src/components/session/LiveSessionController.tsx (1603 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c37ce8156e068ed3", "name": "Very large file: src/lib/comedianBrain.ts (3863 lines)", "shortDescription": {"text": "Very large file: src/lib/comedianBrain.ts (3863 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "28 tests / 164 src (ratio 0.17)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 53 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 32 placeholder/mock markers across 17 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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 license, ci, operator-readme. 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-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-5d9f78febe50e4c5", "name": "Agent authority lacks a verifier contract: .claude/skills/feedback/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/feedback/SKILL.md"}, "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-c039556175301472", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bench-real-roastie-path.mjs:227", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bench-real-roastie-path.mjs:227"}, "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-a2df1a373e3792d4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/judge-jokes.mjs:65", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/judge-jokes.mjs:65"}, "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-177d1f472f1a1265", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/ort-wasm-simd-threaded.mjs:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/ort-wasm-simd-threaded.mjs:4"}, "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-ae2fcf7d0d40f917", "name": "Commented-code block (5 lines) in src/components/ui/LandingScreen.tsx:55", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/ui/LandingScreen.tsx:55"}, "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-c262efd7734145e6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ui/LandingScreen.tsx:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ui/LandingScreen.tsx:49"}, "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-b16ac60a11368676", "name": "Commented-code block (5 lines) in src/components/ui/ShareScreen.tsx:116", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/ui/ShareScreen.tsx:116"}, "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-15dc1928fd1ea24c", "name": "Commented-code block (8 lines) in src/components/puppet/PuppetCharacter.tsx:40", "shortDescription": {"text": "Commented-code block (8 lines) in src/components/puppet/PuppetCharacter.tsx:40"}, "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-24cdc5527ed9bc34", "name": "Commented-code block (5 lines) in src/components/puppet/useMotionState.ts:40", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/puppet/useMotionState.ts:40"}, "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-91548e7d1b68e96f", "name": "Commented-code block (7 lines) in src/components/audio/useMicCapture.ts:123", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/audio/useMicCapture.ts:123"}, "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-2bd37dffb11ff8a7", "name": "Commented-code block (5 lines) in src/components/audio/usePcmPlayback.ts:66", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/audio/usePcmPlayback.ts:66"}, "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-a280623d38d56376", "name": "Commented-code block (6 lines) in src/components/session/LiveSessionController.tsx:348", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/session/LiveSessionController.tsx:348"}, "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-c71c72e4cf54299c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/session/LiveSessionController.tsx:448", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/session/LiveSessionController.tsx:448"}, "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-5a5e26b6d2549da3", "name": "Commented-code block (5 lines) in src/app/page.tsx:233", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/page.tsx:233"}, "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-fac4e0b0c6ae5659", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/page.tsx:190", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/page.tsx:190"}, "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-b755aac7f280d45c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/tts/route.ts:44", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/tts/route.ts:44"}, "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-91a395eb74dc9735", "name": "Commented-code block (5 lines) in src/app/api/serve-video/route.ts:58", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/serve-video/route.ts:58"}, "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-cf17d9bbfd71d9e1", "name": "Commented-code block (5 lines) in src/app/api/save-log/route.ts:53", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/save-log/route.ts:53"}, "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-8c279fa2a243f235", "name": "Commented-code block (5 lines) in src/lib/comedianBrain.ts:378", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/comedianBrain.ts:378"}, "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-d478075d626634d9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/comedianBrain.ts:2670", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/comedianBrain.ts:2670"}, "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-12b3097515470ae6", "name": "Commented-code block (5 lines) in src/lib/mediaRecorderSupport.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/mediaRecorderSupport.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}}, {"id": "scanner-0b63a4eb43caa667", "name": "Commented-code block (6 lines) in src/lib/comedianConfig.ts:73", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/comedianConfig.ts:73"}, "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-4b62e783b7afc757", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/googleDriveUpload.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/googleDriveUpload.ts:57"}, "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-606ff1d23fe314da", "name": "Commented-code block (5 lines) in src/lib/motionStates.ts:140", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/motionStates.ts:140"}, "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-61f945a2d5b7cf05", "name": "Commented-code block (9 lines) in src/lib/scriptLines.ts:25", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/scriptLines.ts:25"}, "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/20545"}, "properties": {"repository": "suppleteet/roastie", "repoUrl": "https://github.com/suppleteet/roastie", "branch": "main"}, "results": [{"ruleId": "scanner-f0ef0fcdc5850170", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/HUDOverlay.tsx:81"}, "properties": {"repobilityId": "f0aca91266bde2dc", "scanner": "scanner-primary", "fingerprint": "f0ef0fcdc5850170", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ebfbe3456cad2e19", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/ui/DebugTranscript.tsx:88"}, "properties": {"repobilityId": "0599aefde9f7830a", "scanner": "scanner-primary", "fingerprint": "ebfbe3456cad2e19", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-26ef1855eb12016c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-feedback/route.ts:61"}, "properties": {"repobilityId": "b4fa6b1aee739c05", "scanner": "scanner-primary", "fingerprint": "26ef1855eb12016c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7f4cc7c10f8d2f5e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-voice-note/route.ts:106"}, "properties": {"repobilityId": "1c1e257735849acd", "scanner": "scanner-primary", "fingerprint": "7f4cc7c10f8d2f5e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1caa7d2ffd9c734c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/save-video/route.ts:77"}, "properties": {"repobilityId": "8327b232cb09f73f", "scanner": "scanner-primary", "fingerprint": "1caa7d2ffd9c734c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-649e1761ce6aebfe", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 e2e/live-session.spec.ts:32"}, "properties": {"repobilityId": "08f9496588cd53ac", "scanner": "scanner-primary", "fingerprint": "649e1761ce6aebfe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-27ec15f5536a11fe", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 e2e/integration-roast-run.spec.ts:113"}, "properties": {"repobilityId": "bf05f66b9e4545f9", "scanner": "scanner-primary", "fingerprint": "27ec15f5536a11fe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-09ff38001899aefd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 e2e/roast-run.spec.ts:91"}, "properties": {"repobilityId": "c38feb4b7221d8d7", "scanner": "scanner-primary", "fingerprint": "09ff38001899aefd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ba2b6860897808e3", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/app/api/open-videos-folder/route.ts:2"}, "properties": {"repobilityId": "9e67fc2165b767e8", "scanner": "scanner-primary", "fingerprint": "ba2b6860897808e3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/api/open-videos-folder/route.ts"}, "region": {"startLine": 2}}}]}, {"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-67a2688b05377208", "level": "note", "message": {"text": "Very large file: src/components/session/LiveSessionController.tsx (1603 lines)"}, "properties": {"repobilityId": "ec4dc0c567075781", "scanner": "scanner-primary", "fingerprint": "67a2688b05377208", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c37ce8156e068ed3", "level": "note", "message": {"text": "Very large file: src/lib/comedianBrain.ts (3863 lines)"}, "properties": {"repobilityId": "ef22091bb0703160", "scanner": "scanner-primary", "fingerprint": "c37ce8156e068ed3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8b24df86b7e7c11a", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "2323cdf2e3b99432", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b9f3064f4467d2f0", "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": "61c9defa70e5328a", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "b87ba3ba108843bc", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ae1e1297a657fe5b", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "15807d6f06207df7", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "2e28ad6cf3454451", "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": "4e24d05be713fb17", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-5d9f78febe50e4c5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/feedback/SKILL.md"}, "properties": {"repobilityId": "b78ee6954a0cadf5", "scanner": "scanner-primary", "fingerprint": "5d9f78febe50e4c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/feedback/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c039556175301472", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/bench-real-roastie-path.mjs:227"}, "properties": {"repobilityId": "7e13e7f3f9333ac6", "scanner": "scanner-primary", "fingerprint": "c039556175301472", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a2df1a373e3792d4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/judge-jokes.mjs:65"}, "properties": {"repobilityId": "609c05e7d49fc92a", "scanner": "scanner-primary", "fingerprint": "a2df1a373e3792d4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-177d1f472f1a1265", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/ort-wasm-simd-threaded.mjs:4"}, "properties": {"repobilityId": "1c38133d3fed1232", "scanner": "scanner-primary", "fingerprint": "177d1f472f1a1265", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ae2fcf7d0d40f917", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/ui/LandingScreen.tsx:55"}, "properties": {"repobilityId": "d71d482f4c617d3e", "scanner": "scanner-primary", "fingerprint": "ae2fcf7d0d40f917", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c262efd7734145e6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/ui/LandingScreen.tsx:49"}, "properties": {"repobilityId": "ba90eef9e58b03dd", "scanner": "scanner-primary", "fingerprint": "c262efd7734145e6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b16ac60a11368676", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/ui/ShareScreen.tsx:116"}, "properties": {"repobilityId": "2352f352f885da34", "scanner": "scanner-primary", "fingerprint": "b16ac60a11368676", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15dc1928fd1ea24c", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/components/puppet/PuppetCharacter.tsx:40"}, "properties": {"repobilityId": "d5658834ca7e2c81", "scanner": "scanner-primary", "fingerprint": "15dc1928fd1ea24c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24cdc5527ed9bc34", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/puppet/useMotionState.ts:40"}, "properties": {"repobilityId": "4128fdbf1adf4ad7", "scanner": "scanner-primary", "fingerprint": "24cdc5527ed9bc34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91548e7d1b68e96f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/audio/useMicCapture.ts:123"}, "properties": {"repobilityId": "6b49176cea5645cd", "scanner": "scanner-primary", "fingerprint": "91548e7d1b68e96f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2bd37dffb11ff8a7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/audio/usePcmPlayback.ts:66"}, "properties": {"repobilityId": "cbe824afcbd2435c", "scanner": "scanner-primary", "fingerprint": "2bd37dffb11ff8a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a280623d38d56376", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/session/LiveSessionController.tsx:348"}, "properties": {"repobilityId": "ef7c624e858258e9", "scanner": "scanner-primary", "fingerprint": "a280623d38d56376", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c71c72e4cf54299c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/session/LiveSessionController.tsx:448"}, "properties": {"repobilityId": "72d102511c31f72b", "scanner": "scanner-primary", "fingerprint": "c71c72e4cf54299c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5a5e26b6d2549da3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/page.tsx:233"}, "properties": {"repobilityId": "2a7e825fec0c718f", "scanner": "scanner-primary", "fingerprint": "5a5e26b6d2549da3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fac4e0b0c6ae5659", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/page.tsx:190"}, "properties": {"repobilityId": "53937f330d884dbb", "scanner": "scanner-primary", "fingerprint": "fac4e0b0c6ae5659", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b755aac7f280d45c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/tts/route.ts:44"}, "properties": {"repobilityId": "c8263b426d86b0a5", "scanner": "scanner-primary", "fingerprint": "b755aac7f280d45c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-91a395eb74dc9735", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/serve-video/route.ts:58"}, "properties": {"repobilityId": "5b19c9e5140475ca", "scanner": "scanner-primary", "fingerprint": "91a395eb74dc9735", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf17d9bbfd71d9e1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/save-log/route.ts:53"}, "properties": {"repobilityId": "12f1f87f438c0184", "scanner": "scanner-primary", "fingerprint": "cf17d9bbfd71d9e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c279fa2a243f235", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/comedianBrain.ts:378"}, "properties": {"repobilityId": "56d2284c0b14d33b", "scanner": "scanner-primary", "fingerprint": "8c279fa2a243f235", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d478075d626634d9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/comedianBrain.ts:2670"}, "properties": {"repobilityId": "5dfe32297ad445a4", "scanner": "scanner-primary", "fingerprint": "d478075d626634d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-12b3097515470ae6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/mediaRecorderSupport.ts:9"}, "properties": {"repobilityId": "bb53ca9c85c05610", "scanner": "scanner-primary", "fingerprint": "12b3097515470ae6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b63a4eb43caa667", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/comedianConfig.ts:73"}, "properties": {"repobilityId": "0d29b866432c6900", "scanner": "scanner-primary", "fingerprint": "0b63a4eb43caa667", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4b62e783b7afc757", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/googleDriveUpload.ts:57"}, "properties": {"repobilityId": "1661af94f71f5751", "scanner": "scanner-primary", "fingerprint": "4b62e783b7afc757", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-606ff1d23fe314da", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/motionStates.ts:140"}, "properties": {"repobilityId": "f415d0e98824248a", "scanner": "scanner-primary", "fingerprint": "606ff1d23fe314da", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61f945a2d5b7cf05", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/scriptLines.ts:25"}, "properties": {"repobilityId": "10fbf230e06d2c5e", "scanner": "scanner-primary", "fingerprint": "61f945a2d5b7cf05", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}