https://cfcheatdetector.vercel.app/leader?page=1&limit=100000&search=
Currently the limit query param can be set to an arbitrarily large number (e.g. limit=100000), which risks pulling massive result sets into memory and degrading DB and site performance. I propose capping limit to 100 by default. This protects system stability while keeping the API useful, users can still paginate to retrieve more results.