cd /news/ai-safety/when-ai-assistant-share-links-become… · home topics ai-safety article
[ARTICLE · art-79000] src=varonis.com ↗ pub= topic=ai-safety verified=true sentiment=↓ negative

When AI Assistant Share Links Become Public Exposure

AI assistant share links from platforms including ChatGPT, Claude, Grok, Gemini, Perplexity, Meta AI, Kimi, and DeepSeek pose a security risk because they are unauthenticated, permanent, crawlable HTTP resources on high-authority domains, and the only protections against search indexing are vendor-set headers and robots directives. Security researcher Om Patel disclosed that Claude share links have been indexed by search engines, and while major search engines removed exposed content and most vendors now ship noindex headers, the Wayback Machine still captures some share paths like chat.openai.com/share/*, and noindex is a discoverability control, not an access control.

read4 min views1 publishedJul 29, 2026
When AI Assistant Share Links Become Public Exposure
Image: Varonis (auto-discovered)

Every major AI assistant likely includes a "Share" button. The mental model users hold is a private hand-off, like a link you paste to a colleague. However, the mental model the web holds differs and is worth exploring.

A share link is an unauthenticated, permanent, crawlable HTTP resource sitting on a high-authority domain. The only things standing between the link and a search index is a header, a robots directive, and a vendor remembering to set both.

In corporate environments, the risk goes beyond "someone shared a link." The blast radius — how much damage is likely if a user is compromised — depends on what the user has access to before the prompt was written. Although the share link for enterprise licenses is limited, if an over-permissioned employee uses a personal AI account on a corporate device, a single shared conversation or artifact can accidentally carry sensitive files, customer context, code, tickets, or internal decisions into a public and durable surface.

The AI platform becomes the publishing layer, but the organization's permission model determines how much can leak through it.

The surface #

Share endpoints are almost universally a fixed path plus a high-entropy identifier. The entropy defeats brute force — a v4 UUID is not guessable — which is irrelevant. Enumeration never happens by guessing; it happens because a crawler was allowed to fetch the page once. After the fetch, the identifier is in an index, not a namespace.

(legacy: chat.openai.com/share/…) Claude

claude.ai/share/<uuid v4>

claude.ai/public/artifacts/<uuid>

grok.com/share/<base64-prefix>_<uuid> Gemini

gemini.google.com/share/<hex>

Perplexity

perplexity.ai/search/<slug>-<id>

perplexity.ai/page/<slug>-<id>

meta.ai/s/<id>

kimi.com/share/<id>

Claude share links have been indexed by various search engines, a topic that has been trending in the security industry because of its potential impact, but also because of how it was disclosed.

The findings were first discussed publicly on Reddit, which accelerated attention on the issue and prompted broader discussion around responsible disclosure practices. Attention to share links was amplified by similar exposures found in ChatGPT in 2025, and later across other AI platforms, leading many to believe the issue had been addressed industry-wide.

While major search engines reacted quickly and removed the exposed content from indexes, remediation efforts varied among platforms, with some taking longer to fully resolve the exposure. Nearly every vendor now ships the correct headers. Share pages return <meta name="robots" content="noindex">

, most add X-Robots-Tag: noindex at the edge, none publish sitemaps for the share path, and several disallow it in robots.txt. Run the baseline dorks today and the counts are a fraction of what they were.

"Noindex" is a discoverability control, not an access control. The page still resolves, unauthenticated, for anyone holding the URL.

The archives #

The archives are where the story diverges from press coverage. The vendors negotiated with search engines, but almost none of them negotiated with archivists.

The Wayback Machine now excludes the bulk of the share paths for most platforms; requests were made, honored, and a large share of captures went dark. However, in some cases there are alternative domains for the same platforms that still work.

For example, https://chatgpt.com/share/* is excluded in the Wayback Machine, while https://chat.openai.com/share/*

is not, and still shows the shared pages.

Look at Google: both the full https://gemini.google.com/share/*

is excluded in the Wayback Machine, while the short link https://g.co/gemini/share/* is not excluded — though it is not delivering the content of the pages.

DeepSeek share pages are also still indexed and accessible via Google dorking, as mentioned in the table above.

Grok also has its shared chats indexed and accessible.

The bottom line #

The share button in AI assistants was designed for quick collaboration, but in practice, it can behave like a publish button. AI-shared links can remain live for years, appear in public archives, expose sensitive topics via URLs, and survive deindexing or revocation efforts.

For organizations, the risk is not limited to whether a specific platform currently allows public conversations or artifacts. The broader issue is shadow AI usage combined with over-permissioned access. When sensitive organizational data enters personal or unmanaged AI tools, the potential blast radius depends on what that identity could access in the first place. That visibility is rarely monitored — the opposite of what it should be.

Thank you to [Mark Vaitsman](https://www.linkedin.com/in/mark-vaitzman/) and [Dor Yardeni](https://www.linkedin.com/in/dor-yardeni/) for their contributions on the topic.

What should I do now?

Below are three ways you can continue your journey to reduce data risk at your company:

Schedule a demo with us to see Varonis in action. We'll personalize the session to your org's data security needs and answer any questions.

See a sample of our Data Risk Assessment and learn the risks that could be lingering in your environment. Varonis' DRA is completely free and offers a clear path to automated remediation.

Follow us on LinkedIn, YouTube, and X (Twitter) for bite-sized insights on all things data security, including DSPM, threat detection, AI security, and more.

── more in #ai-safety 4 stories · sorted by recency
── more on @openai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/when-ai-assistant-sh…] indexed:0 read:4min 2026-07-29 ·