← Back to scan
File as GitHub Issue repo: openclaw/mcporter

Push this scan report to openclaw/mcporter

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

path.join / Path() on user-controlled segment without containment check

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
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/env.ts:29
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/runtime/node-http-fetch.ts:113
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/daemon/runtime-wrapper.ts:46
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… src/env.ts:18
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… src/config/imports/paths-utils.ts:8
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… src/config-normalize.ts:194
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/cli/help-output.ts:160
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/cli/emit-ts-templates.ts:127
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). src/generated-daemon-runtime.ts:50
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). scripts/release.sh:31
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/cli/auth-command.ts:44
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/chrome-devtools-compat.ts:100
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… scripts/build-bun.ts:82
HIGH MINED115 [MINED115] Action `actions/deploy-pages` pinned to mutable ref `@v5`: `uses: actions/depl… .github/workflows/pages.yml:53
HIGH MINED115 [MINED115] Action `actions/upload-pages-artifact` pinned to mutable ref `@v5`: `uses: act… .github/workflows/pages.yml:47
HIGH MINED115 [MINED115] Action `actions/configure-pages` pinned to mutable ref `@v6`: `uses: actions/c… .github/workflows/pages.yml:44
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pages.yml:36
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pages.yml:33
HIGH MINED115 [MINED115] Action `actions/cache` pinned to mutable ref `@v5`: `uses: actions/cache@v5` r… .github/workflows/ci.yml:40
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/ci.yml:28
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/ci.yml:27
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/crabbox-hydrate.yml:49
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6.0.8`: `uses: pnpm/action… .github/workflows/crabbox-hydrate.yml:45
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crabbox-hydrate.yml:42
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… src/cli/command-inference.ts:72
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/env.ts:29
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/cli/serve-command.ts:37
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/cli/emit-ts-templates.ts:92
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/cli/daemon-command.ts:92
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB015 Public web app has no Content Security Policy index.html
LOW AIC003 Duplicated implementation block across source files src/cli/list-command.ts:444
LOW AIC003 Duplicated implementation block across source files src/sdk-patches.ts:115
LOW AIC003 Duplicated implementation block across source files src/runtime/utils.ts:33
LOW AIC003 Duplicated implementation block across source files src/cli/generate/name-utils.ts:77
LOW AIC003 Duplicated implementation block across source files src/cli/config/render.ts:35
LOW AIC003 Duplicated implementation block across source files src/chrome-devtools-compat.ts:11
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… src/cli/call-help.ts:35
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/config/imports/external.ts:18
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/cli/runtime-debug.ts:46
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/cli/call-expression-parser.ts:183
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/cli/config/add.ts:336
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/cli/call-help.ts:20
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/cli/auth-command.ts:248
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/build-bun.ts:108
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/agent-send.ts:30
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … examples/context7-headlines.ts:43
Reset to top 5 52 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `openclaw/mcporter`

**Score: 88/100 (A-)**  ·  55 findings  ·  scanned 2026-05-31 01:22 UTC  ·  41,317 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 25 |
| MEDIUM | 7 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/eec2b134-807a-40f4-9651-147730667e94/)  ·  ![scorecard](https://repobility.com/scan/eec2b134-807a-40f4-9651-147730667e94/report.png?v=1780190575-s2)

### Top findings

1. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/env.ts:29`
2. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/runtime/node-http-fetch.ts:113`
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/daemon/runtime-wrapper.ts:46`
4. **HIGH** `SEC114` — path.join / Path() on user-controlled segment without containment check
   `src/env.ts:18` · A01:2021 Broken Access Control (path traversal)
5. **HIGH** `SEC114` — path.join / Path() on user-controlled segment without containment check
   `src/config/imports/paths-utils.ts:8` · A01:2021 Broken Access Control (path traversal)

---

**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/eec2b134-807a-40f4-9651-147730667e94/_
Megaproject â high spam risk
Could not determine 'openclaw/mcporter' 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.