← Back to scan
File as GitHub Issue repo: vercel/next.js

Push this scan report to vercel/next.js

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 MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… crates/next-taskless/src/lib.rs:319
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… crates/next-core/src/middleware.rs:112
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… .github/actions/next-stats-action/src/r…:311
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… .github/actions/next-stats-action/src/p…:13
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… .github/actions/next-stats-action/src/p…:73
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/next-error-code-swc-plugin/src/l…:136
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). crates/next-custom-transforms/src/trans…:17
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… bench/nested-deps-app-router/bench.mjs:193
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… bench/nested-deps-app-router-many-pages…:193
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/next-custom-transforms/src/trans…:297
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. .devcontainer/rust/install.sh:5
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… crates/next-core/src/next_font/util.rs:86
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… crates/next-core/src/next_font/local/mo…:163
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. crates/next-core/src/next_app/app_clien…:55
HIGH MINED039 [MINED039] Rust Todo Macro: todo!() panics when reached. Unimplemented code path. crates/next-core/src/hmr_entry.rs:105
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/next-api/src/asset_hashes_manife…:77
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/next-api/src/app.rs:1678
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/next-api/src/analyze.rs:163
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/bundle-analyzer/components/treemap…:97
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … .github/actions/next-stats-action/src/r…:28
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .github/actions/next-stats-action/src/u…:12
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… examples/cms-builder-io/pages/posts/[sl…:91
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… crates/next-core/src/next_manifests/cli…:495
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… bench/render-pipeline/benchmark.ts:415
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… bench/nested-deps-app-router-many-pages…:5
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… .github/actions/next-stats-action/src/r…:396
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… .github/actions/next-stats-action/src/r…:8
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker-multi-env/docker/s…:26
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker-multi-env/docker/p…:26
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker-multi-env/docker/d…:25
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker-export-output/Dock…:45
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker-export-output/Dock…:47
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker/Dockerfile.bun:33
HIGH DKR014 Dockerfile copies the entire context without .dockerignore examples/with-docker/Dockerfile:45
HIGH DKR014 Dockerfile copies the entire context without .dockerignore .github/actions/next-stats-action/Docke…:19
HIGH DKR006 Dockerfile pipes a remote script into a shell .github/actions/next-stats-action/Docke…:10
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… examples/with-firebase-cloud-messaging/…:28
HIGH DKC011 Database service publishes a host port examples/cache-handler-redis/compose.ya…:1
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… packages/create-next-app/templates/app-…:3
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… packages/create-next-app/templates/app-…:3
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … examples/with-mqtt-js/app/page.tsx:53
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/api-routes-apollo-server/pages…:19
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… bench/basic-app/pages/api/page-api.js:2
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… bench/basic-app/app/api/app/route.js:2
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. bench/nested-deps/bench.mjs:174
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. bench/nested-deps-app-router/bench.mjs:179
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. bench/nested-deps-app-router-many-pages…:179
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/actions/next-stats-action/src/r…:18
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/actions/next-stats-action/src/p…:11
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .github/actions/next-stats-action/src/i…:40
MED DKR003 Compose service `redis-stack` image uses the latest tag examples/cache-handler-redis/compose.ya…:1
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR002 Compose service `with-docker-multi-env-staging` image has no explicit tag examples/with-docker-multi-env/docker/s…:1
MED DKR002 Compose service `with-docker-multi-env-production` image has no explicit tag examples/with-docker-multi-env/docker/p…:1
MED DKR002 Compose service `with-docker-multi-env-development` image has no explicit tag examples/with-docker-multi-env/docker/d…:1
MED DKR002 Compose service `nextjs-static-export-with-serve` image has no explicit tag examples/with-docker-export-output/comp…:15
MED DKR002 Compose service `nextjs-static-export` image has no explicit tag examples/with-docker-export-output/comp…:2
MED DKR002 Compose service `nextjs-standalone-with-bun` image has no explicit tag examples/with-docker/compose.yml:16
MED DKR002 Compose service `nextjs-standalone` image has no explicit tag examples/with-docker/compose.yml:2
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR009 Dockerfile separates apt update from install .github/actions/next-stats-action/Docke…:7
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED DKR015 Docker build context is very large .dockerignore
MED DKR001 Docker final stage has no non-root USER .github/actions/next-stats-action/Docke…:25
MED AIC001 Parallel implementation file sits beside a canonical file test/production/export/pages/query-upda…:1
MED AIC004 Suspicious implementation file appears unreferenced turbopack/crates/turbo-tasks-backend/sr…:1
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:156
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:155
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:154
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:88
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:72
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/shared/lib/router/uti…:71
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/server/lib/router-uti…:1030
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/server/lib/router-uti…:938
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/client/components/seg…:130
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/next/src/cli/internal/static-r…:217
MED JRN003 Frontend API reference is not matched by discovered backend routes evals/evals/agent-021-avoid-fetch-in-ef…:7
MED DKC013 Database service has no persistent data volume examples/cache-handler-redis/compose.ya…:1
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered r…
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/workflows/build_and_deploy.yml:412
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … packages/create-next-app/templates/app-…:3
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … packages/create-next-app/templates/app-…:3
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … packages/create-next-app/templates/app-…:3
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … bench/module-cost/app/app/commonjs/rout…:5
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_edge/context.…:135
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-036-after-response/ap…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-035-connection-dynami…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-034-async-cookies/app…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-033-forbidden-auth/ap…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-032-use-cache-directi…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-031-proxy-middleware/…:5
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-029-use-cache-directi…:1
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-027-prefer-next-image…:1
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-026-no-serial-await/a…:1
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-025-prefer-next-link/…:1
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-024-avoid-redundant-u…:1
LOW AIC003 Duplicated implementation block across source files evals/evals/agent-023-avoid-getserversi…:1
LOW AIC003 Duplicated implementation block across source files crates/next-napi-bindings/src/util.rs:1
LOW AIC003 Duplicated implementation block across source files crates/next-napi-bindings/src/transform…:1
LOW AIC003 Duplicated implementation block across source files crates/next-napi-bindings/src/rspack.rs:116
LOW AIC003 Duplicated implementation block across source files crates/next-napi-bindings/src/minify.rs:1
LOW AIC003 Duplicated implementation block across source files crates/next-napi-bindings/src/lib.rs:1
LOW AIC003 Duplicated implementation block across source files crates/next-custom-transforms/src/trans…:352
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_shared/transf…:17
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_shared/transf…:14
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_shared/transf…:21
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_server_utilit…:78
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_server_compon…:6
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_pages/page_en…:92
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_font/local/mo…:112
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_app/app_route…:147
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_app/app_route…:129
LOW AIC003 Duplicated implementation block across source files crates/next-core/src/next_app/app_page_…:153
LOW AIC003 Duplicated implementation block across source files crates/next-api/src/middleware.rs:17
LOW WEB005 robots.txt does not advertise a sitemap .github/pnpm-lock.yaml
LOW DKC015 Database service has no healthcheck examples/cache-handler-redis/compose.ya…:1
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW AIC005 Duplicate top-level symbol appears in a patch-style file test/e2e/next-image-new/default/pages/m…:1
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker-multi-env/docker/s…:1
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker-multi-env/docker/p…:1
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker-multi-env/docker/d…:1
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker-export-output/comp…:15
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker-export-output/comp…:2
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker/compose.yml:16
LOW DKC010 Compose service lacks no-new-privileges hardening examples/with-docker/compose.yml:2
LOW AIC002 Source file name looks like an AI patch artifact turbopack/crates/turbo-tasks-backend/sr…:1
LOW AIC002 Source file name looks like an AI patch artifact turbopack/crates/turbo-tasks-backend/sr…:1
LOW AIC002 Source file name looks like an AI patch artifact test/e2e/next-image-legacy/default/page…:1
LOW AIC002 Source file name looks like an AI patch artifact test/e2e/next-image-legacy/base-path/pa…:1
LOW AIC002 Source file name looks like an AI patch artifact packages/next/src/lib/recursive-copy.ts:1
LOW DKC006 Compose service does not declare a runtime user examples/with-docker-multi-env/docker/s…:1
LOW DKC006 Compose service does not declare a runtime user examples/with-docker-multi-env/docker/p…:1
LOW DKC006 Compose service does not declare a runtime user examples/with-docker-multi-env/docker/d…:1
LOW DKC006 Compose service does not declare a runtime user examples/with-docker-export-output/comp…:15
LOW DKC006 Compose service does not declare a runtime user examples/with-docker-export-output/comp…:2
LOW DKC006 Compose service does not declare a runtime user examples/with-docker/compose.yml:16
LOW DKC006 Compose service does not declare a runtime user examples/with-docker/compose.yml:2
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… examples/with-mux-video/app/(upload)/pa…:15
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/with-passport-and-next-connect…:34
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/image-component/app/shimmer/pa…:5
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/cms-wordpress/src/components/G…:42
INFO MINED078 [MINED078] Eslint Disable File: /* eslint-disable */ at top disables all lint rules for t… examples/cms-sitecore-xmcloud/scripts/t…:43
INFO MINED078 [MINED078] Eslint Disable File: /* eslint-disable */ at top disables all lint rules for t… examples/cms-sitecore-xmcloud/scripts/g…:27
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… evals/evals/agent-041-optimize-ppr-shel…:6
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… evals/evals/agent-026-no-serial-await/a…:7
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… evals/evals/agent-023-avoid-getserversi…:6
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/next-napi-bindings/src/turbopack…:163
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/next-napi-bindings/src/next_api/…:390
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … bench/render-pipeline/benchmark.ts:495
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. examples/cms-sanity/sanity/schemas/docu…:28
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. examples/cms-payload/payload/payloadCli…:19
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… examples/blog-starter/src/app/_componen…:97
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… examples/blog-starter/src/app/_componen…:12
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. examples/with-firebase-cloud-messaging/…:28
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. examples/api-routes-cors/pages/api/cors…:18
INFO MINED057 [MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness — l… crates/next-core/src/hmr_entry.rs:105
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/next-core/src/next_shared/webpac…:191
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/next-core/src/next_shared/transf…:23
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/next-code-frame/src/highlight.rs:651
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/next-core/src/next_font/google/m…:814
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/next-build-test/src/main.rs:37
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/next-api/src/analyze.rs:287
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… bench/rendering/pages/stateless-big.js:10
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… bench/basic-app/app/streaming/bulk/page…:17
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… apps/bundle-analyzer/components/import-…:441
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. apps/bundle-analyzer/components/error-s…:16
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… apps/bundle-analyzer/app/layout.tsx:27
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … bench/render-pipeline/analyze-profiles.…:106
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … apps/bundle-analyzer/components/file-se…:20
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/actions/next-stats-action/src/a…:125
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/actions/next-stats-action/src/a…:1159
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/actions/next-integration-stat/s…:24
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. .github/actions/validate-docs-links/src…:106
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. .github/actions/needs-triage/src/index.…:35
Reset to top 5 177 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `vercel/next.js`

**Score: 76/100 (A-)**  ·  177 findings  ·  scanned 2026-05-18 14:32 UTC  ·  911,023 LOC

| Severity | Count |
|---|---|
| CRITICAL | 5 |
| HIGH | 35 |
| MEDIUM | 46 |
| LOW | 54 |

📊 [Full filterable report](https://repobility.com/scan/c62673f3-12b0-4330-8614-ead9a08d2948/)  ·  ![scorecard](https://repobility.com/scan/c62673f3-12b0-4330-8614-ead9a08d2948/report.png?v=1779114744-s2)

### Top findings

1. **CRITICAL** `MINED019` — Ssti Jinja From String
   `crates/next-taskless/src/lib.rs:319` · CWE-94 · ✓ Repobility
2. **CRITICAL** `MINED019` — Ssti Jinja From String
   `crates/next-core/src/middleware.rs:112` · CWE-94 · ✓ Repobility
3. **CRITICAL** `SEC084` — JS: require() with non-literal
   `.github/actions/next-stats-action/src/run/index.js:311`
4. **CRITICAL** `SEC084` — JS: require() with non-literal
   `.github/actions/next-stats-action/src/prepare/load-stats-config.js:13`
5. **CRITICAL** `SEC084` — JS: require() with non-literal
   `.github/actions/next-stats-action/src/prepare/action-info.js:73`

---

**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/c62673f3-12b0-4330-8614-ead9a08d2948/_
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
'vercel' 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 'vercel/next.js' 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
114/248 findings (46%) 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.