{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cbe310f193a6df9f", "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-7ffa33751be3d771", "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-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-5b367851eccbf865", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/github/client.ts:81", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/github/client.ts:81"}, "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-54f0a6ffc1323717", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/auth.ts:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/auth.ts:21"}, "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-5d99ff73441e1d23", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/client.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/client.ts:17"}, "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-4debf320fa4801a9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/microsoft/client.ts:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/microsoft/client.ts:46"}, "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-82b36959a33751e5", "name": "Commented-code block (5 lines) in src/railway/client.ts:364", "shortDescription": {"text": "Commented-code block (5 lines) in src/railway/client.ts:364"}, "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-60d295c84884e3d3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/railway/client.ts:210", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/railway/client.ts:210"}, "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-c06c0d800adbcc2d", "name": "Commented-code block (10 lines) in src/railway/__tests__/tenant-deploy.test.ts:707", "shortDescription": {"text": "Commented-code block (10 lines) in src/railway/__tests__/tenant-deploy.test.ts:707"}, "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-2d19cf803c88a038", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/client.ts:41", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/client.ts:41"}, "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-6d0e0a7c4ccb3b45", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/recipes.ts:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/recipes.ts:54"}, "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-71bb6ddf9adff90b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/acumatica/gateway-client.ts:85", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/acumatica/gateway-client.ts:85"}, "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-609a5ee3ee7d9b92", "name": "Commented-code block (7 lines) in src/acumatica/client.ts:142", "shortDescription": {"text": "Commented-code block (7 lines) in src/acumatica/client.ts:142"}, "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-9fc1bcb4f41499bb", "name": "Commented-code block (5 lines) in src/acumatica/soap-client.ts:135", "shortDescription": {"text": "Commented-code block (5 lines) in src/acumatica/soap-client.ts:135"}, "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-0051db2e2bd99d77", "name": "Commented-code block (13 lines) in src/acumatica/session-pool.ts:415", "shortDescription": {"text": "Commented-code block (13 lines) in src/acumatica/session-pool.ts:415"}, "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-5b6de05f5b852655", "name": "Commented-code block (6 lines) in src/acumatica/__tests__/soap-client.test.ts:477", "shortDescription": {"text": "Commented-code block (6 lines) in src/acumatica/__tests__/soap-client.test.ts:477"}, "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-67d7b839c665308b", "name": "Commented-code block (5 lines) in src/acumatica/__tests__/session-pool.test.ts:470", "shortDescription": {"text": "Commented-code block (5 lines) in src/acumatica/__tests__/session-pool.test.ts:470"}, "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-5e21ceeb66d62ae3", "name": "Commented-code block (5 lines) in src/acumatica/__tests__/client-getall.test.ts:126", "shortDescription": {"text": "Commented-code block (5 lines) in src/acumatica/__tests__/client-getall.test.ts:126"}, "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-4d143a61f0349dca", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/slack/client.ts:28", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/slack/client.ts:28"}, "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}}]}}, "automationDetails": {"id": "repobility/20399"}, "properties": {"repository": "studio-b-ai/clients", "repoUrl": "https://github.com/studio-b-ai/clients", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-cbe310f193a6df9f", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "573212e145c44806", "scanner": "scanner-primary", "fingerprint": "cbe310f193a6df9f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-please.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e7c02030562639d2", "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": "5f2e8f103ab652c4", "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": "dc3c9d5a9eda30b9", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-5b367851eccbf865", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/github/client.ts:81"}, "properties": {"repobilityId": "0f3967ed9b658108", "scanner": "scanner-primary", "fingerprint": "5b367851eccbf865", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-54f0a6ffc1323717", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/auth.ts:21"}, "properties": {"repobilityId": "1cb7bd6f274aedd7", "scanner": "scanner-primary", "fingerprint": "54f0a6ffc1323717", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5d99ff73441e1d23", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/zoom/client.ts:17"}, "properties": {"repobilityId": "a873c45238760bab", "scanner": "scanner-primary", "fingerprint": "5d99ff73441e1d23", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4debf320fa4801a9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/microsoft/client.ts:46"}, "properties": {"repobilityId": "6d73dc45bdfdbe00", "scanner": "scanner-primary", "fingerprint": "4debf320fa4801a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-82b36959a33751e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/railway/client.ts:364"}, "properties": {"repobilityId": "510fa8d5f5cc3647", "scanner": "scanner-primary", "fingerprint": "82b36959a33751e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-60d295c84884e3d3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/railway/client.ts:210"}, "properties": {"repobilityId": "c01ce55d41d18c59", "scanner": "scanner-primary", "fingerprint": "60d295c84884e3d3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c06c0d800adbcc2d", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/railway/__tests__/tenant-deploy.test.ts:707"}, "properties": {"repobilityId": "cea7087967ac2180", "scanner": "scanner-primary", "fingerprint": "c06c0d800adbcc2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2d19cf803c88a038", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/client.ts:41"}, "properties": {"repobilityId": "1f00a63639f6ab94", "scanner": "scanner-primary", "fingerprint": "2d19cf803c88a038", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6d0e0a7c4ccb3b45", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/hubspot/recipes.ts:54"}, "properties": {"repobilityId": "ca168e662ddc8671", "scanner": "scanner-primary", "fingerprint": "6d0e0a7c4ccb3b45", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-71bb6ddf9adff90b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/acumatica/gateway-client.ts:85"}, "properties": {"repobilityId": "5c68fe8b057a18d6", "scanner": "scanner-primary", "fingerprint": "71bb6ddf9adff90b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-609a5ee3ee7d9b92", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/acumatica/client.ts:142"}, "properties": {"repobilityId": "6b13e90659c6e699", "scanner": "scanner-primary", "fingerprint": "609a5ee3ee7d9b92", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9fc1bcb4f41499bb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/acumatica/soap-client.ts:135"}, "properties": {"repobilityId": "a13e7b5c2b77dc43", "scanner": "scanner-primary", "fingerprint": "9fc1bcb4f41499bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0051db2e2bd99d77", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/acumatica/session-pool.ts:415"}, "properties": {"repobilityId": "336105f7d1a6aec5", "scanner": "scanner-primary", "fingerprint": "0051db2e2bd99d77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5b6de05f5b852655", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/acumatica/__tests__/soap-client.test.ts:477"}, "properties": {"repobilityId": "e9e2667dfe826c6b", "scanner": "scanner-primary", "fingerprint": "5b6de05f5b852655", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67d7b839c665308b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/acumatica/__tests__/session-pool.test.ts:470"}, "properties": {"repobilityId": "bd08b04f7d2380b4", "scanner": "scanner-primary", "fingerprint": "67d7b839c665308b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e21ceeb66d62ae3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/acumatica/__tests__/client-getall.test.ts:126"}, "properties": {"repobilityId": "a439757d171ac165", "scanner": "scanner-primary", "fingerprint": "5e21ceeb66d62ae3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d143a61f0349dca", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/slack/client.ts:28"}, "properties": {"repobilityId": "8494d5ea6f6d96ec", "scanner": "scanner-primary", "fingerprint": "4d143a61f0349dca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}