← Back to scan
File as GitHub Issue repo: Flux159/mcp-server-kubernetes

Push this scan report to Flux159/mcp-server-kubernetes

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

Action `reecetech/version-increment` pinned to mutable ref `@2024.10.1`

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 MINED115 Action `dorny/test-reporter` pinned to mutable ref `@v2` .github/workflows/ci.yml:56
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/ci.yml:14
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:13
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/cd.yml:109
HIGH MINED115 Action `reecetech/version-increment` pinned to mutable ref `@2024.10.1` .github/workflows/cd.yml:76
HIGH MINED115 Action `azure/setup-helm` pinned to mutable ref `@v4.3.0` .github/workflows/cd.yml:30
HIGH MINED115 Action `oven-sh/setup-bun` pinned to mutable ref `@v2` .github/workflows/cd.yml:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/cd.yml:17
HIGH MINED118 Dockerfile FROM `node:24.2.0-slim` not pinned by digest Dockerfile:1
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… src/utils/streamable-http.ts:38
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR009 Dockerfile separates apt update from install Dockerfile:16
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 44.4% of discovered …
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/templates/networkpolicy.yaml:38
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/templates/networkpolicy-test…:23
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/templates/deployment.yaml:95
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/examples/secure-networkpolic…:84
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/examples/generic-kubeconfig.…:134
MED AGT012 Agent control bridge may listen on a network interface without visible auth helm-chart/examples/custom-kubeconfig.y…:7
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/utils/streamable-http.ts:120
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/utils/sse.ts:16
LOW AIC003 Duplicated implementation block across source files src/utils/streamable-http.ts:101
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-generic.ts:109
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-scale.ts:57
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-rollout.ts:114
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-patch.ts:110
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-logs.ts:73
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-get.ts:217
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-describe.ts:88
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-delete.ts:131
LOW AIC003 Duplicated implementation block across source files src/tools/kubectl-create.ts:321
LOW DKR010 Dockerfile leaves apt package indexes in the image layer Dockerfile:6
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:17
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:7
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:6
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/utils/streamable-http.ts:158
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/utils/sse.ts:70
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/utils/kubernetes-manager.ts:121
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/tools/kubectl-apply.ts:124
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/tools/exec_in_pod.ts:134
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/middleware/telemetry-middleware.ts:17
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/config/telemetry-config.ts:39
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/tools/kubectl-apply.ts:112
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/config/telemetry-config.ts:118
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/update-version.js:8
Reset to top 5 47 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Flux159/mcp-server-kubernetes`

**Score: 79/100 (A-)**  ·  48 findings  ·  scanned 2026-05-31 01:22 UTC  ·  18,252 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 9 |
| MEDIUM | 14 |
| LOW | 14 |

📊 [Full filterable report](https://repobility.com/scan/72e4dbc6-fe29-4402-b534-7a8611204b36/)  ·  ![scorecard](https://repobility.com/scan/72e4dbc6-fe29-4402-b534-7a8611204b36/report.png?v=1780190535-s2)

### Top findings

1. **HIGH** `MINED115` — Action `dorny/test-reporter` pinned to mutable ref `@v2`
   `.github/workflows/ci.yml:56` · ✓ Repobility
2. **HIGH** `MINED115` — Action `oven-sh/setup-bun` pinned to mutable ref `@v2`
   `.github/workflows/ci.yml:14` · ✓ Repobility
3. **HIGH** `MINED115` — Action `actions/checkout` pinned to mutable ref `@v4`
   `.github/workflows/ci.yml:13` · ✓ Repobility
4. **HIGH** `MINED115` — Action `actions/setup-node` pinned to mutable ref `@v4`
   `.github/workflows/cd.yml:109` · ✓ Repobility
5. **HIGH** `MINED115` — Action `reecetech/version-increment` pinned to mutable ref `@2024.10.1`
   `.github/workflows/cd.yml:76` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/72e4dbc6-fe29-4402-b534-7a8611204b36/_
Megaproject â high spam risk
Could not determine 'Flux159/mcp-server-kubernetes' 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.