security

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.

cloud
security
0
View on GitHub

Installation

npx -y mariocandela/beelzebub

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/mariocandela/beelzebub

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub