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.
- 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
policy is authored in governance and enforced here
enforced at the gateway edge
and inside the agent loop
scopes tool authority
memory poisoning controls
entitlement propagation
security telemetry and detection
red-team results close the loop
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.
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
- Prompt injection arriving through retrieved documents, tool descriptions or peer agents rather than the user
- Static API keys standing in for agent identity
- Guardrails only at the edge, so anything inside the loop is unprotected
- An agent able to do more than the human it acts for
- Third-party MCP servers and skills trusted without scanning or pinning
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
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.
