I have a website that archives articles of a certain community, and since it's hard to bypass bot detection with server-side crawling, I use client-side crawling with extension to upload the result to my server. However, it's dangerous because anyone can modify the result and upload it since it's running on the client side. How to prevent this?