See what Trussed catches that your current tool misses, live in your stack

    No migration, no commitment, just a direct comparison in your environment.

    Set up a technical evaluation
    Compliance Guide

    AI Content Provenance and Watermarking Compliance: EU AI Act Article 50, California SB 942, and C2PA

    EU AI Act Article 50 and California SB 942 both require disclosure of AI-generated content but differ in scope, obligated parties, and mechanism. Neither law names a technical standard. C2PA Content Credentials offer a workable, though not legally mandated, technical path to machine-readable marking, provided enterprises embed signing at the point of generation and preserve provenance across every editing or agent step.

    Compliance Guide · AI Governance and Regulatory Compliance

    What Provenance and Watermarking Compliance Requires

    AI content provenance and watermarking compliance refers to the combined legal and technical work needed to disclose that content was generated or manipulated by AI, and to mark that content in a way that can be verified after publication.

    Two overlapping legal regimes now drive this requirement for enterprises operating in the EU and California. EU AI Act Article 50 imposes a marking obligation on providers of generative AI systems and a disclosure obligation on deployers who use those systems to produce deepfakes or public-interest text. California SB 942, the California AI Transparency Act, imposes a separate set of obligations on large-scale generative AI providers, centered on detection tooling and disclosure options rather than deployer-level duties.

    Both regimes are technology-neutral: they specify an outcome, such as machine-readable marking or manifest and latent disclosure, without naming how to achieve it. This is where the C2PA Content Credentials specification becomes relevant as a technical implementation path, though it carries its own limitations that governance teams need to account for before treating it as a compliance guarantee.


    Key Compliance Reference Points

    Aug 2, 2026 Effective date of EU AI Act Article 50 transparency obligations
    1M+ Monthly unique visitors threshold for SB 942 "covered provider" status
    Manifest + latent SB 942's dual disclosure mechanism requirement
    Not named Neither law explicitly mandates C2PA or any specific technical standard

    EU AI Act Article 50 vs. California SB 942

    The two regimes share a common goal, disclosing AI-generated content to consumers and the public, but they differ substantially in who bears the obligation, what content is covered, and what compliance looks like in practice.

    Dimension EU AI Act Article 50 California SB 942
    Obligated party Providers of generative AI systems; deployers for deepfakes and public-interest content Covered providers: large-scale generative AI services above the monthly visitor threshold
    Primary obligation Machine-readable marking of AI-generated outputs; human-readable disclosure for deepfakes Provide a detection tool; disclose AI involvement on request; include provenance in outputs
    Content scope Synthetic audio, video, image, and text outputs; deepfakes receive heightened requirements Primarily image, audio, and video; text requirements are more limited
    Disclosure mechanism Machine-readable format; specific format not mandated Manifest disclosure (embedded metadata) and latent disclosure (imperceptible watermark)
    Technical standard named No; harmonized standards may follow from the EU AI Office No; technology-neutral language throughout
    Effective / operative date August 2, 2026 January 1, 2026 for covered providers
    Enforcement body National market surveillance authorities; EU AI Office for general-purpose AI California Attorney General
    Planning note

    Enterprises subject to both regimes should build toward the stricter of the two requirements on any given dimension. SB 942's explicit dual-mechanism requirement (manifest plus latent) sets a higher technical bar than Article 50's machine-readable marking requirement alone.


    Where C2PA Content Credentials Fit

    C2PA Content Credentials are cryptographically signed manifests that record assertions about a piece of content, including the tool that created it, its edit history, and whether AI was involved in its generation. The specification is maintained by the Coalition for Content Provenance and Authenticity, whose steering members include Adobe, Microsoft, Intel, BBC, and Truepic.

    Because both Article 50 and SB 942 are written as technology-neutral requirements, C2PA is positioned as a candidate implementation rather than a named legal mandate. This distinction matters for governance planning: adopting C2PA does not by itself constitute proof of compliance, since neither law formally references the standard, and the EU AI Office may still issue harmonized standards that reference a different or additional technical approach.

    Known Technical Limits

    C2PA also has well-documented technical constraints that governance teams must account for before treating it as a complete solution:

    • Manifests can be stripped through re-encoding, screenshotting, or format conversion, creating a gap between the legal marking obligation and what actually persists once content leaves a controlled pipeline.
    • Verification depends on trust in the certificate authorities that sign manifests, meaning the credibility of the credential is only as strong as the public-key infrastructure behind it.
    • Downstream platforms and distribution channels may not preserve or surface embedded credentials, reducing the practical reach of any technical marking applied at the point of generation.
    • SB 942's latent disclosure requirement (an imperceptible watermark) addresses a different threat model than C2PA's manifest-based approach; both may be needed in parallel.

    Architectural Changes Required for Compliant Provenance

    Meeting either regime's requirements at scale demands architectural decisions made early in the AI content pipeline. Retrofitting marking after content has been generated, edited, or routed through multiple systems introduces fragility and creates audit gaps.

    1. Embed signing at the point of generation

      AI-generated content must receive a C2PA manifest or equivalent provenance record at the moment of creation, before any downstream processing. Post-hoc signing cannot reconstruct a reliable chain of custody.

    2. Preserve provenance through every editing step

      Each transformation, including cropping, resizing, transcoding, or AI-assisted editing, must be recorded as an additional assertion in the manifest. Pipelines that silently re-encode content will break the chain.

    3. Maintain provenance across agent handoffs

      Multi-agent workflows where one AI system passes outputs to another require explicit provenance handoff at each step. The receiving agent must inherit and extend the existing manifest rather than create a new one that discards prior history.

    4. Apply latent watermarking in parallel

      To address SB 942's dual-mechanism requirement and the risk of manifest stripping, embed an imperceptible watermark at the same point of generation. The watermark must survive common format conversions and social platform re-encoding.

    5. Implement a detection endpoint

      SB 942 requires covered providers to offer a publicly accessible tool for detecting AI-generated content. This endpoint must be capable of reading both manifest-based and latent signals, and must remain available for the content's expected distribution lifetime.

    6. Maintain an immutable audit log

      Regulators and enforcement bodies may request evidence that marking obligations were met for specific pieces of content. An append-only log correlating content identifiers, signing events, and agent actions is the foundation of any defensible audit response.


    Governance Practices for Sustained Compliance

    Technical marking infrastructure addresses the mechanism requirements. Sustained compliance also requires governance practices that operate continuously alongside the pipeline.

    Inventory and classification

    Maintain a current inventory of every generative AI system in use, the types of content each system produces, and the downstream channels through which that content is distributed. Classification drives proportionality: systems producing deepfakes or public-interest content face heightened obligations under Article 50 and should be governed accordingly.

    Policy coverage for AI-generated content

    • Define which content categories require marking before publication
    • Assign responsibility for verifying that marking is present before distribution
    • Establish a process for handling content where marking has been lost or stripped
    • Document the technical standard and version in use at the time of each signing event
    • Set a review cadence aligned with EU AI Office harmonized standard releases

    Vendor and API dependency management

    Most enterprises rely on third-party model APIs for generation. Article 50 and SB 942 both impose obligations on the provider of the generative AI system, not solely on the enterprise deployer, but deployers remain accountable for what they publish. Contractually confirm that API providers support C2PA signing or equivalent manifest output, and validate that signing actually occurs in practice rather than relying on contractual assurance alone.

    Cross-jurisdictional alignment

    SB 942 and Article 50 will not be the only regimes enterprises must navigate. The UK, Canada, and several other jurisdictions are developing parallel disclosure frameworks. Building provenance infrastructure around the stricter dual-mechanism model now, rather than the minimum required by any single regulation, reduces the cost of future adaptation.


    Frequently Asked Questions

    Does using C2PA Content Credentials mean we are compliant with EU AI Act Article 50?

    Not automatically. Article 50 requires machine-readable marking of AI-generated outputs, but it does not name C2PA as the required standard. C2PA is a technically credible path to meeting that requirement, but compliance also depends on implementation quality: signing must occur at the point of generation, manifests must be preserved through the pipeline, and the underlying public-key infrastructure must be trustworthy. The EU AI Office may issue harmonized standards that add further specificity.

    How does SB 942's dual-mechanism requirement differ from Article 50's marking obligation?

    Article 50 requires machine-readable marking but does not specify whether that must be manifest-based, latent, or both. SB 942 explicitly requires both a manifest disclosure (embedded metadata) and a latent disclosure (an imperceptible watermark). Enterprises subject to both laws should implement both mechanisms, since the dual-mechanism approach satisfies the stricter requirement and addresses the risk of manifest stripping that a manifest-only approach leaves open.

    What happens to provenance when content is re-encoded or screenshotted?

    Re-encoding or screenshotting typically strips C2PA manifests from the file. This is one of the most significant practical gaps in manifest-based provenance. Latent watermarking, which embeds a signal imperceptibly in the content itself rather than in a metadata container, is designed to survive these transformations. For high-stakes content categories, both mechanisms should be used in parallel. Governance teams should also test their chosen watermarking approach against the re-encoding pipelines used by the distribution channels where their content will appear.

    Who bears the compliance obligation under each law: the AI provider or the enterprise deployer?

    Under Article 50, providers of generative AI systems bear the marking obligation for their systems' outputs. Deployers bear additional obligations specifically for deepfakes and certain public-interest content. Under SB 942, the obligation falls on covered providers, defined as organizations that offer a generative AI system to Californians and exceed the monthly visitor threshold. An enterprise that uses a third-party API is a deployer under Article 50 but may also qualify as a covered provider under SB 942 if it operates a qualifying consumer-facing service. The two frameworks can create overlapping obligations for the same organization.

    When do these obligations take effect?

    California SB 942 obligations for covered providers take effect January 1, 2026. EU AI Act Article 50 transparency obligations take effect August 2, 2026. Enterprises with operations in both jurisdictions should plan implementation timelines against the earlier California date while sizing the architecture to meet the EU requirements as they finalize.

    What should multi-agent pipelines do to preserve provenance?

    Each agent in a multi-step pipeline that transforms or passes AI-generated content must inherit and extend the existing provenance manifest rather than generating a new one that discards prior history. This requires that the orchestration layer explicitly passes manifest context between agents and that each agent's tooling supports manifest continuation. Pipelines that silently drop or overwrite manifests at handoff points will break the chain of custody and create audit gaps that are difficult to reconstruct after the fact.

    Bring Runtime Governance to Your AI Content Pipeline

    Legal disclosure obligations and technical marking standards define what compliant provenance requires. Runtime governance over the AI agents and systems producing that content is what sustains it in practice.

    Explore Runtime Governance