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
Installation
npx -y mariocandela/beelzebubConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub