What problem does it solve? Enterprise AI agents need verifiable trust chains linking every action back to human authority, but concepts like trust lineage, delegation constraints, and posture management are complex and easy to misapply. This Skill provides the complete EATP (Enterprise Agent Trust Protocol) technical reference so you can explain, design, and implement agent trust correctly. ## Core Features & Use Cases - EATP Concept Reference: Covers the five trust lineage elements (Genesis Record, Delegation Record, Constraint Envelope, Capability Attestation, Audit Anchor), the four-level verification gradient, and five graduated trust postures. - SDK Implementation Guides: Companion files document the kailash trust module API, quickstart lifecycle (ESTABLISH, DELEGATE, VERIFY, AUDIT), budget tracking with integer microdollars, posture persistence with SQLite, reasoning traces, and red-team-validated security patterns. - Standards Comparison: Explains how EATP differs from OAuth/OIDC, SPIFFE/SPIRE, Zero-Trust, and PKI by adding agent trust delegation and action-to-human traceability. - Use Case: When asked to explain how an agent's spending authority is constrained and audited, load this Skill to describe constraint envelopes, cascade revocation, and the BudgetTracker reserve/record lifecycle with working Python examples. ## Quick Start Ask the AI to explain how EATP verifies that an agent's action stays within human-delegated trust boundaries.