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.

Scan timing: clone 1.59s · analysis 5.24s · 3.8 MB · GitHub API rate-limit (preflight)

modelcontextprotocol/python-sdk

https://github.com/modelcontextprotocol/python-sdk · scanned 2026-05-31 01:27 UTC (1 week, 6 days ago) · 10 languages

331 raw signals (144 security + 187 graph) 99th percentile · Python · medium (20-100K LoC) System graph score 94 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 6 days ago · v2 · last Δ -4.3 (diff) · 122 actionable findings from 2 signal sources. 96 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 85.0 0.15 12.75
security_score 95.9 0.25 23.98
testing_score 100.0 0.20 20.00
documentation_score 96.0 0.15 14.40
practices_score 77.0 0.15 11.55
code_quality 77.7 0.10 7.77
Overall 1.00 90.4
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
Insecure pattern 'subprocess_shell_true' in src/mcp/cli/cli.py:48
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
src/mcp/cli/cli.py:48
#2
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/publish-pypi.yml
#3
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/weekly-lockfile-update.yml
#4
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/claude.yml
#5
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/deploy-docs.yml
#6
Network/subprocess call without timeout or try/except — src/mcp/cli/cli.py:276
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in src/mcp/cli/cli.py:276 to prevent hung calls.
#7
Network/subprocess call without timeout or try/except — src/mcp/os/win32/utilities.py:220
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in src/mcp/os/win32/utilities.py:220 to prevent hung calls.
#8
Possibly dead Python function: init
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/mcpserver/memory.py:75; if framework-registered, add a docstring.
examples/mcpserver/memory.py:75
#9
Possibly dead Python function: handle_list_resources
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/servers/simple-resource/mcp_simple_resource/server.py:24; if framework-registered, add a docstring.
examples/servers/simple-resource/mcp_simple_resource/server.py:24
#10
Possibly dead Python function: handle_read_resource
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/servers/simple-resource/mcp_simple_resource/server.py:41; if framework-registered, add a docstring.
examples/servers/simple-resource/mcp_simple_resource/server.py:41

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/09a82e1c-3c7b-4e96-9fa0-263fa270bb5b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/09a82e1c-3c7b-4e96-9fa0-263fa270bb5b/

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.