zoom-mcp
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection Surface]: The skill enables an agent to ingest and process external meeting data, including summaries and transcript-capable resources via tools like
get_meeting_assetsandget_recording_resource. As this data originates from meeting participants, it represents a potential surface where external instructions could influence the agent's logic. - Evidence: Found in
references/tools.mdandexamples/transcript-retrieval.mdwhich describe fetching meeting-linked assets and recording content. - Mitigation: The documentation encourages using specific tool schemas and provides error handling guidance to maintain deterministic behavior.
- [Credential Management Configuration]: The guidance describes the management of sensitive OAuth credentials, such as client IDs and access tokens, using environment variables like
ZOOM_MCP_ACCESS_TOKENandZOOM_CLIENT_SECRET. - Evidence: Detailed setup instructions are provided in
concepts/oauth-setup.mdandRUNBOOK.md. - Context: This is a standard approach for secure local development, and the documentation highlights the sensitivity of these values, particularly when recommending refresh token management.
- [External Service References]: For development and troubleshooting, the skill suggests using third-party services like
webhook.siteorngrokto capture OAuth redirect codes. - Evidence: Mentioned as diagnostic options in
concepts/oauth-setup.md. - Context: The guide explicitly notes that authorization codes are sensitive and provides warnings against using shared or long-lived capture URLs.
- [Standard Service Integration]: The skill connects to official Zoom infrastructure at
mcp-us.zoom.us,mcp.zoom.us, andzoom.usfor tool execution and authentication. - Evidence: Endpoints are defined in
SKILL.mdandconcepts/mcp-architecture.md. - Context: These are legitimate vendor resources required for the skill to communicate with the Zoom platform.
Audit Metadata