Plan Detail
CSRG reasoning graph, Merkle tree, trust deltas, and audit trail.
Plan Detail
Click on any plan to view its full details.

Plan Overview
- Status and risk level
- Description of what the plan does
- Owner and agent information
- Endpoint being targeted
- Node count and timing breakdown
Cryptographic Identity
| Field | Description |
|---|---|
| Trust Domain | The security domain this plan operates in |
| Merkle Root Hash | Root hash of the plan's Merkle tree |
| Composite Identity | SHA256(userId|agentId|contextId|planHash) - binds user, agent, and plan |
| CSRG Plan Hash | Hash of the canonical reasoning graph |
Execution Timeline
A step-by-step breakdown showing each node's:
- Name and endpoint
- Status (executing / completed / planned / failed / blocked)
- Risk level and severity
- Duration of execution
CSRG Reasoning Graph

A visual tree showing the plan's reasoning and execution path. The graph is built deterministically from the plan document:
- Each node has a path-based identifier (e.g.,
/steps/[0]/tool) - Nodes are connected by their hierarchical relationships
- The graph provides a visual audit of how the plan was structured
Merkle Tree Snapshot
The persisted Merkle tree showing:
- Leaf nodes - Individual plan step hashes
- Internal nodes - Combined hashes building up to the root
- Merkle proofs - Inclusion proofs for verifying individual steps
- Root hash - The plan_hash that's embedded in the signed token
Trust Deltas
Trust deltas track changes to the trust chain:
| Delta Type | Description |
|---|---|
| ReAnchor | Plan was modified - shows the modified fraction and new hash |
| Delegate | Trust was delegated to a downstream agent with a subset policy |
| Revoke | A token or delegation was revoked |
Audit Logs
A step-by-step execution audit trail for the plan. Each entry records:
- Timestamp
- Action performed
- Result (success/failure)
- Related metadata