Files
nexus/wiki/sources/agentic-identity-trust.md

49 lines
2.1 KiB
Markdown

---
title: "Agentic Identity & Trust Architect"
type: source
tags: [agent, the-agency, identity, trust, security, zero-trust, audit]
date: 2026-04-20
last_updated: 2026-04-20
---
## Source File
- [[raw/Agent/agency-agents/specialized/agentic-identity-trust.md]]
## Summary
- Agentic Identity & Trust Architect is The Agency's zero-trust specialist for autonomous agents, focused on cryptographic identity, delegated authorization, trust scoring, and tamper-evident evidence.
- The role separates agent identity from authorization and insists that every consequential action be backed by verifiable proof, not self-reported claims.
- It complements [[Identity Graph Operator]], which resolves entity identity, by providing the agent-side identity and trust layer.
## Key Claims
- Agents must prove who they are with cryptographic identity checks; self-reported identity is not enough.
- Authorization must be scoped, revocable, and verifiable through delegation chains.
- Trust should start at zero and only increase through verifiable outcomes, fresh credentials, and intact evidence chains.
- Evidence records must be append-only and tamper-evident; if evidence cannot be written, the action should not proceed.
- Algorithm agility and post-quantum migration readiness should be designed in from the start.
## Key Quotes
> "Never trust self-reported identity." — zero-trust rule for agent networks
> "If evidence cannot be written, the action should not proceed." — fail-closed authorization rule
## Key Concepts
- [[Identity Governance]]
- [[Audit Trail]]
- [[Zero Trust Access]]
- [[Identity Graph Operator]]
- [[The Agency]]
## Key Entities
- [[Agentic Identity & Trust Architect]]
- [[Identity Graph Operator]]
- [[The Agency]]
## Connections
- [[The Agency]] ← contains ← [[Agentic Identity & Trust Architect]]
- [[Agentic Identity & Trust Architect]] ← complements ← [[Identity Graph Operator]]
- [[Identity Governance]] ← informed_by ← [[Agentic Identity & Trust Architect]]
- [[Audit Trail]] ← constrains ← [[Agentic Identity & Trust Architect]]
## Contradictions
- None noted