Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
14 of your 43 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.39s · analysis 22.6s · 1.1 MB · GitHub API rate-limit (preflight)

Softeria/ms-365-mcp-server

https://github.com/Softeria/ms-365-mcp-server · scanned 2026-06-05 21:54 UTC (1 week, 2 days ago) · 10 languages

143 raw signals (39 security + 104 graph) 73rd percentile · Typescript · small (2-20K LoC) System graph score 64 (higher by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 2 days ago · v2 · 84 actionable findings from 2 signal sources. 7 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 72.9 0.25 18.23
testing_score 90.0 0.20 18.00
documentation_score 64.0 0.15 9.60
practices_score 84.0 0.15 12.60
code_quality 78.0 0.10 7.80
Overall 1.00 81.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml
#2
Dockerfile runs as root: Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#3
`fetch()` without try/.catch or AbortSignal — src/lib/microsoft-auth.ts:181
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in src/lib/microsoft-auth.ts:181, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#4
Stray `console.log` in TS/JS — remove-recursive-refs.js:120
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in remove-recursive-refs.js:120.
#5
Stray `console.log` in TS/JS — test-calendar-fix.js:48
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in test-calendar-fix.js:48.
#6
Stray `console.log` in TS/JS — test-real-calendar.js:9
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in test-real-calendar.js:9.
#7
Stray `console.log` in TS/JS — src/auth.ts:698
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/auth.ts:698.
#8
Stray `console.log` in TS/JS — src/index.ts:62
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/index.ts:62.
#9
Stray `console.log` in TS/JS — src/cli.ts:138
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/cli.ts:138.
#10
31 env vars used in code but missing from .env.example
GapSeverity.LOW Layer.QUALITY score 0.130
Why: low severity · crashes are likely without this
Fix: Add a timeout on the call and wrap the body in this language’s exception-handling primitive.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/cf60e75b-602f-4bc7-a210-bb894994b861/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/cf60e75b-602f-4bc7-a210-bb894994b861/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.