ddot-gateway
v0.7.0
Published
ddot -- The Security Protocol for Agentic AI. Ed25519 signing, Wasm sandboxing, 5-layer prompt firewall, and tamper-evident audit chains for MCP servers.
Maintainers
Readme
@ddot/gateway
The Security Protocol for Agentic AI
ddot wraps your MCP servers with 5 security gates: Ed25519 signing, tool whitelisting, capability gating, environment isolation, and SHA-256 audit chains.
802 tests. 42 audit findings resolved. Post-quantum ready.
Quick Start
Add to your Claude Desktop config (Settings > Developer > Edit Config):
{
"mcpServers": {
"ddot-gateway": {
"command": "npx",
"args": ["-y", "@ddot/gateway", "--key", "YOUR_LICENSE_KEY"]
}
}
}Get your license key at ddot.build/signup.
CLI Usage
npx @ddot/gateway init # First-time setup
npx @ddot/gateway start # Start the gateway
npx @ddot/gateway doctor # Security scorecard
npx @ddot/gateway doctor --cmmc # CMMC Level 1 matrixWhat It Protects Against
- Prompt injection -- 5-layer firewall catches malicious instructions
- Tool tampering -- Ed25519 signatures verify every tool call
- Shadow actions -- SHA-256 audit chains log everything immutably
- Supply chain attacks -- Manifest verification prevents compromised servers
- Data exfiltration -- Capability gating restricts what tools can access
Links
- ddot.build -- Homepage
- Security Report -- 802 tests, full audit
- Audit Tool -- Free MCP security scanner
- GitHub -- Source code
