Claude Chat Leak via Google Search: What Developers Need to Know

Over the weekend, a vulnerability in Anthropic's Claude exposed user chat transcripts via Google Search. Redditors discovered that adding site:claude.ai/share to a Google query returned indexed share links containing full conversation histories. Affected chats included lawyers discussing legal strategies, engineers debugging technical issues, and users sharing personal problems.
How the Leak Worked
Claude's share link feature generates a publicly accessible URL for any conversation a user chooses to share. These URLs were being indexed by Google's crawler, making them searchable. The attack vector was trivial: anyone could append site:claude.ai/share to a keyword search and potentially find sensitive chats. Anthropic quickly responded by blocking the search pattern, and as of now, site:claude.ai/share returns no results.
Scope and Caveats
The leak likely only affected users who explicitly shared a conversation via Claude's share feature. However, a previous incident in September 2026 (as reported by Futurism) suggests some users whose chats were exposed denied ever using the share function, raising questions about potential broader indexing.
Implications for Developers
This is the second time Claude has leaked chats this way, following a similar incident with ChatGPT last August. Even if your chats weren't shared, Anthropic retains conversation data for 30 days after deletion and may use it for model training unless you opt out. Treat any AI chatbot conversation as non-private—don't share secrets, credentials, or personally identifiable information (PII).
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code v2.1.198: Chrome GA, Agent Notifications, /dataviz, and AWS Gateway
Anthropic released Claude Code v2.1.198 with Chrome extension GA, background agent notifications, a new /dataviz skill, and Claude Platform on AWS as a failover provider.

Claude Prompt Cache Diagnostics: Stats Thread Reveals 98.9% Cache Read Ratio
Two days ago, Claude released prompt cache diagnostics in Console. One developer reports 98.9% cache read ratio, with 80% of misses due to messages changed.

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Anthropic Policy Update Bans Third-Party Tools for Claude Pro/Max Users
Anthropic updated their policy in February 2026 to explicitly ban any script, wrapper, or third-party tool usage with Claude Pro or Max plans, resulting in lifetime bans for users who violate this policy. High-tier Max plan users engaging in heavy coding sessions are being targeted in a March 2026 enforcement wave.