← Back to scan
File as GitHub Issue repo: microsoft/sqltoolsservice

Push this scan report to microsoft/sqltoolsservice

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Binary file `bin/ref/SqlScriptoria.dll` committed in source repo: `bin/ref/SqlScriptoria.d

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/Microsoft.SqlTools.Connectors.VSCod…:112
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/Microsoft.SqlTools.Hosting/Hosting/…:27
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/Microsoft.SqlTools.Authentication/A…:163
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docs/samples/jsonrpc/netcore/executeque…:39
HIGH MINED134 [MINED134] Binary file `bin/ref/SqlScriptoria.dll` committed in source repo: `bin/ref/Sql… bin/ref/SqlScriptoria.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/SqlCopilotCommon.dll` committed in source repo: `bin/ref/… bin/ref/SqlCopilotCommon.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/Castle.Core.dll` committed in source repo: `bin/ref/Castl… bin/ref/Castle.Core.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/Moq.dll` committed in source repo: `bin/ref/Moq.dll` is a… bin/ref/Moq.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/SqlScriptoriaCommon.dll` committed in source repo: `bin/r… bin/ref/SqlScriptoriaCommon.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/ScriptoriaCommonDefs.dll` committed in source repo: `bin/… bin/ref/ScriptoriaCommonDefs.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/Newtonsoft.Json.dll` committed in source repo: `bin/ref/N… bin/ref/Newtonsoft.Json.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/YamlDotNet.dll` committed in source repo: `bin/ref/YamlDo… bin/ref/YamlDotNet.dll:1
HIGH MINED134 [MINED134] Binary file `bin/ref/Scriptoria.dll` committed in source repo: `bin/ref/Script… bin/ref/Scriptoria.dll:1
HIGH MINED115 [MINED115] Action `mshick/add-pr-comment` pinned to mutable ref `@v3`: `uses: mshick/add-… .github/workflows/packages-validation-c…:15
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/integration-tests.yml:159
HIGH MINED115 [MINED115] Action `dorny/test-reporter` pinned to mutable ref `@v3`: `uses: dorny/test-re… .github/workflows/integration-tests.yml:150
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/integration-tests.yml:56
HIGH MINED115 [MINED115] Action `actions/setup-dotnet` pinned to mutable ref `@v5`: `uses: actions/setu… .github/workflows/integration-tests.yml:30
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/integration-tests.yml:27
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… src/Microsoft.SqlTools.SqlCore/SchemaCo…:100
MED AIC001 Parallel implementation file sits beside a canonical file src/Microsoft.SqlTools.Credentials/Cred…:1
MED AIC004 Suspicious implementation file appears unreferenced src/Microsoft.SqlTools.Credentials/Cred…:1
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/Microsoft.SqlTools.ServiceLayer/Aut…:37
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… docs/samples/smo/netcore/ModifySetting/…:23
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.Hosting/Hosting/…:51
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ServiceLayer/Age…:9
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ServiceLayer/Adm…:30
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ResourceProvider…:13
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ResourceProvider…:2
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ResourceProvider…:2
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ManagedBatchPars…:15
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.ManagedBatchPars…:2
LOW AIC003 Duplicated implementation block across source files src/Microsoft.SqlTools.Hosting/Localiza…:2
LOW AIC005 Duplicate top-level symbol appears in a patch-style file src/Microsoft.SqlTools.Credentials/Cred…:1
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… src/Microsoft.SqlTools.Connectors.VSCod…:32
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/Microsoft.SqlTools.ResourceProvider…:103
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… src/Microsoft.SqlTools.Connectors.VSCod…:51
INFO MINED051 [MINED051] Csharp Null Forgive: x! tells compiler "definitely not null" — bypasses nullab… src/Microsoft.SqlTools.Authentication/S…:91
Reset to top 5 38 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `microsoft/sqltoolsservice`

**Score: 85/100 (A-)**  ·  38 findings  ·  scanned 2026-06-05 04:15 UTC  ·  328,131 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 19 |
| MEDIUM | 3 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/6db4f5ae-f3ca-4625-a6f1-f2bca7a92a20/)  ·  ![scorecard](https://repobility.com/scan/6db4f5ae-f3ca-4625-a6f1-f2bca7a92a20/report.png?v=1780632953-s2)

### Top findings

1. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/Microsoft.SqlTools.Connectors.VSCode/InternalUtilities/src/Diagnostics/Verify.cs:112` · A10:2021 SSRF
2. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageWriter.cs:27`
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/Microsoft.SqlTools.Authentication/Authenticator.cs:163`
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `docs/samples/jsonrpc/netcore/executequery/Utility/SelfCleaningTempFile.cs:39`
5. **HIGH** `MINED134` — Binary file `bin/ref/SqlScriptoria.dll` committed in source repo: `bin/ref/SqlScriptoria.d
   `bin/ref/SqlScriptoria.dll:1` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/6db4f5ae-f3ca-4625-a6f1-f2bca7a92a20/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Already filed
'microsoft' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 7 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'microsoft/sqltoolsservice' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.