Fuzzy Canary is a lightweight anti-scraping toolkit that plants invisible links in your HTML templates. The goal is simple: make automated scrapers think your blog contains undesirable content so they skip indexing or archiving it.
The approach exploits the content safety filters used by large-scale scraping systems. Instead of fighting scrapers with rate limits or CAPTCHAs, you inject hidden anchors that trigger those filters. If you already use privacy-first techniques to protect your data, PDFcraft avoids exposing documents to cloud servers with a similar defensive mindset.

How It Works
Fuzzy Canary injects hidden anchors into your rendered HTML. Scrapers that greedily index pages will encounter the links, and automated systems that avoid certain content categories may treat the page as undesirable. The injection is installed via a simple template modification.
Quick start:
git clone https://github.com/vivienhenz24/fuzzy-canary.git cd fuzzy-canary # follow the README for template injection or middleware examples
| Feature | What it does |
|---|---|
| Invisible links | Inserts hidden anchors into HTML templates |
| Anti-scraping trap | Aims to trigger scraping filters and reduce indexing |
| Simple install | Add the injection to your generator or server templates |
Test on a staging mirror first and monitor search engine indexing closely. The same principle of controlling access to your content is used by E2ECP which enforces end-to-end encryption for file transfers — both let you decide who gets access.
Pros
- Very low friction to install, minimal dependencies
- Exploits existing scraper heuristics instead of building rate limits
- Open source — you can inspect the injected payloads
Cons
- Risk of breaking SEO, indexing, or analytics for legitimate crawlers
- Ethically and legally questionable depending on payloads
- Not a guaranteed blocker against custom crawlers

Try It Locally
git clone https://github.com/vivienhenz24/fuzzy-canary.git # open the README and test the injection on a non-production copy of your site
Note that community reaction is mixed. Some practitioners advise against using this technique on sites you care about ranking. Test thoroughly before deploying live.
Project link:
https://github.com/vivienhenz24/fuzzy-canary
- Vibecode Terminal, Unified Agent Sandbox
Hermes Agent is an open-source, terminal-first AI assistant from Nous Research that lives in your terminal or on a server…
- Vibecode Terminal, Unified Agent Sandbox
ESPectre turns a cheap ESP32 board into a motion detector that reads Wi-Fi signal changes rather than using cameras or..
- Vibecode Terminal, Unified Agent Sandbox
E2ECP is a peer-to-peer file transfer tool that works from the web or the CLI. It enables direct, end-to-end encrypted..
