Skip to main content
SecurityUnknown

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.

securitycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mariocandela/beelzebub

Claude Desktop configuration example:

{
  "mcpServers": {
    "beelzebub": {
      "command": "npx",
      "args": [
        "-y",
        "mariocandela/beelzebub"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Unknown
Author
mariocandela