What problem does it solve?
This Skill provides a production-minded implementation reference for the EATP trust module so you can build TrustPlane components with correct security, persistence, and enterprise behaviors instead of assembling them from scattered notes.
Core Features & Use Cases
- TrustPlane reference implementation covering stores (SQLite default, filesystem, PostgreSQL), key managers (local Ed25519, cloud KMS providers), hardened security patterns, and a CLI/MCP/API entry approach.
- Budget tracking reference with integer microdollars, reserve/record lifecycle, threshold callbacks, and crash-safe SQLite snapshotting.
- Posture persistence reference implementing the PostureStore protocol with SQLite-backed posture state, transition history, and schema migration support (e.g., preserving emergency downgrade semantics).
- Reasoning trace support through the SDK patterns (hash/sign/verify) and confidentiality-aware serialization behavior.
Quick Start
Use the eatp-reference skill to load the TrustPlane, BudgetTracker, and PostureStore implementation references needed to build your EATP trust module with secure persistence and consistent lifecycle semantics.