Practical guides to protect yourself, your family, and your business from AI-driven scams, deepfakes, and emerging cyber threats.
On July 25, 2026, a Reddit user showed that a single search, site:claude.ai/share, pulled up hundreds of conversations people had held with Anthropic's Claude assistant and never meant for strangers to read. Roughly 600 shared chats and interactive Artifacts were sitting in the open. Among them were resumes carrying real names and phone numbers, live API keys, crypto wallet details, a lawyer's notes on a possible ethics case, and text that looked like Social Security numbers.
Nobody broke in. No password was phished and no malware ran. The share feature did precisely what it was built to do, and that is what makes this worth your attention. The leak was an ordinary product working as intended, colliding with a search engine that was only doing its job.
When you share a Claude conversation, the assistant creates a public link on the claude.ai/share path. Anyone holding that link can open the chat with no login. The pages carried no noindex tag, the small piece of HTML that tells a search crawler to skip a page. So once a share link leaked into a forum post, a public code repository, a social feed, or a screenshot, Google and Bing were free to crawl the full contents and file them under a searchable address. The site: operator, which limits a search to one domain, did the rest.
The mechanism is almost banal, and that is the point. A share link is not a secret. It is a URL, and URLs get copied, pasted, and posted. The missing noindex tag meant every one of those escaped links became a candidate for the search index. Researchers pulling the results found AWS Access Key IDs, the credential that unlocks an Amazon cloud account, and a Replicate API token sitting among the personal documents. Anthropic responded within days, updating its robots.txt file and related controls, and the Google results were cleared by around July 28. Bing lagged behind.
The concrete harm is that real people's identities and working credentials were left where anyone could find them, and a live API key in a search result is an unlocked door a stranger can walk through long before the owner notices. For your organisation, the exposure is closer than it looks. Think about why people share an AI chat in the first place: to hand a colleague a draft, to get a second opinion on a config file, to show a vendor how a script failed. Those are exactly the conversations that carry client names, internal data, and the occasional pasted secret. If someone on your team shared one to collaborate, the link may have been crawlable, and because a saved URL outlives the fix, you cannot assume the problem ended when the search results did.
The wider shift is the one to carry into a meeting. This is less a Claude flaw than a pattern. Publicly shareable links from AI tools were indexed by Google when the same thing happened to ChatGPT in July 2025, and again here a year later. Every assistant that ships a friendly share button is quietly turning private conversations into public web pages, and search engines will keep finding them.
No attacker was needed here. A convenience feature turned private chats into public web pages, a search engine indexed them, and a simple query did the rest. Anthropic's fix was quick, but the durable lesson is about your own habits. Anything you share from an AI tool should be treated as if it could appear in a search result tomorrow, because on more than one platform now, it already has. Before your team leans harder on these assistants, it is worth asking who at your company has shared a Claude or ChatGPT conversation this year, what was in it, and whether those links are still live.


