Skip to content

AI45Lab/escape-llm-claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELC Logo

Protect Your Web Content from LLM Claws

License Python GitHub Stars


Why do We Release ELC

LLM-based Agent ("claws") aggressively crawl internet-scale information during task execution, potentially collecting sensitive data. Restricting such automated crawling while preserving normal human browsing has become an urgent need!

Quick Start

git clone https://github.com/AI45Lab/escape-llm-claw.git
cd escape-llm-claw
bash runs/install.sh
bash runs/elc.sh

This enables you to set up a web service at local port http://127.0.0.1:5000. After deploying the web service to a pulicly accessible server, you can further verify whether LLM agent is able to craw the website. For preliminary testing, we recommend using Ngrok to temporarily expose your local machine to external LLMs. For demonstration purposes, we provide an ELC-enabled web service which is publicly accessible at: https://kinolee.pythonanywhere.com/.

How Effective is ELC

ELC reduces agent crawling success rate by 93% on average across major frontier models:

Model Direct Access Crawl (no tools) Crawl (with tools)
GPT-5.2-High 89.0% 0.0% 2.0%
Gemini-3-Pro 83.0% 0.0% 1.2%
DeepSeek-R1 100.0% 0.0% 20.5%
Qwen-Flash 100.0% 0.0% 20.0%

Demonstration

ELC Demo

How does ELC Escape Agent Claws

Key Insight: Agents crawl server-side rendered content to minimize latency, while humans consume client-side rendered content and tolerate delays.

ELC exploits this gap:

  • Server-side AES-GCM encryption protects data from agent claws
  • Client-side JavaScript decryption reveals content to human users
  • Zero changes needed to your existing content workflow

ELC Architecture

License

MIT License - see LICENSE for details.

About

Protect Your Web Content from LLM Claws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors