← Back to scan
File as GitHub Issue repo: facebook/react-native

Push this scan report to facebook/react-native

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 MINED005 [MINED005] Lua Loadstring: loadstring/load executes Lua code. Code injection. packages/react-native/React/DevSupport/…:180
CRIT MINED005 [MINED005] Lua Loadstring: loadstring/load executes Lua code. Code injection. packages/react-native/Libraries/Image/R…:159
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. packages/react-native/Libraries/Core/De…:190
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… packages/react-native-codegen/src/gener…:181
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… packages/community-cli-plugin/src/comma…:178
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… packages/community-cli-plugin/src/comma…:87
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… flow-typed/npm/yargs_v17.x.x.js:304
CRIT MINED116 [MINED116] Workflow uses `secrets.GRADLE_CACHE_ENCRYPTION_KEY` on a `pull_request` trigge… .github/workflows/test-all.yml:382
CRIT MINED116 [MINED116] Workflow uses `secrets.GRADLE_CACHE_ENCRYPTION_KEY` on a `pull_request` trigge… .github/workflows/test-all.yml:341
CRIT MINED116 [MINED116] Workflow uses `secrets.GRADLE_CACHE_ENCRYPTION_KEY` on a `pull_request` trigge… .github/workflows/test-all.yml:289
CRIT MINED116 [MINED116] Workflow uses `secrets.ORG_GRADLE_PROJECT_SIGNING_KEY` on a `pull_request` tri… .github/workflows/test-all.yml:280
CRIT MINED116 [MINED116] Workflow uses `secrets.ORG_GRADLE_PROJECT_SIGNING_PWD` on a `pull_request` tri… .github/workflows/test-all.yml:279
CRIT MINED116 [MINED116] Workflow uses `secrets.GRADLE_CACHE_ENCRYPTION_KEY` on a `pull_request` trigge… .github/workflows/test-all.yml:244
CRIT MINED116 [MINED116] Workflow uses `secrets.ORG_GRADLE_PROJECT_SIGNING_KEY` on a `pull_request` tri… .github/workflows/test-all.yml:235
CRIT MINED116 [MINED116] Workflow uses `secrets.ORG_GRADLE_PROJECT_SIGNING_PWD` on a `pull_request` tri… .github/workflows/test-all.yml:234
HIGH MINED108 [MINED108] `self._ensure_scope_is_defined` used but never assigned in __init__: Method `f… scripts/cxx-api/parser/snapshot.py:212
HIGH MINED108 [MINED108] `self._ensure_scope_is_defined` used but never assigned in __init__: Method `_… scripts/cxx-api/parser/snapshot.py:206
HIGH MINED108 [MINED108] `self.ensure_scope` used but never assigned in __init__: Method `create_enum` … scripts/cxx-api/parser/snapshot.py:181
HIGH MINED108 [MINED108] `self.ensure_scope` used but never assigned in __init__: Method `create_interf… scripts/cxx-api/parser/snapshot.py:132
HIGH MINED108 [MINED108] `self.ensure_scope` used but never assigned in __init__: Method `create_protoc… scripts/cxx-api/parser/snapshot.py:108
HIGH MINED108 [MINED108] `self.ensure_scope` used but never assigned in __init__: Method `create_or_get… scripts/cxx-api/parser/snapshot.py:78
HIGH MINED108 [MINED108] `self.ensure_scope` used but never assigned in __init__: Method `create_struct… scripts/cxx-api/parser/snapshot.py:47
HIGH MINED011 [MINED011] Scala Get On Option: Option.get throws NoSuchElementException on None. Use get… packages/react-native/React/Fabric/RCTS…:203
HIGH MINED011 [MINED011] Scala Get On Option: Option.get throws NoSuchElementException on None. Use get… packages/react-native/React/Base/RCTMan…:24
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… packages/react-native-codegen/src/gener…:164
HIGH MINED027 [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — Re… packages/react-native-babel-preset/src/…:60
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). packages/react-native/ReactAndroid/src/…:44
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). packages/react-native-babel-transformer…:235
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). packages/react-native-babel-preset/src/…:36
HIGH SEC024 [SEC024] XML External Entity (XXE) — Java parser default: Java XML parsers accept externa… packages/gradle-plugin/react-native-gra…:141
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/community-cli-plugin/src/utils…:38
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/community-cli-plugin/src/comma…:128
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/community-cli-plugin/src/comma…:55
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… packages/community-cli-plugin/src/utils…:133
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… packages/community-cli-plugin/src/utils…:29
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… flow-typed/npm/actual-request-url_v1.x.…:23
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .github/workflow-scripts/utils.js:25
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .github/workflow-scripts/publishTemplat…:33
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .github/workflow-scripts/maestro-ios.js:62
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… packages/react-native-codegen/src/cli/c…:42
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… .github/workflow-scripts/checkForReprod…:81
HIGH MINED134 [MINED134] Binary file `packages/gradle-plugin/gradle/wrapper/gradle-wrapper.jar` committ… packages/gradle-plugin/gradle/wrapper/g…:1
HIGH MINED134 [MINED134] Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo: `gra… gradle/wrapper/gradle-wrapper.jar:1
HIGH MINED134 [MINED134] Binary file `private/helloworld/android/gradle/wrapper/gradle-wrapper.jar` com… private/helloworld/android/gradle/wrapp…:1
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/test-all.yml:349
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/test-all.yml:326
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/test-all.yml:272
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/test-all.yml:227
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/nightly.yml:76
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/nightly.yml:45
HIGH MINED115 [MINED115] Action `actions/stale` pinned to mutable ref `@v10`: `uses: actions/stale@v10`… .github/workflows/stale-bot.yml:30
HIGH MINED115 [MINED115] Action `actions/stale` pinned to mutable ref `@v10`: `uses: actions/stale@v10`… .github/workflows/stale-bot.yml:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/publish-bumped-packag…:17
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/on-issue-labeled.yml:55
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/on-issue-labeled.yml:54
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/on-issue-labeled.yml:42
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/on-issue-labeled.yml:22
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/on-issue-labeled.yml:19
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/bump-podfile-lock.yml:11
HIGH MINED115 [MINED115] Action `react-native-community/needs-attention` pinned to mutable ref `@v2.0.0… .github/workflows/needs-attention.yml:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/needs-attention.yml:19
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/create-draft-release.…:39
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/create-draft-release.…:29
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/create-draft-release.…:16
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/publish-release.yml:55
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/publish-release.yml:120
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/publish-release.yml:111
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/publish-release.yml:96
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/publish-release.yml:86
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/publish-release.yml:74
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/publish-release.yml:29
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/generate-changelog.yml:24
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/generate-changelog.yml:11
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v8`: `uses: actions/git… .github/workflows/close-pr.yml:14
HIGH MINED126 [MINED126] Workflow container/services image `reactnativecommunity/react-native-android:l… .github/workflows/fantom-tests.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/fantom-tests.yml:28
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/create-release.yml:26
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… packages/react-native/ReactAndroid/src/…:69
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/cxx-api/parser/input_filters/ma…:41
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/cxx-api/parser/__main__.py:206
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/react-native/React/CxxModule/R…:35
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/react-native/React/Base/RCTAss…:149
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … packages/gradle-plugin/react-native-gra…:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/workflow-scripts/publishTemplat…:33
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/workflow-scripts/maestro-androi…:108
MED AIC001 Parallel implementation file sits beside a canonical file scripts/release-testing/test-release-lo…:1
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AIC004 Suspicious implementation file appears unreferenced scripts/release-testing/test-release-lo…:1
MED AGT012 Agent control bridge may listen on a network interface without visible auth packages/dev-middleware/src/inspector-p…:38
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell .github/actions/maestro-ios/action.yml:27
MED AGT015 Remote install command pipes network code directly to a shell .github/actions/maestro-android/action.…:35
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… packages/react-native/Libraries/Animate…:101
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… packages/debugger-frontend/index.js:24
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… packages/assets-registry/path-support.js:66
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:106
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:76
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:245
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:3
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:1
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/parse…:1
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:39
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:103
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:54
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:1
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:162
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:35
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:35
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:144
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:32
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:31
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:30
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:30
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:29
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:44
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:32
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:27
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:175
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:123
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:727
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:282
LOW AIC003 Duplicated implementation block across source files packages/react-native-codegen/src/gener…:36
LOW AIC003 Duplicated implementation block across source files packages/gradle-plugin/react-native-gra…:13
LOW AIC003 Duplicated implementation block across source files packages/eslint-plugin-specs/prepack.js:12
LOW AIC003 Duplicated implementation block across source files flow-typed/npm/listr_v14.x.x.js:2
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… packages/react-native/React/Runtime/RCT…:17
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… packages/react-native/React/Base/RCTMan…:32
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… packages/react-native/ReactAndroid/src/…:118
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… packages/react-native/Libraries/Image/R…:39
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. packages/react-native/Libraries/AppDele…:119
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. packages/react-native/Libraries/AppDele…:103
INFO MINED048 [MINED048] Php Error Suppress: @function() suppresses errors silently. Hides real issues. packages/react-native/Libraries/AppDele…:44
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/react-native/Libraries/Blob/RC…:318
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/react-native/Libraries/AppDele…:112
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … packages/react-native/Libraries/AppDele…:57
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… packages/react-native/React/CoreModules…:57
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… packages/react-native/Libraries/AppDele…:95
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… packages/react-native/Libraries/AppDele…:61
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… packages/react-native/Libraries/LogBox/…:97
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… packages/react-native/Libraries/LogBox/…:89
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… packages/new-app-screen/src/NewAppScree…:83
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. packages/react-native/ReactAndroid/src/…:102
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. packages/react-native/ReactAndroid/src/…:20
INFO MINED086 [MINED086] Kotlin Runtime Exception: Throwing bare RuntimeException loses type info. build.gradle.kts:135
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/workflow-scripts/maestro-ios.js:42
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/workflow-scripts/maestro-androi…:41
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/workflow-scripts/extractIssueOn…:15
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… .github/workflow-scripts/actOnLabel.js:59
Reset to top 5 152 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `facebook/react-native`

**Score: 69/100 (A-)**  ·  170 findings  ·  scanned 2026-06-05 05:06 UTC  ·  812,580 LOC

| Severity | Count |
|---|---|
| CRITICAL | 15 |
| HIGH | 63 |
| MEDIUM | 14 |
| LOW | 37 |

📊 [Full filterable report](https://repobility.com/scan/fd7f2e04-3ce2-42af-a904-2847dfc65c4d/)  ·  ![scorecard](https://repobility.com/scan/fd7f2e04-3ce2-42af-a904-2847dfc65c4d/report.png?v=1780635988-s2)

### Top findings

1. **CRITICAL** `MINED005` — Lua Loadstring
   `packages/react-native/React/DevSupport/RCTFrameTimingsObserver.mm:180` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED005` — Lua Loadstring
   `packages/react-native/Libraries/Image/RCTImageStoreManager.mm:159` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED024` — Js Eval Usage
   `packages/react-native/Libraries/Core/Devtools/loadBundleFromServer.js:190` · CWE-95 · ✓ Repobility
4. **CRITICAL** `MINED019` — Ssti Jinja From String
   `packages/react-native-codegen/src/generators/modules/GenerateModuleObjCpp/header/serializeConstantsStruct.js:181` · CWE-94 · ✓ Repobility
5. **CRITICAL** `SEC084` — JS: require() with non-literal
   `packages/community-cli-plugin/src/commands/start/runServer.js:178`

---

**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/fd7f2e04-3ce2-42af-a904-2847dfc65c4d/_
Already filed
'facebook' 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.
Megaproject â high spam risk
Could not determine 'facebook/react-native' 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.
Already filed
75/184 findings (41%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.