{"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-d0d15ebd81883fb4", "name": "Stray `console.log` in TS/JS \u2014 scripts/stamp-versions.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/stamp-versions.ts:33"}, "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-8483dfd47b257c92", "name": "Privileged port 12 in use", "shortDescription": {"text": "Privileged port 12 in use"}, "fullDescription": {"text": "Port 12 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-11e1cdf638acd617", "name": "Privileged port 47 in use", "shortDescription": {"text": "Privileged port 47 in use"}, "fullDescription": {"text": "Port 47 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-31d433eaa45133dd", "name": "Insecure pattern 'new_function_used' in review/review_test.ts:173", "shortDescription": {"text": "Insecure pattern 'new_function_used' in review/review_test.ts:173"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-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-2e42024633286f90", "name": "`fetch()` without try/.catch or AbortSignal \u2014 review/review_test.ts:307", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 review/review_test.ts:307"}, "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-63743f275980303e", "name": "Commented-code block (5 lines) in proxmox/_lib/proxmox/schemas.ts:265", "shortDescription": {"text": "Commented-code block (5 lines) in proxmox/_lib/proxmox/schemas.ts:265"}, "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-e7d79d376aeed60b", "name": "Commented-code block (5 lines) in proxmox/_lib/proxmox/client.ts:241", "shortDescription": {"text": "Commented-code block (5 lines) in proxmox/_lib/proxmox/client.ts:241"}, "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-491b9afb76945354", "name": "`fetch()` without try/.catch or AbortSignal \u2014 proxmox/_lib/proxmox/client.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 proxmox/_lib/proxmox/client.ts:57"}, "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-7569a7cd82a26bee", "name": "Commented-code block (7 lines) in syscheck/syscheck.ts:107", "shortDescription": {"text": "Commented-code block (7 lines) in syscheck/syscheck.ts:107"}, "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/20255"}, "properties": {"repository": "stateless/swamp-extensions", "repoUrl": "https://github.com/stateless/swamp-extensions", "branch": "main"}, "results": [{"ruleId": "scanner-d0d15ebd81883fb4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/stamp-versions.ts:33"}, "properties": {"repobilityId": "fb46a1422b4cf25d", "scanner": "scanner-primary", "fingerprint": "d0d15ebd81883fb4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8483dfd47b257c92", "level": "warning", "message": {"text": "Privileged port 12 in use"}, "properties": {"repobilityId": "65e7eefa33f2def4", "scanner": "scanner-primary", "fingerprint": "8483dfd47b257c92", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inventory/README.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-11e1cdf638acd617", "level": "warning", "message": {"text": "Privileged port 47 in use"}, "properties": {"repobilityId": "986e85543d70890d", "scanner": "scanner-primary", "fingerprint": "11e1cdf638acd617", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inventory/inventory_test.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-31d433eaa45133dd", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in review/review_test.ts:173"}, "properties": {"repobilityId": "0e66d2379ece3764", "scanner": "scanner-primary", "fingerprint": "31d433eaa45133dd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "review/review_test.ts"}, "region": {"startLine": 173}}}]}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "21faa4c35d71538e", "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": "b456826fc7be781d", "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": "5055dd7a7189b7a1", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2e42024633286f90", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 review/review_test.ts:307"}, "properties": {"repobilityId": "3ea9f0b67a522bea", "scanner": "scanner-primary", "fingerprint": "2e42024633286f90", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-63743f275980303e", "level": "none", "message": {"text": "Commented-code block (5 lines) in proxmox/_lib/proxmox/schemas.ts:265"}, "properties": {"repobilityId": "9836c9188bbbb504", "scanner": "scanner-primary", "fingerprint": "63743f275980303e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7d79d376aeed60b", "level": "none", "message": {"text": "Commented-code block (5 lines) in proxmox/_lib/proxmox/client.ts:241"}, "properties": {"repobilityId": "dc0122ab305f0f0b", "scanner": "scanner-primary", "fingerprint": "e7d79d376aeed60b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-491b9afb76945354", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 proxmox/_lib/proxmox/client.ts:57"}, "properties": {"repobilityId": "b7b852401454052b", "scanner": "scanner-primary", "fingerprint": "491b9afb76945354", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7569a7cd82a26bee", "level": "none", "message": {"text": "Commented-code block (7 lines) in syscheck/syscheck.ts:107"}, "properties": {"repobilityId": "992e01d30aa78768", "scanner": "scanner-primary", "fingerprint": "7569a7cd82a26bee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}