Back to Home
BUZDOLAPCI icon

dedalus-mcp-test-suite

Verified Safe

by BUZDOLAPCI

Overview

End-to-end testing and validation of Dedalus Model Context Protocol (MCP) servers.

Installation

Run Command
npm test

Environment Variables

  • DEDALUS_API_KEY

Security Notes

The project is a test suite for Dedalus MCP servers. It handles API keys via environment variables (DEDALUS_API_KEY) and explicitly checks for their presence, which is a good security practice. The code does not appear to directly execute arbitrary user-provided code. Regular expressions (`expectedToolPattern`, `expectedOutputPattern`) are used for test validation, but these patterns are defined in the static `servers.json` configuration file, not directly from untrusted runtime input, mitigating common ReDoS risks. The core interaction with AI agents and MCP servers is abstracted by the `dedalus-labs` SDK, meaning the security posture for the actual agent execution largely depends on that SDK and the external MCP servers being tested. No critical vulnerabilities like `eval` or code obfuscation were found in this test suite's direct codebase.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-17

Tags

TestingDedalusMCPAI AgentsValidation