← Back to scan
File as GitHub Issue repo: neomjs/neo

Push this scan report to neomjs/neo

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

Ruby YAML.load / Marshal.load on untrusted input

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. src/code/executor/Neo.mjs:200
CRIT MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… ai/mcp/ToolService.mjs:98
CRIT MINED018 [MINED018] Unsafe Deserialization Pickle: pickle.loads / yaml.load (without Loader=SafeLo… ai/demo-agents/dev.mjs:96
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … ai/demo-agents/dev.mjs:253
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… ai/services.mjs:149
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… ai/mcp/ToolService.mjs:98
CRIT SEC116 [SEC116] Ruby YAML.load / Marshal.load on untrusted input: `YAML.load` (pre-3.1) and `Mar… ai/demo-agents/dev.mjs:96
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… ai/services.mjs:149
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… ai/mcp/ToolService.mjs:98
CRIT SEC079 [SEC079] Python: yaml.load without SafeLoader: yaml.load() without explicit SafeLoader ca… ai/demo-agents/dev.mjs:96
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/main/addon/Mermaid.mjs:100
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/code/executor/Neo.mjs:38
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… buildScripts/release/publish.mjs:34
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… buildScripts/webpack/development/webpac…:14
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… buildScripts/webpack/development/webpac…:163
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… buildScripts/docs/index/release.mjs:207
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… src/list/Country.mjs:47
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… buildScripts/docs/jsdoc-x/transformer.m…:121
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… apps/portal/view/news/medium/List.mjs:175
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ai/mcp/server/shared/services/Transport…:72
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ai/mcp/server/shared/services/AuthServi…:79
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… ai/mcp/server/neural-link/Bridge.mjs:126
HIGH SEC018 [SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials w… ai/mcp/server/github-workflow/services/…:60
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … apps/colors/view/ViewportController.mjs:64
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ai/mcp/server/neural-link/Bridge.mjs:161
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ai/mcp/client/Client.mjs:151
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/prevent-reopen.yml:11
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/devindex-pipeline.yml:23
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/devindex-pipeline.yml:20
HIGH MINED115 [MINED115] Action `github/codeql-action/analyze` pinned to mutable ref `@v1`: `uses: gith… .github/workflows/codeql-analysis.yml:67
HIGH MINED115 [MINED115] Action `github/codeql-action/autobuild` pinned to mutable ref `@v1`: `uses: gi… .github/workflows/codeql-analysis.yml:53
HIGH MINED115 [MINED115] Action `github/codeql-action/init` pinned to mutable ref `@v1`: `uses: github/… .github/workflows/codeql-analysis.yml:42
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/codeql-analysis.yml:38
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v3`: `uses: actions/setup-… .github/workflows/npm-publish.yml:11
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout… .github/workflows/npm-publish.yml:9
HIGH MINED115 [MINED115] Action `actions/stale` pinned to mutable ref `@v9`: `uses: actions/stale@v9` r… .github/workflows/cose-inactive-issues.…:13
HIGH MINED113 [MINED113] Express DELETE /document-delete has no auth: Express route DELETE /document-de… examples/form/field/fileupload/server.m…:27
HIGH MINED113 [MINED113] Express POST /file-upload-test-fail has no auth: Express route POST /file-uplo… examples/form/field/fileupload/server.m…:17
HIGH MINED113 [MINED113] Express POST /file-upload-test has no auth: Express route POST /file-upload-te… examples/form/field/fileupload/server.m…:9
HIGH MINED113 [MINED113] Express POST /realms/test/protocol/openid-connect/token/introspect has no auth… test/playwright/unit/ai/mcp/Authorizati…:53
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/code/executor/Neo.mjs:38
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/container/accordion/MainContai…:66
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/component/process/MainContaine…:59
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… apps/email/store/Emails.mjs:23
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… apps/covid/view/FooterContainer.mjs:45
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… apps/covid/view/AttributionComponent.mjs:26
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … ai/mcp/server/knowledge-base/mcp-server…:24
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … ai/mcp/server/github-workflow/mcp-serve…:24
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … ai/mcp/client/mcp-cli.mjs:39
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… ai/examples/db-restore.mjs:33
MED SEC037 [SEC037] Uncontrolled Recursion — stack/depth exhaustion: Parsing arbitrary-depth user in… ai/demo-agents/dev.mjs:101
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. ai/services.mjs:149
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. ai/mcp/ToolService.mjs:98
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. ai/demo-agents/dev.mjs:96
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… buildScripts/create/app.mjs:143
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. buildScripts/helpers/checkReactiveTags.…:141
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. buildScripts/create/addConfig.mjs:236
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… examples/form/field/url/MainContainer.m…:124
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… ai/mcp/server/neural-link/Bridge.mjs:126
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. ai/mcp/server/knowledge-base/mcp-server…:24
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. ai/mcp/server/github-workflow/mcp-serve…:24
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. ai/mcp/client/mcp-cli.mjs:39
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ai/agent/Scheduler.mjs:50
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ai/agent/Loop.mjs:152
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ai/Agent.mjs:68
Reset to top 5 67 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `neomjs/neo`

**Score: 80/100 (A-)**  ·  67 findings  ·  scanned 2026-06-06 00:07 UTC  ·  102 LOC

| Severity | Count |
|---|---|
| CRITICAL | 10 |
| HIGH | 30 |
| MEDIUM | 15 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/73cd45b8-1bb8-438f-a172-fc58bc1cfbb1/)  ·  ![scorecard](https://repobility.com/scan/73cd45b8-1bb8-438f-a172-fc58bc1cfbb1/report.png?v=1780704477-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `src/code/executor/Neo.mjs:200` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `ai/mcp/ToolService.mjs:98` · CWE-502 · ✓ Repobility
3. **CRITICAL** `MINED018` — Unsafe Deserialization Pickle
   `ai/demo-agents/dev.mjs:96` · CWE-502 · ✓ Repobility
4. **CRITICAL** `MINED013` — Password In Url
   `ai/demo-agents/dev.mjs:253` · CWE-200 · ✓ Repobility
5. **CRITICAL** `SEC116` — Ruby YAML.load / Marshal.load on untrusted input
   `ai/services.mjs:149` · A08:2021 Software & Data Integrity Failures

---

**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/73cd45b8-1bb8-438f-a172-fc58bc1cfbb1/_
Megaproject â high spam risk
Could not determine 'neomjs/neo' 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.