← Back to scan
File as GitHub Issue repo: strapi/documentation

Push this scan report to strapi/documentation

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 MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. docusaurus/scripts/validate-open-with-t…:16
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. docusaurus/scripts/redirects-utilities/…:24
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. docusaurus/scripts/redirects-utilities/…:87
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. docusaurus/scripts/redirects-utilities/…:58
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… docusaurus/scripts/redirects-utilities/…:74
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… docusaurus/scripts/generate-llms.js:57
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… docusaurus/plugins/llms-generator-plugi…:12
CRIT MINED116 [MINED116] Workflow uses `secrets.MEILISEARCH_SEARCH_KEY` on a `pull_request` trigger: Th… .github/workflows/meilisearch-scraper.y…:49
CRIT MINED116 [MINED116] Workflow uses `secrets.MEILISEARCH_HOST_URL` on a `pull_request` trigger: This… .github/workflows/meilisearch-scraper.y…:48
CRIT MINED116 [MINED116] Workflow uses `secrets.MEILISEARCH_MASTER_KEY` on a `pull_request` trigger: Th… .github/workflows/meilisearch-scraper.y…:37
CRIT MINED116 [MINED116] Workflow uses `secrets.MEILISEARCH_HOST_URL` on a `pull_request` trigger: This… .github/workflows/meilisearch-scraper.y…:36
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/credit-reward-automat…:100
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.head.ref in run-step: Multi… .github/workflows/credit-reward-automat…:19
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:353
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:329
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:278
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:172
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:165
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.head.ref in run-step: Multi… .github/workflows/sync-content-to-next.…:92
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:91
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:84
CRIT MINED125 [MINED125] GHA script injection via github.event.pull_request.title in run-step: Multi-li… .github/workflows/sync-content-to-next.…:26
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:461
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:380
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:368
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:347
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:322
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:311
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:271
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:199
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:183
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:158
CRIT MINED116 [MINED116] Workflow uses `secrets.SYNC_MAIN_TO_NEXT` on a `pull_request` trigger: This wo… .github/workflows/sync-content-to-next.…:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docusaurus/static/js/firework.js:59
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docusaurus/static/js/ball.js:104
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docusaurus/src/theme/SearchBar/index.js:49
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… docusaurus/src/components/AiToolbar/uti…:92
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docusaurus/src/theme/DocSidebarItem/Lin…:23
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docusaurus/src/components/AiToolbar/uti…:82
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docusaurus/scripts/generate-llms.js:125
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/documentation-review.…:32
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v5`: `uses: actions/checkout… .github/workflows/credit-reward-automat…:23
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/documentation-style-r…:370
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/documentation-style-r…:99
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/documentation-style-r…:47
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/documentation-style-r…:42
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/inki-sync-root-refs.y…:20
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… .github/workflows/sync-content-to-next.…:377
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… .github/workflows/sync-content-to-next.…:196
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… .github/workflows/sync-content-to-next.…:42
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/documentation-review-…:94
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/documentation-review-…:42
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/documentation-review-…:37
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/debug-review.yml:106
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/debug-review.yml:19
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/debug-review.yml:16
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/mention-escalation.yml:17
HIGH MINED115 [MINED115] Action `algolia/algoliasearch-crawler-github-actions` pinned to mutable ref `@… .github/workflows/deploy-production.yml:99
HIGH MINED115 [MINED115] Action `chetan/invalidate-cloudfront-action` pinned to mutable ref `@v2`: `use… .github/workflows/deploy-production.yml:89
HIGH MINED115 [MINED115] Action `UnlyEd/github-action-await-vercel` pinned to mutable ref `@v1.2.14`: `… .github/workflows/deploy-production.yml:77
HIGH MINED115 [MINED115] Action `derrickmehaffy/vercel-preview-url` pinned to mutable ref `@main`: `use… .github/workflows/deploy-production.yml:67
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/deploy-production.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deploy-production.yml:17
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/auto-label-prs-by-con…:40
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/auto-label-prs-by-con…:23
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … docusaurus/src/components/InteractiveQu…:16
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… docusaurus/src/components/MermaidWithFa…:35
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… docusaurus/src/components/AiToolbar/act…:50
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… docusaurus/src/components/AiToolbar/act…:10
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … docusaurus/scripts/redirects-utilities/…:24
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … docusaurus/scripts/redirects-utilities/…:87
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … docusaurus/scripts/redirects-utilities/…:58
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… docusaurus/static/js/particleProfiles.js:60
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… docusaurus/src/theme/AskAiIcon.js:7
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… docusaurus/src/pages/home/Home.jsx:79
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… docusaurus/src/components/SideBySide/Si…:11
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… docusaurus/src/components/InfoIcon/inde…:10
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… docusaurus/src/theme/DocSidebarItem/Htm…:22
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… docusaurus/src/components/NewsTicker/in…:53
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… docusaurus/src/components/HomepageFeatu…:58
INFO MINED047 [MINED047] Emoji In Source: Emoji ✅ ❌ 🚀 in code/comments — common AI output unless explic… docusaurus/src/components/AiToolbar/con…:18
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. docusaurus/scripts/debug-kapa-auth.js:16
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … docusaurus/scripts/debug-kapa-auth.js:9
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … docusaurus/scripts/all-urls-extractor/e…:55
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … docusaurus/plugins/llms-generator-plugi…:8
Reset to top 5 87 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `strapi/documentation`

**Score: 66/100 (C)**  ·  87 findings  ·  scanned 2026-06-05 14:25 UTC  ·  11,612 LOC

| Severity | Count |
|---|---|
| CRITICAL | 33 |
| HIGH | 33 |
| MEDIUM | 8 |
| LOW | 0 |

📊 [Full filterable report](https://repobility.com/scan/2f094150-e2b7-464c-8b2b-7a9e8b3f697c/)  ·  ![scorecard](https://repobility.com/scan/2f094150-e2b7-464c-8b2b-7a9e8b3f697c/report.png?v=1780669525-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `docusaurus/scripts/validate-open-with-translated-prompts.js:16` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED024` — Js Eval Usage
   `docusaurus/scripts/redirects-utilities/remove-redirects-vercel-duplicates/compare-redirects-and-vercel.js:24` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED024` — Js Eval Usage
   `docusaurus/scripts/redirects-utilities/redirects-organizer/redirects-organizer.js:87` · CWE-95 · ✓ Repobility
4. **CRITICAL** `MINED024` — Js Eval Usage
   `docusaurus/scripts/redirects-utilities/docusaurus-vercel-converter/docusaurus-vercel-converter.js:58` · CWE-95 · ✓ Repobility
5. **CRITICAL** `SEC084` — JS: require() with non-literal
   `docusaurus/scripts/redirects-utilities/check-redirections-existence/check-redirects.js:74`

---

**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/2f094150-e2b7-464c-8b2b-7a9e8b3f697c/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 10 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 'strapi/documentation' 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
51/97 findings (53%) 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.