← Back to scan
File as GitHub Issue repo: Softeria/ms-365-mcp-server

Push this scan report to Softeria/ms-365-mcp-server

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 `actions/checkout` pinned to mutable ref `@v4`

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 generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… examples/azure-container-apps/main.bicep:79
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… src/cli.ts:221
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/cli.ts:79
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/build.yml:20
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build.yml:17
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/release.yml:19
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/release.yml:18
HIGH MINED118 Dockerfile FROM `node:20-alpine` not pinned by digest Dockerfile:11
HIGH MINED118 Dockerfile FROM `node:24-alpine` not pinned by digest Dockerfile:1
HIGH GHSA-c2c7-rcm5-vvqj picomatch: GHSA-c2c7-rcm5-vvqj package-lock.json
HIGH MINED113 Express POST /mcp has no auth src/server.ts:660
HIGH MINED113 Express POST /token has no auth src/server.ts:478
HIGH MINED113 Express POST /register has no auth src/server.ts:311
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DEPCUR-NPM npm package `globals` is 3 major version(s) behind (14.0.0 -> 17.6.0) package.json
MED DEPCUR-NPM npm package `@semantic-release/github` is 1 major version(s) behind (11.0.6 -> 12.0.8) package.json
MED DEPCUR-NPM npm package `open` is 1 major version(s) behind (10.2.0 -> 11.0.0) package.json
MED DEPCUR-NPM npm package `dotenv` is 1 major version(s) behind (16.4.7 -> 17.4.2) package.json
MED DEPCUR-NPM npm package `commander` is 4 major version(s) behind (11.1.0 -> 15.0.0) package.json
MED DEPCUR-NPM npm package `@toon-format/toon` is 2 major version(s) behind (0.8.0 -> 2.3.0) package.json
MED GHSA-3v7f-55p6-f55p picomatch: GHSA-3v7f-55p6-f55p package-lock.json
MED GHSA-v2v4-37r5-5v8g ip-address: GHSA-v2v4-37r5-5v8g package-lock.json
MED GHSA-jxxr-4gwj-5jf2 brace-expansion: GHSA-jxxr-4gwj-5jf2 package-lock.json
MED GHSA-f886-m6hf-6m8v brace-expansion: GHSA-f886-m6hf-6m8v package-lock.json
MED DKR001 Docker final stage has no non-root USER Dockerfile:12
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AIC004 Suspicious implementation file appears unreferenced test-calendar-fix.js:1
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:8
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/server.ts:478
LOW DEPCUR-NPM npm package `tsx` is minor version(s) behind (4.21.0 -> 4.22.4) package.json
LOW DEPCUR-NPM npm package `js-yaml` is minor version(s) behind (4.1.1 -> 4.2.0) package.json
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW AIC002 Source file name looks like an AI patch artifact test-calendar-fix.js:1
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/graph-client.ts:124
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/index.ts:26
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/cli.ts:138
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … remove-recursive-refs.js:120
INFO DEPCUR-NPM npm package `prettier` is patch version(s) behind (3.8.1 -> 3.8.3) package.json
INFO DEPCUR-NPM npm package `zod-to-json-schema` is patch version(s) behind (3.25.1 -> 3.25.2) package.json
Reset to top 5 39 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Softeria/ms-365-mcp-server`

**Score: 74/100 (A-)**  ·  39 findings  ·  scanned 2026-06-05 21:54 UTC  ·  13,075 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 12 |
| MEDIUM | 16 |
| LOW | 4 |

📊 [Full filterable report](https://www.repobility.com/scan/cf60e75b-602f-4bc7-a210-bb894994b861/)  ·  ![scorecard](https://www.repobility.com/scan/cf60e75b-602f-4bc7-a210-bb894994b861/report.png?v=1780696444-s2)

### Top findings

1. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `examples/azure-container-apps/main.bicep:79`
2. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `src/cli.ts:221`
3. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/cli.ts:79` · A10:2021 SSRF
4. **HIGH** `MINED115` — Action `actions/setup-node` pinned to mutable ref `@v4`
   `.github/workflows/build.yml:20` · ✓ Repobility
5. **HIGH** `MINED115` — Action `actions/checkout` pinned to mutable ref `@v4`
   `.github/workflows/build.yml:17` · ✓ Repobility

---

**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://www.repobility.com/scan/cf60e75b-602f-4bc7-a210-bb894994b861/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 2 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 'Softeria/ms-365-mcp-server' 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.