{"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-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-86448ef956545ed6", "name": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Auth/Profile.vue:370", "shortDescription": {"text": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Auth/Profile.vue:370"}, "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 47 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 37 placeholder/mock markers across 19 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-96c24b76d8f1ca76", "name": "Commented-code block (5 lines) in src/resources/js/router.ts:105", "shortDescription": {"text": "Commented-code block (5 lines) in src/resources/js/router.ts:105"}, "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-df16e447fbca2b08", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:91"}, "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-f840d0665eda007a", "name": "Commented-code block (6 lines) in src/resources/js/lib/permissions.ts:43", "shortDescription": {"text": "Commented-code block (6 lines) in src/resources/js/lib/permissions.ts:43"}, "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-cf13401cdf3cc7f4", "name": "Commented-code block (7 lines) in src/resources/js/lib/api/reports.ts:512", "shortDescription": {"text": "Commented-code block (7 lines) in src/resources/js/lib/api/reports.ts:512"}, "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-2443abce03e9fdd3", "name": "Commented-code block (6 lines) in src/resources/js/lib/api/inventory.ts:330", "shortDescription": {"text": "Commented-code block (6 lines) in src/resources/js/lib/api/inventory.ts:330"}, "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/24125"}, "properties": {"repository": "alsawaqi/pos_merchant", "repoUrl": "https://github.com/alsawaqi/pos_merchant", "branch": "main"}, "results": [{"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-86448ef956545ed6", "level": "warning", "message": {"text": "Insecure pattern 'vue_v_html' in src/resources/js/Pages/Auth/Profile.vue:370"}, "properties": {"repobilityId": "cc11990f9a19b953", "scanner": "scanner-primary", "fingerprint": "86448ef956545ed6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "vue_v_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/resources/js/Pages/Auth/Profile.vue"}, "region": {"startLine": 370}}}]}, {"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": "49d3bd9f5554210d", "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": "944f5a7e9f88d651", "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": "15a230c47f4c2ed5", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-96c24b76d8f1ca76", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/resources/js/router.ts:105"}, "properties": {"repobilityId": "c865f854892d9ff6", "scanner": "scanner-primary", "fingerprint": "96c24b76d8f1ca76", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df16e447fbca2b08", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/resources/js/lib/api.ts:91"}, "properties": {"repobilityId": "991e1dfc0cbc624e", "scanner": "scanner-primary", "fingerprint": "df16e447fbca2b08", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f840d0665eda007a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/resources/js/lib/permissions.ts:43"}, "properties": {"repobilityId": "a71ae98b4c25daaa", "scanner": "scanner-primary", "fingerprint": "f840d0665eda007a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf13401cdf3cc7f4", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/resources/js/lib/api/reports.ts:512"}, "properties": {"repobilityId": "579cdb7cca72fc40", "scanner": "scanner-primary", "fingerprint": "cf13401cdf3cc7f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2443abce03e9fdd3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/resources/js/lib/api/inventory.ts:330"}, "properties": {"repobilityId": "0f8d72033075a3eb", "scanner": "scanner-primary", "fingerprint": "2443abce03e9fdd3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}