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

Push this scan report to microsoft/vscode

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

JS: require() with non-literal

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
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. extensions/php-language-features/src/fe…:183
CRIT MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… extensions/copilot/src/extension/intent…:107
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… extensions/copilot/src/extension/intent…:107
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… extensions/copilot/src/extension/intent…:107
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… extensions/markdown-math/src/extension.…:7
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… .eslint-plugin-local/index.ts:17
HIGH MINED031 [MINED031] React Direct State Mutation: this.state.X = Y mutates without setState. React … extensions/tunnel-forwarding/src/extens…:259
HIGH SEC036 [SEC036] HTTP Header Injection / CRLF Injection: Setting an HTTP response header from use… extensions/github-authentication/src/no…:24
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). extensions/copilot/src/util/vs/base/com…:98
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… extensions/copilot/src/platform/inlineE…:89
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… extensions/copilot/src/extension/prompt…:191
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … extensions/copilot/src/extension/chatSe…:153
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. extensions/copilot/src/extension/chatSe…:109
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… extensions/copilot/src/platform/endpoin…:63
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… extensions/copilot/script/testGeneratio…:49
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… extensions/copilot/src/extension/intent…:131
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… extensions/copilot/src/extension/comple…:101
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… extensions/copilot/script/setup/getEnv.…:82
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… extensions/copilot/src/extension/byok/v…:21
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… extensions/copilot/src/extension/byok/v…:113
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… extensions/configuration-editing/src/no…:22
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/src/json_rpc.rs:26
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/src/constants.rs:130
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … cli/build.rs:57
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .vscode/extensions/vscode-selfhost-test…:137
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .eslint-plugin-local/vscode-dts-vscode-…:36
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .eslint-plugin-local/vscode-dts-event-n…:52
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… extensions/copilot/src/extension/linkif…:164
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… extensions/copilot/src/extension/conver…:51
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… .eslint-plugin-local/vscode-dts-event-n…:72
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … .vscode/extensions/vscode-selfhost-test…:123
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … .vscode/extensions/vscode-selfhost-test…:86
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … .eslint-plugin-local/code-no-unexternal…:62
HIGH DKR001 Docker final stage runs as root .devcontainer/Dockerfile:13
HIGH MINED134 [MINED134] Binary file `src/vs/workbench/contrib/terminal/common/scripts/psreadline/net6p… src/vs/workbench/contrib/terminal/commo…:1
HIGH MINED134 [MINED134] Binary file `src/vs/workbench/contrib/terminal/common/scripts/psreadline/netst… src/vs/workbench/contrib/terminal/commo…:1
HIGH MINED134 [MINED134] Binary file `src/vs/workbench/contrib/terminal/common/scripts/psreadline/Micro… src/vs/workbench/contrib/terminal/commo…:1
HIGH MINED134 [MINED134] Binary file `src/vs/workbench/contrib/terminal/common/scripts/psreadline/Micro… src/vs/workbench/contrib/terminal/commo…:1
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/pr…:172
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/pr…:167
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… extensions/copilot/.github/workflows/pr…:157
HIGH MINED115 [MINED115] Action `actions/cache/restore` pinned to mutable ref `@v5`: `uses: actions/cac… extensions/copilot/.github/workflows/pr…:101
HIGH MINED115 [MINED115] Action `actions/setup-dotnet` pinned to mutable ref `@v5`: `uses: actions/setu… extensions/copilot/.github/workflows/pr…:93
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… extensions/copilot/.github/workflows/pr…:87
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/pr…:82
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/pr…:77
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/pr…:64
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/pr…:61
HIGH MINED115 [MINED115] Action `actions/cache/restore` pinned to mutable ref `@v5`: `uses: actions/cac… extensions/copilot/.github/workflows/pr…:31
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/pr…:25
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/pr…:22
HIGH MINED115 [MINED115] Action `actions/cache/restore` pinned to mutable ref `@v5`: `uses: actions/cac… extensions/copilot/.github/workflows/co…:44
HIGH MINED115 [MINED115] Action `actions/setup-dotnet` pinned to mutable ref `@v5`: `uses: actions/setu… extensions/copilot/.github/workflows/co…:36
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… extensions/copilot/.github/workflows/co…:30
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/co…:25
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/co…:20
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… extensions/copilot/.github/workflows/en…:67
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… extensions/copilot/.github/workflows/en…:61
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/en…:56
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/en…:51
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… extensions/copilot/.github/workflows/en…:27
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… extensions/copilot/.github/workflows/en…:22
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… extensions/copilot/.github/workflows/en…:17
HIGH MINED122 [MINED122] package.json dep `keytar` pulled from URL/Git: `dependencies.keytar` = `file:.… extensions/microsoft-authentication/pac…:1
HIGH MINED118 [MINED118] Dockerfile FROM `mcr.microsoft.com/devcontainers/typescript-node:24-bookworm` … .devcontainer/Dockerfile:1
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… extensions/copilot/src/platform/chunkin…:68
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… extensions/copilot/src/extension/tools/…:104
MED SEC031 [SEC031] Catastrophic Backtracking Regex (ReDoS): Regex contains nested quantifiers like … extensions/notebook-renderers/src/linki…:9
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … extensions/copilot/src/platform/survey/…:51
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … extensions/copilot/src/platform/survey/…:51
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. extensions/copilot/src/extension/intent…:107
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… extensions/copilot/src/extension/prompt…:135
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… extensions/copilot/src/extension/prompt…:118
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… extensions/copilot/src/extension/contex…:32
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… extensions/copilot/src/extension/comple…:60
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. extensions/copilot/src/extension/inline…:56
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. extensions/copilot/src/extension/conver…:120
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. extensions/copilot/src/extension/chat/v…:140
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… extensions/copilot/src/extension/agents…:54
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .vscode/extensions/vscode-selfhost-test…:115
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .eslint-plugin-local/vscode-dts-vscode-…:36
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .eslint-plugin-local/vscode-dts-event-n…:52
MED DKR003 Compose service `jaeger` image uses the latest tag extensions/copilot/docs/monitoring/dock…:31
MED DKR003 Compose service `otel-collector` image uses the latest tag extensions/copilot/docs/monitoring/dock…:19
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell extensions/copilot/src/extension/chatSe…:109
MED AGT015 Remote install command pipes network code directly to a shell .github/workflows/pr-linux-cli-test.yml:26
MED AGT013 Agent auto-approve or skip-permissions mode is easy to enable extensions/copilot/src/extension/chatSe…:51
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/comple…:138
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/chatSe…:160
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/chatSe…:589
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/chatSe…:54
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/chatSe…:65
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/chatSe…:110
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/byok/v…:86
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/byok/v…:166
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/byok/v…:38
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/byok/c…:158
LOW AIC003 Duplicated implementation block across source files extensions/copilot/src/extension/agents…:42
LOW AIC003 Duplicated implementation block across source files extensions/copilot/.eslintplugin/no-run…:41
LOW AIC003 Duplicated implementation block across source files .eslint-plugin-local/code-no-runtime-im…:10
LOW AIC003 Duplicated implementation block across source files .eslint-plugin-local/code-no-reader-aft…:10
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW AIC007 Generated build artifact directory is present at repository root build:1
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW DKC010 Compose service lacks no-new-privileges hardening extensions/copilot/docs/monitoring/dock…:31
LOW DKC010 Compose service lacks no-new-privileges hardening extensions/copilot/docs/monitoring/dock…:19
LOW AIC002 Source file name looks like an AI patch artifact scripts/xterm-update.js:1
LOW AIC002 Source file name looks like an AI patch artifact cli/src/self_update.rs:1
LOW DKC006 Compose service does not declare a runtime user extensions/copilot/docs/monitoring/dock…:31
LOW DKC006 Compose service does not declare a runtime user extensions/copilot/docs/monitoring/dock…:19
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… extensions/php-language-features/src/fe…:9
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… extensions/github-authentication/src/no…:103
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cli/src/tunnels/service_macos.rs:138
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/src/util/http.rs:315
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/src/singleton.rs:168
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/src/tunnels/nosleep_macos.rs:34
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/src/self_update.rs:177
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/src/commands/output.rs:259
INFO MINED101 [MINED101] Rust Panic On Compile: Using `.expect()` on a compile-result causes a panic on… cli/build.rs:199
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/src/msgpack_rpc.rs:29
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/src/log.rs:321
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/build.rs:20
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… .vscode/extensions/vscode-extras/src/np…:51
INFO MINED070 [MINED070] Zig Undefined Init: var x: T = undefined leaves memory uninitialized. Often a … extensions/copilot/script/setup/createV…:36
INFO MINED070 [MINED070] Zig Undefined Init: var x: T = undefined leaves memory uninitialized. Often a … .github/skills/auto-perf-optimize/scrip…:48
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. extensions/copilot/script/setup/getToke…:53
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. extensions/copilot/script/setup/getEnv.…:69
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. .github/skills/auto-perf-optimize/scrip…:75
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… extensions/copilot/script/setup/getToke…:56
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… extensions/copilot/script/setup/getEnv.…:19
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… .github/skills/auto-perf-optimize/scrip…:9
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. extensions/copilot/script/setup/getToke…:50
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. extensions/copilot/.eslintplugin/no-gdp…:34
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. .eslint-plugin-local/code-policy-locali…:124
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. .eslint-plugin-local/code-no-icons-in-l…:96
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. .eslint-plugin-local/code-no-global-doc…:12
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. .eslint-plugin-local/code-no-declare-co…:29
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … .eslint-plugin-local/code-no-runtime-im…:53
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … .eslint-plugin-local/code-layering.ts:50
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … .eslint-plugin-local/code-import-patter…:34
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/skills/auto-perf-optimize/scrip…:74
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .eslint-plugin-local/code-translation-r…:48
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .eslint-plugin-local/code-amd-node-modu…:34
Reset to top 5 150 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

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

**Score: 68/100 (A)**  ·  184 findings  ·  scanned 2026-06-05 04:35 UTC  ·  3,033,899 LOC

| Severity | Count |
|---|---|
| CRITICAL | 6 |
| HIGH | 61 |
| MEDIUM | 25 |
| LOW | 25 |

📊 [Full filterable report](https://repobility.com/scan/962fd338-2a5d-4f18-8b09-1929989ac06a/)  ·  ![scorecard](https://repobility.com/scan/962fd338-2a5d-4f18-8b09-1929989ac06a/report.png?v=1780634105-s2)

### Top findings

1. **CRITICAL** `MINED024` — Js Eval Usage
   `extensions/php-language-features/src/features/phpGlobals.ts:183` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `extensions/copilot/src/extension/intents/node/promptOverride.ts:107` · CWE-502 · ✓ Repobility
3. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `extensions/copilot/src/extension/intents/node/promptOverride.ts:107` · A08:2021 Software & Data Integrity Failures
4. **CRITICAL** `SEC079` — Python: yaml.load without SafeLoader
   `extensions/copilot/src/extension/intents/node/promptOverride.ts:107` · A05:2021 Security Misconfiguration
5. **CRITICAL** `SEC084` — JS: require() with non-literal
   `extensions/markdown-math/src/extension.ts:7`

---

**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/962fd338-2a5d-4f18-8b09-1929989ac06a/_
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 25 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/vscode' 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.