0% read on this device
Browse the curriculum

Start Here

Vision

First Principles

Operating Model

Domain Model

Agent Factory

Runtime Architecture

AI Engineering

Autonomous Workflows

Verification & Delivery

Factory Platform

Quality Engineering

Security & Governance

Case Studies

Labs

Interview Practice

Research Journal

Reference

Curriculum/Security & Governance/A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.
Security & Governance5 min readchapterQuick Read

Agentic Governance Control Framework

Convert governance principles into ten testable control families.

Status: Review readyRisk: criticalLifecycle: intent · plan · execute · verify · deliver · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
architecture mode

A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.

3. Control catalog

IDControl familyOwnerPrimary enforcementRequired evidenceTest and cadence
GOV-01Authority-chain mappingGovernance ownerControl plane and policy serviceActor, delegator, grant, scope, expiry, decision chainTrace one high-risk action quarterly and after authority changes
GOV-02Unique identityIdentity ownerIdentity provider, workload issuer, tool gatewayHuman/service/workload/agent/capability identities and credential eventsDeny shared, expired, and wrong-scope credentials each release
GOV-03Risk and autonomy tiersSystem ownerAdmission and policy decision pointsClassification, ceiling, allowed/prohibited actions, approval ruleBoundary cases and promotion regression each policy change
GOV-04Emergency controlIncident authorityOrchestrator, scheduler, gateway, credential brokerPause, cancel, revoke, quarantine, rollback, recovery recordsFailure injection at risk-based cadence
GOV-05Agentic attack resistanceSecurity ownerIngestion, context compiler, model/tool gateway, sandboxSanitization, provenance, policy denials, alerts, containmentIndirect-instruction, tool, memory, context, and supply-chain attacks each release
GOV-06Human override and dual controlDecision ownerApproval service and protected operationNamed approvers, decision, reason, counterevidence, timingReject self-approval and missing second party quarterly
GOV-07Decision and delegation lineageAudit ownerEvent and evidence pipelineCorrelated inputs, versions, actions, outputs, decisions, delegationsReconstruct sampled runs and every material incident
GOV-08External capability diligenceCapability ownerIntake and registry admissionOwnership, provenance, data use, security, service, exit, incident termsIntake plus periodic recertification and material supplier change
GOV-09Incident reportingIncident ownerDetection and case managementClassification, timeline, scope, notification decisions, postmortemTabletop twice yearly and after significant change
GOV-10Periodic recertificationGovernance ownerRegistry and system inventoryCurrent model, evaluator, policy, capability, autonomy, owner, evidenceRisk-based cycle and event-triggered review

4. Required control record

control:
  id: GOV-04
  version: 3
  subject_scope: [factory-system:payments-delivery]
  owner: role:incident-control-owner
  intent: "Bound unsafe or uncontrolled execution"
  enforcement_points: [orchestrator, tool-gateway, credential-broker]
  preventive_actions: [admission-deny, scoped-grant]
  detective_signals: [policy-denial, runaway-loop, anomalous-side-effect]
  response_actions: [pause, cancel, revoke, quarantine]
  evidence_schema: control-evidence@2
  test_suite: emergency-control-suite@4
  exception_policy: policy:material-exception@2
  review_cadence: P90D
  last_result: pass-with-finding

Evidence binds the exact control version, subject, environment, identity, injection, expected result, actual result, timestamps, artifacts, reviewer, and unresolved findings. Evidence expires when a material dependency or enforcement point changes.

6. Threat and control chain

External text, repository content, tool results, memory, and retrieved context are untrusted inputs. Preserve provenance and separate data from instructions. Validate tool schemas and destination scopes, broker credentials only after policy, isolate execution, inspect outputs and side effects, and convert only independent results into evidence. Compromise of one agent or capability must not grant policy administration, evidence acceptance, or wider credentials.

8. Failure modes and recovery

FailureDetectionContainmentRecovery
Shared identity obscures actorIdentity and audit reconciliationRevoke credential and pause affected workIssue unique identity and replay authorization test
Control exists only in UIAPI-side negative test succeeds unexpectedlyBlock action at gatewayAdd server-side enforcement and retest all channels
Correlated builder and evaluatorRuntime/configuration comparisonMark evidence ineligibleRun independent evaluator context
Supplier capability changes silentlyDigest or behavior driftQuarantine capabilityRe-intake, evaluate, and recertify exact version
Recertification expiresInventory due-date alertReduce autonomy or block new high-risk workComplete review and record decision

10. Tradeoffs and implementation choices

Central policy improves consistency; local enforcement reduces latency and supports fail-safe operation. Use versioned policy bundles with a central decision authority, explicit cache expiry, local deny defaults for critical actions, and reconciliation. A modular monolith can implement the catalog in V1 if enforcement interfaces, identities, and evidence remain explicit.

External review

Review this chapter.

Challenge a claim, boundary, missing failure mode, unclear term, or unsupported evidence statement.

  • Claim
  • Boundary
  • Failure
  • Evidence