Appendix: Quick Reference

A source-aligned quick reference for VCP-SDK 4.2.0 and the published VCP v3.1 baseline.

DEV Reference

Release Boundaries

SurfaceStatus
Core specificationVCP v3.1 source baseline; immutable normative release remains open
v3.2 adaptation amendments and VEP-0004Pre-release or experimental
Python, Rust, and WebMCP packagesSDK release 4.2.0
Demo SiteEducational application, not conformance evidence

Tools

ToolLocationPurpose
VCP Inspectorinspector.valuecontextprotocol.orgHosted protocol inspection tool
Token Playgroundvaluecontextprotocol.org/playgroundDemo-local context and token experimentation
Interactive Demosvaluecontextprotocol.org/demosIllustrative scenarios, not third-party integration claims
Source repositoriesgithub.com/Creed-SpaceSpecification, SDK, examples, conformance vectors, and Demo source

Package and API Cheat Sheet

These are source-tree commands for an immutable VCP-SDK checkout. No registry release is currently claimed.

OperationMaintained form
Install Pythonpython -m pip install ./python
Parse Python identityToken.parse("family.safe.guide@1.2.0")
Parse Python CSM-1CSM1Code.parse("N5+F+E")
Verify Python bundleOrchestrator(trust).verify(bundle)
Enforce Python policyPDPEnforcer(fail_closed=True).evaluate(...)
Install WebMCPnpm install ./webmcp
Register browser toolsawait registerVCPTools(config)
Install Rustcargo build --manifest-path ./rust/Cargo.toml -p vcp-core
Parse Rust identityVcpToken::parse("family.safe.guide@1.2.0")

Enforcement Decisions

DecisionMeaningApplication responsibility
ALLOWRegistered plugins did not block the actionContinue only if all other security and business gates also pass
BLOCKPolicy rejects the actionStop the action and expose only a safe, useful reason
MODIFYA plugin requests a constrained changeApply only a reviewed transformation and re-evaluate when required
ESCALATEA plugin requests a higher-authority decisionRoute through an application-owned human process. The current enforcer blocks an unhandled escalation.

Verification Outcomes

CategoryOutcomesDefault response
SuccessVALIDContinue to local enforcement
SecuritySIZE_EXCEEDED, INVALID_SIGNATURE, INVALID_ATTESTATION, HASH_MISMATCH, FUTURE_TIMESTAMP, REPLAY_DETECTED, TOKEN_MISMATCH, REVOKEDReject and investigate as appropriate
Trust and configurationINVALID_SCHEMA, UNTRUSTED_ISSUER, UNTRUSTED_AUDITOR, BUDGET_EXCEEDED, SCOPE_MISMATCHReject and repair configuration or inputs
TemporalNOT_YET_VALID, EXPIREDReject; obtain an appropriate current bundle
TransientFETCH_FAILEDApply the documented degraded-operation policy

CSM-1 Quick Reference

Format: {persona}{level}[+scopes][:namespace][@version]

Personas: N(anny), Z(sentinel), G(odparent), A(mbassador), M(use), D(mediator), C(ustom)

Levels: 0 (disabled) to 5 (maximum)

Scopes: F(amily), W(ork), E(ducation), H(ealth), I(nance), L(egal), P(rivacy), S(afety), A(ccessibility), V(environment), G(eneral)

Personal State Dimensions

DimensionExample valuesIntensity
Cognitive Statefocused, distracted, overloaded, foggy, reflectiveOptional 1 to 5
Emotional Tonecalm, tense, frustrated, neutral, upliftedOptional 1 to 5
Energy Levelrested, low_energy, fatigued, wired, depletedOptional 1 to 5
Perceived Urgencyunhurried, time_aware, pressured, criticalOptional 1 to 5
Body Signalsneutral, discomfort, pain, unwell, recoveringOptional 1 to 5

Attestation Types

TypeClaim boundary
INJECTION_SAFEAn authorised auditor asserts the defined injection-safety review was completed
CONTENT_SAFEAn authorised auditor asserts the defined content-safety review was completed
FULL_AUDITAn authorised auditor asserts the organisation's defined full-audit evidence exists
COMPETENCE_CALIBRATIONAn authorised auditor asserts the defined competence-calibration review was completed

Attestation proves a signed claim relative to configured trust anchors. It does not independently prove the quality, legality, or completeness of the underlying review.