{"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-1bff47dac507130e", "name": "Stray `console.log` in TS/JS \u2014 cli/src/codex.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/codex.js:14"}, "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-bc87b8b12c1d249a", "name": "Stray `console.log` in TS/JS \u2014 cli/src/generic.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/generic.js:13"}, "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-b27740011ae26716", "name": "Stray `console.log` in TS/JS \u2014 cli/src/index.js:27", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/index.js:27"}, "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-868cd4aa0c08b80e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:49", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:49"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6eeb76c1d1255778", "name": "Insecure pattern 'node_child_process' in cli/src/proc.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in cli/src/proc.js:1"}, "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-0e3c5db0b66d3f52", "name": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:49", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:49"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). 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": "0 test file(s) for 32 source file(s) (ratio 0.00). 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 21 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-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: ci, tests. 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": "low", "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-689442493fc2bc88", "name": "Commented-code block (5 lines) in scripts/make-audio-edm.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/make-audio-edm.mjs: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-67012b20ce509c95", "name": "Commented-code block (7 lines) in scripts/make-video.mjs:179", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/make-video.mjs:179"}, "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-785fef5e1fe47d13", "name": "Commented-code block (5 lines) in scripts/make-audio.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/make-audio.mjs: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-bf962ecf9127059b", "name": "Commented-code block (5 lines) in scripts/make-video-1215.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/make-video-1215.mjs: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-0fc5d3434dd275a6", "name": "Commented-code block (5 lines) in scripts/make-loops.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/make-loops.mjs: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-f5d16d8d654e24cf", "name": "Commented-code block (6 lines) in cli/src/creatives.js:11", "shortDescription": {"text": "Commented-code block (6 lines) in cli/src/creatives.js:11"}, "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-6c3c91a2194e6bb1", "name": "Commented-code block (5 lines) in cli/src/codex.js:19", "shortDescription": {"text": "Commented-code block (5 lines) in cli/src/codex.js:19"}, "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-5d1d38a259f9207b", "name": "Commented-code block (5 lines) in cli/src/generic.js:18", "shortDescription": {"text": "Commented-code block (5 lines) in cli/src/generic.js:18"}, "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-d01ce92cb9c5e37d", "name": "Commented-code block (6 lines) in web/lib/sanitize.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in web/lib/sanitize.js: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/18433"}, "properties": {"repository": "romulusfoundry/deadair", "repoUrl": "https://github.com/romulusfoundry/deadair", "branch": "main"}, "results": [{"ruleId": "scanner-1bff47dac507130e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/codex.js:14"}, "properties": {"repobilityId": "79a7bc4bda80da32", "scanner": "scanner-primary", "fingerprint": "1bff47dac507130e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bc87b8b12c1d249a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/generic.js:13"}, "properties": {"repobilityId": "650c06e9f079f76b", "scanner": "scanner-primary", "fingerprint": "bc87b8b12c1d249a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b27740011ae26716", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/index.js:27"}, "properties": {"repobilityId": "f0058cfd3f16dca8", "scanner": "scanner-primary", "fingerprint": "b27740011ae26716", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-868cd4aa0c08b80e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:49"}, "properties": {"repobilityId": "29fb1de5726b1028", "scanner": "scanner-primary", "fingerprint": "868cd4aa0c08b80e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6eeb76c1d1255778", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in cli/src/proc.js:1"}, "properties": {"repobilityId": "b8d9ec3f8b6df768", "scanner": "scanner-primary", "fingerprint": "6eeb76c1d1255778", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/src/proc.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0e3c5db0b66d3f52", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:49"}, "properties": {"repobilityId": "2dd5227a06dc7337", "scanner": "scanner-primary", "fingerprint": "0e3c5db0b66d3f52", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/app/layout.jsx"}, "region": {"startLine": 49}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "59835bdc06c71a71", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "37f0f212591fe244", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ffb612bc9581437a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "690fa20d4d13ad81", "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": "6fbc32b28df0e499", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-689442493fc2bc88", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/make-audio-edm.mjs:1"}, "properties": {"repobilityId": "ff554c7fd8da87c3", "scanner": "scanner-primary", "fingerprint": "689442493fc2bc88", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67012b20ce509c95", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/make-video.mjs:179"}, "properties": {"repobilityId": "0a1f2da585e2dc22", "scanner": "scanner-primary", "fingerprint": "67012b20ce509c95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-785fef5e1fe47d13", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/make-audio.mjs:1"}, "properties": {"repobilityId": "509fb92d73279acb", "scanner": "scanner-primary", "fingerprint": "785fef5e1fe47d13", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf962ecf9127059b", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/make-video-1215.mjs:1"}, "properties": {"repobilityId": "cbf9ff488d5c4e4a", "scanner": "scanner-primary", "fingerprint": "bf962ecf9127059b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0fc5d3434dd275a6", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/make-loops.mjs:1"}, "properties": {"repobilityId": "633c2d8899442583", "scanner": "scanner-primary", "fingerprint": "0fc5d3434dd275a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5d16d8d654e24cf", "level": "none", "message": {"text": "Commented-code block (6 lines) in cli/src/creatives.js:11"}, "properties": {"repobilityId": "d58632524560cbef", "scanner": "scanner-primary", "fingerprint": "f5d16d8d654e24cf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c3c91a2194e6bb1", "level": "none", "message": {"text": "Commented-code block (5 lines) in cli/src/codex.js:19"}, "properties": {"repobilityId": "227868a0b6a63cb2", "scanner": "scanner-primary", "fingerprint": "6c3c91a2194e6bb1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d1d38a259f9207b", "level": "none", "message": {"text": "Commented-code block (5 lines) in cli/src/generic.js:18"}, "properties": {"repobilityId": "8f9a4058f0f57002", "scanner": "scanner-primary", "fingerprint": "5d1d38a259f9207b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d01ce92cb9c5e37d", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/lib/sanitize.js:1"}, "properties": {"repobilityId": "edba395d6a0a3894", "scanner": "scanner-primary", "fingerprint": "d01ce92cb9c5e37d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}