← Back to scan
File as GitHub Issue repo: mrdoob/three.js

Push this scan report to mrdoob/three.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

XML External Entity (XXE) — Node.js xml parsers

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. examples/jsm/inspector/extensions/tsl-g…:93
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… src/nodes/materialx/MaterialXNodes.js:102
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… examples/jsm/tsl/display/CRT.js:67
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … src/loaders/FileLoader.js:242
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … examples/jsm/loaders/KMZLoader.js:126
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … examples/jsm/loaders/AMFLoader.js:137
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… examples/jsm/effects/AsciiEffect.js:298
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… editor/js/Sidebar.Settings.History.js:97
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… editor/js/Storage.js:73
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… editor/js/Script.js:250
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… editor/js/Config.js:68
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… examples/jsm/loaders/KMZLoader.js:112
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… examples/jsm/inspector/tabs/Settings.js:264
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docs/scripts/page.js:7
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … examples/jsm/controls/MapControls.js:107
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … editor/js/History.js:50
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … devtools/background.js:62
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… manual/resources/lesson.js:57
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… editor/js/Menubar.Help.js:26
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … editor/js/Storage.js:73
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … editor/js/Script.js:250
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … editor/js/Config.js:68
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 SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… examples/jsm/misc/MorphBlendMesh.js:319
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… examples/jsm/misc/MorphAnimMesh.js:90
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… examples/jsm/loaders/KTXLoader.js:149
LOW AIC003 Duplicated implementation block across source files src/materials/MeshToonMaterial.js:14
LOW AIC003 Duplicated implementation block across source files src/materials/MeshStandardMaterial.js:15
LOW AIC003 Duplicated implementation block across source files src/materials/MeshPhongMaterial.js:14
LOW AIC003 Duplicated implementation block across source files src/materials/Materials.js:20
LOW AIC003 Duplicated implementation block across source files src/loaders/MaterialLoader.js:36
LOW AIC003 Duplicated implementation block across source files src/loaders/MaterialLoader.js:29
LOW AIC003 Duplicated implementation block across source files src/loaders/BufferGeometryLoader.js:21
LOW AIC003 Duplicated implementation block across source files src/geometries/TorusGeometry.js:50
LOW AIC003 Duplicated implementation block across source files src/geometries/TorusGeometry.js:48
LOW AIC003 Duplicated implementation block across source files src/geometries/SphereGeometry.js:62
LOW AIC003 Duplicated implementation block across source files src/geometries/RingGeometry.js:50
LOW AIC003 Duplicated implementation block across source files src/geometries/RingGeometry.js:48
LOW AIC003 Duplicated implementation block across source files src/geometries/PlaneGeometry.js:43
LOW AIC003 Duplicated implementation block across source files src/geometries/CircleGeometry.js:37
LOW AIC003 Duplicated implementation block across source files src/extras/curves/QuadraticBezierCurve3…:20
LOW AIC003 Duplicated implementation block across source files src/extras/curves/LineCurve3.js:12
LOW AIC003 Duplicated implementation block across source files src/extras/curves/CubicBezierCurve3.js:21
LOW AIC003 Duplicated implementation block across source files src/core/InterleavedBufferAttribute.js:26
LOW AIC003 Duplicated implementation block across source files src/core/InterleavedBuffer.js:13
LOW AIC003 Duplicated implementation block across source files src/cameras/PerspectiveCamera.js:68
LOW AIC003 Duplicated implementation block across source files manual/resources/threejs-lots-of-object…:5
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetValueCommand.js:19
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetShadowValueComman…:19
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetSceneCommand.js:21
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetMaterialVectorCom…:23
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetMaterialValueComm…:27
LOW AIC003 Duplicated implementation block across source files editor/js/commands/SetGeometryValueComm…:23
LOW AIC003 Duplicated implementation block across source files editor/js/Sidebar.Geometry.TetrahedronG…:18
LOW AIC003 Duplicated implementation block across source files editor/js/Sidebar.Geometry.OctahedronGe…:18
LOW AIC003 Duplicated implementation block across source files editor/js/Sidebar.Geometry.IcosahedronG…:18
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 WEB011 Public web app has no humans.txt humans.txt
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… src/Three.Core.js:183
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… manual/resources/threejs-lesson-utils.js:349
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… examples/jsm/misc/ProgressiveLightMapGP…:208
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/jsm/inspector/ui/Graph.js:11
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/jsm/capabilities/WebGL.js:79
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… editor/js/Script.js:28
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … devtools/devtools.js:13
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … devtools/content-script.js:38
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … devtools/background.js:18
Reset to top 5 71 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `mrdoob/three.js`

**Score: 89/100 (A-)**  ·  71 findings  ·  scanned 2026-06-05 05:40 UTC  ·  489,060 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 16 |
| MEDIUM | 8 |
| LOW | 37 |

📊 [Full filterable report](https://repobility.com/scan/51b0acfa-7323-456c-bc6b-96a9399aafab/)  ·  ![scorecard](https://repobility.com/scan/51b0acfa-7323-456c-bc6b-96a9399aafab/report.png?v=1780638025-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `examples/jsm/inspector/extensions/tsl-graph/TSLGraphLoader.js:93` · CWE-95 · ✓ Repobility
2. **HIGH** `MINED009` — Floats For Money
   `src/nodes/materialx/MaterialXNodes.js:102` · CWE-682 · ✓ Repobility
3. **HIGH** `MINED009` — Floats For Money
   `examples/jsm/tsl/display/CRT.js:67` · CWE-682 · ✓ Repobility
4. **HIGH** `SEC027` — XML External Entity (XXE) — Node.js xml parsers
   `src/loaders/FileLoader.js:242` · A05:2021 Security Misconfiguration (XXE)
5. **HIGH** `SEC027` — XML External Entity (XXE) — Node.js xml parsers
   `examples/jsm/loaders/KMZLoader.js:126` · A05:2021 Security Misconfiguration (XXE)

---

**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/51b0acfa-7323-456c-bc6b-96a9399aafab/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 14 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 'mrdoob/three.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.

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.