Secure-Hulk is a security scanner for Model Context Protocol (MCP) servers and tools. It helps identify potential security vulnerabilities in MCP configurations, such as prompt injection, tool poisoning, cross-origin escalation, data exfiltration, and toxic agent flows.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"secure-hulk": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Secure-Hulk is a security scanner for Model Context Protocol (MCP) servers and tools. It helps identify potential security vulnerabilities in MCP configurations, such as prompt injection, tool poisoning, cross-origin escalation, data exfiltration, and toxic agent flows.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Secure Hulk and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Security scanner for Model Context Protocol servers and tools.
Secure-Hulk is a security scanner for Model Context Protocol (MCP) servers and tools. It helps identify potential security vulnerabilities in MCP configurations, such as prompt injection, tool poisoning, cross-origin escalation, data exfiltration, and toxic agent flows.
npm install
npm run build
# Scan well-known MCP configuration paths
npm i secure-hulk
# Scan specific configuration files
secure-hulk scan /path/to/config.json
# Generate HTML report
secure-hulk scan --html report.html /path/to/config.json
# Enable verbose output
secure-hulk scan -v /path/to/config.json
# Output results in JSON format
secure-hulk scan -j /path/to/config.json
Secure-Hulk now supports using OpenAI's Moderation API to detect harmful content in entity descriptions. This provides a more robust detection mechanism for identifying potentially harmful, unsafe, or unethical content.
To use the OpenAI Moderation API:
secure-hulk scan --use-openai-moderation --openai-api-key YOUR_API_KEY /path/to/config.json
Options:
--use-openai-moderation: Enable OpenAI Moderation API for prompt injection detection--openai-api-key <key>: Your OpenAI API key--openai-moderation-model <model>: OpenAI Moderation model to use (default: 'omni-moderation-latest')The OpenAI Moderation API provides several advantages:
The API can detect content in these categories:
If the OpenAI Moderation API check fails for any reason, Secure-Hulk will automatically fall back to pattern-based detection for prompt injection vulnerabilities.
Secure-Hulk now supports Hugging Face safety models for advanced AI-powered content moderation. This provides additional options beyond OpenAI's Moderation API, including open-source models and specialized toxicity detection.
To use Hugging Face safety models:
secure-hulk scan --use-huggingface-guardrails --huggingface-api-token YOUR_HF_TOKEN /path/to/config.json
Options:
--use-huggingface-guardrails: Enable Hugging Face safety models for content detection--huggingface-api-token <token>: Your Hugging Face API token--huggingface-model <model>: Specific model to use (default: 'unit