Trust & lifecycle plane / Tier 1 / Phase 1

Security, Safety & Guardrails

Who or what is allowed to do it?

Runtime enforcement on every call, plus the agentic attack surface: non-human identity, injection and PII defence, output validation, supply chain, circuit breakers and kill switches.

01 / WHAT THIS BOUNDARY OWNS
  • Deterministic checks pre-call, in-loop and post-call
  • Prompt-injection and jailbreak defence, including on retrieved content
  • PII and PHI detection and redaction in both directions
  • Output validation against schema and policy before anything executes
  • Non-human identity: one identity per agent, tool and server; just-in-time scoping
  • Supply-chain controls: signing, scanning, pinning, SBOM and AIBOM
  • Circuit breakers and kill switches with a tested revocation path
02 / INTEGRATION POINTS
03 / ENTERPRISE ACCOUNTABILITY

Security Engineering / CISO organisation

  • CISO — accountable owner
  • Application security engineer — guardrails and validation
  • IAM architect — non-human identity and just-in-time scoping
  • Red team — adversarial testing against the deployed system
  • Privacy engineer — detection, redaction, minimisation
  • Incident responder — agent-specific runbooks

Architectural recommendation, not a research finding.

04 / WHAT DONE LOOKS LIKE
Pilot needs injection screening, PII redaction, output validation and workload identity. Full supply-chain control and inter-agent security are mandatory before production data or write access.

Signals to watch

  • Attack success rate, always published with the harness and judge configuration
  • Injection attempts detected and blocked
  • Coverage of just-in-time credentials versus static keys
  • Unsigned or unscanned artefact loads blocked
  • Mean time to detect and to revoke a misbehaving agent
05 / FAILURE MODES
  1. Prompt injection arriving through retrieved documents, tool descriptions or peer agents rather than the user
  2. Static API keys standing in for agent identity
  3. Guardrails only at the edge, so anything inside the loop is unprotected
  4. An agent able to do more than the human it acts for
  5. Third-party MCP servers and skills trusted without scanning or pinning
06 / REFERENCE LANDSCAPE

Tool and standards snapshot · last reviewed approximately mid-2026

Open source

  • NeMo Guardrails
  • Llama Guard and Prompt Guard
  • Guardrails AI
  • Open Policy Agent or Cedar
  • SPIFFE / SPIRE for workload identity
  • Sigstore / cosign for signing
  • Trivy and Syft for SBOM
  • Microsoft Presidio for PII
  • mcp-scan for MCP supply chain

Managed

  • Cloud guardrail services
  • Commercial AI security posture and runtime protection platforms

Standards

  • OWASP Top 10 for Agentic Applications 2026 — ASI01 goal hijack, ASI03 identity and privilege abuse, ASI04 supply chain, ASI06 memory and context poisoning, ASI07 insecure inter-agent communication, ASI10 rogue agents
  • MITRE ATLAS threat model
  • NIST SP 800-207 zero trust, applied to non-human identity
ARCHITECTURE NOTE

Guardrails and governance are different jobs: guardrails enforce on every call, governance decides what the rules are and who may waive them. Keeping them distinct but linked is what stops policy from becoming decorative.