04 - Governance and claim discipline

Governance decides what an agent workload is allowed to do and what evidence is required before a claim gets stronger. The current public case study does not claim a managed production platform; it shows how policy, sandboxing, provider boundaries, receipts, and rollback expectations fit together.

Risk tiers

Tier Example public description Required public evidence before stronger claims
L0 lab synthetic checks, no real secrets static checks, fake values, teardown notes
L1 bounded read-only reads approved inputs and returns summaries auth denial, tool allowlist, default-deny egress, no raw secrets
L2 limited action invokes approved tools with bounded effects human approval for writes, scoped credentials, audit events, rollback drill
L3 owner-facing affects a real owner workflow canary packet, SLO comparison, recovery proof, incident loop
L4 client-facing touches external/client data tenant/data isolation, external-audit-ready evidence, stronger identity
L5 regulated/sensitive high autonomy or regulated data compliance review, retention policy, dedicated environment

The public Agent VM material currently stays below production-ready claims. It can show measured boundaries and architecture discipline without claiming that a real workload passed every canary gate.

Current governance overlay

flowchart TB
    RQ["untrusted request / content"]
    POL["policy gate<br/>allowlists · review · dry-run"]
    SBX["sandbox boundary<br/>OpenShell + Hermes Agent"]
    PROV["provider boundary<br/>secrets outside sandbox"]
    EVD["evidence receipts<br/>measured vs pending"]
    REC["recovery discipline<br/>rollback expected before promotion"]

    RQ --> POL --> SBX --> PROV --> EVD --> REC

Tool and data gates

For agents that expose tools, the tool surface is the attack surface:

Secrets and provider boundaries

Public examples use secret references, not values. A useful public provider-boundary receipt should show:

Egress and exfiltration

Default-deny egress is a control objective, not a slogan. A public boundary receipt should name the boundary under test and include denied crossing attempts such as:

Progressive evidence

Use these terms precisely:

Term Meaning
Architecture narrative the design is explained; no runtime behavior is proven
Static-validated public repo checks ran locally or in CI
Reference-lab validated a fictional/generic lab fixture ran the acceptance suite
Boundary-measured one named boundary refused a defined negative-test matrix
Production-ready a real workload produced canary, auth, egress, audit, rollback, and SLO evidence

Public non-claims

The public docs must not imply:

Governance is the discipline that keeps the public case study honest: if a boundary was not measured, say it is pending; if a command was not run, say it was not run; if evidence is private, publish only a newly written sanitized summary with fictional values.