mariocandela/beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious agent behavior. The underlying idea is to provide the agent with tools it would never use in its normal work.
Quick Start
Clone the repository:
git clone https://github.com/mariocandela/beelzebubClaude Desktop configuration example:
{
"mcpServers": {
"beelzebub": {
"command": "npx",
"args": [
"-y",
"mariocandela/beelzebub"
]
}
}
}Check the repository README for specific installation and configuration instructions.