| Version | Supported |
|---|---|
| 0.x | ✅ |
If you discover a security vulnerability in AgentBus, please report it responsibly.
Do NOT open a public issue.
Instead, email us at: security@agentbus.dev
We will acknowledge receipt within 48 hours and provide a detailed response within 5 business days.
- We will confirm the vulnerability and determine its impact.
- We will release a fix as soon as possible.
- We will credit the reporter (unless they prefer to remain anonymous).
When using AgentBus:
- Always validate webhook signatures (HMAC-SHA256).
- Never commit
.envfiles or API keys to your repository. - Use TLS for all agent communication.
- Enable authentication on the webhook ingestion API.
- Monitor the dead letter queue for failed events.