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.

Add a comment

Replies

Best
GATE is DentiSystems' open-source (MIT-licensed) reverse proxy, built for Cloudflare Workers. It inspects every incoming JSON request against a default-deny schema at sub-millisecond latency, filtering out SQL injection, XSS, command injection, and prompt injection before traffic ever reaches the origin server. GATE runs with zero external dependencies and zero database requirements. It supports two modes: STRICT_BLOCK, which rejects malicious requests outright, and HONEYPOT_DECEIVE, which feeds attackers synthetic canary-marked data while silently alerting your SIEM. Free, standalone, and fully auditable on GitHub.