{"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-362dd0222cfd1c79", "name": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/Settlements/Index.vue:292", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/Settlements/Index.vue:292"}, "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-9e85b03760b2b363", "name": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/PendingReconciliation/Index.vue:229", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/PendingReconciliation/Index.vue:229"}, "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-662da348442b75fd", "name": "Privileged port 1000 in use", "shortDescription": {"text": "Privileged port 1000 in use"}, "fullDescription": {"text": "Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-785f571442084462", "name": "Privileged port 3 in use", "shortDescription": {"text": "Privileged port 3 in use"}, "fullDescription": {"text": "Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c36b3054534cf5e0", "name": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Admin/Security.vue:225", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Admin/Security.vue:225"}, "fullDescription": {"text": "Found a known-risky pattern (vue_v_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "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 38 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 49 placeholder/mock markers across 14 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f882aa91c1aa4881", "name": "Commented-code block (5 lines) in src/resources/js/app.ts:24", "shortDescription": {"text": "Commented-code block (5 lines) in src/resources/js/app.ts:24"}, "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-b881e2a6562999d5", "name": "Commented-code block (7 lines) in src/resources/js/router.ts:134", "shortDescription": {"text": "Commented-code block (7 lines) in src/resources/js/router.ts:134"}, "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-9ed824145b0a8a21", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:96", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:96"}, "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-6369c337ace22924", "name": "Commented-code block (5 lines) in src/resources/js/lib/sentry.ts:45", "shortDescription": {"text": "Commented-code block (5 lines) in src/resources/js/lib/sentry.ts:45"}, "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-62cbd9a93ef0858c", "name": "Commented-code block (6 lines) in src/resources/js/lib/api/devices.ts:209", "shortDescription": {"text": "Commented-code block (6 lines) in src/resources/js/lib/api/devices.ts:209"}, "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/24122"}, "properties": {"repository": "alsawaqi/pos_admin", "repoUrl": "https://github.com/alsawaqi/pos_admin", "branch": "main"}, "results": [{"ruleId": "scanner-362dd0222cfd1c79", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/Settlements/Index.vue:292"}, "properties": {"repobilityId": "3b426a9e6066456d", "scanner": "scanner-primary", "fingerprint": "362dd0222cfd1c79", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-9e85b03760b2b363", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/resources/js/Pages/Admin/PendingReconciliation/Index.vue:229"}, "properties": {"repobilityId": "57fe7e251d0e5924", "scanner": "scanner-primary", "fingerprint": "9e85b03760b2b363", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-662da348442b75fd", "level": "warning", "message": {"text": "Privileged port 1000 in use"}, "properties": {"repobilityId": "5ac9fc9372cfe169", "scanner": "scanner-primary", "fingerprint": "662da348442b75fd", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-785f571442084462", "level": "warning", "message": {"text": "Privileged port 3 in use"}, "properties": {"repobilityId": "261b7b1c6a18d412", "scanner": "scanner-primary", "fingerprint": "785f571442084462", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ops/backup/charity-db-backup.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c36b3054534cf5e0", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Admin/Security.vue:225"}, "properties": {"repobilityId": "f7f563bc8fa0b5c3", "scanner": "scanner-primary", "fingerprint": "c36b3054534cf5e0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/resources/js/Pages/Admin/Security.vue"}, "region": {"startLine": 225}}}]}, {"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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "951ee3e59b17fcb0", "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": "cde7163770d04fc7", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "6b0404797e949c57", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-f882aa91c1aa4881", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/resources/js/app.ts:24"}, "properties": {"repobilityId": "5dba46d6d22b51cc", "scanner": "scanner-primary", "fingerprint": "f882aa91c1aa4881", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b881e2a6562999d5", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/resources/js/router.ts:134"}, "properties": {"repobilityId": "70089f624a446777", "scanner": "scanner-primary", "fingerprint": "b881e2a6562999d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ed824145b0a8a21", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:96"}, "properties": {"repobilityId": "28ac0ed9038861d1", "scanner": "scanner-primary", "fingerprint": "9ed824145b0a8a21", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6369c337ace22924", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/resources/js/lib/sentry.ts:45"}, "properties": {"repobilityId": "a0c6c94ba43432be", "scanner": "scanner-primary", "fingerprint": "6369c337ace22924", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62cbd9a93ef0858c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/resources/js/lib/api/devices.ts:209"}, "properties": {"repobilityId": "523ad24ec1f36673", "scanner": "scanner-primary", "fingerprint": "62cbd9a93ef0858c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}