docs(trust): add trust & security landing page for CISOs (#2817)#3348
Draft
docs(trust): add trust & security landing page for CISOs (#2817)#3348
Conversation
Adds docs/trust.mdx — a landing page for CISOs, compliance reviewers, and procurement teams evaluating an AdCP deployment. Covers the six trust surfaces (governance, regulatory, privacy, security, provenance, disclosure) with honest framing: each pillar names what AdCP provides as a seam and what it explicitly does not enforce. Avoids the three overclaims from PR #2814: (1) states RFC 9421 as the baseline for signed requests and webhook deliveries (not HMAC); (2) states AdCP Verified is self-attested in 3.0, formal program launches in 3.1; (3) describes check_governance as a seam, not an enforcer. Adds the key-transparency limitation per known-limitations.mdx. Registers docs/trust in both the 3.0 (default) and latest versions of docs.json nav, alongside docs/faq and docs/ai-disclosure. https://claude.ai/code/session_01AUdNdAX8DoatPcvPhmVS2t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2817
Adds
docs/trust.mdx— a landing page for CISOs, compliance reviewers, and procurement teams evaluating an AdCP deployment. A previous attempt (PR #2814) was withdrawn for overclaiming what the protocol enforces. This PR uses the honest framing from the issue brief: AdCP separates decisions so no single agent can act unilaterally, and makes every decision cryptographically re-verifiable — but it does not enforce policy; deployers do, through the seams the protocol provides.Six trust pillars (governance, regulatory, privacy, security, provenance, disclosure) each have a "What AdCP provides" and "What AdCP does not provide" section with links to canonical pages. A compliance reviewer quick-reference table lists the wire-level hooks.
Non-breaking justification: Adds a new doc page and two nav entries in
docs.json. No existing pages, schemas, or server code modified. Existing consumers unaffected.Accuracy from the issue brief — verified in pre-PR review:
check_governancedescribed as a seam, not an enforcerknown-limitations.mdxlines 43–44Nav placement:
docs/trustinserted in both the3.0(default) andlatestversions ofdocs.json. In3.0, it's a flat entry alongsidedocs/faqanddocs/ai-disclosure. Inlatest, it joins the "FAQ" group where those pages already live — this asymmetry mirrors the existing nav structure for those two pages and is intentional.Nit (not fixed): The
latestversion places the entry inside a "FAQ" group while3.0uses a flat entry. This mirrors the existing behavior ofdocs/faqanddocs/ai-disclosurein those two nav versions; aligning them is a separate nav-refactor decision.Pre-PR review:
/docs/governance/campaign/tasks/get_plan_audit_logs); (2) webhook signing not described — added RFC 9421 + HMAC opt-in to the security pillar's "What AdCP provides" listSession: https://claude.ai/code/session_01AUdNdAX8DoatPcvPhmVS2t
Generated by Claude Code