mcp-testing
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill follows developer best practices for unit and integration testing of MCP servers.
- [EXTERNAL_DOWNLOADS]: Utilizes standard, well-known packages from official registries (npm and PyPI). These include Vitest, pytest, and the official @modelcontextprotocol/inspector tool, which are expected in this development context.
- [COMMAND_EXECUTION]: Instructions involve standard testing commands such as
npm testandpytest. These are executed locally within the user's development environment for the purpose of verifying server logic. - [DATA_EXFILTRATION]: No network exfiltration patterns were found. A suggested debugging hook uses local file logging to
/tmpfor diagnostic visibility.
Audit Metadata