The AgentMesh Trust Layer plugin provides cryptographic identity verification and trust scoring for multi-agent workflows in Dify.
This plugin does not collect, store, or transmit any personal user data. All operations are performed locally within the Dify environment.
- Agent DIDs (Decentralized Identifiers): Generated locally using Ed25519 cryptography. These are ephemeral and not persisted externally.
- Trust Scores: Computed and stored in-memory only. Not transmitted to any external service.
- Audit Logs: Stored in-memory during the plugin session. Not persisted to disk or transmitted externally.
This plugin does not make any network requests or communicate with external services. All cryptographic operations (key generation, signing, verification) are performed locally.
No data is stored persistently. All trust scores, identity information, and audit logs exist only in-memory during the plugin session and are discarded when the session ends.
This plugin does not use any third-party services or APIs.
For privacy-related questions, please open an issue at: https://github.com/microsoft/agent-governance-toolkit/issues