Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
Wired Security (AI) · 2026/7/27 20:08:00

Private Claude Chats Exposed in
AI 中文解读
你以为和AI的私密对话只有你们知道?最近有用户发现,自己在Anthropic Claude上的聊天记录竟然能通过谷歌和必应轻松搜到,内容涉及政治倾向咨询、法律伦理问题甚至色情角色扮演——隐私彻底“裸奔”了。
这其实是个技术疏忽。Claude允许用户通过生成公开链接来分享聊天“快照”,按理说网站应该在robots.txt文件里禁止搜索引擎抓取这些页面。Anthropic确实设置了,但问题在于,光有这份“请勿入内”的指令还不够——搜索引擎还会抓取别的网站引用的链接,除非页面本身带有“noindex”标签。不幸的是,Claude的这些共享页面偏偏没加这个标签,结果被谷歌和必应老老实实收录了。
这件事给所有人敲响警钟:别以为和AI聊了什么就真的“只有你们知道”。即便服务商做了基本防护,一个配置遗漏就可能让你分享的对话全网可见。对于普通用户,最实际的建议是——不要分享任何你不希望被陌生人看到的聊天内容,并定期检查自己生成过的公开链接。对于企业而言,这也提醒他们:保护AI对话隐私,需要从文件到页面标签层层设防,少一环都不行。
Maddy VarnerSecurityJul 27, 2026 4:08 PMPrivate Claude Chats Exposed in Google and Bing Search ResultsThe screwup shows how tricky it can be to stop web crawlers from making ostensibly private conversations with AI chatbots entirely too public.Photo-Illustration: Jobanny Cabrera; Getty ImagesCommentLoaderSave StorySave this storyCommentLoaderSave StorySave this storyWhat happens between you and an AI chatbot does not always stay between you and a chatbot. Just ask Google.Over the weekend, people were surprised to discover that some Anthropic Claude chats could be easily found via web search. The issue, which appears to have been first flagged by a redditor, exposed chats that included people asking for advice about what political party they should join, whether attorneys in Kansas are required to self-report when they believe they’ve committed an ethical violation, and erotic role play.Claude allows users to share with other people “snapshots” of chats by creating a public URL to a specific chatbot thread. The reasons some of these URLs were indexed by major search engines comes down to the basic functions of websites, search engines, and the collision of the two when generative AI gets in the mix.Basically, Anthropic instructs web crawlers, like those used by search engines like Google and Bing, not to index chats a user decides to share with other people. The company does this via something called a robots.txt file, which has long been considered the standard way to tell web scrapers what parts of a site are appropriate to access. Anthropic’s robots.txt has made “shared” chats off limits to web scrapers since at least September 2025, according to a snapshot on the Wayback Machine.But it’s harder to prevent pages from being included in search engine results than you might expect.Bing, which still shows “about 612 results” if you search “site:claude.ai/share” at the time of this writing, says in its technical documentation that developers can block the search engine’s web crawlers using robots.txt—but that web developers should also include a “noindex” tag on individual pages as well.Some of the chats that showed up in search results flagged in the Reddit post were deleted by the time WIRED viewed them, and results no longer show up in Google when you search the “share” query that still worked on Bing. In a developer guide, Google says that it ignores robots.txt instructions if that page is linked to from elsewhere on the internet and the page owner doesn’t also include a special “noindex” html tag on the page or a “x-robots-tag” in the page’s response header.WIRED reviewed a sample of the exposed Claude chat pages and found that they did not include the “noindex” tag that both Bing and Google say they take into consideration when deciding whether or not to index a page.Microsoft, which owns Bing, did not provide comment ahead of publication. Anthropic did not respond to multiple requests for comment.Google spokesperson Ned Adriance tells WIRED that the indexing of shared Claude chats is Anthropic’s responsibility. “Neither Google nor any other search engine controls what pages are made public on the web, and these pages were indexed across many search engines,” Adriance says. “We give site owners clear controls to decide whether pages can be crawled or indexed, and we always respect those directives.”Anthropic didn’t respond to questions about why it didn’t include the “noindex” tag on the shared chat pages.Last September, Anthropic got heat for the same issue, and told Forbes that it uses robots.txt to let crawlers know they shouldn’t access the shared chats. But as the Forbes report points out, there’s no guarantee that will stop search engines from indexing specific web pages.Even if robots.txt doesn’t always work to prevent pages from being indexed on search engines, AI labs are still making use of it for other purposes. Many labs promise creators that their websites won’t be used as AI training fodder so long as the deve
分享
阅读原文 ↗