← Back to scan
File as GitHub Issue repo: nilbuild/developer-roadmap

Push this scan report to nilbuild/developer-roadmap

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 MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… scripts/update-sponsors.cjs:37
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… scripts/update-sponsors.cjs:37
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… scripts/update-sponsors.cjs:37
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… scripts/roadmap-content.cjs:155
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… scripts/best-practice-dirs.cjs:91
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… scripts/best-practice-content.cjs:149
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/components/FrameRenderer/renderer.ts:111
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… sitemap.mjs:34
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/components/ChatEditor/VariableExten…:170
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/api/api.ts:59
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … scripts/refresh-assets.ts:34
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/components/AuthenticationFlow/Email…:43
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/components/Analytics/analytics.ts:30
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… scripts/assign-label-types.cjs:167
HIGH MINED115 [MINED115] Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`: `uses: p… .github/workflows/sync-content-to-repo.…:47
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/sync-content-to-repo.…:24
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/sync-content-to-repo.…:18
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/sync-content-to-repo.…:15
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/sync-repo-to-database…:23
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/sync-repo-to-database…:17
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/sync-repo-to-database…:14
HIGH MINED115 [MINED115] Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`: `uses: p… .github/workflows/upgrade-dependencies.…:31
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/upgrade-dependencies.…:20
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/upgrade-dependencies.…:15
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/upgrade-dependencies.…:12
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v3`: `uses: actions/git… .github/workflows/close-feedback-pr.yml:11
HIGH MINED115 [MINED115] Action `appleboy/ssh-action` pinned to mutable ref `@master`: `uses: appleboy/… .github/workflows/deployment.yml:55
HIGH MINED115 [MINED115] Action `webfactory/ssh-agent` pinned to mutable ref `@v0.7.0`: `uses: webfacto… .github/workflows/deployment.yml:48
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4.0.0`: `uses: pnpm/action… .github/workflows/deployment.yml:17
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/deployment.yml:14
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/deployment.yml:11
HIGH MINED115 [MINED115] Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`: `uses: p… .github/workflows/cleanup-orphaned-cont…:61
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/cleanup-orphaned-cont…:23
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v4`: `uses: pnpm/action-set… .github/workflows/cleanup-orphaned-cont…:17
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/cleanup-orphaned-cont…:14
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/label-issue.yml:12
HIGH JRN009 Secret-like setting is echoed into a password input value src/components/AuthenticationFlow/Reset…:62
HIGH JRN009 Secret-like setting is echoed into a password input value src/components/AuthenticationFlow/Email…:104
HIGH JRN009 Secret-like setting is echoed into a password input value src/components/AuthenticationFlow/Email…:91
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… src/components/AuthenticationFlow/Linke…:142
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… src/components/AuthenticationFlow/Googl…:137
MED SEC046 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning win… src/components/AuthenticationFlow/GitHu…:144
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… src/components/AIRoadmap/AIRoadmapRegen…:130
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… src/components/AIRoadmap/AIRoadmapConte…:70
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… src/components/AIChat/AIChatCouse.tsx:40
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. scripts/update-sponsors.cjs:37
MED MINED124 [MINED124] requirements.txt: `Visit the following resources to learn more:` has no versio… src/data/roadmaps/forward-deployed-engi…:5
MED MINED124 [MINED124] requirements.txt: `Project requirements come from observation as much as from … src/data/roadmaps/forward-deployed-engi…:3
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB012 Service worker is present without a web app manifest manifest.json
MED WEB015 Public web app has no Content Security Policy index.html
LOW AIC003 Duplicated implementation block across source files src/components/ExploreAIRoadmap/Explore…:13
LOW AIC003 Duplicated implementation block across source files src/components/ExploreAIRoadmap/Explore…:50
LOW AIC003 Duplicated implementation block across source files src/components/EditorRoadmap/EditorRoad…:68
LOW AIC003 Duplicated implementation block across source files src/components/Dashboard/DashboardProgr…:7
LOW AIC003 Duplicated implementation block across source files src/components/CustomRoadmap/ShareRoadm…:131
LOW AIC003 Duplicated implementation block across source files src/components/CustomRoadmap/RoadmapAct…:46
LOW AIC003 Duplicated implementation block across source files src/components/CreateTeam/Step3.tsx:145
LOW AIC003 Duplicated implementation block across source files src/components/ContentGenerator/Content…:93
LOW AIC003 Duplicated implementation block across source files src/components/ChatMessages/TopicChatMe…:11
LOW AIC003 Duplicated implementation block across source files src/components/AuthenticationFlow/Linke…:66
LOW AIC003 Duplicated implementation block across source files src/components/AuthenticationFlow/Linke…:59
LOW AIC003 Duplicated implementation block across source files src/components/AuthenticationFlow/Googl…:60
LOW AIC003 Duplicated implementation block across source files src/components/Activity/ResourceProgres…:100
LOW AIC003 Duplicated implementation block across source files src/components/Activity/ResourceProgres…:54
LOW AIC003 Duplicated implementation block across source files src/components/AITutor/AIFeaturedCourse…:80
LOW AIC003 Duplicated implementation block across source files src/components/AITutor/AIFeaturedCourse…:31
LOW AIC003 Duplicated implementation block across source files src/components/AIRoadmap/UserRoadmapsLi…:40
LOW AIC003 Duplicated implementation block across source files src/components/AIRoadmap/GenerateAIRoad…:124
LOW AIC003 Duplicated implementation block across source files src/components/AIRoadmap/AIRoadmapActio…:33
LOW AIC003 Duplicated implementation block across source files src/components/AIQuiz/AIQuizActions.tsx:33
LOW AIC003 Duplicated implementation block across source files src/components/AIQuiz/AIOpenEndedQuesti…:108
LOW AIC003 Duplicated implementation block across source files scripts/sync-repo-to-database.ts:141
LOW AIC003 Duplicated implementation block across source files scripts/sync-repo-to-database.ts:19
LOW AIC003 Duplicated implementation block across source files scripts/sync-content-to-repo.ts:40
LOW AIC003 Duplicated implementation block across source files scripts/migrate-editor-roadmap.ts:17
LOW AIC003 Duplicated implementation block across source files scripts/migrate-editor-roadmap.ts:9
LOW AIC003 Duplicated implementation block across source files scripts/migrate-content-repo-to-databas…:71
LOW AIC003 Duplicated implementation block across source files scripts/gemini-roadmap-content.ts:20
LOW AIC003 Duplicated implementation block across source files scripts/editor-roadmap-dirs.ts:38
LOW AIC003 Duplicated implementation block across source files scripts/editor-roadmap-dirs.ts:10
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/Activity/ActivityTopicTi…:29
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/AccountStreak/InviteFrie…:39
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/AIChatHistory/ListChatHi…:25
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… src/components/AIQuiz/AIMCQQuestion.tsx:153
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… src/components/AIGuide/AIGuideCard.tsx:23
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… src/components/AIChat/ChatHistory.tsx:110
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… scripts/official-roadmap-assets.ts:39
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. scripts/sync-repo-to-database.ts:191
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. scripts/migrate-content-repo-to-databas…:186
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. scripts/editor-roadmap-content-json.ts:162
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/api/roadmap.ts:59
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/api/api.ts:73
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. scripts/editor-roadmap-assets.ts:16
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/components/AuthenticationFlow/GitHu…:130
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … scripts/migrate-content-repo-to-databas…:212
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … scripts/cleanup-orphaned-content.ts:214
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/gemini-roadmap-content.ts:20
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/editor-roadmap-content.ts:19
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/best-practice-content.cjs:161
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/best-practice-dirs.cjs:14
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/best-practice-content.cjs:15
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/assign-label-types.cjs:162
Reset to top 5 106 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `nilbuild/developer-roadmap`

**Score: 76/100 (B)**  ·  106 findings  ·  scanned 2026-06-05 04:27 UTC  ·  70,786 LOC

| Severity | Count |
|---|---|
| CRITICAL | 6 |
| HIGH | 33 |
| MEDIUM | 12 |
| LOW | 33 |

📊 [Full filterable report](https://repobility.com/scan/9ba273ee-4c26-48d7-9390-c57f3d9df5d6/)  ·  ![scorecard](https://repobility.com/scan/9ba273ee-4c26-48d7-9390-c57f3d9df5d6/report.png?v=1780633655-s2)

### Top findings

1. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `scripts/update-sponsors.cjs:37` · CWE-502 · ✓ Repobility
2. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `scripts/update-sponsors.cjs:37` · A08:2021 Software & Data Integrity Failures
3. **CRITICAL** `SEC079` — Python: yaml.load without SafeLoader
   `scripts/update-sponsors.cjs:37` · A05:2021 Security Misconfiguration
4. **CRITICAL** `SEC084` — JS: require() with non-literal
   `scripts/roadmap-content.cjs:155`
5. **CRITICAL** `SEC084` — JS: require() with non-literal
   `scripts/best-practice-dirs.cjs:91`

---

**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/9ba273ee-4c26-48d7-9390-c57f3d9df5d6/_
Megaproject â high spam risk
Could not determine 'nilbuild/developer-roadmap' 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.