▶ /audit — BOT-RESILIENCE CONSOLE
How exposed is a site to bots?
Point it at a website and measure its defenses against automated abuse — WAF / anti-bot detection, rate limiting, exposed GraphQL, path surface, and bot-vs-human handling.// Runs server-side from this site. Bounded, polite probes — never a flood.
WAF / anti-bot / CDN fingerprint, security headers, cookies, IP reputation. Passive.
Bounded, robots-respecting crawl → directory tree with every status code.
Bounded detection probe — stops on the first limit. Per-path rules diff.
Same request, varied UA/headers/cookies — does the site detect automation?
Endpoint detection, introspection, operation & type enumeration.
Fires from 2 IPs (Vercel + Cloudflare relay) → is the limit per-IP or global? Needs relay configured.
Bounded probes with hard caps · SSRF-guarded · private/internal targets blocked · scan only what you're authorized to.