Sentinel (Edge Bot-Firewall)
- Problem
- Bot attacks and data scrapers consumed excessive bandwidth and requests, inflating infrastructure costs without a viable mitigation tool on the free tier.
- Approach
- Developed Sentinel, an edge-executed bot-firewall using Cloudflare Workers and Durable Objects. It scores each request using TLS, HTTP version, and browser header signatures, drastically reducing the connection budget for suspicious agents.
- Cloudflare Workers
- Durable Objects
- JavaScript
- Vitest