defoneos.verify.watermark({artefact_id})EU AI Act Article 50 (Transparency obligations for providers and deployers of certain AI systems) requires that:
Article 50 enters into force 2026-08-02. From that date, any GPAI provider placing models on the EU market must comply. DEFONEOS's sovereign weight family (SOV3-small, SOV3-large, Liquid-KAN-MoE, Sovereign-Defence-secured) are all in scope when deployed to EU buyers.
Every DEFONEOS output (text / image / audio / video) carries an embedded machine-readable manifest signed by the model's Ed25519 SIGIL key. The manifest contains:
{
"manifest_id": "WATERMARK-2026-08-02-abc123",
"version": "1.0",
"issuer": "defoneos-sovereign-runtime",
"model_id": "sov3-small-9b",
"model_version": "v0.95.1",
"build_sha256": "abc123...",
"content_type": "text | image | audio | video",
"content_sha256": "...",
"created_at": "2026-08-02T...",
"c2pa_claim_generator": "DEFONEOS-WATERMARK-v1",
"c2pa_assertions": [
{"label": "c2pa.ai_generative_training", "value": "trained_with_synthetic_data_consent"},
{"label": "c2pa.ai_generative_inference", "value": "generated_by_defoneos_sovereign_runtime"},
{"label": "defoneos.bft_council_vote", "value": "BFT-1247-28-5-0"},
{"label": "defoneos.sigil_chain", "value": "..."}
],
"ed25519_sig": "...",
"public_verify_url": "csoai.org/verify/watermark/{manifest_id}"
}
Every DEFONEOS output also carries a user-visible label, format:
"[AI-generated by {model_name} · {timestamp} · {build_sha256}]"
For text: prepended to the response. For images: stamped in the bottom-right corner (24px height, semi-transparent, monospace). For audio: TTS-synthesised announcement at start ("This audio was generated by ..."). For video: 3-second title card at start + persistent watermark overlay.
DEFONEOS's watermark is tested against 5 robustness classes. Target: ≥95% watermark survives each class (composite target across all 5).
| Class | Test | Target survival rate |
|---|---|---|
| 1. Compression | JPEG Q=10 · WebP Q=10 · MP3 64kbps · H.264 CRF 30 | ≥95% |
| 2. Crop | 25% · 50% · 75% crop + recentre | ≥95% |
| 3. Re-encoding | PNG ↔ JPG ↔ WebP ↔ BMP ↔ TIFF (3 rounds) | ≥95% |
| 4. Adversarial removal | Known-removal attacks (SmoothDiff · Fawkes · Glaze · Mist · Photoguard) | ≥80% (acceptable to be lower for adversarial) |
| 5. Paraphrasing (text only) | Round-trip translation (5 languages) + GPT-style paraphrasing | ≥95% for embedded manifest · user-visible label may be paraphrased away (disclosed risk) |
| Standard / framework | What's satisfied by DEFONEOS watermark |
|---|---|
| C2PA v2.2 (Coalition for Content Provenance and Authenticity) | Manifest structure + assertions + Ed25519 signing · W3C Verifiable Credentials compatible |
| NIST AI 100-4 (AI Risk Management Framework · Generative AI Profile) | Provenance + transparency + traceability controls |
| ISO/IEC 23894 (AI risk management) | Risk transparency controls |
| Google SynthID | Cross-detector compatibility for image / audio / video outputs (where applicable) |
| Microsoft Azure Content Authenticity | C2PA manifest integration + Azure Blob Storage metadata embedding |
Watermarking is applied at 7 surfaces in the DEFONEOS runtime:
Any third party can verify a DEFONEOS watermark in <30 seconds:
csoai.org/verify/watermark/{manifest_id}{
"watermark_id": "WATERMARK-2026-08-02-abc123",
"status": "valid",
"model": "sov3-small-9b",
"model_version": "v0.95.1",
"build_sha256": "abc123...",
"created_at": "2026-08-02T...",
"bft_council_vote": "BFT-1247-28-5-0",
"issuer_signature": "valid (Ed25519)",
"public_endpoint": "csoai.org/verify/watermark/WATERMARK-2026-08-02-abc123"
}
| Scenario | Buyer use case | Watermark visibility |
|---|---|---|
| 1. Customer-facing chat | Bronze/Silver buyer → EU consumer | Visible label required (Art-50 mandatory) |
| 2. Internal decision support | Gold buyer → internal employees | Visible label optional (Art-50 exempt for internal) |
| 3. Synthetic media publication | Media/news buyer → public distribution | Visible label required + 3-second title card (sector standard) |
| 4. Code generation | Developer buyer → engineers | Header comment + machine-readable metadata (developer convention) |
| 5. Sovereign-Defence / Sovereign-Air-Gap | Defence buyer → classified context | Watermark in escrow only (no public visibility) · SIGIL-anchored at point of generation |
| Date | Milestone | Owner |
|---|---|---|
| 2026-07-21 | Watermarking library integrated into SOV3-small v2 (per capability roadmap) | ML Platform Lead |
| 2026-07-25 | 5-class robustness test battery complete · ≥95% survival confirmed | ML Platform Lead + CISO |
| 2026-07-28 | C2PA manifest generator + verifier live at csoai.org/verify/watermark | Platform Engineering |
| 2026-07-30 | 5 cross-walks documented (this pack) | Compliance Director |
| 2026-08-01 | 33-agent BFT pre-vote ≥23/33 | BFT Chair |
| 2026-08-02 | Article 50 enters into force · DEFONEOS pack public · all sovereign weight outputs watermarked by default | — |
| Watermark layer | Source |
|---|---|
| SIGIL chain | defoneos-mod-post-market-monitoring-plan.html |
| Model version | defoneos-mod-ai-bom-sbom-card.html |
| BFT council vote | defoneos-mod-seal-certification-spec.html |
| EU AI Act compliance | defoneos-mod-eu-cyber-resilience-act-readiness.html |
csoai.org/verify/watermark always live.curl https://csoai.org/defoneos-mod-ai-act-art-50-watermarking-pack.html | shasum -a 256csoai.org/verify/watermark/sampledefoneos-mod-eu-cyber-resilience-act-readiness.htmlcommercial@csoai.orgcsoai.org/advisories/subscribecompliance@csoai.org