What an AI-Generated Image Label Can Actually Prove
A visible badge, file metadata, generation log, and signed Content Credential answer different questions. Cropping and reposting expose the gaps between them.
August 9, 2026 · 8 min read

Policy is moving from asking whether an image carries a disclosure to asking whether that disclosure is machine-readable and supportable. Those are different tests.
Consider a routine verification case. An editor receives a square JPEG of a flooded airport through a group chat. The sender says it came from a social platform, where an “AI-generated” badge appeared below the post, but the downloaded image has been cropped and the messaging service has recompressed it. The editor needs to decide whether to repeat the label, reject it, or describe the image’s origin as unverified.
The useful first move is to preserve the received JPEG and its surrounding context separately. Save the file without editing it, record the post URL if available, and capture the platform badge in a screenshot. That does not prove generation. It prevents the next download or crop from erasing more of the evidence.
A visible label establishes what viewers were told
A visible label can be baked into the pixels, placed over the image by an app, or displayed as interface text beside a post. Each establishes presentation, not origin.
If “AI-generated” appears inside the airport JPEG, the editor can establish that those words were present in the received pixels. Someone may still have added the label manually, and a crop can remove it without altering the rest of the picture. Conversely, anyone can paste the same words onto a camera photograph.
A platform badge carries more context because the platform may have applied it after reading metadata, receiving a declaration from the uploader, or running an automated classifier. The badge supports only the rule the platform says it used. Unless the platform exposes that trigger, the screenshot records a moderation decision rather than the underlying evidence.
Visible labels are cheap to display and easy for people to understand. They are also the weakest evidence after reposting because the interface does not travel with a download, while pixel-level notices occupy image space and remain vulnerable to cropping.
Embedded metadata describes a file, not an immutable history
Metadata means fields stored alongside an image’s pixels, such as creator, editing software, capture settings, or a statement that generative AI was used. JPEG and other image formats can carry EXIF, IPTC, or XMP fields, and an inspection tool can expose them without changing the file.
For the airport JPEG, a field naming an image generator would support the label more directly than a badge whose trigger is unknown. It would still be an unsigned statement unless another mechanism authenticated it. Common editing tools can rewrite metadata, social and messaging services may strip it, and a recipient can copy fields from one file into another.
Absence proves little. If the messaging service removed the metadata while recompressing the airport image, the resulting blank inspection does not rebut the sender’s claim. A field that says “AI-generated” is positive but editable evidence; no such field is often just evidence that the distribution path was lossy.
Camera metadata has the same limitation in reverse. A camera make and exposure setting do not establish that every visible pixel came from that camera, because an edited composite can retain or inherit those fields.
Generation records can connect an output to a system
A generation record sits upstream of the published file. Depending on the service, it may contain the prompt, model identifier, account, output identifier, edit operations, and a cryptographic hash, a fixed-length digest that changes when the underlying bytes change. An organization operating its own generation pipeline can also retain request logs and the exact output file.
For the airport image, a trusted service record containing the original output and its hash would strongly support the claim that a particular system generated that original. It would not automatically establish that the cropped JPEG is the same image. Cropping or recompression changes the bytes, so an exact hash comparison fails even when the visible content remains recognizable.
The fallback is to obtain the logged original and document the transformation from that file to the received JPEG. A signed edit history can make that connection directly. Without one, a reviewer must compare the images and treat the match as an attribution judgment, not an exact file match. Perceptual hashes, which compare visual similarity rather than identical bytes, can assist but can also produce uncertain or manipulated matches.
Generation records cost storage and integration work, and prompts may contain personal or confidential information that should not be exposed merely to verify an image. Their credibility also depends on who controls the log. A screenshot of a generation history is easier to alter than an export signed by the service or a record retrieved through an authenticated account.
Content Credentials bind claims to a file
Content Credentials commonly use the C2PA provenance standard to attach a signed manifest containing claims about an asset’s source and edits. The signature lets a verifier test whether the manifest came from the identified signing key and whether the covered file data has changed.
That is stronger than ordinary metadata, but the distinction matters: a valid signature proves that a signer made a claim and that the protected relationship to the asset validates. It does not prove that every claim is true, that the signer is trustworthy, or that the image depicts a real event. A credential can identify a generative action, a camera capture, an editing step, or an earlier image used as an ingredient.
If the original airport image carries a valid credential asserting that a generator created it, the editor has authenticated provenance for that file. If an editor then crops it in software that supports C2PA and signs the new action, the new manifest can refer back to the original as an ingredient. The evidence becomes a chain rather than an unchanged label.
Ordinary reposting often breaks that chain. A service may discard the manifest, and an unsigned crop no longer matches the original asset. C2PA implementations can store manifests externally and use optional recovery methods, including invisible watermarks or visual fingerprints, to locate them, but recovery depends on the publisher and verifier supporting the same path. It is not guaranteed by the presence of the Content Credentials label.
Verification also introduces operational work: software must parse the manifest, validate signatures, decide which signers to trust, and sometimes contact an external service. Key management becomes part of publishing. For a newsroom or marketplace handling high-risk images, that may be justified; for a casual creator who only needs a viewer-facing disclosure, the setup may not yet be worth the cost.
Run the evidence check in a fixed order
Return to the received airport JPEG. First, preserve the bytes and record where the file appeared. Next, distinguish a label inside the pixels from a badge in platform interface chrome. Inspect the metadata, then run a C2PA-aware validator rather than assuming a generic metadata viewer will find or verify a credential.
If those checks produce no result, request the uploader’s original file. A valid credential may still exist there even though the messaging service stripped it from the repost. When the origin matters enough to justify more work, ask for the generation record and compare its output with the original, preferably through an exact hash or a signed ingredient relationship.
The decision language should follow the evidence. “Labeled as AI-generated” accurately describes a visible or platform claim. “Metadata states that generative AI was used” identifies an editable embedded statement. “A valid Content Credential attributes generation to this signer” reports cryptographic validation without endorsing the signer’s honesty.
“Matched to a source generation record” is appropriate only when the file or documented derivative can be connected to that record.
An automated AI-image detector does not fill a missing provenance chain. Its score is an inference from image features, which can shift after resizing, recompression, or later editing. It may justify additional review, but it should not be rewritten as evidence that a named system generated the image.
The policy requirement is becoming more technical
The European Union’s AI Act illustrates the shift. Article 50 says providers of systems generating synthetic content must ensure outputs are “marked in a machine-readable format and detectable as artificially generated or manipulated.” It also requires those approaches to be effective, interoperable, robust, and reliable as far as technically feasible, while accounting for content limitations, implementation costs, and the state of the art.
That requirement is enacted, with the relevant transparency obligations scheduled to apply in August 2026; it is not evidence that every current AI label already meets the standard. Voluntary platform labels and C2PA deployments operate today under their own policies and technical choices.
For the airport JPEG, compliance by the generator would answer only part of the editor’s problem. The mark might have existed at creation and disappeared during the group-chat repost. Governance therefore needs two controls: a marking system at output and a retention workflow that preserves originals, manifests, and generation records when later accountability matters.
Questions people ask
Can metadata prove that an image was AI-generated?
Ordinary metadata can support the claim, especially when it names a generator or records a generative edit, but it is editable and frequently stripped. Treat it as a statement about the file unless a trusted digital signature authenticates the claim and binds it to the asset.
Do
Content Credentials survive cropping and screenshots?
They can survive a crop when compatible software records the original as an ingredient and signs the new asset. An ordinary crop or screenshot usually breaks the direct cryptographic relationship; optional watermark or fingerprint recovery may locate an external manifest, but only when the publishing and verification systems support it.
Does a camera credential prove that no AI was used?
No. A valid camera credential can establish that a signer recorded an initial capture, but later generative edits may occur outside the signed history. The stronger case is a continuous chain in which each material edit is recorded and validated, with no unexplained replacement between capture and publication.
What should a publisher retain with an AI-generated image?
Keep the exact original output, its cryptographic hash, any Content Credential, and the generation record needed to identify the system and account. If the published version is cropped or recompressed, retain that derivative too and record how it was produced so reviewers do not have to infer the connection from appearance alone.
One story a day
The story of the day, in your inbox
One real story about AI each morning — no hype, no alarm, just company for the road.



