{"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-8a1b0739b5d9951f", "name": "Stray `console.log` in TS/JS \u2014 docs/evidence/tma02/coverage-html/prettify.js:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 docs/evidence/tma02/coverage-html/prettify.js:2"}, "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-25e5a537b8468a68", "name": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/sorter.js:84", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/sorter.js:84"}, "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-eb3ea48dd79f5853", "name": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/prettify.js:2", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/prettify.js:2"}, "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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ad6701f0a8405e22", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 80 placeholder/mock markers across 21 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-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-832df5f5bdfcda8f", "name": "Commented-code block (6 lines) in src/calculators/masonry.test.ts:191", "shortDescription": {"text": "Commented-code block (6 lines) in src/calculators/masonry.test.ts:191"}, "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-57408def086d9276", "name": "Commented-code block (6 lines) in src/calculators/__tests__/decking.test.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking.test.ts:5"}, "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-bbcee5d9af21ebf1", "name": "Commented-code block (6 lines) in src/calculators/__tests__/decking-substructure.test.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking-substructure.test.ts:4"}, "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-f44f870ed3e08310", "name": "Commented-code block (5 lines) in src/calculators/__tests__/grout.test.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/grout.test.ts:8"}, "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-66b8e583373899f7", "name": "Commented-code block (5 lines) in src/calculators/__tests__/masonry-project.test.ts:15", "shortDescription": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/masonry-project.test.ts:15"}, "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-41c70aab22153fb7", "name": "Commented-code block (5 lines) in src/calculators/__tests__/decking-project.test.ts:17", "shortDescription": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/decking-project.test.ts:17"}, "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-424b5c8c1fb0ac0e", "name": "Commented-code block (6 lines) in src/calculators/__tests__/decking-fixings.test.ts:16", "shortDescription": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking-fixings.test.ts:16"}, "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/18852"}, "properties": {"repository": "sami/selco", "repoUrl": "https://github.com/sami/selco", "branch": "main"}, "results": [{"ruleId": "scanner-8a1b0739b5d9951f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 docs/evidence/tma02/coverage-html/prettify.js:2"}, "properties": {"repobilityId": "7aa8d3b7b0571d0c", "scanner": "scanner-primary", "fingerprint": "8a1b0739b5d9951f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-25e5a537b8468a68", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/sorter.js:84"}, "properties": {"repobilityId": "b6e8bb32ec18cc54", "scanner": "scanner-primary", "fingerprint": "25e5a537b8468a68", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/evidence/tma02/coverage-html/sorter.js"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-eb3ea48dd79f5853", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/evidence/tma02/coverage-html/prettify.js:2"}, "properties": {"repobilityId": "eaed7a3c5aed3e3d", "scanner": "scanner-primary", "fingerprint": "eb3ea48dd79f5853", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/evidence/tma02/coverage-html/prettify.js"}, "region": {"startLine": 2}}}]}, {"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-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e90842e167ad707e", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "712f66d46fae2cd3", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "419d1ec7943efec2", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "bc81c38d30159aef", "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": "e54d9db25c8558e4", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "6e267be8454a7bba", "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": "53f4098f64ae45d3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-832df5f5bdfcda8f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/calculators/masonry.test.ts:191"}, "properties": {"repobilityId": "e0a9c595dafe7feb", "scanner": "scanner-primary", "fingerprint": "832df5f5bdfcda8f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-57408def086d9276", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking.test.ts:5"}, "properties": {"repobilityId": "71a4a3328366c441", "scanner": "scanner-primary", "fingerprint": "57408def086d9276", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bbcee5d9af21ebf1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking-substructure.test.ts:4"}, "properties": {"repobilityId": "e56e7abb251a1f39", "scanner": "scanner-primary", "fingerprint": "bbcee5d9af21ebf1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f44f870ed3e08310", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/grout.test.ts:8"}, "properties": {"repobilityId": "9b99f37dc7a65aaf", "scanner": "scanner-primary", "fingerprint": "f44f870ed3e08310", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66b8e583373899f7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/masonry-project.test.ts:15"}, "properties": {"repobilityId": "37c273cef3e0d5df", "scanner": "scanner-primary", "fingerprint": "66b8e583373899f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41c70aab22153fb7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/calculators/__tests__/decking-project.test.ts:17"}, "properties": {"repobilityId": "4f95efe98de9e039", "scanner": "scanner-primary", "fingerprint": "41c70aab22153fb7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-424b5c8c1fb0ac0e", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/calculators/__tests__/decking-fixings.test.ts:16"}, "properties": {"repobilityId": "0d65cafe48a02f65", "scanner": "scanner-primary", "fingerprint": "424b5c8c1fb0ac0e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}