You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Produce cryptographic audit trails for all actions
144
+
145
+
## Trust Stack
146
+
147
+
Symbiont is part of the ThirdKey cryptographic trust chain:
148
+
149
+
1.**SchemaPin** — Tool schema verification. Ensures MCP tool schemas haven't been tampered with by verifying ECDSA P-256 signatures against publisher-hosted public keys.
150
+
2.**AgentPin** — Domain-anchored agent identity. Binds agent identities to DNS domains via `.well-known/agentpin.json`, enabling cross-runtime trust.
151
+
3.**Symbiont** — The agent runtime. Executes policy-aware agents with sandbox isolation, integrating SchemaPin for tool trust and AgentPin for agent identity.
- Produce cryptographic audit trails for all actions
144
+
145
+
## Trust Stack
146
+
147
+
Symbiont is part of the ThirdKey cryptographic trust chain:
148
+
149
+
1.**SchemaPin** — Tool schema verification. Ensures MCP tool schemas haven't been tampered with by verifying ECDSA P-256 signatures against publisher-hosted public keys.
150
+
2.**AgentPin** — Domain-anchored agent identity. Binds agent identities to DNS domains via `.well-known/agentpin.json`, enabling cross-runtime trust.
151
+
3.**Symbiont** — The agent runtime. Executes policy-aware agents with sandbox isolation, integrating SchemaPin for tool trust and AgentPin for agent identity.
0 commit comments