Get all your news in one place.
100's of premium titles.
One app.
Start reading
International Business Times
International Business Times

ChatGPT Images Carry Invisible AI Markers Anyone Can Detect: What Users Who Can't Disclose Gen AI Need to Know

SynthID

Every image generated through ChatGPT, Codex, or the OpenAI API since May 19, 2026 carries two invisible signals permanently embedded in the image data — signals that identify it as AI-produced and survive screenshots, compression, and format changes. Anyone can check for them using a free public verification tool. If you work in an environment where submitting AI-generated images without disclosure is prohibited — a newsroom, an academic institution, a client contract, a workplace policy — you need to know that those images are now detectably marked, whether or not you choose to disclose them. OpenAI announced the rollout at Google I/O 2026, formalizing a partnership with Google DeepMind to embed SynthID, Google's pixel-level watermarking technology, across all its image outputs, while simultaneously joining the Coalition for Content Provenance and Authenticity (C2PA) as a conforming generator. The announcement arrives 10 weeks before August 2, 2026 — the date on which both the EU AI Act's Article 50 transparency requirements and California's AI Transparency Act become enforceable.

Two Signals, One Problem

The provenance problem these tools address is straightforward: AI-generated images have become visually indistinguishable from photographs, and no AI-based detector reliably identifies them after the image has been processed, compressed, or screenshotted.

OpenAI's implementation layers two complementary solutions on top of each other. The first is C2PA Content Credentials, a cryptographically signed metadata standard that records an image's origin, the tool that created it, and a timestamp. Because the manifest is embedded in the file's metadata, it can be read by any C2PA-aware platform — but it can also be stripped. Screenshot an image, re-save it, or upload it through most social platforms and the metadata is gone.

The second signal is SynthID, which Google DeepMind introduced in August 2023. Rather than attaching readable metadata, SynthID trains a separate neural network to add a learned, perceptually invisible perturbation to the image's pixel data after generation. That perturbation is designed to survive compression, resizing, cropping, and screenshots — the same transformations that strip C2PA metadata. The watermark carries less contextual information than a C2PA manifest but persists where metadata does not.

OpenAI describes the pairing as deliberate redundancy: the C2PA layer provides rich, verifiable context when it survives; SynthID provides a durable fallback signal when it does not. Both signals are now embedded by default in every image OpenAI's systems produce.

ChatGPT, Codex, and the API: What Is Live Now

The rollout applies to images generated through three surfaces: ChatGPT (across all subscription tiers), Codex, and the OpenAI API. OpenAI's May 19 announcement confirmed the company has become a C2PA Conforming Generator Product, meaning other platforms that read C2PA manifests can now preserve and pass along OpenAI's provenance metadata when images move between services.

OpenAI's prior C2PA commitment, announced in May 2024, covered DALL-E 3 metadata but did not include the SynthID watermark layer. The May 2026 rollout adds that second layer and extends coverage across the company's full image-generation surface.

The C2PA standard itself now has more than 6,000 member organizations and affiliates. Other companies that announced C2PA and SynthID adoption on the same day as OpenAI include Kakao, ElevenLabs, and Nvidia.

Verification Tool at openai.com/verify

Alongside the rollout, OpenAI launched a public verification tool in preview at openai.com/verify. Anyone can upload an image to receive a report on whether C2PA credentials, a SynthID watermark, or both are present. The tool is built to handle the most common real-world scenario in which C2PA metadata has been stripped — if the metadata is gone but the SynthID watermark survives, the tool still flags the image as AI-generated.

The current scope is limited: the tool verifies only images generated by OpenAI's own products. An image from Midjourney, Adobe Firefly, or any generator that does not embed SynthID will return no signal, even if it is entirely AI-generated. OpenAI describes cross-industry verification — covering other generators — as a roadmap item dependent on broader standard adoption.

That limitation is significant. The flood of AI-generated imagery circulating online originates from a wide ecosystem of tools. OpenAI's implementation confirms that its own images will not contribute to the unverified pool, but it cannot verify images that other labs produce.

What the Signals Expose: Platform, Not Person — But That May Be Enough

The liability question users are already asking is: can these signals trace the image back to the individual who generated it? The answer, based on current implementation, is more limited than many assume — and the limitation cuts both ways.

SynthID carries no identity information whatsoever. It signals only that the image came from a SynthID-enabled generator. No username, no account ID, no timestamp, no prompt. As C2PA Viewer's technical documentation confirms, SynthID "cannot tell you which tool produced the image, who created it, or whether the image has been edited." It is a trip wire, not a fingerprint.

The C2PA metadata layer is more informative but still stops short of naming individuals. OpenAI's implementation records the issuer (OpenAI), the model, and a timestamp. The C2PA specification does support optional verified identity assertions — a mechanism for attaching a creator's confirmed identity to content — but OpenAI has not indicated it uses that feature for ChatGPT-generated images. The World Privacy Forum's technical review of C2PA notes that actual implementations can diverge from the specification's privacy guidance, and that "loss of control over personal information" is a documented risk in the standard's own harms modeling. For now, what survives in the manifest is platform-level attribution, not account-level attribution.

That distinction matters — but it does not eliminate exposure. Proving an image came from OpenAI's tools in a context where the submitter claimed it was their own original work is itself a disclosure failure in most professional, academic, and contractual settings. Newsrooms that prohibit undisclosed AI imagery, academic institutions enforcing integrity policies, and client contracts requiring original work do not typically require proof of who specifically ran the prompt — proof that AI was used at all is sufficient to trigger consequences. The signals now make that proof readily available to anyone with access to openai.com/verify or, once fully rolled out, Google Search.

The Google I/O 2026 announcements placed SynthID detection and C2PA credential verification on a direct path to the two most widely used surfaces for encountering images online. Google confirmed that native C2PA and SynthID detection is coming to Google Search and Chrome, with rollout ongoing. The Gemini app already supports SynthID detection and has been used 50 million times globally for image, video, and audio verification. When the Search and Chrome integration is fully live, a user who encounters a watermarked image in search results will be able to check its provenance without leaving the page.

Pushmeet Kohli, Chief Scientist of Google Cloud and Vice President of Google DeepMind — the senior executive behind SynthID's development — co-authored the May 19 announcement alongside Google's VP of Trust and Safety, Laurie Richardson. The blog confirms that SynthID has now watermarked more than 100 billion images and videos and 60,000 years of audio across Google's own products since the technology launched in 2023. The OpenAI partnership is the first time SynthID has been embedded in a major competing lab's outputs.

Documented Watermark Bypass Research

Both OpenAI and Google DeepMind acknowledge their system is not foolproof, and independent security researchers have published specific bypass methods.

The most widely examined is reverse-SynthID, a GitHub project by researcher Alosh Denny that applies two-dimensional Fourier transform and phase coherence analysis to isolate and suppress SynthID's spatial frequency signature. The project's published results report 91% phase coherence reduction with minimal visible image degradation — a PSNR of 43.5 dB and an SSIM score of 0.997 — across tested resolutions. The repository has accumulated more than 2,300 stars. Google has not publicly responded to the specific figures.

Separately, a paper published at USENIX Security 2025 titled UnMarker presented a universal attack against generative watermarks that requires no access to the detector or knowledge of the specific watermarking method. Its authors reported 79% removal on SynthID; Google has disputed that figure. Neither result means the system provides no protection — a partial bypass degrades the signal rather than eliminating it, and the dual-layer approach means an attacker who disrupts the SynthID watermark may still leave C2PA metadata intact, or vice versa. But the published research establishes that the "SynthID survives all transformations" framing overstates the robustness of any single layer.

Sasha Luccioni, an AI researcher at Hugging Face, noted when SynthID launched in 2023 that the technology's proprietary detection infrastructure meant only Google could embed and detect the watermark. That structural constraint remains: SynthID's detector model and pattern specification are not open-source, and third-party developers cannot implement independent SynthID detection without Google's infrastructure.

Compliance Deadline Sharpens the Stakes

The August 2, 2026 enforcement date is a hard deadline for two overlapping regulatory frameworks. EU AI Act Article 50 requires providers of generative AI systems placing content on the EU market to embed machine-readable provenance signals in AI-generated imagery. The European Commission's Code of Practice on marking and labeling AI-generated content — whose second draft was published March 5, 2026, with a final version expected in June 2026 — explicitly mandates a two-layer approach combining secured metadata with an imperceptible watermark, which is precisely what OpenAI has now shipped.

California's AI Transparency Act (SB 942), as amended by AB 853 (signed October 13, 2025), shares that same August 2, 2026 operative date. The law requires covered providers — defined as generative AI systems with more than one million monthly users — to embed provenance metadata, offer a public detection tool, and allow downstream businesses to identify AI-generated content in their pipelines. OpenAI's dual-layer rollout and its new verification tool address each of those three requirements directly.

No equivalent federal law in the United States governs AI content provenance.

OpenAI and Google's dual-layer system is the most technically complete response the commercial AI industry has produced to the deepfake detection problem. It does not solve the broader ecosystem challenge — millions of images from generators that have not adopted C2PA or SynthID will continue to circulate without any provenance signal, and published research confirms SynthID's durability is genuine but not absolute. What it establishes is a verifiable floor for the industry's two largest image-generation platforms, timed precisely to meet the first binding regulatory deadlines either has faced.

Originally published on Tech Times

Sign up to read this article
Read news from 100's of titles, curated specifically for you.
Already a member? Sign in here
Related Stories
Top stories on inkl right now
One subscription that gives you access to news from hundreds of sites
Already a member? Sign in here
Our Picks
Fourteen days free
Download the app
One app. One membership.
100+ trusted global sources.