google-workspace-unlimited
PyPI
v3.0.0
Published by dipseth — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
Comprehensive MCP server for Google Workspace integration - 72+ tools across Gmail, Drive, Docs, Sheets, Slides, Calendar, Forms, Chat, and Photos with OAuth 2.1 + PKCE authentication
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 2.2 = 98. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −2.2 | Hardcoded Google API key in test/example/packaging ×4 MTC-SRC-008 | exfiltration |
2. Client adoption risk — 98 − 11 = 87. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −10 | capability blast radius (critical) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
This server (without client built-ins) exposes a complete data-exfiltration chain: export_and_download_presentation → list_drive_items → send_smart_email. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.
Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.
Location: flow export_and_download_presentation → list_drive_items → send_smart_email
In the server's implementation (`adapters/module_wrapper/domain_mixin.py:220`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: y: result = subprocess.run( [sys.executable, "-m", "pip", "install", install_target],
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server adapters/module_wrapper/domain_mixin.py
In the server's implementation (`config/qdrant_docker.py:65`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try: result = subprocess.run( ["docker", "info"], capture_output=True, tim
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server config/qdrant_docker.py
In the server's implementation (`gmail/mjml_wrapper.py:77`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try: result = subprocess.run( ["mjml", "--stdin", "--stdout"], input=mjml_source,
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server gmail/mjml_wrapper.py
A hardcoded Google API key (a public Firebase/web API key) appears in `scripts/test_button_params.py:27`. Verify whether this is a real credential; if so, remove and rotate it.
Evidence: Google API key: AIza…(redacted)
Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.
Location: server scripts/test_button_params.py
A hardcoded Google API key (a public Firebase/web API key) appears in `scripts/test_cache_webhook_demo.py:23`. Verify whether this is a real credential; if so, remove and rotate it.
Evidence: Google API key: AIza…(redacted)
Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.
Location: server scripts/test_cache_webhook_demo.py
A hardcoded Google API key (a public Firebase/web API key) appears in `scripts/test_textparagraph_markdown.py:24`. Verify whether this is a real credential; if so, remove and rotate it.
Evidence: Google API key: AIza…(redacted)
Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.
Location: server scripts/test_textparagraph_markdown.py
A hardcoded Google API key (a public Firebase/web API key) appears in `scripts/test_variation_webhook_demo.py:23`. Verify whether this is a real credential; if so, remove and rotate it.
Evidence: Google API key: AIza…(redacted)
Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.
Location: server scripts/test_variation_webhook_demo.py
In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/test_v2_card_builder.py:96`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: h}", ] result = subprocess.run(cmd, capture_output=True, text=True) return result def main(): print("=
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server scripts/test_v2_card_builder.py
Each tool and what it can reach — statically extracted from the published source.
export_and_download_presentationingests untrusted inputfetchingests untrusted inputlist_drive_itemsreads sensitive datasend_smart_emailnetwork egressadd_questions_to_formno sensitive capabilityadd_slideno sensitive capabilityanalyze_sentimentno sensitive capabilitycheck_drive_authno sensitive capabilitycreate_calendarno sensitive capabilitycreate_drive_fileno sensitive capabilitycreate_formno sensitive capabilitycreate_gmail_filterno sensitive capabilitycreate_presentationno sensitive capabilitycreate_sheetno sensitive capabilitycreate_spreadsheetno sensitive capabilitydelete_gmail_filterno sensitive capabilitydraft_gmail_forwardno sensitive capabilitydraft_gmail_messageno sensitive capabilitydraft_gmail_replyno sensitive capabilityforward_gmail_messageno sensitive capabilityget_eventno sensitive capabilityget_formno sensitive capabilityget_form_responseno sensitive capabilityget_gmail_filterno sensitive capabilityget_gmail_thread_contentno sensitive capabilityget_module_componentno sensitive capabilityget_photo_detailsno sensitive capabilityget_photos_library_infono sensitive capabilityget_presentation_infono sensitive capabilityget_spreadsheet_infono sensitive capabilitygmail_draft_apply_editsno sensitive capabilitygmail_draft_discardno sensitive capabilitygmail_draft_saveno sensitive capabilitygmail_draft_sendno sensitive capabilitylist_calendarsno sensitive capabilitylist_eventsno sensitive capabilitylist_form_responsesno sensitive capabilitylist_gmail_filtersno sensitive capabilitylist_messagesno sensitive capabilitylist_module_componentsno sensitive capabilitylist_photos_albumsno sensitive capabilitylist_spreadsheetsno sensitive capabilitylist_thingsno sensitive capabilitylist_wrapped_modulesno sensitive capabilitymanage_drive_filesno sensitive capabilitymanage_gmail_labelno sensitive capabilitymodify_gmail_message_labelsno sensitive capabilitymodify_sheet_valuesno sensitive capabilitymove_events_between_calendarsno sensitive capabilityphotos_batch_detailsno sensitive capabilityphotos_performance_statsno sensitive capabilitypublish_form_publiclyno sensitive capabilityread_sheet_valuesno sensitive capabilityreply_to_gmail_messageno sensitive capabilitysearch_messagesno sensitive capabilitysend_gmail_messageno sensitive capabilityset_form_publish_stateno sensitive capabilityshare_drive_filesno sensitive capabilityupdate_form_questionsno sensitive capabilityupdate_slide_contentno sensitive capabilitywrap_moduleno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v3.0.0 latest |
B 87/100 | 9 | 1.13.0 | 2026-09-04 |
v2.14.0 |
B 87/100 | 9 | 1.13.0 | 2026-09-01 |
v2.13.0 |
B 87/100 | 9 | 1.13.0 | 2026-08-31 |
v2.11.1 |
B 87/100 | 9 | 1.13.0 | 2026-08-27 |
v2.11.0 |
B 87/100 | 9 | 1.13.0 | 2026-08-25 |
v2.10.0 |
B 87/100 | 9 | 1.12.1 | 2026-08-21 |
v2.9.1 |
B 87/100 | 9 | 1.12.1 | 2026-08-20 |
v2.9.0 |
B 87/100 | 9 | 1.12.1 | 2026-08-19 |
v2.8.0 |
B 87/100 | 9 | 1.12.1 | 2026-08-18 |
v2.7.0 |
B 87/100 | 9 | 1.12.1 | 2026-08-17 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan google-workspace-unlimited --online --registry pypi
FDA device & vehicle recall risk for AI agents: recall history, MAUDE trend, risk score.
Open-source MCP server exposing Agent402.Tools' catalog — 500+ strong: 400+ self-hostable tools + 100 multi-tool skill packs (security-audit, trend-analysis, structured-scrape, decode-blob, forecasting-bake-off) for AI agents — browser, web search & answe
Zero-dependency MCP server that gives AI agents a self-updating project memory in AGENTS.md. Returns merge instructions instead of mutating state, so every change is a reviewable diff.
MCP Apps UI resources and server helpers for n8n
MCP server providing comprehensive access to BookStack knowledge management system
MCP server for tracking achievements with STAR methodology