Back to Home
akumar0205 icon

mcp_server_redteam

Verified Safe

by akumar0205

Overview

A Python-based red teaming scanner designed to detect common security vulnerabilities in MCP (Model Context Protocol) servers through deterministic vulnerability probes and full transcript capture.

Installation

Run Command
mcp-redteam demo --suite suites/baseline --out artifacts/demo --tool-server benign

Environment Variables

  • MCP_INTERNAL_TOKEN

Security Notes

The scanner is designed for 'Authorized Security Testing Only' and explicitly includes a 'vulnerable local lab'. It uses `subprocess.Popen(cmd, shell=True)` within `StdioTransport` to interact with target servers, which is a necessary function for a scanner to test command injection or similar vulnerabilities, but implies the CLI argument `--cmd` is provided by a trusted operator. The included demo and vulnerable servers are clearly marked and designed for controlled testing environments. There is no obfuscation or hardcoded sensitive production secrets, only test-specific canary values.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2026-01-18

Tags

security testingred teamingvulnerability scanningAI securityprotocol analysis