⚠️ This snapshot is over 30 days old — treat the grade as stale until the next refresh. Re-scan locally to verify.
Trust Card · Static snapshot
modelcontextprotocol__python-sdk D
47/100 · 7 findings (6 critical) · scope broad · Ranked #40 of 53 scanned.
Scanned 2026-09-09 · engine v0.1.0 (8 regex rules, OWASP-mapped) · upstream modelcontextprotocol/python-sdk @ 9972c21 (2026-09-07)
Score breakdown
Score constrained by 6 critical and 1 high-severity findings.
Fix first (7 critical/high)
| Severity | Rule | Finding | Remediation |
|---|---|---|---|
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secretdocs_src/identity_assertion/tutorial001.py:57Evidence: client_secret="finance-agent-secret", | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secretdocs_src/identity_assertion/tutorial002.py:29Evidence: client_secret="finance-agent-secret", | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secretexamples/snippets/clients/identity_assertion_client.py:63Evidence: client_secret="enterprise-mcp-secret", | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secretexamples/snippets/servers/identity_assertion_server.py:59Evidence: client_secret="enterprise-mcp-secret", | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secretexamples/stories/identity_assertion/server.py:23Evidence: DEMO_CLIENT_SECRET = "demo-finance-agent-secret" | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| CRITICAL | AT-SEC-002 (LLM02) | Hardcoded Credential or API Secrettests/docs_src/test_identity_assertion.py:73Evidence: client_secret="finance-agent-secret", | Move credentials to secure environment variables or a key vault. Never commit API keys. |
| HIGH | AT-SEC-005 (ASI02) | Unrestricted Recursive File Deletion / Modificationscripts/docs/translations.py:1099Evidence: shutil.rmtree(target, ignore_errors=True) | Enforce strict jail/root directories and require explicit human-in-the-loop confirmation before file deletions. |
Permissions
Scope: broad · Shell: disabled · Network egress: yes · File deletion: enabled · Human approval: none
Provenance
License: MIT · Lockfile: no · Security policy: yes · Signals: unverified origin
Independently scanned by the AgentTrust registry (not self-reported by the project). Static analysis only — no code executed, findings need human triage, counts may include test/example code. Static snapshot; re-scan before relying on it: npx @eulogik/agenttrust scan https://github.com/modelcontextprotocol/python-sdk. Scores move with every upstream commit; pages refresh weekly. How scoring works.