Agent Browser Shield: Free OpenClaw Extension Blocks Prompt Injection & Dark Patterns

PixieBrix has released Agent Browser Shield, a free, source-available browser extension that sits between OpenClaw and the browser to protect AI agents from adversarial content.
What It Blocks
- Prompt injection — both visible and hidden instructions embedded in page content
- Dark patterns — UI elements designed to manipulate or coerce agent behavior
- Context pollution — low-value junk that degrades instruction following
Bonus: stripping irrelevant content reduces token consumption, making runs both more secure and cheaper.
Background
PixieBrix previously built insider-risk and social-engineering protection for BPO contact centers. Agent Browser Shield applies the same methodology to agentic browsing via OpenClaw.
The team acknowledges this is not a solved problem and is building the shield in the open, sharing benchmarks as they go. They invite community contributions to help prioritize rules.
Installation
Install alongside your OpenClaw setup from either:
- ClawHub: https://clawhub.ai/pixiebrix/agent-browser-shield
- GitHub: https://github.com/pixiebrix/agent-browser-shield
Give it a star and report weird agent behaviors you've encountered to help shape the ruleset.
📖 Read the full source: r/openclaw
👀 See Also

Windows System Tray App for Real-Time Claude API Usage Monitoring
A developer built a lightweight Windows tray application that displays Claude API quota usage in real time, including 5-hour and 7-day windows, today's token counts, and depletion forecasts. The app supports Korean, English, Chinese, and Japanese UI and is open source on GitHub.

Proactive Context-Rot Detection in Claude Code: A Feature Suggestion from r/ClaudeAI
A Reddit feature suggestion proposes that Claude Code proactively detect context rot and offer a structured task-scoped handoff, generating a handoff file and spawning a new session automatically.

Google Research introduces TurboQuant for AI model compression
Google Research has introduced TurboQuant, a compression algorithm that reduces AI model size with zero accuracy loss. It addresses memory overhead in vector quantization and improves key-value cache performance.

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.