mcp-client
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes content from remote MCP servers, which serves as a potential vector for indirect prompt injection if those servers provide untrusted or malicious output.
- Ingestion points: Data retrieved via
tools/call,prompts/get, andresources/readis processed inSKILL.md. - Boundary markers: The helper function does not implement specific delimiters or 'ignore' instructions for the retrieved content.
- Capability inventory: The skill uses the
fetchAPI for network communication and implies the ability to cache data to the file system. - Sanitization: No explicit content sanitization or validation logic is provided beyond standard JSON parsing.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill performs network operations using
fetchto a remote server. This behavior is the primary and intended function of an MCP client. - [CREDENTIALS_SAFE]: The instructions contain explicit warnings against hardcoding or manually managing authentication tokens, recommending reliance on the platform's native connector authentication injection.
Audit Metadata