Gate - Zero-trust edge reverse proxy that blocks malicious API requ
by•
GATE is DECTRAX's open-source (MIT) reverse proxy for Cloudflare Workers. It validates JSON requests against default-deny schemas at sub-millisecond latency, blocking SQLi, XSS, command injection, and prompt injection before traffic hits the origin. Running with zero external dependencies or databases, it supports two modes: STRICT_BLOCK (drops threats instantly) and HONEYPOT_DECEIVE (feeds synthetic canary data while alerting your SIEM). Free, standalone, and fully auditable on GitHub.

Replies