{"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-bdaf0d8d89d39e34", "name": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:339", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:339"}, "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-43595ab4c40ff4ad", "name": "Stray `console.log` in TS/JS \u2014 cli/src/cli.ts:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/cli.ts:16"}, "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-01f11425ccd843e6", "name": "Stray `console.log` in TS/JS \u2014 cli/src/install.ts:67", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/install.ts:67"}, "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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a35c6a00f751880f", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5a29fc6f3c609d28", "name": "Insecure pattern 'node_child_process' in cli/src/hook-runner.ts:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in cli/src/hook-runner.ts:5"}, "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-92f98b180b3071ba", "name": "Insecure pattern 'node_child_process' in cli/src/tui.tsx:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in cli/src/tui.tsx:5"}, "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-2efef00590fefb17", "name": "Insecure pattern 'direct_innerhtml_assignment' in vscode/src/extension.ts:202", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in vscode/src/extension.ts:202"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 11 source file(s) (ratio 0.09). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-4c3728641a0d9039", "name": "Node manifest has dependencies but no lockfile: cli/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: cli/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 17 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, lockfile. 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-eb32e8a9acc0a45f", "name": "Commented-code block (5 lines) in server/src/index.ts:62", "shortDescription": {"text": "Commented-code block (5 lines) in server/src/index.ts:62"}, "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-6706a0bc53d99fa1", "name": "Commented-code block (5 lines) in cli/src/client.ts:120", "shortDescription": {"text": "Commented-code block (5 lines) in cli/src/client.ts:120"}, "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-bc8ab12716567d8e", "name": "Commented-code block (5 lines) in cli/src/hook-runner.ts:13", "shortDescription": {"text": "Commented-code block (5 lines) in cli/src/hook-runner.ts:13"}, "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-250fe7bc1f2c2419", "name": "Commented-code block (5 lines) in vscode/src/extension.ts:84", "shortDescription": {"text": "Commented-code block (5 lines) in vscode/src/extension.ts:84"}, "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/25366"}, "properties": {"repository": "DevRoulette/DevRoulette", "repoUrl": "https://github.com/DevRoulette/DevRoulette", "branch": "main"}, "results": [{"ruleId": "scanner-bdaf0d8d89d39e34", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:339"}, "properties": {"repobilityId": "966123b8e19cb728", "scanner": "scanner-primary", "fingerprint": "bdaf0d8d89d39e34", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-43595ab4c40ff4ad", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/cli.ts:16"}, "properties": {"repobilityId": "7576841c2e3cb2d4", "scanner": "scanner-primary", "fingerprint": "43595ab4c40ff4ad", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-01f11425ccd843e6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/install.ts:67"}, "properties": {"repobilityId": "2beff864417e6b3e", "scanner": "scanner-primary", "fingerprint": "01f11425ccd843e6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-a35c6a00f751880f", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-slim"}, "properties": {"repobilityId": "863d3eb6cbe283e3", "scanner": "scanner-primary", "fingerprint": "a35c6a00f751880f", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-5a29fc6f3c609d28", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in cli/src/hook-runner.ts:5"}, "properties": {"repobilityId": "07a629fce640dc44", "scanner": "scanner-primary", "fingerprint": "5a29fc6f3c609d28", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/src/hook-runner.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-92f98b180b3071ba", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in cli/src/tui.tsx:5"}, "properties": {"repobilityId": "fc0311b9938dbf88", "scanner": "scanner-primary", "fingerprint": "92f98b180b3071ba", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/src/tui.tsx"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-2efef00590fefb17", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in vscode/src/extension.ts:202"}, "properties": {"repobilityId": "93c117505bb532e0", "scanner": "scanner-primary", "fingerprint": "2efef00590fefb17", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vscode/src/extension.ts"}, "region": {"startLine": 202}}}]}, {"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-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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "32828cf46bb11863", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-4c3728641a0d9039", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: cli/package.json"}, "properties": {"repobilityId": "58fe435f7c288c56", "scanner": "scanner-primary", "fingerprint": "4c3728641a0d9039", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c9965ff986152660", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "eed30a9a1d2ddbe5", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-eb32e8a9acc0a45f", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/src/index.ts:62"}, "properties": {"repobilityId": "532a62c596211e45", "scanner": "scanner-primary", "fingerprint": "eb32e8a9acc0a45f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6706a0bc53d99fa1", "level": "none", "message": {"text": "Commented-code block (5 lines) in cli/src/client.ts:120"}, "properties": {"repobilityId": "51734a2e9d0b3519", "scanner": "scanner-primary", "fingerprint": "6706a0bc53d99fa1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc8ab12716567d8e", "level": "none", "message": {"text": "Commented-code block (5 lines) in cli/src/hook-runner.ts:13"}, "properties": {"repobilityId": "28091c11e9c0af70", "scanner": "scanner-primary", "fingerprint": "bc8ab12716567d8e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250fe7bc1f2c2419", "level": "none", "message": {"text": "Commented-code block (5 lines) in vscode/src/extension.ts:84"}, "properties": {"repobilityId": "4b8a7f804fb7ed75", "scanner": "scanner-primary", "fingerprint": "250fe7bc1f2c2419", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}